/* ================================
   LILAC BEAUTY SITE - MAIN STYLES
   ================================ */

/* Product Carousel Styles */
.product-carousel-container {
    margin-bottom: 0px;
}

.product-carousel-prev,
.product-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white !important;
    border: 1px solid var(--border-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--text-muted) !important;
    transition: all 0.3s ease;
    opacity: 1;
    z-index: 10;
}

.product-carousel-prev {
    left: 0;
}

.product-carousel-next {
    right: 0;
}

.product-carousel-prev:hover,
.product-carousel-next:hover {
    background: var(--accent-brown) !important;
    color: white !important;
    border-color: var(--accent-brown);
    transform: translateY(-50%) scale(1.1);
}

.product-carousel-prev:focus,
.product-carousel-next:focus {
    background: var(--accent-brown) !important;
    color: white !important;
    border-color: var(--accent-brown);
    box-shadow: none;
}

.product-listing-section {
    padding: 60px 0;
}

.product-listing-section .product-card {
    height: 100%;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .product-carousel-container {
        padding: 0 30px;
    }

    .product-carousel-prev,
    .product-carousel-next {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .product-carousel-container {
        padding: 0 0px;
    }

    .product-carousel-prev,
    .product-carousel-next {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

/* CSS Variables */
:root {
    --cream-bg: #F5F1E8;
    --light-cream: #FEFCF7;
    --text-dark: #3c442f;
    --text-muted: #797979;
    --accent-brown: #7e8e65;
    --border-light: #E8E2D5;
    --star-color: #D4A574;
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: var(--accent-brown);
    text-decoration: underline;
}

.text-primary {
    color: var(--text-dark) !important;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--light-cream);
    padding-top: 0;
}

/* ================================
   HEADER STYLES
   ================================ */

.top-banner {
    background: #7e8e65;
    color: #fff;
    padding: 12px 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 44px;
    display: flex;
    align-items: center;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    animation: marquee 40s linear infinite;
}

.marquee-text {
    font-weight: bold;
    padding-right: 100px;
    flex-shrink: 0;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.header {
    background: transparent;
    padding: 15px 0;
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    backdrop-filter: blur(0px);
}

@media (max-width: 768px) {
    .header {
        padding: 10px 0;
        position: relative;
        top: 0;
    }
    .header.scrolled{
        position: fixed;
    }
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(232, 226, 213, 0.3);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    top: 0;
    padding: 0;
}

.navbar-brand {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-dark) !important;
    text-decoration: none;
    letter-spacing: 2px;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.header.scrolled .navbar-brand {
    text-shadow: none;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-nav .nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    margin: 0 25px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.header.scrolled .navbar-nav .nav-link {
    text-shadow: none;
}

.navbar-nav .nav-link:hover {
    color: var(--accent-brown) !important;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-icons a {
    color: var(--text-dark);
    font-size: 18px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.header.scrolled .header-icons a {
    text-shadow: none;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--accent-brown);
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.payment-info { display: flex; flex-direction: column; gap: 8px; }
.installments { font-size: 14px; color: var(--text-dark); }
.installments strong { font-weight: 700; }
.pix-badge { display: inline-flex; align-items: center; gap: 8px; background: #f3f6f4; border-radius: 8px; padding: 10px 12px; font-size: 14px; color: var(--text-dark); }
.pix-badge strong { font-weight: 700; }
.pix-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 6px; background: #d9f2e4; color: #1f7a52; font-size: 16px; }
@media (max-width: 576px) { .installments { font-size: 13px; } .pix-badge { font-size: 13px; } }

/* ================================
   BACKGROUND STYLES
   ================================ */

.bg-cream {
    background: var(--cream-bg);
}

.bg-light-cream {
    background: var(--light-cream);
}

.bg-brown {
    background: var(--accent-brown);
}

/* ================================
   COMMON ELEMENTS
   ================================ */

.section {
    padding: 90px 0;
}

.section-header {
    margin-bottom: 20px;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
}

/* ================================
   BUTTONS
   ================================ */

.btn-browse {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-browse:hover {
    background: var(--text-dark);
    color: white;
    transform: translateY(-2px);
}

.btn-primary-standard {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary-standard:hover {
    background: var(--text-dark);
    color: white;
    transform: translateY(-2px);
}

.btn-primary-border {
    border: 2px solid var(--accent-brown) !important;
    color: var(--accent-brown);
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary-border:hover {
    background: var(--accent-brown);
    color: white;
    transform: translateY(-2px);
}

/* ================================
   PRODUCT CARDS (STANDARDIZED)
   ================================ */

.product-card {
    background: white;
    border-radius: 0;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    height: 95%;
    display: flex;
    flex-direction: column;
}

.product-card .product-image-wrapper,
.product-card .product-title,
.product-card .product-rating {
    flex-shrink: 0;
}

.product-card .product-price {
    margin-top: auto;
}

.product-card .product-actions {
    margin-top: 0px;
}


.product-card-two {
    border-radius: 0;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.product-card-two:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.046);
}

.product-image-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.product-image {
    width: 100%;
    height: auto !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.02);
}

.product-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 0px;
    padding: 5px;
}

.btn-wishlist {
    background: transparent;
    border: 1px solid var(--text-muted);
    color: var(--text-muted);
    width: 35px;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-wishlist:hover {
    background: var(--accent-brown);
    border-color: var(--accent-brown);
    color: white;
}

.btn-cart {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-cart:hover {
    background: var(--text-dark);
    color: white;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 10px 10px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .product-title {
        margin: 0;
    }
}

.product-rating {
    color: var(--star-color);
    font-size: 14px;
    margin-bottom: 0px;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    justify-content: center;
}

/* ================================
   FOOTER STYLES
   ================================ */

/* Footer Principal */
.footer {
    background: var(--cream-bg);
    padding: 60px 0 0;
    border-top: 1px solid var(--border-light);
}

/* Widget do Footer */
.footer-widget {
    margin-bottom: 40px;
}

.footer-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget .widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: var(--accent-brown);
}

/* Logo do Footer */
.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-height: 50px;
    width: auto;
}

/* Descrição do Footer */
.footer-description {
    color: var(--text-muted);
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: 14px;
}

/* Links Sociais */
.social-links {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-link {
    width: 42px;
    height: 42px;
    background: white;
    color: var(--text-muted);
    border: 1px solid var(--border-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-link:hover {
    background: var(--accent-brown);
    color: white;
    border-color: var(--accent-brown);
    transform: translateY(-2px);
}

/* Links do Footer */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--accent-brown);
    padding-left: 5px;
}

/* Informações de Contato */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-item i {
    color: var(--accent-brown);
    font-size: 16px;
    margin-top: 2px;
    min-width: 16px;
}

.contact-item div {
    flex: 1;
}

.contact-item strong {
    color: var(--text-dark);
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
}

.contact-item span {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.5;
}

/* Divisor do Footer */
.footer-divider {
    border: 0;
    height: 1px;
    background: var(--border-light);
    margin: 40px 0 25px;
}

/* Footer Bottom */
.footer .row:last-child {
    padding-bottom: 30px;
}

.copyright-text {
    color: var(--text-muted);
    margin: 0;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    font-size: 14px;
}

.footer-bottom-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--accent-brown);
}

.footer-bottom-links .separator {
    color: var(--border-light);
    margin: 0 5px;
}

/* Métodos de Pagamento */
.payment-methods {
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment-methods i {
    font-size: 18px;
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.payment-methods i:hover {
    color: var(--accent-brown);
}

.payment-methods span {
    color: var(--text-muted);
    font-size: 13px;
    margin-left: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 0;
        margin-top: 60px;
    }

    .footer-widget {
        margin-bottom: 30px;
        text-align: center;
    }

    .footer-widget .widget-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .social-links {
        justify-content: center;
    }

    .contact-item {
        justify-content: center;
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }
}

/* ================================
   DECORATIVE ELEMENTS
   ================================ */

.decorative-leaves {
    position: relative;
}

.leaf-decoration {
    position: absolute;
    bottom: -40px;
    left: 20px;
    opacity: 0.6;
}

.nostyle-link {
    text-decoration: none;
    color: inherit;
}

/* ================================
   TOAST NOTIFICATIONS
   ================================ */

.toast-container {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 1050;
    max-width: 350px;
    pointer-events: none;
}

.toast-notification {
    pointer-events: auto;
}

.toast-notification {
    background: white;
    border: 2px solid var(--accent-brown);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 10px;
    box-shadow: 0 8px 32px rgba(166, 124, 82, 0.2);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 350px;
    min-width: 280px;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
    box-sizing: border-box;
}

.toast-notification::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--accent-brown), var(--star-color));
}

.toast-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-notification.success {
    border-color: var(--accent-brown);
}

.toast-notification.error {
    border-color: #dc3545;
}

.toast-notification.error::before {
    background: #dc3545;
}

.toast-icon {
    font-size: 20px;
    color: var(--accent-brown);
    flex-shrink: 0;
}

.toast-notification.error .toast-icon {
    color: #dc3545;
}

.toast-content {
    flex: 1;
}

.toast-title {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 4px;
    font-size: 14px;
}

.toast-message {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.4;
}

/* Botão de fechar */
.toast-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
    z-index: 10;
}

.toast-close:hover {
    background: rgba(0, 0, 0, 0.05);
    color: var(--text-dark);
}

/* Botões de ação do toast */
.toast-buttons {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.toast-btn {
    flex: 1;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.toast-btn-view-cart {
    background: var(--accent-brown);
    color: white;
}

/* Animação de progresso */
.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--accent-brown);
    border-radius: 0 0 12px 12px;
    animation: toast-progress 5s linear;
}

.toast-notification.error .toast-progress {
    background: #dc3545;
}

@keyframes toast-progress {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* Responsivo */
@media (max-width: 768px) {
    .toast-container {
        top: 80px;
        right: 20px;
        left: 20px;
        max-width: none;
        padding: 0;
    }

    .toast-notification {
        padding: 16px 18px;
        border-radius: 12px;
        margin-bottom: 12px;
        max-width: calc(100vw - 40px);
        width: 100%;
        box-sizing: border-box;
    }

    .toast-content {
        width: 100%;
        word-wrap: break-word;
    }

    .toast-title {
        font-size: 14px;
        line-height: 1.3;
    }

    .toast-message {
        font-size: 13px;
        line-height: 1.4;
    }

    .toast-icon {
        font-size: 18px;
        flex-shrink: 0;
    }
}

/* Extra responsivo para telas muito pequenas */
@media (max-width: 480px) {
    .toast-container {
        top: 70px;
        right: 15px;
        left: 15px;
    }

    .toast-notification {
        padding: 14px 16px;
        max-width: calc(100vw - 30px);
    }

    .toast-title {
        font-size: 13px;
    }

    .toast-message {
        font-size: 12px;
    }

    .toast-icon {
        font-size: 16px;
    }
}

/* ================================
   SEARCH MODAL STYLES
   ================================ */

.search-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: none;
}

.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1051;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.search-modal.active {
    transform: translateY(0);
}

.search-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid var(--border-light);
}

.search-modal-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.search-modal-close {
    background: transparent;
    border: none;
    font-size: 1.2rem;
    color: var(--text-muted);
    cursor: pointer;
    transition: color 0.3s ease;
}

.search-modal-close:hover {
    color: var(--text-dark);
}

.search-modal-body {
    padding: 30px 20px;
}

.search-form-modal {
    max-width: 800px;
    margin: 0 auto;
}

.search-input-wrapper {
    display: flex;
    border: 2px solid var(--border-light);
    border-radius: 50px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.search-input-wrapper:focus-within {
    border-color: var(--accent-brown);
}

.search-input-modal {
    flex: 1;
    padding: 15px 25px;
    border: none;
    outline: none;
    font-size: 18px;
    background: white;
    color: var(--text-dark);
}

.search-input-modal::-moz-placeholder {
    color: var(--text-muted);
}

.search-input-modal::placeholder {
    color: var(--text-muted);
}

.search-btn-modal {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    transition: background 0.3s ease;
    cursor: pointer;
}

.search-btn-modal:hover {
    background: var(--text-dark);
}

/* Responsive Search Modal */
@media (max-width: 768px) {
    .search-modal-body {
        padding: 20px 15px;
    }

    .search-input-modal {
        padding: 12px 15px;
        font-size: 16px;
    }

    .search-btn-modal {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* ================================
   TESTIMONIALS GRID SECTION
   ================================ */

@media(min-width: 1200px) {
    #testimonials .carousel-inner {
        padding: 0 80px !important;
    }
}

#testimonials .author-name {
    text-align: left;
}

.testimonials-grid-section {
    background: var(--light-cream, #FEFCF7);
    padding: 80px 0;
}

.testimonials-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.testimonials-content {
    flex: 1;
    margin: 0 20px;
}

.testimonial-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, #666);
    margin-bottom: 20px;
    flex-grow: 1;
}

.testimonial-author-info {
    margin-top: auto;
}

.author-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark, #333);
    margin: 0;
}

.testimonial-nav-btn {
    width: 60px;
    height: 60px;
    border: 2px solid var(--accent-brown, #7e8e65);
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    color: var(--accent-brown, #7e8e65);
    flex-shrink: 0;
}

.testimonial-nav-btn:hover {
    background: var(--accent-brown, #7e8e65);
    color: white;
    transform: scale(1.1);
}

.testimonial-nav-prev {
    order: -1;
}

.testimonial-nav-next {
    order: 1;
}

/* Testimonial CSS rules removed - using Bootstrap carousel */

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonials-grid-section {
        padding: 60px 0;
    }

    .testimonials-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .testimonials-content {
        margin: 0;
        order: 0;
    }

    .testimonial-nav-prev,
    .testimonial-nav-next {
        order: 1;
    }

    .testimonial-card {
        padding: 20px;
        margin-bottom: 20px;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .testimonial-nav-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .testimonials-wrapper {
        justify-content: center;
    }
}

.bghero {
    background: url('../images/bg-site.webp') #f5f1e8eb center bottom !important;
    background-blend-mode: overlay;
}

.no-decoration{
    text-decoration: none !important;
}

@media(max-width: 1024px)  {
    .input-group>.form-control,
    .input-group>.form-floating,
    .input-group>.form-select {
        width: 100% !important;
    }
}

.main-image {
    position: relative;
}

.product-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0;
}

.product-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--accent-brown);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform .2s ease, filter .2s ease;
}

.product-tag:hover,
.product-tag:focus {
    transform: translateY(-1px);
    filter: brightness(1.1);
    outline: none;
}

.tag--frete-gratis {}

.tag--promo {}

.tag--percent-off {}

.tag--lancamento {}

.product-tags-image {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    z-index: 2;
}

@media (max-width: 576px) {
    .product-tag {
        font-size: 11px;
        padding: 5px 8px;
    }
}

.main-image {
    position: relative;
}

.product-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0;
}

.product-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--accent-brown);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform .2s ease, filter .2s ease;
}

.product-tag:hover,
.product-tag:focus {
    transform: translateY(-1px);
    filter: brightness(1.1);
    outline: none;
}

.tag--frete-gratis {}

.tag--promo {}

.tag--percent-off {}

.tag--lancamento {}

.product-tags-image {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    z-index: 2;
}

@media (max-width: 576px) {
    .product-tag {
        font-size: 11px;
        padding: 5px 8px;
    }
}

#product-single .price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#product-single .price-old {
    color: var(--text-muted);
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    margin-bottom: 4px;
}

#product-single .price-new {
    color: var(--text-dark);
    font-size: 25px;
    font-weight: 700;
}


#product-list .price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#product-list .price-old {
    color: var(--text-muted);
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    margin-bottom: 0px;
}

#product-list .price-new {
    color: var(--text-dark);
    font-size: 25px;
    font-weight: 700;
}

/* ================================
   HOME PAGE STYLES
   ================================ */

/* Hero Section */
.hero-section {
    background: var(--cream-bg);
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
}

@media(max-width:1024px) {
    .hero-section {
        min-height: 30vh !important;
        padding: 0px 0px 0px;
    }

    .hero-content {
        padding-top: 8vh !important;
        padding-bottom: 0vh !important;
        padding-right: 30%;
        position: relative;
        z-index: 2;
    }

    .hero-subtitle{
        margin-bottom: 5px !important;
    }

    .hero-section .carousel-item {
        min-height: 30vh !important;
    }

    .hero-title {
        font-size: 1.4rem !important;
        line-height: 1.3 !important;
        margin-bottom: 5px !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
   z-index: 10;
}

/* Carousel Height Fix */
.hero-section .carousel-inner {
    height: 100%;
}

.hero-section .carousel-item {
    height: 100%;
    min-height: 70vh;
    align-items: center;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.hero-content {
    padding-top: 25vh;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

/* Opcional: Sobreposição para melhorar legibilidade do texto */
.hero-section .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.3); */
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Ativar sobreposição quando há imagem de background */
.hero-section .carousel-item[style*="background-image"]::before {
    opacity: 1;
}

.hero-subtitle {
    color: var(--text-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 15px;
}

@media(max-width: 1400px){
    .hero-title{
        font-size: 2.5rem;
    }
}

.hero-description {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 35px;
    line-height: 1.6;
    max-width: 480px;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

/* ================================
   ADVANTAGES SECTION
   ================================ */

.advantages-section {
    background: white;
    padding: 10px 0;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}

.advantage-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 15px;
    text-align: left;
    transition: all 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-3px);
}

.advantage-icon {
    width: 70px;
    height: 70px;
    /* background: var(--cream-bg); */
    border: 2px solid var(--accent-brown);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--accent-brown);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.advantage-icon img {
    border-radius: 100%;
}

.advantage-item:hover .advantage-icon {
    transform: scale(1.1);
}

.advantage-content {
    flex: 1;
}

.advantage-content h6 {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.advantage-content p {
    font-size: 12px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.4;
}

/* Responsive para mobile */
@media (max-width: 768px) {
    .advantages-section {
        padding: 30px 0;
    }
    
    /* Scroll horizontal no mobile */
    .advantages-section .container {
        overflow: visible;
    }
    
    .advantages-section .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        margin: 0 -12px;
        padding: 0 15px;
        gap: 10px;
    }
    
    /* Esconder scrollbar */
    .advantages-section .row::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    
    .advantages-section .row > [class*="col-"] {
        flex: 0 0 auto;
        width: 42%; /* Mostra ~2.3 itens (primeiro completo, segundo completo, terceiro parcial) */
        max-width: none;
        scroll-snap-align: start;
        padding: 0 5px;
    }

    .advantage-item {
        padding: 15px 10px;
        gap: 12px;
        height: 100%;
    }

    .advantage-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .advantage-content h6 {
        font-size: 12px;
    }

    .advantage-content p {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .advantages-section .row > [class*="col-"] {
        width: 45%; /* Ajuste fino para telas menores */
    }
    
    .advantage-item {
        justify-content: flex-start;
        text-align: left;
        flex-direction: row;
        gap: 10px;
        padding: 15px 10px;
    }

    .advantage-content {
        text-align: left;
    }
}

/* ================================
   CATEGORIES SECTION
   ================================ */

/* Container para centralizar última linha com 1 item */
.section .row.g-1 {
    justify-content: center;
}

.category-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;
    max-width: 100%;
}

.category-card:hover {
    transform: scale(1.05);
}

.category-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.category-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
}

.category-card:hover .category-image {
    transform: none;
    filter: brightness(0.85);
}

.category-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    color: white;
    text-align: center;
    pointer-events: none;
}

.category-title {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
    /* Scroll horizontal no mobile para categorias */
    .section .row.g-1 {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        margin: 0 -12px;
        padding: 0 15px;
        gap: 10px;
        justify-content: flex-start;
    }
    
    /* Esconder scrollbar */
    .section .row.g-1::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    
    .section .row.g-1 > [class*="col-"] {
        flex: 0 0 auto;
        width: 42%; /* Mostra ~2.3 itens (primeiro completo, segundo completo, terceiro parcial) */
        max-width: none;
        scroll-snap-align: start;
        padding: 0 5px;
    }
    
    .category-card {
        overflow: hidden;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .category-card:hover {
        transform: scale(1.02);
    }

    .category-title {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .section .row.g-1 > [class*="col-"] {
        width: 45%; /* Ajuste fino para telas menores */
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .category-title {
        font-size: 1.1rem;
    }
}

/* ================================
   FEATURES SECTION
   ================================ */

.essentials-content .section-title {
    margin-bottom: 25px;
}

.essentials-description {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 40px;
}

.features-list {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid var(--accent-brown);
    color: var(--accent-brown);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 20px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .feature-icon {
        margin-right: auto !important;
    }
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.feature-text {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

.essentials-image {
    text-align: center;
}

.image-frame {
    position: relative;
    display: inline-block;
    padding: 20px;
    background: var(--cream-bg);
    border: 2px solid var(--border-light);
}

.image-frame::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--accent-brown);
    pointer-events: none;
}

.image-frame img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

/* ================================
   AWARD SECTION
   ================================ */

.award-content .section-title {
    margin-bottom: 25px;
}

.award-description {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 480px;
}

.video-section {
    padding: 60px 0;
}

.play-video-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.play-video-text {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-dark);
}

.btn-play-video {
    width: 70px;
    height: 70px;
    background: var(--accent-brown);
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.btn-play-video:hover {
    background: var(--text-dark);
    transform: scale(1.1);
}

.btn-play-video::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid var(--accent-brown);
    border-radius: 50%;
    opacity: 0.3;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* ================================
   TESTIMONIALS - Bootstrap Carousel
   ================================ */

.testimonial-carousel {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0px;
}

.testimonial-carousel .carousel-inner {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.testimonial-carousel .carousel-item {
    padding: 20px;
    transition: transform 0.6s ease-in-out;
}

.testimonial-content {
    padding: 20px 0;
}

.testimonial-quote {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 40px;
    font-style: italic;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.author-divider {
    width: 80px;
    height: 1px;
    background: var(--border-light);
}

.author-image {
    margin: 0 30px;
}

.author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid var(--accent-brown);
    transition: transform 0.3s ease;
}

.carousel-item.active .author-avatar {
    transform: scale(1.05);
}

.author-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 5px;
    text-align: center;
}

.author-role {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    text-align: center;
}

/* Bootstrap Carousel Controls */
.testimonial-nav-prev,
.testimonial-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--text-muted);
    transition: all 0.3s ease;
    opacity: 1;
    z-index: 10;
}

.testimonial-nav-prev {
    left: 10px;
}

.testimonial-nav-next {
    right: 10px;
}

.testimonial-nav-prev:hover,
.testimonial-nav-next:hover {
    background: var(--accent-brown);
    color: white;
    border-color: var(--accent-brown);
    transform: translateY(-50%) scale(1.1);
}

.testimonial-nav-prev:focus,
.testimonial-nav-next:focus {
    background: var(--accent-brown);
    color: white;
    border-color: var(--accent-brown);
    box-shadow: none;
}

/* Bootstrap Carousel Indicators */
.testimonial-indicators {
    position: static;
    margin: 30px 0 0;
    justify-content: center;

}

.carousel-indicators [data-bs-target] {

    width: 10px;
    height: 10px;

}

.testimonial-indicators button {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: var(--border-light);
    border: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1;
}

.testimonial-indicators button:hover,
.testimonial-indicators button.active {
    background-color: var(--accent-brown);
    transform: scale(1.2);
}

.testimonial-indicators button.active {
    background-color: var(--accent-brown);
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-carousel {
        padding: 0 20px;
    }

    .testimonial-quote {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .author-divider {
        width: 50px;
    }

    .author-image {
        margin: 0 20px;
    }

    .author-avatar {
        width: 60px;
        height: 60px;
    }

    .testimonial-nav-prev,
    .testimonial-nav-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .testimonial-nav-prev {
        left: 5px;
    }

    .testimonial-nav-next {
        right: 5px;
    }
}

.testimonial-decoration {
    position: absolute;
    top: 20px;
    right: 50px;
    opacity: 0.6;
}

.plant-decoration {
    width: 120px;
    height: auto;
}

/* ================================
   BRAND LOGOS
   ================================ */

.brand-logo {
    height: 40px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    filter: grayscale(100%);
    margin: 0 20px;
}

.brand-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ================================
   BLOG SECTION
   ================================ */

.blog-card {
    background: white;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (min-width: 1024px) {
    .blog-card {
        min-height: 440px;
    }
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: white;
    padding: 8px 15px;
    border-radius: 0;
}

.blog-date-text {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-dark);
}

.blog-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-excerpt {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.blog-read-more {
    color: var(--accent-brown);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    margin-top: auto;
    display: inline-block;
}

.blog-read-more:hover {
    color: var(--text-dark);
    text-decoration: underline;
}

/* ================================
   NEWSLETTER SECTION
   ================================ */

.newsletter-section {
    background: var(--accent-brown);
    padding: 40px 0;
    margin: 5px 0 0 0;
}

.newsletter-content {
    padding-right: 30px;
}

.newsletter-title {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    line-height: 1.3;
}

.newsletter-description {
    font-size: 14px;
    color: white;
    margin: 0;
    line-height: 1.5;
    opacity: 0.95;
}

.newsletter-form-wrapper {
    padding-left: 30px;
}

.newsletter-form .input-group {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.newsletter-input {
    border: none;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 0;
    background: white;
    color: var(--text-dark);
    flex: 1;
}

.newsletter-input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.newsletter-input::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.newsletter-input::placeholder {
    color: #999;
    font-size: 14px;
}

.newsletter-btn {
    background: var(--accent-brown);
    border: 2px solid #fff !important;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-btn:hover {
    background: var(--text-dark);
    color: white;
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
    .newsletter-section {
        padding: 30px 0;
        margin: 0px 0;
    }

    .newsletter-content {
        padding-right: 0;
        margin-bottom: 0px;
        text-align: center;
    }

    .newsletter-form-wrapper {
        padding-left: 0;
    }

    .newsletter-title {
        font-size: 20px;
    }

    .newsletter-description {
        font-size: 13px;
    }

    .newsletter-input {
        padding: 12px 15px;
        font-size: 13px;
    }

    .newsletter-btn {
        padding: 12px 20px;
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .newsletter-form .input-group {
        flex-direction: column;
    }

    .newsletter-input {
        margin-bottom: 10px;
        border-radius: 0;
    }

    .newsletter-btn {
        width: 100%;
        border-radius: 0;
    }
}

/* ================================
   INSTAGRAM SECTION
   ================================ */

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 40px;
}

.instagram-item {
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.instagram-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.instagram-item:hover img {
    transform: scale(1.1);
}
/* ================================
   PRODUCT SINGLE PAGE STYLES
   ================================ */

/* Product Hero Section */
.product-hero-section {
    background: var(--cream-bg);
    padding: 140px 0 80px;
    position: relative;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.breadcrumb-nav {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-link {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: var(--accent-brown);
}

.breadcrumb-separator {
    margin: 0 15px;
    color: var(--text-muted);
}

.breadcrumb-current {
    color: var(--text-dark);
}

/* Product Section */
.product-section {
    padding: 80px 0;
    background: white;
}
@media(max-width: 900px){
    .product-section {
        padding: 40px 0;
    }
}

/* Quantity Controls */
.quantity-wrapper {
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .quantity-wrapper {
        display: block !important;
    }
}

.quantity-wrapper label {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    /* margin-bottom: 10px; */
    font-size: 14px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 2px solid var(--border-light);
    border-radius: 5px;
    max-width: 150px;
    overflow: hidden;
}

.qty-btn {
    background: var(--light-cream);
    border: none;
    width: 40px;
    height: 45px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.qty-btn:hover {
    background: var(--accent-brown);
    color: white;
}

.qty-btn:active {
    transform: scale(0.95);
}

#quantity {
    border: none;
    text-align: center;
    width: 70px;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    background: white;
    -moz-appearance: textfield;
}

#quantity::-webkit-outer-spin-button,
#quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#quantity:focus {
    outline: none;
    background: var(--cream-bg);
}

.stock-info {
    display: block;
    color: var(--text-muted);
    font-size: 12px;
    margin-top: 5px;
}

.quantity-message {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    background: rgba(220, 53, 69, 0.1);
    border-left: 3px solid #dc3545;
}

.quantity-message.warning {
    color: #dc3545 !important;
}

.quantity-message.info {
    color: #6c757d !important;
    background: rgba(108, 117, 125, 0.1);
    border-left: 3px solid #6c757d;
}

.breadcrumb-secondary {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.breadcrumb-secondary-link {
    color: var(--text-muted);
    text-decoration: none;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.breadcrumb-secondary-link:hover {
    color: var(--accent-brown);
}

.breadcrumb-secondary-current {
    color: var(--text-dark);
    font-weight: 600;
}

/* Product Gallery */
.product-gallery {
    position: sticky;
    top: 100px;
}

.main-image {
    margin-bottom: 20px;
    border: 1px solid var(--border-light);
    overflow: hidden;
    max-height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media(max-width: 900px){
    .main-image, .main-product-image {
            max-height: 35vh;   
    }
}

.main-product-image {
    width: 100%;
    height: 500px;
    max-height: 630px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    cursor: pointer;
}

.main-product-image:hover {
    transform: scale(1.05);
}

.thumbnail-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.thumbnail-item {
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s ease;
    overflow: hidden;
}

.thumbnail-item.active {
    border-color: var(--accent-brown);
}

.thumbnail-item:hover {
    border-color: var(--accent-brown);
}

.thumbnail-item img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: -70px;
    position: absolute;
    width: 100%;
}
.gallery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 50%;
    color: var(--text-muted);
    font-size: 18px;
    transition: all 0.3s ease;
}
.gallery-btn:hover,
.gallery-btn:focus-visible {
    background: var(--accent-brown);
    color: #fff;
    border-color: var(--accent-brown);
}
.image-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}
.image-lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}
.image-lightbox-img {
    max-width: 90vw;
    max-height: 90vh;
    -o-object-fit: contain;
    object-fit: contain;
}
.image-lightbox-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border-light);
    background: #fff;
    color: var(--text-dark);
    font-size: 20px;
}
.image-lightbox-close:hover,
.image-lightbox-close:focus-visible {
    background: var(--accent-brown);
    color: #fff;
    border-color: var(--accent-brown);
}
@media (max-width: 768px) {
    .gallery-btn { width: 36px; height: 36px; font-size: 16px; }
}

/* Product Information */
.product-info {
    padding-left: 40px;
}

.product-name {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.product-price-single {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;

    border-left: 3px solid #A67C52;
    background: #FEFCF7;
    padding: 10px 15px;
}


.product-rating .stars {
    color: var(--star-color);
    font-size: 16px;
}

.product-description {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 30px;
}

.product-actions-single {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-wrapper label {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 14px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-light);
}

.qty-btn {
    background: transparent;
    border: none;
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
}

.qty-btn:hover {
    background: var(--accent-brown);
    color: white;
}

#quantity {
    border: none;
    width: 60px;
    height: 35px;
    text-align: center;
    font-weight: 600;
    color: var(--text-dark);
}

.btn-add-to-cart {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer !important;
}

.btn-add-to-wishlist {
    background: transparent;
    color: var(--text-muted);
    border: 1px solid var(--border-light);
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 30px;
}

.btn-add-to-wishlist:hover {
    background: var(--accent-brown);
    color: white;
    border-color: var(--accent-brown);
}

.product-meta {
    margin-bottom: 30px;
}

.meta-item {
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-muted);
}

.meta-item strong {
    color: var(--text-dark);
    margin-right: 10px;
}

.meta-item a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.meta-item a:hover {
    color: var(--accent-brown);
}

.product-share {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-share strong {
    color: var(--text-dark);
    font-size: 14px;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 35px;
    height: 35px;
    border: 1px solid var(--border-light);
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background: var(--accent-brown);
    color: white;
    border-color: var(--accent-brown);
}

/* Product Tabs */
.product-tabs-section {
    padding: 80px 0;
    background: var(--light-cream);
}

.product-tabs-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.product-tabs-nav {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-light);
}

.tab-item {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.tab-item.active,
.tab-item:hover {
    color: var(--text-dark);
    border-bottom-color: var(--accent-brown);
}

.tab-content {
    /* text-align: center; */
}

.tab-pane {
    display: none;
    color: var(--text-muted);
    line-height: 1.7;
}

.tab-pane.active {
    display: block;
}

.additional-info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.additional-info-table td {
    padding: 15px 20px;
    border: 1px solid var(--border-light);
    text-align: left;
}

.additional-info-table td:first-child {
    background: var(--cream-bg);
    font-weight: 600;
    color: var(--text-dark);
}

.reviews-wrapper {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
}

.review-item {
    padding: 20px;
    background: white;
    border: 1px solid var(--border-light);
    margin-bottom: 20px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.reviewer-name {
    font-weight: 600;
    color: var(--text-dark);
}

.review-rating {
    color: var(--star-color);
}

.review-date {
    font-size: 12px;
    color: var(--text-muted);
}

.review-content {
    color: var(--text-muted);
    line-height: 1.6;
}

/* Product Tabs Button Styles */
.product-tab {
    background: transparent !important;
    border: none;
    color: var(--text-muted);
    padding: 8px 10px;
    margin: 0 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 0px !important;
}

.product-tab.active,
.product-tab:hover {
    color: var(--text-dark) !important;
    border-bottom-color: var(--accent-brown);
}

/* Related Products */
.related-products-section {}

.related-product-card {
    text-align: center;
    transition: transform 0.3s ease;
}

.related-product-card:hover {
    transform: translateY(-5px);
}

.related-product-card .product-image {
    margin-bottom: 20px;
    overflow: hidden;
}

.related-product-card .product-image img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-product-card:hover .product-image img {
    transform: scale(1.05);
}

.related-product-card .product-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.related-product-card .product-rating {
    color: var(--star-color);
    font-size: 14px;
    margin-bottom: 10px;
}

.related-product-card .product-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
}

/* Contact Newsletter Section */
.contact-newsletter-section {
    border-top: 1px solid var(--border-light);
}

.contact-title,
.newsletter-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.social-links .social-link {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-light);
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links .social-link:hover {
    background: var(--accent-brown);
    color: white;
    border-color: var(--accent-brown);
}

.newsletter-section p {
    color: var(--text-muted);
    margin-bottom: 20px;
}

.newsletter-note {
    font-size: 12px !important;
    margin-top: 15px !important;
}


.payment-methods {
    display: block;
    gap: 10px;
    margin-top: 20px;
}

.payment-methods img {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.payment-methods img:hover {
    opacity: 1;
}

.product-price-single del {
    color: #959595;
    font-size: 18px;
    font-weight: 500;
}

/* Shipping Calculator Modal */
.shipping-calculator-wrapper {
    margin: 20px 0;
}

.shipping-calculator-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-brown);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* padding: 10px 15px; */
    /* border: 1px solid var(--accent-brown); */
    border-radius: 5px;
    transition: all 0.3s ease;
    background: transparent;
}

.shipping-calculator-link:hover {
    text-decoration: underline;
}

.shipping-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    backdrop-filter: blur(2px);
}

.shipping-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.shipping-modal-content {
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.shipping-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 25px;
    background: var(--accent-brown);
    color: white;
}

.shipping-modal-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.shipping-modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.shipping-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.shipping-modal-body {
    padding: 25px;
}

/* Ajustes para a calculadora dentro do modal */
.shipping-modal .shipping-calculator-wrapper {
    margin: 0;
}

.shipping-modal .shipping-calculator-title {
    display: none;
}

.shipping-modal .frenet-shipping-calculator {
    border: none;
    padding: 0;
    background: none;
}

.shipping-modal .shipping-calculator-form {
    margin: 0;
}

.shipping-modal .frenet-manual-calculator {
    background: var(--light-cream);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--border-light);
}

.shipping-modal .shipping-calculator-fields label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
    display: block;
}

.shipping-modal .shipping-input-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.shipping-modal .shipping-input-row input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid var(--border-light);
    border-radius: 5px;
    font-size: 14px;
}

.shipping-modal .shipping-input-row button {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.shipping-modal .shipping-input-row button:hover {
    background: #8B5A3C;
    transform: translateY(-1px);
}

.shipping-modal #shipping-results,
.shipping-modal #cart-shipping-results {
    margin-top: 20px;
    padding: 15px;
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 5px;
    min-height: 50px;
}

.shipping-modal .frenet-not-available {
    text-align: center;
    padding: 30px 20px;
    color: var(--text-muted);
}

.shipping-modal .frenet-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.shipping-modal .frenet-message i {
    font-size: 24px;
    color: var(--accent-brown);
}

/* Enhanced Calculator Styles */
.frenet-manual-calculator {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e9ecef;
}

.shipping-calculator-fields label {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 14px;
}

.shipping-input-row {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.cep-input {
    flex: 1;
    padding: 14px 16px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
}

.cep-input:focus {
    outline: none;
    border-color: var(--primary-color, #C8A882);
    box-shadow: 0 0 0 3px rgba(200, 168, 130, 0.15);
    background: white;
}

.calc-btn {
    background: linear-gradient(135deg, var(--primary-color, #C8A882) 0%, #B8986F 100%);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(200, 168, 130, 0.3);
}

.calc-btn:hover {
    background: linear-gradient(135deg, #B8986F 0%, #A8886F 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(200, 168, 130, 0.4);
}

.calc-btn:active {
    transform: translateY(0);
}

/* Estado desabilitado do botão de calcular frete */
.calc-btn:disabled,
.calc-btn.disabled {
    background: linear-gradient(135deg, #d0d0d0 0%, #b0b0b0 100%) !important;
    color: #808080 !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important;
    box-shadow: none !important;
    transform: none !important;
    pointer-events: none;
}

.calc-btn:disabled:hover,
.calc-btn.disabled:hover {
    background: linear-gradient(135deg, #d0d0d0 0%, #b0b0b0 100%) !important;
    transform: none !important;
    box-shadow: none !important;
}

.form-text {
    margin-top: 8px;
    font-size: 13px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Results Area */
.shipping-results {
    background: white;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    padding: 16px;
    margin-top: 16px;
}

.shipping-loading {
    padding: 20px;
}

.shipping-loading .spinner-border {
    width: 2rem;
    height: 2rem;
}

/* Alert Styles */
.alert {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    margin-bottom: 0;
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

/* Responsividade do modal */
@media (max-width: 768px) {
    .shipping-modal {
        width: 95%;
        max-height: 90vh;
    }

    .shipping-modal-header {
        padding: 15px 20px;
    }

    .shipping-modal-title {
        font-size: 16px;
    }

    .shipping-modal-body {
        padding: 20px;
    }

    .shipping-modal .shipping-input-row {
        flex-direction: column;
        gap: 15px;
    }

    .shipping-modal .shipping-input-row button {
        width: 100%;
        padding: 15px;
    }

    .calc-btn {
        width: 100%;
        justify-content: center;
    }

    .frenet-manual-calculator {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .shipping-modal {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        border-radius: 0;
    }

    .shipping-modal-header {
        border-radius: 0;
    }
}

.img-icon {
    border: 2px solid var(--accent-brown);
    border-radius: 100%;
    margin: auto;
    max-width: 130px !important;
}

/* Step Number Badge */
.step-number {
    position: absolute;
    bottom: 80%;
    left: 10%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--accent-brown);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Product Details Tabs */
.product-details-tabs {
    padding: 60px 0;
}

.product-details-tabs-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.product-details-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.details-tab-item {
    flex: 1;
    text-align: center;
    padding: 20px 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #6c757d;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.details-tab-item:hover {
    background: #e9ecef;
    color: var(--accent-brown);
}

.details-tab-item.active {
    background: #fff;
    color: var(--accent-brown);
    border-bottom-color: var(--accent-brown);
}

.details-tab-content {
    padding: 40px;
    /* min-height: 400px; */
}
.details-tab-content p{
    margin: 0;
}


.details-tab-pane {
    display: none;
}

.details-tab-pane.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Como Funciona Styles */
.funcionamento-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.funcionamento-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 1.6;
}

.funcionamento-list li:last-child {
    border-bottom: none;
}

.funcionamento-list li strong {
    color: var(--accent-brown);
    font-weight: 700;
}

.funcionamento-image img {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Ingredientes Styles */
.ingredientes-grid {
    display: grid;
    gap: 25px;
    margin-bottom: 30px;
}

.ingrediente-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--accent-brown);
}

.ingrediente-item h5 {
    color: var(--accent-brown);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.ingrediente-item p {
    margin: 0;
    color: #6c757d;
    line-height: 1.6;
}

.ingredientes-completos {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.ingredientes-completos h6 {
    color: var(--accent-brown);
    font-weight: 700;
    margin-bottom: 10px;
}

.ingredientes-image img {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ================================
   PRODUCT VARIATIONS STYLES
   ================================ */

.product-variations {
    margin: 20px 0;
}

.variations-loading {
    color: var(--text-muted);
    font-size: 14px;
}

.variation-selector-wrapper {
    margin-bottom: 20px;
}

.variation-label {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.variation-selector {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--border-light);
    border-radius: 8px;
    background: white;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.variation-selector:focus {
    outline: none;
    border-color: var(--accent-brown);
    box-shadow: 0 0 0 3px rgba(139, 115, 85, 0.1);
}

.variation-selector:hover {
    border-color: var(--accent-brown);
}

.variation-selector option {
    padding: 8px;
    color: var(--text-dark);
}

/* Disabled state for add to cart button when variations not selected */
.btn-add-to-cart:disabled {
    background: var(--border-light) !important;
    color: var(--text-muted) !important;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-add-to-cart:disabled:hover {
    background: var(--border-light) !important;
    transform: none;
}

/* Responsive */
@media (max-width: 768px) {
    .product-details-nav {
        flex-direction: column;
    }
    
    .details-tab-item {
        border-bottom: 1px solid #e9ecef;
        border-right: none;
    }
    
    .details-tab-item.active {
        border-bottom-color: var(--accent-brown);
    }
    
    .details-tab-content {
        padding: 20px;
    }
    
    .ingredientes-grid {
        gap: 15px;
    }
    
    .variation-selector {
        padding: 10px 14px;
        font-size: 13px;
    }
    
    .variation-label {
        font-size: 13px;
    }
}

/* Shipping Calculator Input */
#shipping-calculator #wc-shipping-sim-form-fields {
    margin-top: 10px;
    margin-bottom: 0px;
}

#shipping-calculator .input-text {
    border: 1px solid #ccc !important;
    font-size: 14px;
    padding: 7px 10px !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
}

#shipping-calculator .button.submit{
    font-size: 13px;
    color: var(--accent-brown);
    background: 0 0;
    border: 1px solid var(--accent-brown);
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding: 11px 14px !important;
    margin-bottom: 5px;
}

#wc-shipping-sim-results,#wc-shipping-sim-debug-box {
    margin-top: 1em;
    font-size: 14px;
    color: #767373;
    
}

#wc-shipping-sim-results-title{
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

/* ================================
   SLICK CAROUSEL STYLES
   ================================ */

/* Slick Slider Core */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slick Dots (indicators) */
.slick-dots {
    position: relative;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: var(--border-light);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: var(--accent-brown);
    opacity: 0.7;
}

.slick-dots li.slick-active button {
    background: var(--accent-brown);
    width: 12px;
    height: 12px;
}

/* Custom styles for product selos carousel */
.selos-carousel {
    margin: 0 auto;
    max-width: 100%;
}

/* Layout em grid quando o carrossel NÃO está inicializado */
.selos-carousel:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.selos-carousel:not(.slick-initialized) > div {
    width: 100%;
}

.selos-carousel .slick-slide {
    padding: 0 10px;
    outline: none;
}

.selos-carousel .slick-slide:focus {
    outline: none;
}

.selos-carousel .product-icon {
    transition: transform 0.3s ease;
}

.selos-carousel .slick-slide:hover .product-icon,
.selos-carousel:not(.slick-initialized) .product-icon:hover {
    /* transform: translateY(-5px); */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .slick-dots {
        padding: 15px 0 0;
    }
    
    .selos-carousel .slick-slide {
        padding: 0 5px;
    }
    
    /* Grid responsivo quando não inicializado */
    .selos-carousel:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .selos-carousel:not(.slick-initialized) {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .selos-carousel:not(.slick-initialized) {
        grid-template-columns: repeat(5, 1fr);
    }
}
/* ================================
   ARCHIVE PRODUCT PAGE STYLES
   ================================ */

/* Estilos específicos para archive-product.php */
.pagination-wrapper {
    margin: 40px 0;
}

.pagination {
    margin: 0;
}

.pagination .page-link {
    color: var(--accent-brown, #8B5A3C);
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    margin: 0 2px;
    border-radius: 4px;
    text-decoration: none;
}

.pagination .page-item.active .page-link {
    background-color: var(--accent-brown, #8B5A3C);
    border-color: var(--accent-brown, #8B5A3C);
    color: white;
}

.pagination .page-link:hover {
    background-color: var(--text-dark, #333);
    border-color: var(--text-dark, #333);
    color: white;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

/* Garantir layout correto dos produtos */
.products-container .row {
    margin: 0 -15px;
}

.products-container .col-lg-4 {
    padding: 0 15px;
}

/* Estilos para o filtro de preço */
.price-filter-form .btn {
    background-color: var(--accent-brown, #8B5A3C);
    border-color: var(--accent-brown, #8B5A3C);
    color: white;
}

.price-filter-form .btn:hover {
    background-color: var(--text-dark, #333);
    border-color: var(--text-dark, #333);
}

/* Estilos para o botão de limpar filtros */
.btn-clear-filters {
    background-color: transparent;
    border: 1px solid #6c757d;
    color: #6c757d;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-clear-filters:hover {
    background-color: #6c757d;
    color: white;
}

/* Shop Section Improvements */
.shop-section {
    padding: 80px 0;
    background: white;
}

/* Shop Sidebar Enhancements */
.shop-sidebar {
    background: var(--light-cream, #f8f9fa);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.filter-widget {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-light, #e9ecef);
}

.filter-widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.filter-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark, #333);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Search Box Enhancements */
.search-box {
    display: flex;
    border: 1px solid var(--border-light, #e9ecef);
    border-radius: 4px;
    overflow: hidden;
}

.search-input {
    flex: 1;
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    color: var(--text-dark, #333);
    background: white;
    width: 100%;
}

.search-input::-moz-placeholder {
    color: var(--text-muted, #6c757d);
}

.search-input::placeholder {
    color: var(--text-muted, #6c757d);
}

.search-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(139, 90, 60, 0.2);
}

.search-btn {
    background: var(--accent-brown, #8B5A3C);
    color: white;
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-btn:hover {
    background: var(--text-dark, #333);
}

/* Search Active Notice */
.search-active-notice {
    padding: 8px 12px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    margin-top: 10px;
}

.search-active-notice small {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #155724;
}

.search-active-notice i {
    color: #28a745;
}

/* Filter Lists */
.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-item {
    margin-bottom: 12px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: var(--text-muted, #6c757d);
    position: relative;
    transition: color 0.3s ease;
}

.filter-checkbox:hover {
    color: var(--text-dark, #333);
}

.filter-checkbox input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid var(--border-light, #e9ecef);
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.filter-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: var(--accent-brown, #8B5A3C);
    border-color: var(--accent-brown, #8B5A3C);
}

.filter-checkbox input[type="checkbox"]:checked + .checkmark::after {
    /* content: "✓"; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.filter-text {
    flex: 1;
    margin-right: 8px;
}

.filter-text a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.filter-text a:hover {
    color: var(--accent-brown, #8B5A3C);
}

.filter-count {
    font-size: 12px;
    color: var(--text-muted, #6c757d);
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 10px;
}

/* Price Range Slider */
.price-range {
    margin-bottom: 20px;
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.price-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.price-field span {
    font-size: 12px;
    color: var(--text-muted, #6c757d);
    font-weight: 500;
}

.price-field input {
    padding: 8px 12px;
    border: 1px solid var(--border-light, #e9ecef);
    border-radius: 4px;
    font-size: 14px;
    color: var(--text-dark, #333);
}

.price-field input:focus {
    outline: none;
    border-color: var(--accent-brown, #8B5A3C);
    box-shadow: 0 0 0 2px rgba(139, 90, 60, 0.2);
}

.price-separator {
    margin-top: 15px;
    color: var(--text-muted, #6c757d);
}

.slider {
    position: relative;
    height: 6px;
    background: var(--accent-brown, #8B5A3C);
    border-radius: 3px;
    margin-bottom: 20px;
}

.slider .progress {
    position: absolute;
    height: 100%;
    background: var(--accent-brown, #8B5A3C);
    border-radius: 3px;
    left: 0;
    right: 0;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.range-input input::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: var(--accent-brown, #8B5A3C);
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.range-input input::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: var(--accent-brown, #8B5A3C);
    pointer-events: auto;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Shop Toolbar */
.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-light, #e9ecef);
}

.toolbar-left .results-count {
    margin: 0;
    color: var(--text-muted, #6c757d);
    font-size: 14px;
}

.toolbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sort-dropdown select {
    border: 1px solid var(--border-light, #e9ecef);
    padding: 10px 15px;
    font-size: 14px;
    color: var(--text-dark, #333);
    background: white;
    cursor: pointer;
    border-radius: 4px;
    min-width: 200px;
}

.sort-dropdown select:focus {
    outline: none;
    border-color: var(--accent-brown, #8B5A3C);
    box-shadow: 0 0 0 2px rgba(139, 90, 60, 0.2);
}

/* No Products Found */
.no-products-found {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-muted, #6c757d);
}

.no-products-found h4 {
    color: var(--text-dark, #333);
    margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .shop-sidebar {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .filter-title {
        font-size: 14px;
    }
    
    .price-inputs {
        flex-direction: column;
        gap: 15px;
    }
    
    .price-field {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    
    .price-field input {
        width: 80px;
    }
    
    .shop-toolbar {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .toolbar-right {
        width: 100%;
        justify-content: space-between;
    }
    
    .sort-dropdown select {
        width: 200px;
    }
    
    .pagination-wrapper {
        margin: 20px 0;
    }
    
    .pagination .page-link {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .shop-sidebar {
        padding: 15px;
    }
    
    .filter-widget {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    
    .search-input {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .search-btn {
        padding: 10px 12px;
    }
    
    .price-field input {
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .btn-clear-filters {
        padding: 8px 16px;
        font-size: 13px;
    }
}
/* ================================
   PRODUCT LIST PAGE STYLES (SHOP)
   ================================ */

/* Shop Hero Section */
#single-product.shop-hero-section {
    padding: 40px 0 80px;
}

.shop-hero-section {
    background: var(--cream-bg);
    padding: 140px 0 80px;
    position: relative;
}


/* Shop Section */
.shop-section {
    padding: 80px 0;
    background: white;
}

@media(max-width: 1024px) {
    .shop-hero-section {
        padding: 30px 0px 30px 0px;
    }

    .shop-section {
        padding: 20px 0;
    }
}

/* Shop Sidebar */
.shop-sidebar {
    background: var(--light-cream);
    padding: 30px;
    border-radius: 0;
    margin-bottom: 30px;
}

.filter-widget {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-light);
}

.filter-widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.filter-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Search Box */
.search-box {
    display: flex;
    border: 1px solid var(--border-light);
}

.search-input {
    flex: 1;
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    color: var(--text-dark);
    background: white;
    width: 100%;
}

.search-input::-moz-placeholder {
    color: var(--text-muted);
}

.search-input::placeholder {
    color: var(--text-muted);
}

.search-btn {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-btn:hover {
    background: var(--text-dark);
}

/* Filter Lists */
.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-item {
    margin-bottom: 12px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: var(--text-muted);
    position: relative;
}

.filter-checkbox input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid var(--border-light);
    margin-right: 12px;
    position: relative;
    transition: all 0.3s ease;
}

.filter-checkbox input[type="checkbox"]:checked+.checkmark {
    background: var(--accent-brown);
    border-color: var(--accent-brown);
}

.filter-checkbox input[type="checkbox"]:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}

.filter-text {
    flex: 1;
    transition: color 0.3s ease;
}

.filter-count {
    color: var(--text-muted);
    font-size: 12px;
}

.filter-checkbox:hover .filter-text {
    color: var(--accent-brown);
}

/* Filter Buttons */
.btn-apply-price,
.btn-clear-filters,
.btn-clear-filters-inline {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-apply-price:hover,
.btn-clear-filters:hover,
.btn-clear-filters-inline:hover {
    background: var(--text-dark);
    transform: translateY(-1px);
}

.btn-apply-price {
    width: 100%;
    margin-top: 15px;
}

.btn-clear-filters {
    width: 100%;
    background: #dc3545;
}

.btn-clear-filters:hover {
    background: #c82333;
}

.btn-clear-filters-inline {
    margin-top: 15px;
    padding: 10px 20px;
}

/* Loading States */
.filter-loading {
    opacity: 0.6;
    pointer-events: none;
}

.filter-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid var(--accent-brown);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* No Products Found */
.no-products-found {
    text-align: center;
    padding: 60px 20px;
    background: var(--light-cream);
    border-radius: 5px;
    margin: 20px 0;
}

.no-products-found h4 {
    color: var(--text-dark);
    margin-bottom: 15px;
    font-size: 24px;
}

.no-products-found p {
    color: var(--text-muted);
    margin-bottom: 20px;
    font-size: 16px;
}

/* Price Range */
.price-range {
    margin-top: 20px;
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.price-field {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-field span {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 5px;
}

.price-field input {
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid var(--border-light);
    text-align: center;
    font-size: 14px;
    color: var(--text-dark);
}

.price-separator {
    font-weight: 600;
    color: var(--text-muted);
}

.slider {
    position: relative;
    height: 4px;
    background: var(--accent-brown, #8b5a3c);
    border-radius: 2px;
    margin-bottom: 20px;
}

.progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 2px;
    background: var(--accent-brown);
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 4px;
    top: -4px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.range-input input::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--accent-brown);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.range-input input::-moz-range-thumb {
    height: 16px;
    width: 16px;
    border: none;
    border-radius: 50%;
    background: var(--accent-brown);
    pointer-events: auto;
    -moz-appearance: none;
}

/* Rating Filter */
.rating-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rating-item {
    margin-bottom: 12px;
}

.rating-stars {
    color: var(--star-color);
    font-size: 14px;
    margin-right: 8px;
}

.rating-text {
    font-size: 14px;
    color: var(--text-muted);
}

/* Clear Filters Button */
.btn-clear-filters {
    background: transparent;
    color: var(--text-muted);
    border: 1px solid var(--border-light);
    padding: 12px 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-clear-filters:hover {
    background: var(--accent-brown);
    color: white;
    border-color: var(--accent-brown);
}

/* Shop Toolbar */
.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-light);
}

.toolbar-left {
    flex: 1;
}

.results-count {
    color: var(--text-muted);
    font-size: 14px;
    margin: 0;
}

.toolbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sort-dropdown select {
    border: 1px solid var(--border-light);
    padding: 10px 15px;
    font-size: 14px;
    color: var(--text-dark);
    background: white;
    cursor: pointer;
}

.view-mode {
    display: flex;
    gap: 5px;
}

.view-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-light);
    background: white;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-btn.active,
.view-btn:hover {
    background: var(--accent-brown);
    color: white;
    border-color: var(--accent-brown);
}

/* Products Container */
.products-container {
    margin-bottom: 50px;
}

/* Product Badges */
.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    z-index: 2;
}

.product-badge.sale {
    background: #e74c3c;
}

.product-badge.new {
    background: #27ae60;
}

/* Price Styles */
.product-price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-price del {
    font-size: 13px;
    display: block;
    color: #696969
}

.price-old {
    text-decoration: line-through;
    color: var(--text-muted);
    font-weight: normal;
}

.price-current {
    color: var(--accent-brown);
    font-weight: 700;
}

/* List View Mode */
.list-mode .product-card-two {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px;
    background: white;
    border: 1px solid var(--border-light);
    margin-bottom: 20px;
}

.list-mode .product-image-wrapper {
    width: 200px;
    height: 200px;
    margin-right: 30px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.list-mode .product-image {
    height: 200px;
}

.list-mode .product-actions {
    margin-bottom: 15px;
}

.list-mode .product-title {
    margin-bottom: 10px;
}

.list-mode .product-rating {
    margin-bottom: 10px;
}

/* Pagination */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pagination {
    display: flex;
    list-style: none;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.page-item {
    margin: 0;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    border: 1px solid var(--border-light);
    color: var(--text-muted);
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-item.active .page-link,
.page-link:hover {
    background: var(--accent-brown);
    color: white;
    border-color: var(--accent-brown);
}

.page-item.disabled .page-link {
    color: var(--border-light);
    cursor: not-allowed;
}

.page-item.disabled .page-link:hover {
    background: transparent;
    color: var(--border-light);
    border-color: var(--border-light);
}

#product-list-item .yith-wcwl-add-to-wishlist-button {
    color: var(--accent-brown) !important;
    background: transparent !important;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

#product-single .yith-wcwl-add-to-wishlist-button {
    color: var(--accent-brown) !important;
    border: 1px solid var(--accent-brown) !important;
    background: transparent !important;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
/* ================================
   SHOPPING CART SIDEBAR STYLES
   ================================ */

/* Cart Overlay */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Cart Sidebar */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    height: 100dvh;
    background: white;
    z-index: 9999;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
}

.cart-sidebar.active {
    right: 0;
}

/* Cart Header */
.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid var(--border-light);
    background: var(--light-cream);
}

.cart-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.cart-close {
    background: transparent;
    border: none;
    font-size: 18px;
    color: var(--text-muted);
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.cart-close:hover {
    color: var(--text-dark);
}

/* Cart Body */
.cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
}

.cart-items {
    padding: 0 25px;
}

/* Cart Item */
.cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-light);
    position: relative;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    overflow: hidden;
    border: 1px solid var(--border-light);
    transition: opacity 0.2s ease;
}

.cart-item-image:hover {
    opacity: 0.8;
}

.cart-item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cart-item-details {
    flex: 1;
}

.cart-item-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0 25px 5px 0;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.cart-item-name a {
    color: inherit;
    text-decoration: none;
}

.cart-item-name:hover {
    color: #8B4513;
}

.cart-item-details del {
    font-size: 12px;
    color: #979797;
    font-weight: 500;
}

.cart-item-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--accent-brown);
    margin: 0 0 5px 0;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-decrease,
.qty-increase {
    width: 24px;
    height: 24px;
    border: 1px solid var(--border-light);
    background: white;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-decrease:hover,
.qty-increase:hover {
    background: var(--accent-brown);
    color: white;
    border-color: var(--accent-brown);
}

.qty-value {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    min-width: 20px;
    text-align: center;
}

.cart-item-remove {
    position: absolute;
    top: 50px;
    right: 0;
    background: transparent;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
    transition: color 0.3s ease;
}

.cart-item-remove:hover {
    color: #e74c3c;
}

/* Empty Cart */
.cart-empty {
    text-align: center;
    padding: 60px 25px;
}

.empty-cart-icon {
    font-size: 48px;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.cart-empty h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.cart-empty p {
    color: var(--text-muted);
    margin-bottom: 30px;
}

.btn-continue-shopping {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-continue-shopping:hover {
    background: var(--text-dark);
}

/* Cart Footer */
.cart-footer {
    border-top: 1px solid var(--border-light);
    padding: 20px 25px;
    background: var(--light-cream);
}

.cart-total {
    margin-bottom: 20px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--text-muted);
}

.total-row.total-final {
    border-top: 1px solid var(--border-light);
    padding-top: 12px;
    margin-top: 12px;
    font-size: 16px;
    color: var(--text-dark);
}

.total-value {
    font-weight: 600;
}

.cart-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-view-cart,
.btn-checkout {
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    border: none;
}

.btn-view-cart {
    background: transparent;
    color: var(--text-dark);
    border: 1px solid var(--border-light);
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-view-cart:hover {
    background: var(--text-dark);
    color: white;
    border-color: var(--text-dark);
}

.btn-checkout {
    background: var(--accent-brown);
    color: white;
}

.btn-checkout:hover {
    background: var(--text-dark);
    transform: translateY(-2px);
}

/* Cart Animation */
.cart-item {
    animation: fadeInUp 0.3s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(100px);
    }
}

/* Cart Badge Animation - Só quando necessário, não constante */
.cart-badge {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Animação de pulso controlada via JavaScript */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Classe para animação quando item é adicionado */
.cart-badge.pulse-once {
    animation: pulse 0.6s ease-in-out;
}

/* Cart Notification */
.cart-notification {
    position: fixed;
    top: 100px;
    right: 20px;
    background: var(--accent-brown);
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transform: translateX(400px);
    transition: transform 0.3s ease;
}

.cart-notification.show {
    transform: translateX(0);
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}

.notification-content i {
    font-size: 16px;
}

.wc-block-cart__submit-container a {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 20px 30px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wp-block-woocommerce-cart-order-summary-block h2 {
    font-size: 20px !important;
}


.wc-block-cart-items__header th {
    font-size: 20px !important;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    border-bottom: 1px solid hsla(0,0%,7%,.11);
    margin-bottom: 16px;
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 10px;
    padding: 19px 20px;
    background: #fff;
}
.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.is-medium .wc-block-checkout__main,
.is-mobile .wc-block-checkout__main,
.is-small .wc-block-checkout__main {
    order: 1
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    justify-content: space-between
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    box-sizing: border-box;
    flex: 1 0 calc(50% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child {
    margin-top: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input {
    margin-top: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input {
    flex: 0 0 100%
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-child,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-child,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-child,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-child,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-child,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-child {
    margin-top: 0
}

.is-large .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-components-address-form .wc-block-components-checkbox {
    margin-top: 16px
}

.is-large .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-form__email:only-child,
.is-medium .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-form__email:only-child,
.is-small .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-form__email:only-child {
    margin-top: 0
}

.wc-block-components-address-form__address_2-toggle {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin-top: 16px;
    text-align: left;
    width: 100%
}

.wc-block-components-address-form__address_2-toggle:hover {
    text-decoration: underline
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    display: block;
    flex-grow: 1;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
    margin: 0;
    padding: 0
}

@container (max-width: 699px) {
    .wc-block-checkout__sidebar {
        margin-bottom: 24px;
        order: 0
    }
}

@container (min-width: 700px) {
    .wc-block-checkout__sidebar {
        align-self: flex-start;
        top: 24px
    }

    .wc-block-checkout__sidebar.is-sticky {
        position: sticky
    }
}

.wc-block-components-address-address-wrapper {
    position: relative
}

.wc-block-components-address-address-wrapper .wc-block-components-address-card-wrapper,
.wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper {
    transition: all .3s ease-in-out;
    width: 100%
}

.wc-block-components-address-address-wrapper.is-editing .wc-block-components-address-form-wrapper {
    opacity: 1
}

.wc-block-components-address-address-wrapper.is-editing .wc-block-components-address-card-wrapper {
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden
}

.wc-block-components-address-address-wrapper:not(.is-editing) .wc-block-components-address-form-wrapper {
    height: 0;
    opacity: 0;
    visibility: hidden
}

.wc-block-components-address-address-wrapper:not(.is-editing) .wc-block-components-address-card-wrapper {
    opacity: 1
}

.wc-block-components-address-card {
    align-items: flex-start;
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 4px;
    display: flex;
    font-size: 1em;
    justify-content: flex-start;
    margin: 0;
    padding: 1em
}

.has-dark-controls .wc-block-components-address-card {
    border-color: hsla(0, 0%, 100%, .4)
}

.wc-block-components-address-card address {
    font-style: normal;
    margin: 0
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section {
    display: block;
    margin: 0 0 2px
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section span {
    display: inline-block;
    padding: 0 4px 0 0
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section span:after {
    content: ", "
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section span:last-child:after {
    content: ""
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section:last-child {
    margin-bottom: 0
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section:first-child {
    font-weight: 700
}

.wc-block-components-address-card__edit {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: .875em;
    margin: 0 0 0 auto
}

.wc-block-components-address-card__edit:hover {
    text-decoration: underline
}

.wc-block-components-country-input {
    margin-top: 16px
}

.wc-blocks-components-select {
    max-width: none;
    width: 100%
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    height: 3.125em;
    position: relative;
    width: 100%
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__container {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__container:focus {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.has-error .wc-blocks-components-select .wc-blocks-components-select__container {
    border-color: #cc1818
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 100%;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 1em .5em 0;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%
}

.wc-blocks-components-select .wc-blocks-components-select__select:focus {
    border-color: currentColor;
    border-width: 1.5px
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__select {
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__select:focus {
    border-color: currentColor
}

.has-error .wc-blocks-components-select .wc-blocks-components-select__select {
    color: #cc1818
}

.wc-blocks-components-select .wc-blocks-components-select__label {
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: .5em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 2px;
    transform: translateY(15%) scale(.75);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__label {
    color: hsla(0, 0%, 100%, .6)
}

.has-error .wc-blocks-components-select .wc-blocks-components-select__label {
    color: #cc1818
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-blocks-components-select .wc-blocks-components-select__label {
        transition: none
    }
}

.wc-blocks-components-select .wc-blocks-components-select__expand {
    fill: #2b2d2f;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%)
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__expand {
    fill: #fff
}

.has-error .wc-blocks-components-select .wc-blocks-components-select__expand {
    fill: #cc1818
}

.wc-blocks-components-select__container {
    margin-top: 16px
}

.wc-block-components-address-form__address_2-hidden-input {
    left: -20000px;
    position: absolute
}

.wc-block-checkout__terms {
    margin: 0 0 48px
}

.is-mobile .wc-block-checkout__terms,
.is-small .wc-block-checkout__terms {
    margin-bottom: 36px
}

.is-mobile .wc-block-checkout__terms.wc-block-checkout__terms--with-separator,
.is-small .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 36px
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    padding-top: 48px
}

.is-medium .wc-block-checkout__terms.wc-block-checkout__terms--with-separator,
.is-mobile .wc-block-checkout__terms.wc-block-checkout__terms--with-separator,
.is-small .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: 0
}

.wc-block-checkout__terms textarea {
    position: relative;
    top: -5px
}

.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
    opacity: .6
}

.wc-block-components-password-strength {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: .75em;
    gap: 8px;
    height: 1em;
    line-height: 1;
    padding: 8px 0 0;
    text-align: right
}

.wc-block-components-password-strength.hidden {
    opacity: 0
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter {
    background-color: hsla(0, 0%, 7%, .11);
    border: 0;
    border-radius: 4px;
    color: #cc1818;
    display: block;
    height: 8px;
    margin: 0;
    width: 100%
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-bar,
.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-inner-element {
    background: none;
    border: 0;
    height: 8px;
    vertical-align: middle
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-even-less-good-value,
.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-optimum-value,
.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-suboptimum-value {
    background: none;
    background-color: currentColor;
    border: 0;
    border-radius: 4px;
    height: 8px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    vertical-align: middle
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter:-moz-meter-optimum::-moz-meter-bar,
.wc-block-components-password-strength .wc-block-components-password-strength__meter:-moz-meter-sub-optimum::-moz-meter-bar,
.wc-block-components-password-strength .wc-block-components-password-strength__meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: none;
    background-color: currentColor;
    border: 0;
    border-radius: 4px;
    height: 8px;
    -moz-transition: .2s ease;
    transition: .2s ease;
    vertical-align: middle
}

.wc-block-components-password-strength .wc-block-components-password-strength__result {
    color: #cc1818
}

.wc-block-components-password-strength .wc-block-components-password-strength__result:after {
    content: " "
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="1"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="1"]+.wc-block-components-password-strength__result {
    color: #cc1818
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="2"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="2"]+.wc-block-components-password-strength__result {
    color: #cc1818
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="3"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="3"]+.wc-block-components-password-strength__result {
    color: #f0b849
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="4"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="4"]+.wc-block-components-password-strength__result {
    color: #4ab866
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

.wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    text-wrap: balance;
    text-wrap: pretty;
    display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
    fill: currentColor
}

.wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
    opacity: .5
}

.wc-block-components-button:not(.is-link).outlined {
    background: transparent;
    color: currentColor
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff;
    opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

.wc-block-components-checkout-return-to-cart-button svg {
    fill: currentColor;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.rtl .wc-block-components-checkout-return-to-cart-button svg {
    transform: translateY(-50%) scale(-1)
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    height: auto;
    padding: 1em;
    width: 50%
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
    width: 100%
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--loading .wc-block-components-button__text {
    visibility: hidden
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--loading .wc-block-components-checkout-place-order-button__icon,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--loading .wc-block-components-spinner {
    visibility: visible
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    align-items: center;
    display: flex
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__separator {
    margin: 0 20px
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg {
    fill: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    vertical-align: top
}

.wp-block-woocommerce-checkout-actions-block .is-large .wc-block-checkout__actions {
    padding: 0 0 48px
}

.is-mobile .wc-block-checkout__actions .wc-block-checkout__actions_row {
    flex-direction: column-reverse
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    margin: 16px auto
}

.wc-block-checkout__add-note {
    line-height: 1;
    margin: 0 0 48px;
    padding: 0
}

.wc-block-checkout__add-note .wc-block-components-checkbox {
    line-height: 1;
    margin-bottom: -3px;
    margin-top: 0
}

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-checkout__add-note .wc-block-components-textarea:focus {
    background-color: #fff;
    box-shadow: 0 0 0 1px #2b2d2f;
    color: #2b2d2f;
    outline: 0
}

.has-dark-controls .wc-block-checkout__add-note .wc-block-components-textarea:focus {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px currentColor;
    color: #fff
}

.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-bottom: 48px;
    padding-left: 0
}

.is-medium .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step,
.is-mobile .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step,
.is-small .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    border-bottom: 0;
    padding-bottom: 0
}

.wc-block-components-loading-mask {
    min-height: 34px;
    pointer-events: none;
    position: relative
}

.wc-block-components-loading-mask .components-spinner {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
    opacity: .25
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
    width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input.wc-block-components-totals-coupon__input,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    margin: 0
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex: 3 1 120px
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    flex: 1 1 auto;
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button--loading .wc-block-components-button__text {
    visibility: hidden
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button--loading .wc-block-components-spinner {
    visibility: visible
}

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 4px 0 0;
    padding: 0
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: #4ab866
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-shipping {
    margin-bottom: 0;
    margin-top: 0
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-weight: 700
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
    text-transform: uppercase
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__delivery-options-notice {
    display: block;
    margin-top: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
    display: block;
    margin: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary {
    display: inline-block;
    margin: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
    margin-top: 12px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-weight: 400;
    padding: 0;
    text-align: left;
    text-decoration: underline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
    background: transparent
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
    opacity: .8
}

.wc-block-components-totals-shipping .wc-block-components-shipping-placeholder__value {
    font-size: .875em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
    font-size: .875em;
    width: 100%
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
    background: transparent
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 5px
}

.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary {
    padding: 0 16px
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    font-weight: 600
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type {
    border-top: 0
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 0px
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    flex-grow: 1;
    margin: 0 0 16px 15px;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 20px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-open-close {
    cursor: pointer
}

.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 5px
}

.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-wrapper:first-of-type {
    border-top: 0
}

.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-coupon,
.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

.has-dark-controls .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsla(0, 0%, 100%, .4)
}

@container (min-width: 700px) {

    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-icon,
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-price {
        display: none
    }

    .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
        display: none;
        overflow: hidden
    }
}

@container (max-width: 699px) {
    .wp-block-woocommerce-checkout-order-summary-block {
        border: none;
        margin-top: 0
    }

    .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
        padding-top: 36px
    }

    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        border-bottom: 1px solid hsla(0, 0%, 7%, .11);
        border-top: 0px;
        cursor: pointer;
        padding: 10px 0
    }

    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title.is-open {
        border-bottom: none
    }

    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
        margin: 0
    }

    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-icon {
        fill: currentColor
    }

    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
        display: block
    }

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

    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open .wc-block-components-totals-wrapper:first-child {
        border-top: none
    }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid #2f2f2f;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    align-self: center;
    flex-basis: 100%;
    padding-right: 16px;
    white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
    padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
    font-weight: 600;
    margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
    margin: 0 0 0 24px;
    padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
    clear: both;
    content: "";
    display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0;
    color: #2f2f2f !important;
    float: right;
    margin: 0;
    opacity: .7;
    padding: 0 !important;
    text-decoration-line: underline;
    text-underline-position: under;
    transition: all .2s ease-in-out
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1;
    text-decoration: none
}

.wc-block-components-notice-banner>svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
    background: transparent none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #2f2f2f !important;
    flex: 0 0 16px;
    height: 16px !important;
    margin: 6px 0 0 auto !important;
    min-height: auto !important;
    min-width: 0 !important;
    opacity: .6;
    outline: none !important;
    padding: 0 !important;
    width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
    margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
    opacity: 1
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
    outline: 2px solid currentColor !important;
    outline-offset: 0
}

.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
    background-color: #cc1818;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
    background-color: #fffbf4;
    border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
    background-color: #f0b849;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
    background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
    background-color: #f4f8ff;
    border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #007cba
}

.wc-block-components-notice-banner:focus {
    outline-width: 0
}

.wc-block-components-notice-banner:focus-visible {
    outline-style: solid;
    outline-width: 2px
}

.woocommerce.wc-block-store-notices.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin: 0 0 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

.wc-block-components-payment-method-label--with-icon>img,
.wc-block-components-payment-method-label--with-icon>svg {
    margin: -2px 4px 0 0;
    vertical-align: middle
}

.is-mobile .wc-block-components-payment-method-label--with-icon>img,
.is-mobile .wc-block-components-payment-method-label--with-icon>svg,
.is-small .wc-block-components-payment-method-label--with-icon>img,
.is-small .wc-block-components-payment-method-label--with-icon>svg {
    display: none
}

.wc-block-components-payment-method-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    display: inline-block;
    height: 24px;
    margin: 0 4px 2px;
    max-height: 24px;
    max-width: 38px;
    padding: 0;
    width: auto
}

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
    margin-left: 0;
    margin-right: 8px
}

.wc-block-components-payment-method-icons--align-right {
    justify-content: flex-end
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
    margin-left: 8px;
    margin-right: 0
}

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,
.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

.wc-block-card-elements .wc-block-components-validation-error {
    position: static
}

.wc-block-gateway-container {
    margin-bottom: 1.5em;
    margin-top: 8px;
    position: relative;
    white-space: nowrap
}

.wc-block-gateway-container.wc-card-number-element {
    flex-basis: 15em;
    flex-grow: 1;
    min-width: min(15em, 60%)
}

.wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(7em, calc(24% - 12px))
}

.wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(5em, calc(16% - 12px))
}

.wc-block-gateway-container .wc-block-gateway-input {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    cursor: text;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 0 .75em 16px;
    width: 100%
}

.wc-block-gateway-container .wc-block-gateway-input:focus {
    background-color: #fff
}

.wc-block-gateway-container:focus {
    background-color: #fff
}

.wc-block-gateway-container label {
    color: inherit;
    color: #757575;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: transform .2s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error {
    margin-top: -24px;
    position: static
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label {
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
    outline-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error+label {
    color: #cc1818
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-small .wc-card-expiry-element .wc-block-components-validation-error>p {
    min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements,
.is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element,
.is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element,
.is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element,
.is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 3.5em;
    padding-right: .75em
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    content: none
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
    margin: 0;
    padding-bottom: 1em;
    padding-top: 1em
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
    border-width: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:first-child:after {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
    border-width: 1px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
    border-width: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
    align-items: center;
    border-width: 0;
    display: flex;
    justify-content: flex-start
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
    height: 24px;
    max-height: 24px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    height: 28px;
    padding-top: 14px
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 1em 1em
}

.wc-block-components-radio-control-accordion-content:empty,
.wc-block-components-radio-control-accordion-content:has(>:only-child:empty) {
    display: none
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
    margin: 0;
    overflow: hidden;
    width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
    height: 48px;
    width: 100%
}

.wc-block-components-express-payment--checkout {
    margin-top: 12px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons {
    grid-gap: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    list-style: none
}

@media(max-width: 782px) {
    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons {
        grid-template-columns: 1fr
    }
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    display: flex;
    flex-direction: row;
    left: 0;
    position: absolute;
    right: 0;
    top: -4px;
    vertical-align: middle
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
    border-left: 1px solid hsla(0, 0%, 7%, .11);
    border-color: hsla(0, 0%, 7%, .11) hsla(0, 0%, 7%, .11) currentcolor;
    border-radius: 4px 0 0 0;
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    content: "";
    display: block;
    flex-grow: 1;
    height: 3px;
    margin-right: 12px;
    pointer-events: none
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
    border-color: currentcolor currentcolor hsla(0, 0%, 7%, .11) hsla(0, 0%, 7%, .11);
    border-radius: 0 4px 0 0;
    border-right: 1px solid hsla(0, 0%, 7%, .11);
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    content: "";
    display: block;
    flex-grow: 1;
    height: 3px;
    margin-left: 12px;
    pointer-events: none
}

.has-dark-controls .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after,
.has-dark-controls .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
    border-color: hsla(0, 0%, 100%, .4)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 0 0 4px 4px;
    border-top: 0;
    padding: 20px 24px 24px
}

.has-dark-controls .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    border-color: hsla(0, 0%, 100%, .4)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p {
    margin-bottom: 1em
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
    padding-bottom: 12px;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
    padding-bottom: 0
}

.wc-block-components-express-payment-continue-rule {
    align-items: center;
    display: flex;
    margin: 36px 0 28px;
    padding: 0 24px;
    text-align: center
}

.wc-block-components-express-payment-continue-rule:before {
    margin-right: 10px
}

.wc-block-components-express-payment-continue-rule:after {
    margin-left: 10px
}

.wc-block-components-express-payment-continue-rule:after,
.wc-block-components-express-payment-continue-rule:before {
    border-bottom: 1px solid hsla(0, 0%, 7%, .11);
    content: " ";
    flex: 1
}

.has-dark-controls .wc-block-components-express-payment-continue-rule:after,
.has-dark-controls .wc-block-components-express-payment-continue-rule:before {
    border-color: hsla(0, 0%, 100%, .4)
}

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-left: 12px;
    padding-right: 12px
}

.wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container {
    align-items: stretch;
    background-color: color-mix(in srgb, currentColor 6%, transparent);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: space-between;
    padding: 4px;
    width: 100%
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option,
.wc-block-checkout__shipping-method-option {
    align-items: center;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    cursor: pointer;
    display: flex;
    flex-basis: 0;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    padding: 12px;
    position: relative
}

.has-dark-controls .edit-post-visual-editor .wc-block-checkout__shipping-method-option,
.has-dark-controls .wc-block-checkout__shipping-method-option {
    color: #fff
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus-within,
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover,
.wc-block-checkout__shipping-method-option:focus-within,
.wc-block-checkout__shipping-method-option:hover {
    background-color: color-mix(in srgb, currentColor 12%, transparent);
    outline: none
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
    background: #fff;
    border: 2px solid
}

.has-dark-controls .edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.has-dark-controls .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
    background: rgba(0, 0, 0, .1)
}

.wc-block-checkout__shipping-method-option-title-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px
}

.wc-block-checkout__shipping-method-option-icon {
    fill: currentColor;
    flex-shrink: 0;
    vertical-align: middle
}

.wc-block-checkout__shipping-method-option-title {
    text-wrap: balance;
    font-size: inherit;
    font-size: 1rem;
    font-weight: inherit;
    font-weight: 700;
    line-height: inherit;
    line-height: 28px
}

.wc-block-checkout__shipping-method-option-price,
.wc-block-checkout__shipping-method-option-title {
    font-family: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-checkout__shipping-method-option-price {
    flex-basis: 100%;
    font-size: inherit;
    font-size: .875rem;
    font-weight: inherit;
    line-height: inherit;
    text-align: center
}

.wc-block-checkout__shipping-method-option-price em {
    font-style: inherit;
    text-transform: uppercase
}

.wc-block-components-shipping-rates-control__package {
    margin: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label {
    font-weight: 500
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package__delivery_time {
    text-transform: none
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package__description--free {
    text-transform: uppercase
}

.wc-block-components-shipping-rates-control__package.wc-block-components-panel {
    margin-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
    padding-bottom: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package--disabled {
    opacity: .5;
    transition: opacity .2s ease
}

.wc-block-components-shipping-rates-control__package-header {
    margin: 0 0 12px
}

.wc-block-components-shipping-rates-control__package-header:last-child {
    margin-bottom: 0
}

.is-large .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description {
    padding-right: 16px
}

.wc-block-components-shipping-rates-control__package-items {
    display: inline-block;
    font-size: .875em;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    display: inline-block;
    margin: 0;
    overflow-wrap: anywhere;
    padding: 0;
    word-break: break-word
}

.wc-block-components-shipping-rates-control__package-item>div {
    display: inline
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child)>div:after {
    content: ", ";
    white-space: pre
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    margin: 0;
    padding: .875em .875em .875em 3.5em
}

.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free {
    text-transform: uppercase
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-shipping-address-message {
    background-color: color-mix(in srgb, currentColor 6%, transparent);
    color: color-mix(in srgb, currentColor 66%, transparent);
    padding: 1.5em;
    text-align: center
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option {
    margin: 0;
    padding: 1em .75em 1em 3.5em
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-shipping-rates-control__no-results-notice,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__input,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__input {
    top: auto;
    transform: none
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-layout,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-layout {
    display: block
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group {
    display: flex;
    width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group>:last-child,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group>:last-child {
    margin-left: auto
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group em,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group em {
    font-style: inherit;
    text-transform: uppercase
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group .read-more-content,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group .read-more-content {
    hyphens: auto;
    margin-left: .1875em;
    position: static;
    visibility: visible;
    word-break: normal;
    z-index: auto
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group {
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 1em;
    margin-left: -3.5em;
    margin-top: 1em;
    padding: 1px .75em;
    width: calc(100% + 4em)
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group .read-more-content,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group .read-more-content {
    position: absolute;
    visibility: hidden;
    z-index: -1
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description,
.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__secondary-description {
    display: block;
    font-size: 1em;
    margin: 0;
    text-align: left;
    width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description+.wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description+.wc-block-components-radio-control__secondary-description {
    margin-top: .75em
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description {
    color: #757575
}

.has-dark-controls .wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description,
.has-dark-controls .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description {
    color: #ddd
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description>svg,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description>svg {
    fill: currentColor;
    margin-top: -4px;
    vertical-align: middle
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price {
    display: block
}

.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
    margin-bottom: 12px
}

.wc-block-components-product-price ins {
    text-decoration: none
}

.wc-block-components-product-price .woocommerce-Price-amount {
    white-space: nowrap
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5em;
    z-index: 1
}

.is-loading .wc-block-components-product-price:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-price:before:after {
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        animation: none
    }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word
}

.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
    margin-bottom: 0
}

.wc-block-components-product-details.wc-block-components-product-details li {
    margin-left: 0
}

.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

.wc-block-components-product-metadata {
    font-size: .75em
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    margin: .25em 0
}

@container (min-width: 700px) {
    .wc-block-components-order-summary {
        padding: 0 16px
    }
}

.wc-block-components-order-summary .wc-block-components-order-summary__button-text {
    font-weight: 500
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-order-summary .wc-block-components-panel__content {
    margin-bottom: 0
}

.wc-block-components-order-summary .wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
    display: flex;
    font-size: .875em;
    padding-bottom: 1px;
    padding-top: 16px;
    width: 100%
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:first-child {
    padding-top: 0
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child {
    border-bottom: 0
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child>div {
    padding-bottom: 0
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child:after {
    display: none
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {
    font-size: 1em
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description,
.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    margin-top: 10px;
    padding-bottom: 16px;
    position: relative;
    width: 48px
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 48px;
    width: 48px
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid hsla(0, 0%, 7%, .11);
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 20px;
    min-width: 20px;
    padding: 0 .4em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 12px
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    line-height: 1.375;
    margin-top: 8px
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto;
    text-align: right
}

.wc-block-components-order-summary .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
    padding-top: 4px
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    display: block;
    padding-top: 8px
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    padding-bottom: 16px
}

.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-wrapper {
    border: 0;
    padding-bottom: 0
}

.has-dark-controls .wp-block-woocommerce-checkout-order-summary-totals-block {
    border-color: hsla(0, 0%, 100%, .4)
}

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 48px 0;
    padding: 48px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 48px 0 0
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wc-block-components-sidebar-layout:has(>:last-child.wp-block-woocommerce-checkout-fields-block) {
    flex-direction: row-reverse
}

.wc-block-components-sidebar-layout .wc-block-must-login-prompt {
    display: block
}


.wc-block-components-sidebar {
    box-sizing: border-box;
    margin-top: 8px;
    padding-left: 2.2641509434%;
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}



@container (max-width: 699px) {
    .wc-block-components-sidebar-layout {
        flex-direction: column;
        margin: 0 auto 16px
    }

    .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 0;
        width: 100%;
    }
    .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
        display: block !important
    }
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 35%;
}

@media (max-width: 1024px) {
    .wc-block-components-sidebar-layout .wc-block-components-main,
    .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        width: 100%
    }
    .wc-block-cart table.wc-block-cart-items,
    .wc-block-cart table.wc-block-cart-items td,
    .wc-block-cart table.wc-block-cart-items th {
        margin: 0 0 0px
    }
}

@container (min-width: 700px) {

    .wc-block-components-sidebar .slot-wrapper .wc-block-components-panel,
    .wc-block-components-sidebar .wc-block-components-panel,
    .wc-block-components-sidebar .wc-block-components-totals-coupon,
    .wc-block-components-sidebar .wc-block-components-totals-item {
        padding-left: 16px;
        padding-right: 16px
    }

    .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item,
    .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-panel {
        padding: 0
    }
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button {
    font-weight: 400
}

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wp-block-woocommerce-checkout {
    container-type: inline-size;
    margin: 0;
    padding-top: 24px
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package {
    border-bottom: 0;
    margin: 0 0 1em
}

.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package:last-child {
    margin-bottom: 0
}

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
    float: right;
    font-size: 1em;
    margin-top: -24px
}

.wp-block-woocommerce-checkout .wc-block-checkout__create-account {
    margin-top: 24px !important
}

.wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
    font-size: .75em;
    margin: 4px 0 0
}

.wp-block-woocommerce-checkout.is-loading {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-checkout.is-loading:has(>:last-child.wp-block-woocommerce-checkout-fields-block) {
    flex-direction: row-reverse
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    padding-left: 2.2641509434%;
    width: 35%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
    padding-right: 4.5283018868%;
    width: 65%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    box-sizing: border-box;
    margin: 0
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: none;
    line-height: 1;
    margin: 0 0 1.5em;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>* {
    visibility: hidden
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after {
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

@media screen and (prefers-reduced-motion:reduce) {

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
        animation: none
    }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
    display: block;
    min-height: 10em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
    display: block;
    min-height: 24em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
    display: block;
    margin-left: 50%;
    min-height: 4em;
    width: 50%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    display: block;
    min-height: 47em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button {
    font-weight: 400
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-coupon-link,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link {
    margin-left: 16px;
    margin-right: 16px
}

@media only screen and (max-width: 700px) {
    .wp-block-woocommerce-checkout.is-loading {
        flex-direction: column;
        margin: 0 auto 16px
    }

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
        padding: 0;
        width: 100%
    }

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
        padding-left: 0;
        padding-right: 0
    }

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link {
        margin-left: 0;
        margin-right: 0
    }
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-checkout-empty {
    padding: 48px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout-error {
    padding: 48px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-error .wc-block-checkout-error__image {
    fill: currentColor;
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-checkout-error .wc-block-checkout-error__title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-checkout-error .wc-block-checkout-error__description {
    display: block;
    margin: .25em 0 1em
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 10px;
    padding: 10px 10px;
    background: #fff;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: var(--accent-brown);
    color: white;
    border: none;
    /*     padding: 20px 30px; */
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* ================================
   FIX: Select option visibility
   ================================ */

/* Corrigir visualização do texto selecionado nos selects do WooCommerce Blocks */
.wc-blocks-components-select .wc-blocks-components-select__select {
    padding: 12px 12px !important;
    line-height: 1.5 !important;
    height: auto !important;
    min-height: 48px !important;
    color: #2b2d2f !important;
    font-size: 14px !important;
}

/* Garantir que as options sejam visíveis */
.wc-blocks-components-select .wc-blocks-components-select__select option {
    color: #2b2d2f !important;
    background: white !important;
    padding: 8px !important;
    font-size: 14px !important;
}

/* Garantir que a option selecionada seja visível */
.wc-blocks-components-select .wc-blocks-components-select__select option:checked,
.wc-blocks-components-select .wc-blocks-components-select__select option[selected] {
    color: #2b2d2f !important;
    background: #f0f0f0 !important;
    font-weight: 600 !important;
}

/* Ajustar posição da label */
.wc-blocks-components-select .wc-blocks-components-select__label {
    position: absolute;
    top: -8px;
    left: 8px;
    background: white;
    padding: 0 4px;
    font-size: 12px;
    z-index: 1;
    pointer-events: none;
}

/* Ajustar container do select */
.wc-blocks-components-select .wc-blocks-components-select__container {
    position: relative;
    margin-top: 8px;
}

/* Garantir que o ícone de dropdown não atrapalhe */
.wc-blocks-components-select .wc-blocks-components-select__expand {
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}


/* ================================
   ACCOUNT PAGE STYLES
   ================================ */

.account-main {
    background: var(--light-cream);
    padding: 80px 0 60px 0;
}

.account-section {
    padding: 0;
}

.account-box {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 38px 36px 32px 36px;
    margin-bottom: 32px;
    margin-top: 32px;
}

.account-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 28px;
    text-align: left;
}

.account-form .form-group {
    margin-bottom: 18px;
}

.account-form label {
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.account-form .form-control {
    width: 100%;
    border: 1px solid var(--border-light);
    border-radius: 0;
    padding: 12px 16px;
    font-size: 15px;
    color: var(--text-dark);
    background: #fff;
    transition: border 0.2s;
}

.account-form .form-control:focus {
    border-color: var(--accent-brown);
    outline: none;
}

.form-row-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.form-remember {
    font-size: 13px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.account-link {
    color: var(--accent-brown);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}

.account-link:hover {
    color: var(--text-dark);
    text-decoration: underline;
}

.btn-account-submit {
    width: 100%;
    background: var(--accent-brown);
    color: #fff;
    border: none;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    margin-top: 8px;
    margin-bottom: 10px;
    transition: background 0.2s;
    cursor: pointer;
}

.btn-account-submit:hover {
    background: var(--text-dark);
}

.account-divider {
    text-align: center;
    margin: 24px 0 18px 0;
    position: relative;
}

.account-divider span {
    background: #fff;
    color: var(--text-muted);
    font-size: 13px;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}

.account-divider:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: var(--border-light);
    z-index: 0;
}

.account-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.btn-account-social {
    width: 100%;
    background: #f5f1e8;
    color: var(--text-dark);
    border: 1px solid var(--border-light);
    padding: 12px 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}

.btn-account-social:hover {
    background: var(--accent-brown);
    color: #fff;
}

.account-bottom-text {
    text-align: center;
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 18px;
}

.account-bottom-text a {
    font-weight: 600;
}

.account-alert {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    padding: 12px 16px;
    border-radius: 0;
    font-size: 13px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-register-box {
    border-left: 1px solid var(--border-light);
}

/* ================================
   WOOCOMMERCE ACCOUNT NAVIGATION
   ================================ */

.woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 0;
    margin-bottom: 32px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid var(--border-light);
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 18px 24px;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.woocommerce-MyAccount-navigation a:hover {
    background: var(--light-cream);
    color: var(--accent-brown);
    border-left-color: var(--accent-brown);
}

.woocommerce-MyAccount-navigation .is-active a {
    background: var(--accent-brown);
    color: #fff;
    border-left-color: var(--text-dark);
}

/* ================================
   WOOCOMMERCE ACCOUNT CONTENT
   ================================ */

.woocommerce-MyAccount-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 40px;
    margin-bottom: 32px;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 24px;
    border-bottom: 2px solid var(--light-cream);
    padding-bottom: 12px;
}

.woocommerce-MyAccount-content h2 {
    font-size: 24px;
}

.woocommerce-MyAccount-content h3 {
    font-size: 20px;
}

.woocommerce-MyAccount-content p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

/* ================================
   FORM STYLES IMPROVEMENTS
   ================================ */

.woocommerce-EditAccountForm.edit-account,
.woocommerce form.woocommerce-address-edit {
    background: #fff;
}

.woocommerce-EditAccountForm.edit-account fieldset,
.woocommerce form.woocommerce-address-edit fieldset {
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    background: #fafafa;
}

.woocommerce-EditAccountForm.edit-account legend,
.woocommerce form.woocommerce-address-edit legend {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0;
    padding: 0 12px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 4px;
}

.woocommerce-EditAccountForm.edit-account .form-row,
.woocommerce form.woocommerce-address-edit .form-row {
    margin-bottom: 20px;
}

.woocommerce-EditAccountForm.edit-account label,
.woocommerce form.woocommerce-address-edit label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
    display: block;
}

.woocommerce-EditAccountForm.edit-account input,
.woocommerce-EditAccountForm.edit-account select,
.woocommerce-EditAccountForm.edit-account textarea,
.woocommerce form.woocommerce-address-edit input,
.woocommerce form.woocommerce-address-edit select,
.woocommerce form.woocommerce-address-edit textarea {
    width: 100%;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 15px;
    color: var(--text-dark);
    background: #fff;
    transition: all 0.3s ease;
}

.woocommerce-EditAccountForm.edit-account input:focus,
.woocommerce-EditAccountForm.edit-account select:focus,
.woocommerce-EditAccountForm.edit-account textarea:focus,
.woocommerce form.woocommerce-address-edit input:focus,
.woocommerce form.woocommerce-address-edit select:focus,
.woocommerce form.woocommerce-address-edit textarea:focus {
    border-color: var(--accent-brown);
    outline: none;
    box-shadow: 0 0 8px rgba(139, 69, 19, 0.2);
}

/* ================================
   BUTTONS IMPROVEMENTS
   ================================ */

.woocommerce-Button,
.woocommerce-MyAccount-content button,
.woocommerce form .button {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
}

.woocommerce-Button:hover,
.woocommerce-MyAccount-content button:hover,
.woocommerce form .button:hover {
    background: var(--text-dark);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.woocommerce-Button.alt {
    background: var(--light-cream);
    color: var(--text-dark);
    border: 1px solid var(--border-light);
}

.woocommerce-Button.alt:hover {
    background: var(--text-dark);
    color: #fff;
}

/* ================================
   ADDRESSES SECTION
   ================================ */

.woocommerce-Addresses {
    display: inline-block;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 32px;
}

.woocommerce-Address {
    background: #fafafa;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 15px;
    position: relative;
}

.woocommerce-Address .title {
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-light);
}

.woocommerce-Address .title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
}

.woocommerce-Address .edit {
    background: var(--accent-brown);
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.woocommerce-Address .edit:hover {
    background: var(--text-dark);
    transform: translateY(-1px);
}

.woocommerce-Address address {
    color: var(--text-muted);
    line-height: 1.6;
    font-style: normal;
}

/* ================================
   ORDERS TABLE
   ================================ */

.woocommerce-orders-table,
.woocommerce-MyAccount-content table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
}

.woocommerce-orders-table th,
.woocommerce-MyAccount-content table th {
    background: var(--accent-brown);
    color: white;
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-orders-table td,
.woocommerce-MyAccount-content table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-dark);
    font-size: 14px;
}

.woocommerce-orders-table tr:hover,
.woocommerce-MyAccount-content table tr:hover {
    background: var(--light-cream);
}

.woocommerce-orders-table .button,
.woocommerce-MyAccount-content table .button {
    padding: 8px 16px;
    font-size: 12px;
    margin: 0;
}

/* Order status styling */
.woocommerce-orders-table .order-status {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-status.processing {
    background: #fff3cd;
    color: #856404;
}

.order-status.completed {
    background: #d4edda;
    color: #155724;
}

.order-status.cancelled {
    background: #f8d7da;
    color: #721c24;
}

.order-status.pending {
    background: #cce5ff;
    color: #004085;
}

/* ================================
   DOWNLOADS SECTION
   ================================ */

.woocommerce-MyAccount-downloads {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.woocommerce-MyAccount-downloads .download-product {
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.woocommerce-MyAccount-downloads .download-product:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* ================================
   MESSAGES AND ALERTS
   ================================ */

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: inline-block !important;
    position: relative;
    top: 0;
    left: 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 16px 20px;
    margin-bottom: 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce-message {
    background: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.woocommerce-info {
    background: #cce5ff;
    color: #004085;
    border-left: 4px solid #007bff;
}

.woocommerce-error {
    background: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

/* ================================
   LOGIN/REGISTER FORMS
   ================================ */

.woocommerce form.login,
.woocommerce form.register {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    max-width: 500px;
    margin: 0px;
}

.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
    margin-bottom: 20px;
}

.woocommerce form.login .form-row label,
.woocommerce form.register .form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--text-dark);
    font-size: 14px;
}

.woocommerce form.login .form-row input.input-text,
.woocommerce form.register .form-row input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    font-size: 15px;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.woocommerce form.login .form-row input.input-text:focus,
.woocommerce form.register .form-row input:focus {
    border-color: var(--accent-brown);
    outline: none;
    box-shadow: 0 0 8px rgba(139, 69, 19, 0.2);
}

.woocommerce form.login .lost_password,
.woocommerce form.register .lost_password {
    text-align: right;
    margin-bottom: 20px;
}

.woocommerce form.login .lost_password a,
.woocommerce form.register .lost_password a {
    color: var(--accent-brown);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.woocommerce form.login .lost_password a:hover,
.woocommerce form.register .lost_password a:hover {
    color: var(--text-dark);
    text-decoration: underline;
}

.woocommerce form.login .button,
.woocommerce form.register .button {
    width: 100%;
    padding: 14px;
    background-color: var(--accent-brown);
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.woocommerce form.login .button:hover,
.woocommerce form.register .button:hover {
    background-color: var(--text-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last {
    width: 100%;
}

.woocommerce form.login .woocommerce-form__label-for-checkbox {
    display: inline-block;
    margin-left: 8px;
    font-weight: 400;
    color: var(--text-muted);
}

/* ================================
   RESPONSIVE DESIGN
   ================================ */

@media (max-width: 991.98px) {
    .account-main {
        padding-top: 90px;
    }

    .account-box {
        margin-top: 18px;
        margin-bottom: 18px;
        padding: 28px 20px 22px 20px;
    }

    .account-register-box {
        border-left: none;
        border-top: 1px solid var(--border-light);
        margin-top: 24px;
        padding-top: 24px;
    }

    .woocommerce-Addresses {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .woocommerce-MyAccount-content {
        padding: 24px;
    }

    .woocommerce-orders-table,
    .woocommerce-MyAccount-content table {
        font-size: 12px;
    }

    .woocommerce-orders-table th,
    .woocommerce-MyAccount-content table th {
        padding: 12px 16px;
    }

    .woocommerce-orders-table td,
    .woocommerce-MyAccount-content table td {
        padding: 12px 16px;
    }
}

@media (max-width: 768px) {

    .woocommerce form.login,
    .woocommerce form.register {
        padding: 24px;
    }

    .woocommerce-MyAccount-content {
        padding: 20px;
    }

    .woocommerce-Address {
        padding: 20px;
    }

    .woocommerce-Address .title {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .woocommerce-orders-table,
    .woocommerce-MyAccount-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .woocommerce-error .button,
    .woocommerce-info .button,
    .woocommerce-message .button {
        float: none !important;
        width: 100%;
        margin-top: 12px;
    }
}

@media (max-width: 576px) {
    .account-main {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .account-title {
        font-size: 1.1rem;
        margin-bottom: 18px;
    }

    .btn-account-submit,
    .btn-account-social {
        font-size: 13px;
        padding: 10px 0;
    }

    .account-divider {
        margin: 18px 0 12px 0;
    }

    .account-box {
        padding: 16px 12px 12px 12px;
    }

    .woocommerce-MyAccount-content h2 {
        font-size: 20px;
    }

    .woocommerce-MyAccount-content h3 {
        font-size: 16px;
    }

    .woocommerce-MyAccount-navigation a {
        padding: 14px 16px;
        font-size: 14px;
    }
} 
/* ================================
   BLOG PAGES STYLES
   ================================ */

.blog-main,
.single-post-main {
    background: var(--light-cream);
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 60px;
}

.blog-section,
.single-post-section {
    padding: 0;
}

.single-post img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 24px;
}

/* ================================
   BLOG LIST STYLES
   ================================ */

.blog-posts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
}

.blog-post-card {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* Post sem imagem - ajustar espaçamento */
.blog-post-card:not(:has(.blog-post-image)) .blog-post-content {
    padding-top: 32px;
}

.blog-post-image {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.blog-post-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-post-card:hover .blog-post-image img {
    transform: scale(1.05);
}

.blog-post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--accent-brown);
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    min-width: 50px;
}

.date-day {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.date-month {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-post-content {
    padding: 28px 24px 24px 24px;
}

.blog-post-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    font-size: 12px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-post-category {
    background: var(--cream-bg);
    color: var(--accent-brown);
    padding: 4px 8px;
    font-weight: 600;
}

.blog-post-author {
    font-weight: 600;
}

.blog-post-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 14px;
    line-height: 1.3;
}

.blog-post-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-post-title a:hover {
    color: var(--accent-brown);
}

.blog-post-excerpt {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 18px;
}

.blog-read-more {
    color: var(--accent-brown);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-read-more:hover {
    color: var(--text-dark);
    text-decoration: underline;
}

/* Blog Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* ================================
   BLOG SIDEBAR STYLES
   ================================ */

.blog-sidebar {
    padding-left: 32px;
}

.blog-widget {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    padding: 24px 20px;
    margin-bottom: 32px;
}

.widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Search Widget */
.widget-search {
    display: flex;
    border: 1px solid var(--border-light);
    border-radius: 7px;
}

.widget-search .search-input {
    flex: 1;
    border: none;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--text-dark);
    background: #fff;
}

.widget-search .search-btn {
    background: var(--accent-brown);
    color: #fff;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.widget-search .search-btn:hover {
    background: var(--text-dark);
}

/* Categories Widget */
.widget-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-categories li {
    border-bottom: 1px solid var(--border-light);
    padding: 10px 0;
}

.widget-categories li:last-child {
    border-bottom: none;
}

.widget-categories a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget-categories a:hover {
    color: var(--accent-brown);
}

.widget-categories span {
    color: var(--text-muted);
    font-size: 12px;
}

/* Recent Posts Widget */
.widget-recent-posts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recent-post-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.recent-post-item img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid var(--border-light);
    flex-shrink: 0;
}

/* Post sem imagem - ajustar layout */
.recent-post-item:not(:has(img)) {
    padding-left: 0;
}

/* Alternativa para navegadores que não suportam :has() */
.recent-post-item .recent-post-content {
    width: 100%;
}

.recent-post-content {
    flex: 1;
}

.recent-post-title {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 4px;
    display: block;
    transition: color 0.3s ease;
}

.recent-post-title:hover {
    color: var(--accent-brown);
}

.recent-post-date {
    color: var(--text-muted);
    font-size: 12px;
}

/* Tags Widget */
.widget-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-item {
    background: var(--cream-bg);
    color: var(--text-muted);
    padding: 6px 12px;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
}

.tag-item:hover {
    background: var(--accent-brown);
    color: #fff;
    border-color: var(--accent-brown);
}

/* ================================
   SINGLE POST STYLES
   ================================ */

.single-post-content {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
}

.post-header {
    padding: 32px 32px 0 32px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    font-size: 13px;
    color: var(--text-muted);
    flex-wrap: wrap;
}

.post-category {
    background: var(--accent-brown);
    color: #fff;
    padding: 4px 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-date,
.post-author {
    font-weight: 600;
}

.post-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 24px;
}

.post-featured-image {
    margin-bottom: 32px;
}

.post-featured-image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-content {
    padding: 0 32px 32px 32px;
}

.post-lead {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 28px;
    font-style: italic;
}

.post-content p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
}

.post-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 32px 0 16px 0;
}

.post-content ul {
    margin: 16px 0;
    padding-left: 20px;
}

.post-content li {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 8px;
}

.post-quote {
    background: var(--cream-bg);
    border-left: 4px solid var(--accent-brown);
    padding: 24px 28px;
    margin: 32px 0;
    font-size: 1.1rem;
    font-style: italic;
    color: var(--text-dark);
    line-height: 1.6;
}

.post-tags {
    padding: 0 32px 32px 32px;
    border-top: 1px solid var(--border-light);
    padding-top: 24px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tags-label {
    font-weight: 600;
    color: var(--text-dark);
}

/* Post Navigation */
.post-navigation {
    display: flex;
    padding: 24px 32px 32px 32px;
    border-top: 1px solid var(--border-light);
    gap: 20px;
}

/* .nav-previous,
.nav-next {
    flex: 1;
} */

.nav-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-muted);
    transition: color 0.3s ease;
    gap: 12px;
}

.nav-link:hover {
    color: var(--accent-brown);
}

.nav-next .nav-link {
    justify-content: flex-end;
    text-align: right;
}

.nav-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nav-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.nav-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

/* ================================
   COMMENTS SECTION
   ================================ */

.comments-section {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 40px;
    margin-top: 48px;
    border: 1px solid rgba(139, 115, 85, 0.1);
}

.comments-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--accent-brown);
    position: relative;
}

.comments-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--text-dark);
}

.comments-list {
    margin-bottom: 48px;
}

.comment-item {
    display: flex;
    gap: 20px;
    padding: 32px 0;
    border-bottom: 1px solid rgba(139, 115, 85, 0.1);
    transition: background-color 0.3s ease;
}

.comment-item:last-child {
    border-bottom: none;
}

.comment-item:hover {
    background-color: rgba(245, 241, 232, 0.3);
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
}

.comment-avatar {
    flex-shrink: 0;
}

.comment-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--border-light);
    transition: border-color 0.3s ease;
}

.comment-item:hover .comment-avatar img {
    border-color: var(--accent-brown);
}

.comment-content {
    flex: 1;
}

.comment-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.comment-author {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.comment-date {
    font-size: 14px;
    color: var(--text-muted);
    font-style: italic;
}

.comment-text {
    color: var(--text-dark);
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 15px;
}

.comment-text p {
    margin-bottom: 16px;
}

.comment-text p:last-child {
    margin-bottom: 0;
}

.comment-awaiting-moderation {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid #ffc107;
    color: #856404;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 16px;
    font-style: italic;
}

.comment-reply-link {
    margin-top: 8px;
}

.comment-reply-link a {
    color: var(--accent-brown);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid var(--accent-brown);
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
}

.comment-reply-link a:hover {
    background: var(--accent-brown);
    color: #fff;
}

/* Comment Navigation */
.comment-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0;
    padding: 16px 0;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
    flex: 1;
}

.comment-navigation .nav-next {
    text-align: right;
}

.comment-navigation a {
    color: var(--accent-brown);
    text-decoration: none;
    font-weight: 600;
    padding: 12px 20px;
    border: 1px solid var(--accent-brown);
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
}

.comment-navigation a:hover {
    background: var(--accent-brown);
    color: #fff;
}

/* Comment Form */
.comment-form-wrapper {
    border-top: 2px solid var(--accent-brown);
    padding-top: 40px;
    margin-top: 32px;
}

.comment-form-wrapper h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 24px;
}

.comment-notes {
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 24px;
    font-style: italic;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 2px solid var(--border-light);
    border-radius: 4px;
    padding: 16px;
    font-size: 15px;
    color: var(--text-dark);
    background: #fff;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--accent-brown);
    outline: none;
    box-shadow: 0 0 0 3px rgba(139, 115, 85, 0.1);
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.btn-submit-comment {
    background: var(--accent-brown);
    color: #fff;
    border: none;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 16px;
}

.btn-submit-comment:hover {
    background: var(--text-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.no-comments {
    color: var(--text-muted);
    font-style: italic;
    text-align: center;
    padding: 40px 20px;
    background: rgba(245, 241, 232, 0.3);
    border: 1px dashed var(--border-light);
    border-radius: 8px;
    margin: 32px 0;
}

/* ================================
   COMMENTS RESPONSIVE
   ================================ */

@media (max-width: 768px) {
    .comments-section {
        padding: 24px 16px;
        margin-top: 32px;
    }

    .comments-title {
        font-size: 1.3rem;
        margin-bottom: 24px;
    }

    .comment-item {
        gap: 16px;
        padding: 24px 0;
    }

    .comment-item:hover {
        margin: 0 -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .comment-avatar img {
        width: 50px;
        height: 50px;
        border-width: 2px;
    }

    .comment-author {
        font-size: 15px;
    }

    .comment-date {
        font-size: 13px;
    }

    .comment-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .comment-navigation {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .comment-navigation .nav-next {
        text-align: center;
    }

    .comment-navigation a {
        display: block;
        text-align: center;
    }

    .comment-form-wrapper {
        padding-top: 32px;
    }

    .comment-form-wrapper h4 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group input,
    .form-group textarea {
        padding: 14px;
        font-size: 14px;
    }

    .btn-submit-comment {
        width: 100%;
        padding: 14px;
        font-size: 13px;
    }

    .comment-reply-link a {
        padding: 6px 12px;
        font-size: 13px;
    }

    .no-comments {
        padding: 32px 16px;
        margin: 24px 0;
    }
}

/* Author Widget */
.author-widget {
    text-align: center;
}

.author-widget img {
    border-radius: 50%;
    margin-bottom: 12px;
    border: 3px solid var(--border-light);
}

.author-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.author-bio {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.author-social {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.author-social a {
    width: 32px;
    height: 32px;
    background: var(--cream-bg);
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.author-social a:hover {
    background: var(--accent-brown);
    color: #fff;
}

/* ================================
   RESPONSIVE STYLES
   ================================ */

@media (max-width: 991.98px) {

    .blog-main,
    .single-post-main {
        padding-top: 90px;
    }

    .blog-sidebar {
        padding-left: 0;
        margin-top: 40px;
    }

    .blog-posts-grid {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .post-header {
        padding: 24px 20px 0 20px;
    }

    .post-content {
        padding: 0 20px 24px 20px;
    }

    .post-tags {
        padding: 0 20px 24px 20px;
    }

    .post-navigation {
        padding: 20px;
        flex-direction: column;
        gap: 16px;
    }

    .comments-section {
        padding: 20px;
    }

    .blog-post-content {
        padding: 20px;
    }

    .post-title {
        font-size: 1.8rem;
    }

    .post-meta {
        font-size: 12px;
        gap: 8px;
    }
}

@media (max-width: 576px) {

    .blog-main,
    .single-post-main {
        padding-top: 70px;
        padding-bottom: 30px;
    }


    .blog-post-image {
        height: 220px;
    }

    .post-featured-image img {
        height: 250px;
    }

    .widget-title {
        font-size: 1rem;
    }

    .blog-widget {
        padding: 18px 16px;
        margin-bottom: 0px;
    }

    .post-header {
        padding: 18px 16px 0 16px;
    }

    .post-content {
        padding: 0 16px 18px 16px;
    }

    .post-tags {
        padding: 0 16px 18px 16px;
    }

    .post-navigation {
        padding: 16px;
    }

    .comments-section {
        padding: 16px;
    }
}

/* ================================
   SEARCH PAGE STYLES
   ================================ */

/* Search Header */
.search-header {
    background: white;
    padding: 40px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-light);
}

.search-info {
    text-align: center;
}

.search-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.3;
}

.search-term {
    color: var(--accent-brown);
    position: relative;
}

.search-count {
    font-size: 16px;
    color: var(--text-muted);
    margin: 0;
}

/* Search Results */
.search-result {
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.search-result:hover {
    border-left-color: var(--accent-brown);
}

.blog-post-date-meta {
    color: var(--text-muted);
    font-size: 13px;
    margin-left: 15px;
}

.blog-post-date-meta::before {
    content: "•";
    margin-right: 8px;
    color: var(--border-light);
}

/* Highlighted Search Terms */
mark {
    background: rgba(166, 124, 82, 0.2);
    color: var(--accent-brown);
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 600;
}

/* Search Result Footer */
.search-result-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border-light);
}

.search-result-meta {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: var(--text-muted);
}

.search-result-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-result-meta i {
    font-size: 12px;
}

/* No Search Results */
.no-search-results {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.no-results-icon {
    font-size: 4rem;
    color: var(--text-muted);
    margin-bottom: 30px;
    opacity: 0.6;
}

.no-search-results h2 {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.no-search-results p {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 40px;
}

/* Search Suggestions */
.search-suggestions {
    background: var(--cream-bg);
    padding: 30px;
    border-radius: 8px;
    margin: 40px 0;
    text-align: left;
}

.search-suggestions h4 {
    color: var(--text-dark);
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.search-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-suggestions li {
    padding: 8px 0;
    color: var(--text-muted);
    position: relative;
    padding-left: 20px;
}

.search-suggestions li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--accent-brown);
    font-weight: bold;
}

/* Alternative Search Form */
.alternative-search {
    margin: 40px 0;
}

.alternative-search h4 {
    color: var(--text-dark);
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.search-form-alt {
    max-width: 400px;
    margin: 0 auto;
}

.search-input-wrapper {
    display: flex;
    border: 2px solid var(--border-light);
    border-radius: 50px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.search-input-wrapper:focus-within {
    border-color: var(--accent-brown);
}

.search-input-alt {
    flex: 1;
    padding: 15px 20px;
    border: none;
    outline: none;
    font-size: 16px;
    background: white;
}

.search-btn-alt {
    background: var(--accent-brown);
    color: white;
    border: none;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: background 0.3s ease;
    cursor: pointer;
}

.search-btn-alt:hover {
    background: var(--text-dark);
}

/* Popular Posts Suggestion */
.popular-posts-suggestion {
    margin: 40px 0;
}

.popular-posts-suggestion h4 {
    color: var(--text-dark);
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.popular-posts-grid {
    display: grid;
    gap: 20px;
}

.popular-post-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: var(--cream-bg);
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.popular-post-item:hover {
    transform: translateX(5px);
}

.popular-post-item img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.popular-post-content {
    flex: 1;
}

.popular-post-title {
    display: block;
    color: var(--text-dark);
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 8px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.popular-post-title:hover {
    color: var(--accent-brown);
}

.popular-post-date {
    font-size: 13px;
    color: var(--text-muted);
}

/* Search Form Inline Layout */
.search-form-inline {
    width: 100%;
}

.search-input-group {
    display: flex;
    /* border: 1px solid var(--border-light); */
    border-radius: 6px;
    overflow: hidden;
    background: white;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.search-input-group:focus-within {
    border-color: var(--accent-brown);
    box-shadow: 0 0 0 3px rgba(166, 124, 82, 0.1);
}

.search-input-group .search-input {
    flex: 1;
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    background: transparent;
    color: var(--text-dark);
    outline: none;
}

.search-input-group .search-input::-moz-placeholder {
    color: var(--text-muted);
}

.search-input-group .search-input::placeholder {
    color: var(--text-muted);
}

.search-input-group .search-btn {
    border: none;
    background: var(--accent-brown);
    color: white;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
    min-width: 50px;
}

.search-input-group .search-btn:hover {
    background: var(--text-dark);
}

.search-input-group .search-btn i {
    font-size: 16px;
}

/* Search Note */
.search-note {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.4;
}

.search-note i {
    margin-right: 5px;
    color: var(--accent-brown);
}

.search-note a {
    color: var(--accent-brown);
    text-decoration: none;
    font-weight: 600;
}

.search-note a:hover {
    text-decoration: underline;
}

/* Search Filters */
.search-filters {
    padding: 20px 0;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-group label {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-size: 14px;
}

.search-order-filter {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid var(--border-light);
    border-radius: 6px;
    background: white;
    color: var(--text-dark);
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.search-order-filter:focus {
    outline: none;
    border-color: var(--accent-brown);
}

/* Author Widget Styles */
.author-widget {
    text-align: center;
    padding: 20px;
    background: var(--cream-bg);
    border-radius: 8px;
    margin-bottom: 20px;
}

.author-widget img {
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid var(--accent-brown);
    transition: transform 0.3s ease;
}

.author-widget img:hover {
    transform: scale(1.05);
}

.author-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.author-bio {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.author-social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.author-social a {
    width: 36px;
    height: 36px;
    background: white;
    color: var(--text-muted);
    border: 1px solid var(--border-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.author-social a:hover {
    background: var(--accent-brown);
    color: white;
    border-color: var(--accent-brown);
    transform: translateY(-2px);
}

/* Responsive Design for Search */
@media (max-width: 768px) {
    .search-title {
        font-size: 1.8rem;
    }

    .search-header {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .search-result-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .search-result-meta {
        width: 100%;
        justify-content: space-between;
    }

    .no-search-results {
        padding: 40px 15px;
    }

    .no-results-icon {
        font-size: 3rem;
    }

    .no-search-results h2 {
        font-size: 1.5rem;
    }

    .popular-post-item {
        flex-direction: column;
        text-align: center;
    }

    .popular-post-item img {
        width: 100%;
        height: 120px;
        align-self: center;
    }

    .search-suggestions {
        padding: 20px;
    }

    /* Search Form Mobile */
    .search-input-group .search-input {
        padding: 10px 12px;
        font-size: 13px;
    }

    .search-input-group .search-btn {
        padding: 10px 14px;
        min-width: 45px;
    }

    .search-input-group .search-btn i {
        font-size: 14px;
    }

    .search-note {
        font-size: 11px;
        margin-top: 8px;
    }
    
    /* Author Widget Mobile */
    .author-widget {
        padding: 15px;
    }
    
    .author-widget img {
        width: 60px;
        height: 60px;
    }
    
    .author-name {
        font-size: 1.1rem;
    }
    
    .author-bio {
        font-size: 13px;
    }
    
    .author-social a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}
/* ================================
   ABOUT PAGE STYLES
   ================================ */

.about-main {
    background: var(--light-cream);
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 0;
}

/* ================================
   ABOUT INTRODUCTION SECTION
   ================================ */

.about-intro-section {
    padding: 80px 0;
    background: #fff;
}

.about-content {
    padding-right: 40px;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 24px;
    line-height: 1.2;
}

.about-lead {
    font-size: 1.2rem;
    color: var(--text-dark);
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 24px;
}

.about-text {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 15px;
}

.about-signature {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    padding: 20px;
    background: var(--cream-bg);
    border-left: 4px solid var(--accent-brown);
}

.about-signature img {
    border-radius: 50%;
    border: 2px solid var(--border-light);
}

.signature-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.signature-text strong {
    color: var(--text-dark);
    font-size: 15px;
}

.signature-text span {
    color: var(--text-muted);
    font-size: 13px;
}

.about-image {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0,0,0,0.1);
}

.about-image img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-image-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.about-image-badge {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.badge-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-brown);
    line-height: 1;
}

.badge-text {
    display: block;
    font-size: 12px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

/* ================================
   MISSION VISION VALUES SECTION
   ================================ */

.about-mvv-section {
    padding: 80px 0;
    background: var(--light-cream);
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}


.mvv-card {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mvv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 48px rgba(0,0,0,0.12);
}

.mvv-icon {
    width: 80px;
    height: 80px;
    background: var(--cream-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px auto;
    color: var(--accent-brown);
    font-size: 2rem;
}

.mvv-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.mvv-text {
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 14px;
}

/* ================================
   STATISTICS SECTION
   ================================ */

.about-stats-section {
    padding: 60px 0;
    background: var(--accent-brown);
    color: #fff;
}

.stat-card {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ================================
   STORY TIMELINE SECTION
   ================================ */

.about-story-section {
    padding: 80px 0;
    background: #fff;
}

.timeline {
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--border-light);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-date {
    width: 120px;
    height: 120px;
    background: var(--accent-brown);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.timeline-content {
    flex: 1;
    background: var(--cream-bg);
    padding: 30px;
    margin: 0 40px;
    position: relative;
}

.timeline-item:nth-child(odd) .timeline-content::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-color: var(--cream-bg);
}

.timeline-item:nth-child(even) .timeline-content::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: var(--cream-bg);
}

.timeline-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.timeline-content p {
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
}

/* ================================
   TEAM SECTION
   ================================ */

.about-team-section {
    padding: 80px 0;
    background: var(--light-cream);
}

.team-card {
    background: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 48px rgba(0,0,0,0.12);
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.05);
}

.team-content {
    padding: 30px 24px;
}

.team-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.team-role {
    color: var(--accent-brown);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.team-bio {
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 20px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.team-social a {
    width: 36px;
    height: 36px;
    background: var(--cream-bg);
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: var(--accent-brown);
    color: #fff;
}

/* ================================
   CERTIFICATIONS SECTION
   ================================ */

.about-certifications-section {
    padding: 80px 0;
    background: #fff;
}

.certification-item {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.certification-item:hover {
    transform: translateY(-4px);
}

.cert-icon {
    width: 80px;
    height: 80px;
    background: var(--cream-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
    color: var(--accent-brown);
    font-size: 2rem;
    transition: all 0.3s ease;
}

.certification-item:hover .cert-icon {
    background: var(--accent-brown);
    color: #fff;
}

.cert-text {
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* ================================
   CTA SECTION
   ================================ */

.about-cta-section {
    padding: 80px 0;
    background: var(--light-cream);
}

.cta-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.cta-text {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 32px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-cta-primary,
.btn-cta-secondary {
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-cta-primary {
    background: var(--accent-brown);
    color: #fff;
}

.btn-cta-primary:hover {
    background: var(--text-dark);
    color: #fff;
}

.btn-cta-secondary {
    background: transparent;
    color: var(--text-dark);
    border: 2px solid var(--text-dark);
}

.btn-cta-secondary:hover {
    background: var(--text-dark);
    color: #fff;
}

/* ================================
   RESPONSIVE STYLES
   ================================ */

@media (max-width: 991.98px) {
    .about-main {
        padding-top: 90px;
    }
    
    .about-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .about-title {
        font-size: 2rem;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        flex-direction: row !important;
        align-items: flex-start;
    }
    
    .timeline-date {
        width: 60px;
        height: 60px;
        font-size: 14px;
        flex-shrink: 0;
    }
    
    .timeline-content {
        margin: 0 0 0 20px;
    }
    
    .timeline-item:nth-child(odd) .timeline-content::before,
    .timeline-item:nth-child(even) .timeline-content::before {
        left: -15px;
        border: 15px solid transparent;
        border-right-color: var(--cream-bg);
        border-left: none;
    }
}

@media (max-width: 768px) {
    .about-intro-section,
    .about-mvv-section,
    .about-story-section,
    .about-team-section,
    .about-certifications-section,
    .about-cta-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .about-title {
        font-size: 1.8rem;
    }
    
    .about-lead {
        font-size: 1.1rem;
    }
    
    .mvv-card {
        padding: 30px 20px;
    }
    
    .mvv-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .about-image img {
        height: 350px;
    }
    
    .about-signature {
        padding: 16px;
        margin-top: 30px;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .about-main {
        padding-top: 70px;
    }
    
    .about-intro-section,
    .about-mvv-section,
    .about-story-section,
    .about-team-section,
    .about-certifications-section,
    .about-cta-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .about-title {
        font-size: 1.5rem;
    }
    
    .about-lead {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    
    .about-image-badge {
        padding: 16px;
    }
    
    .badge-number {
        font-size: 1.5rem;
    }
    
    .about-signature {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .timeline-date {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    
    .timeline-content {
        padding: 20px;
        margin: 0 0 0 15px;
    }
} 
/* ================================
   LEGAL PAGES STYLES
   ================================ */

.legal-main {
    background: var(--light-cream);
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 60px;
}

.legal-section {
    padding: 0;
}

/* ================================
   LEGAL SIDEBAR
   ================================ */

.legal-sidebar {
    padding-right: 30px;
}

.legal-nav-wrapper {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    padding: 24px 20px;
    margin-bottom: 24px;
    position: sticky;
    top: 140px;
}

.legal-nav-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.legal-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-nav-list li {
    margin-bottom: 8px;
}

.legal-nav-link {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    padding: 8px 12px;
    display: block;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.legal-nav-link:hover,
.legal-nav-link.active {
    color: var(--accent-brown);
    background: var(--cream-bg);
    border-left-color: var(--accent-brown);
}

/* Info Box */
.legal-info-box {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    padding: 24px 20px;
    margin-bottom: 24px;
    text-align: center;
}

.legal-info-icon {
    width: 60px;
    height: 60px;
    background: var(--cream-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
    color: var(--accent-brown);
    font-size: 1.5rem;
}

.legal-info-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.legal-info-text {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* Contact Box */
.legal-contact-box {
    background: var(--accent-brown);
    color: #fff;
    border-radius: 0;
    padding: 24px 20px;
    text-align: center;
}

.legal-contact-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.legal-contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
}

.legal-contact-item:last-child {
    margin-bottom: 0;
}

/* ================================
   LEGAL CONTENT
   ================================ */

.legal-content {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    padding: 40px;
}

.legal-updated {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 13px;
    margin-bottom: 32px;
    padding: 12px 16px;
    background: var(--cream-bg);
    border-left: 4px solid var(--accent-brown);
}

.legal-section-content {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--border-light);
}

.legal-section-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.legal-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent-brown);
}

.legal-subsection-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 28px 0 16px 0;
}

.legal-content p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 15px;
}

.legal-list {
    margin: 16px 0;
    padding-left: 20px;
}

.legal-list li {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 8px;
    font-size: 15px;
}

.legal-highlight {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 16px 20px;
    margin: 20px 0;
    border-left: 4px solid #fdcb6e;
    font-size: 14px;
    line-height: 1.6;
}

/* Purpose Grid */
.legal-purpose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin: 24px 0;
}

.legal-purpose-item {
    background: var(--cream-bg);
    padding: 24px 20px;
    text-align: center;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.legal-purpose-item:hover {
    transform: translateY(-4px);
}

.legal-purpose-icon {
    width: 60px;
    height: 60px;
    background: var(--accent-brown);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
    color: #fff;
    font-size: 1.5rem;
}

.legal-purpose-item h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.legal-purpose-item p {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

/* Sharing Items */
.legal-sharing-item {
    background: var(--cream-bg);
    padding: 20px;
    margin-bottom: 16px;
    border-left: 4px solid var(--accent-brown);
}

.legal-sharing-item h4 {
    color: var(--text-dark);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.legal-sharing-item h4 i {
    color: var(--accent-brown);
}

.legal-sharing-item p {
    margin: 0;
    font-size: 14px;
}

/* Cookie Types */
.legal-cookie-types {
    margin: 24px 0;
}

.legal-cookie-type {
    background: var(--cream-bg);
    padding: 20px;
    margin-bottom: 16px;
    border-radius: 0;
    position: relative;
}

.legal-cookie-type h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.legal-cookie-type p {
    margin: 0 0 12px 0;
    font-size: 14px;
}

.legal-cookie-status {
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 12px;
}

.legal-cookie-status.essential {
    background: var(--accent-brown);
    color: #fff;
}

.legal-cookie-status.optional {
    background: var(--border-light);
    color: var(--text-muted);
}

/* Rights Grid */
.legal-rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 24px 0;
}

.legal-right-item {
    background: var(--cream-bg);
    padding: 20px;
    text-align: center;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.legal-right-item:hover {
    transform: translateY(-4px);
}

.legal-right-item i {
    font-size: 2rem;
    color: var(--accent-brown);
    margin-bottom: 12px;
}

.legal-right-item h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.legal-right-item p {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

.legal-rights-contact {
    background: var(--accent-brown);
    color: #fff;
    padding: 24px;
    margin-top: 24px;
    border-radius: 0;
}

.legal-rights-contact h4 {
    color: #fff;
    margin-bottom: 12px;
}

.legal-rights-contact p {
    color: rgba(255,255,255,0.9);
    margin: 0;
}

/* Security List */
.legal-security-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.legal-security-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: var(--cream-bg);
    margin-bottom: 12px;
    border-radius: 0;
}

.legal-security-list li i {
    color: var(--accent-brown);
    font-size: 1.2rem;
    margin-top: 2px;
}

.legal-security-note {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 16px 20px;
    margin: 24px 0;
    border-left: 4px solid #fdcb6e;
    font-size: 14px;
    line-height: 1.6;
}

/* Changes Process */
.legal-changes-process {
    margin: 24px 0;
}

.legal-change-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

.legal-change-number {
    width: 40px;
    height: 40px;
    background: var(--accent-brown);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.legal-change-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.legal-change-content p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

/* Contact Details */
.legal-contact-details {
    margin: 24px 0;
}

.legal-contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: var(--cream-bg);
    margin-bottom: 16px;
    border-radius: 0;
}

.legal-contact-detail i {
    color: var(--accent-brown);
    font-size: 1.3rem;
    margin-top: 4px;
    flex-shrink: 0;
}

.legal-contact-detail strong {
    color: var(--text-dark);
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.legal-contact-detail p {
    margin: 0;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.5;
}

/* ================================
   RESPONSIVE STYLES
   ================================ */

@media (max-width: 991.98px) {
    .legal-main {
        padding-top: 90px;
    }
    
    .legal-sidebar {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .legal-nav-wrapper {
        position: static;
    }
    
    .legal-content {
        padding: 30px 24px;
    }
}

@media (max-width: 768px) {
    .legal-content {
        padding: 24px 20px;
    }
    
    .legal-section-title {
        font-size: 1.5rem;
    }
    
    .legal-purpose-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .legal-rights-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 16px;
    }
    
    .legal-change-step {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .legal-contact-detail {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .legal-main {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    
    .legal-content {
        padding: 20px 16px;
    }
    
    .legal-section-title {
        font-size: 1.3rem;
    }
    
    .legal-rights-grid {
        grid-template-columns: 1fr;
    }
    
    .legal-purpose-grid {
        grid-template-columns: 1fr;
    }
    
    .legal-updated {
        font-size: 12px;
        padding: 10px 12px;
    }
    
    .legal-nav-wrapper,
    .legal-info-box,
    .legal-contact-box {
        padding: 20px 16px;
    }
} 
/* ================================
   WISHLIST CSS STYLES
   ================================ */

/* Botões de Wishlist */
.btn-wishlist {
    background: none;
    border: none;
    font-size: 18px;
    color: #8B7355;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px;
}

.btn-wishlist:hover {
    color: #dc3545;
    transform: scale(1.1);
}

.btn-wishlist.wishlist-active {
    color: #dc3545 !important;
    animation: heartBeat 0.6s ease-in-out;
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Badge do contador */
.wishlist-badge {
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    padding: 2px 6px;
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 16px;
    text-align: center;
    line-height: 1.2;
}

:root {
    --wishlist-primary: #8B7355;
    --wishlist-secondary: #F5F1E8;
    --wishlist-dark: #5D4E37;
    --wishlist-light: #FEFCF7;
    --wishlist-border: #E5E5E5;
    --wishlist-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    --wishlist-hover-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* ================================
   WISHLIST PAGE STYLES
   ================================ */

.wishlist-main {
    background: var(--wishlist-secondary);
    padding: 80px 0 60px 0;
    min-height: 100vh;
}

.wishlist-content-section {
    padding: 0;
}

.wishlist-actions {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: var(--wishlist-shadow);
}

.wishlist-count {
    font-size: 16px;
    font-weight: 600;
    color: var(--wishlist-dark);
}

#wishlistCounter {
    color: var(--wishlist-primary);
    font-weight: 700;
}

/* ================================
   WISHLIST BUTTONS
   ================================ */

.btn-wishlist {
    background: transparent;
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    font-size: 16px;
}

.btn-wishlist:hover {
    border-color: var(--wishlist-primary);
    color: var(--wishlist-primary);
    transform: scale(1.1);
}

.btn-wishlist.active {
    background: var(--wishlist-primary);
    border-color: var(--wishlist-primary);
    color: white;
}

.btn-wishlist.active:hover {
    background: var(--wishlist-dark);
    border-color: var(--wishlist-dark);
}

/* ================================
   WISHLIST BADGE (HEADER)
   ================================ */

.wishlist-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--wishlist-primary);
    color: white;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ================================
   WISHLIST ITEM CARDS
   ================================ */

.wishlist-item-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--wishlist-shadow);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}

.wishlist-item-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--wishlist-hover-shadow);
}

.wishlist-item-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.wishlist-item-image img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wishlist-item-image:hover img {
    transform: scale(1.05);
}

.btn-remove-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #dc3545;
    font-size: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-remove-wishlist:hover {
    background: #dc3545;
    color: white;
    transform: scale(1.1);
}

.wishlist-item-content {
    padding: 20px;
}

.wishlist-item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.wishlist-item-title a {
    color: var(--wishlist-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.wishlist-item-title a:hover {
    color: var(--wishlist-primary);
}

.wishlist-item-rating {
    margin-bottom: 10px;
}

.wishlist-item-rating i {
    color: #ffc107;
    font-size: 14px;
    margin-right: 2px;
}

.wishlist-item-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--wishlist-primary);
    margin-bottom: 15px;
}

.wishlist-item-actions {
    margin-top: auto;
}

.add-to-cart-from-wishlist {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 6px;
    background: var(--wishlist-primary);
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.add-to-cart-from-wishlist:hover {
    background: var(--wishlist-dark);
    transform: translateY(-2px);
}

/* ================================
   WISHLIST STATES
   ================================ */

.wishlist-loading {
    padding: 80px 0;
}

.wishlist-loading .spinner-border {
    width: 3rem;
    height: 3rem;
    color: var(--wishlist-primary);
}

.wishlist-empty {
    background: #fff;
    border-radius: 12px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: var(--wishlist-shadow);
}

.empty-wishlist-icon i {
    color: #ddd;
    font-size: 4rem;
}

.wishlist-bottom-actions {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: var(--wishlist-shadow);
}

/* ================================
   WISHLIST TABLE STYLES (PLUGIN)
   ================================ */

.shop_table.wishlist_table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--wishlist-shadow);
    border: none;
    width: 100%;
    margin-bottom: 30px;
}

.shop_table.wishlist_table thead {
    background: linear-gradient(135deg, var(--wishlist-primary), #A67C52);
}

.shop_table.wishlist_table thead th {
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 20px 15px;
    border: none;
    text-align: center;
    vertical-align: middle;
}

.shop_table.wishlist_table thead th {
    /* border-radius: 12px 0 0 0; */
    background: var(--accent-brown);
}

.shop_table.wishlist_table thead th:last-child {
    border-radius: 0 12px 0 0;
}

.shop_table.wishlist_table tbody tr {
    border-bottom: 1px solid var(--wishlist-border);
    transition: all 0.3s ease;
}

.shop_table.wishlist_table tbody tr:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.shop_table.wishlist_table tbody tr:last-child {
    border-bottom: none;
}

.shop_table.wishlist_table tbody td {
    padding: 35px 15px;
    vertical-align: middle;
    text-align: center;
    border: none;
}

/* Coluna de remoção */
.shop_table.wishlist_table .product-remove {
    width: 60px;
}

.shop_table.wishlist_table .product-remove .remove {
    background: #fff;
    border: 2px solid #dc3545;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #dc3545;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    line-height: 1;
}

.shop_table.wishlist_table .product-remove .remove:hover {
    background: #dc3545;
    color: white;
    transform: scale(1.1);
    text-decoration: none;
}

/* Coluna de thumbnail */
.shop_table.wishlist_table .product-thumbnail {
    width: 120px;
    padding: 15px;
}

.shop_table.wishlist_table .product-thumbnail img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid var(--wishlist-border);
    transition: all 0.3s ease;
}

.shop_table.wishlist_table .product-thumbnail img:hover {
    transform: scale(1.1);
    border-color: var(--wishlist-primary);
}

/* Coluna do nome do produto */
.shop_table.wishlist_table .product-name {
    text-align: left;
    min-width: 250px;
}

.shop_table.wishlist_table .product-name a {
    color: var(--wishlist-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: block;
}

.shop_table.wishlist_table .product-name a:hover {
    color: var(--wishlist-primary);
    text-decoration: none;
}

/* Coluna de preço */
.shop_table.wishlist_table .product-price {
    width: 100%;
}

.shop_table.wishlist_table .product-price .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 700;
    color: var(--wishlist-primary);
}

.shop_table.wishlist_table .product-price .woocommerce-Price-currencySymbol {
    font-weight: 600;
}

/* Coluna de status do estoque */
.shop_table.wishlist_table .product-stock-status {
    width: 140px;
}

.shop_table.wishlist_table .wishlist-in-stock {
    background: #d4edda;
    color: #155724;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

.shop_table.wishlist_table .wishlist-out-of-stock {
    background: #f8d7da;
    color: #721c24;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

/* ================================
   RESPONSIVE DESIGN
   ================================ */

@media (max-width: 1200px) {
    .shop_table.wishlist_table .product-name {
        min-width: 200px;
    }

    .shop_table.wishlist_table thead th,
    .shop_table.wishlist_table tbody td {
        padding: 15px 10px;
    }
}

@media (max-width: 992px) {
    .shop_table.wishlist_table {
        font-size: 14px;
    }

    .shop_table.wishlist_table .product-thumbnail {
        width: 100px;
        padding: 10px;
    }

    .shop_table.wishlist_table .product-thumbnail img {
        width: 60px;
        height: 60px;
    }

    .shop_table.wishlist_table .product-name {
        min-width: 180px;
    }

    .shop_table.wishlist_table .product-name a {
        font-size: 14px;
    }

    .shop_table.wishlist_table .product-price .woocommerce-Price-amount {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .shop_table.wishlist_table {
        border-radius: 8px;
    }

    .shop_table.wishlist_table thead th {
        font-size: 12px;
        padding: 12px 8px;
    }

    .shop_table.wishlist_table tbody td {
        padding: 15px 8px;
    }

    .shop_table.wishlist_table .product-remove {
        width: 50px;
    }

    .shop_table.wishlist_table .product-remove .remove {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .shop_table.wishlist_table .product-thumbnail {
        width: 80px;
    }

    .shop_table.wishlist_table .product-thumbnail img {
        width: 50px;
        height: 50px;
    }

    .shop_table.wishlist_table .product-name {
        min-width: 150px;
    }

    .shop_table.wishlist_table .product-price {
        width: 100px;
    }

    .shop_table.wishlist_table .product-stock-status {
        width: 120px;
    }

    .shop_table.wishlist_table .wishlist-in-stock,
    .shop_table.wishlist_table .wishlist-out-of-stock {
        font-size: 10px;
        padding: 4px 8px;
    }
}

@media (max-width: 576px) {
    .shop_table.wishlist_table {
        font-size: 12px;
        border-radius: 6px;
    }

    .shop_table.wishlist_table thead th {
        font-size: 10px;
        padding: 10px 5px;
    }

    .shop_table.wishlist_table tbody td {
        padding: 12px 5px;
    }

    .shop_table.wishlist_table .product-name a {
        font-size: 12px;
        line-height: 1.3;
    }

    .shop_table.wishlist_table .product-price .woocommerce-Price-amount {
        font-size: 14px;
    }

    .shop_table.wishlist_table .product-thumbnail img {
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }

    .shop_table.wishlist_table .product-remove .remove {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}

/* Estados vazios e de carregamento para tabela */
.wishlist_table tbody:empty::after {
    content: "Sua lista de desejos está vazia";
    display: block;
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-style: italic;
    font-size: 16px;
}

/* ================================
   WISHLIST MOBILE RESPONSIVE TABLE
   ================================ */

@media (max-width: 768px) {
    .wishlist-main {
        padding: 40px 0;
    }

    .wishlist-actions {
        padding: 15px;
        margin-bottom: 20px;
    }

    .wishlist-actions .d-flex {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start !important;
    }

    .wishlist-actions .d-flex>div:last-child {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .wishlist-item-image img {
        height: 200px;
    }

    .wishlist-item-content {
        padding: 15px;
    }

    .wishlist-bottom-actions {
        padding: 20px;
        text-align: center;
    }

    .wishlist-bottom-actions .btn {
        margin: 5px;
        width: 100%;
        max-width: 250px;
    }

    .wishlist-empty {
        padding: 40px 20px;
    }
}

@media (max-width: 576px) {
    .wishlist-item-image img {
        height: 180px;
    }

    .btn-remove-wishlist {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .wishlist-item-title {
        font-size: 14px;
    }

    .wishlist-item-price {
        font-size: 16px;
    }
}

.woocommerce table.shop_table {
    border: none !important;
    border-radius: 15px !important;
}
/* Melhorias específicas para página shop */

/* Estilo para quando não há produtos */
.no-products-found {
    text-align: center;
    padding: 60px 20px;
    background: var(--light-cream);
    border-radius: 10px;
    margin: 20px 0;
}

.no-products-found h4 {
    color: var(--text-dark);
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.no-products-found p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
}

/* Melhorias nos links dos produtos */
.product-title a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: var(--accent-brown);
}

/* Loading states para botões */
.btn-cart:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-cart i.bi-hourglass-split {
    animation: spin 1s linear infinite;
}

.btn-cart i.bi-check-circle {
    color: white;
}

.btn-cart i.bi-exclamation-circle {
    color: white;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Contador de categoria no toolbar */
.results-count {
    font-size: 0.95rem;
    color: var(--text-muted);
}

/* Melhorias no layout responsivo */
@media (max-width: 768px) {
    .no-products-found {
        padding: 40px 15px;
    }
    
    .no-products-found h4 {
        font-size: 1.3rem;
    }
    
    .results-count {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
} 
/* ================================
   FINALIZE ORDER PAGE STYLES
   ================================ */

.finalize-order-main {
    background: var(--light-cream);
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 60px;
}

.finalize-order-section {
    padding: 0;
}

/* ================================
   FINALIZE ORDER FORM STYLES
   ================================ */

/* Login/Coupon Toggle Sections */
.finalize-order-checkout .woocommerce-form-login-toggle,
.finalize-order-checkout .woocommerce-form-coupon-toggle {
    margin-bottom: 32px;
}

.finalize-order-checkout .woocommerce-info {
    background: rgba(139, 115, 85, 0.05);
    border: 1px solid rgba(139, 115, 85, 0.2);
    border-radius: 8px;
    padding: 16px 20px;
    margin: 0;
    font-size: 14px;
    color: var(--text-dark);
}

.finalize-order-checkout .woocommerce-info a {
    color: var(--accent-brown);
    text-decoration: none;
    font-weight: 600;
}

.finalize-order-checkout .woocommerce-info a:hover {
    text-decoration: underline;
}

/* Login and Coupon Forms */
.finalize-order-checkout .woocommerce-form-login,
.finalize-order-checkout .checkout_coupon {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 32px;
    margin-bottom: 32px;
}

.finalize-order-checkout .checkout_coupon {
    display: flex;
    align-items: end;
    gap: 16px;
}

.finalize-order-checkout .checkout_coupon .form-row-first {
    flex: 1;
    margin-bottom: 0;
}

.finalize-order-checkout .checkout_coupon .form-row-last {
    margin-bottom: 0;
}

/* Main Checkout Container */
.finalize-order-checkout .woocommerce {
    padding: 0;
}

.finalize-order-checkout .woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 32px;
    align-items: start;
}

.finalize-order-checkout .col2-set {
    grid-column: 1;
}

/* Create a container for order review that includes both heading and content */
.finalize-order-checkout #order_review_heading {
    grid-column: 2;
    grid-row: 1;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 32px 32px 24px 32px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.finalize-order-checkout #order_review {
    grid-column: 2;
    grid-row: 1;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 75px 32px 32px 32px;
    /* Top padding to account for heading */
    margin-top: 0;
    position: relative;
    z-index: 1;
}

/* Customer Details Sections */
.finalize-order-checkout .col-1,
.finalize-order-checkout .col-2 {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: 32px;
    margin-bottom: 32px;
}

/* Section Headings */
.finalize-order-checkout h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-light);
}

/* Form Fields */
.finalize-order-checkout .form-row {
    margin-bottom: 24px;
}

.finalize-order-checkout .form-row label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
    display: block;
}

.finalize-order-checkout .form-row .required {
    color: #e74c3c;
    margin-left: 4px;
}

.finalize-order-checkout .form-row .optional {
    color: var(--text-muted);
    font-weight: 400;
}

.finalize-order-checkout .form-row input[type="text"],
.finalize-order-checkout .form-row input[type="email"],
.finalize-order-checkout .form-row input[type="tel"],
.finalize-order-checkout .form-row input[type="password"],
.finalize-order-checkout .form-row select,
.finalize-order-checkout .form-row textarea {
    width: 100%;
    border: 2px solid var(--border-light);
    border-radius: 4px;
    padding: 16px;
    font-size: 15px;
    color: var(--text-dark);
    background: #fff;
    transition: all 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
}

.finalize-order-checkout .form-row input:focus,
.finalize-order-checkout .form-row select:focus,
.finalize-order-checkout .form-row textarea:focus {
    border-color: var(--accent-brown);
    outline: none;
    box-shadow: 0 0 0 3px rgba(139, 115, 85, 0.1);
}

.finalize-order-checkout .form-row input.error,
.finalize-order-checkout .form-row select.error {
    border-color: #e74c3c;
}

/* Form Row Layout */
.finalize-order-checkout .form-row-first,
.finalize-order-checkout .form-row-last {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.finalize-order-checkout .form-row-first {
    margin-right: 4%;
}

.finalize-order-checkout .form-row-wide {
    width: 100%;
}

/* Password Input */
.finalize-order-checkout .password-input {
    position: relative;
    display: block;
}

.finalize-order-checkout .password-input input {
    padding-right: 50px;
}

.finalize-order-checkout .show-password-input {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    font-size: 14px;
    padding: 4px;
}

/* Checkbox Fields */
.finalize-order-checkout .woocommerce-form__label-for-checkbox,
.finalize-order-checkout .form-row .checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0;
}

.finalize-order-checkout input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Lost Password */
.finalize-order-checkout .lost_password {
    margin-top: 16px;
}

.finalize-order-checkout .lost_password a {
    color: var(--accent-brown);
    text-decoration: none;
    font-size: 14px;
}

.finalize-order-checkout .lost_password a:hover {
    text-decoration: underline;
}

/* Account Fields */
.finalize-order-checkout .woocommerce-account-fields {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border-light);
}

.finalize-order-checkout .create-account {
    background: rgba(139, 115, 85, 0.05);
    border: 1px solid rgba(139, 115, 85, 0.2);
    border-radius: 8px;
    padding: 16px;
}

/* ================================
   ORDER REVIEW STYLES
   ================================ */

.finalize-order-checkout #order_review_heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-light);
}

.finalize-order-checkout .woocommerce-checkout-review-order {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

/* Order Review Table */
.finalize-order-checkout .shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.finalize-order-checkout .shop_table th,
.finalize-order-checkout .shop_table td {
    padding: 16px 0;
    text-align: left;
    border-bottom: 1px solid rgba(139, 115, 85, 0.1);
}

.finalize-order-checkout .shop_table thead th {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 0px;
}

.finalize-order-checkout .shop_table .product-name {
    color: var(--text-dark);
    font-weight: 500;
    font-size: 14px;
}

.finalize-order-checkout .shop_table .product-quantity {
    color: var(--text-muted);
    font-weight: 600;
}

.finalize-order-checkout .shop_table .product-total {
    text-align: right;
    font-weight: 600;
    color: var(--accent-brown);
}

.finalize-order-checkout .shop_table .cart-subtotal .amount {
    text-align: right !important;
    padding: 0 0 0 15px;
}

.finalize-order-checkout .shop_table tfoot th,
.finalize-order-checkout .shop_table tfoot td {
    font-weight: 600;
    padding: 12px 0;
}

.finalize-order-checkout .shop_table .cart-subtotal th,
.finalize-order-checkout .shop_table .cart-subtotal td {
    color: var(--text-dark);
    font-size: 15px;
}

.finalize-order-checkout .shop_table .order-total th,
.finalize-order-checkout .shop_table .order-total td {
    font-weight: 700;
    font-size: 18px;
    color: var(--accent-brown);
    border-top: 1px solid var(--border-light);
    padding-top: 16px;
}

/* Payment Section */
.finalize-order-checkout #payment {
    background: rgba(139, 115, 85, 0.05);
    border: 1px solid rgba(139, 115, 85, 0.2);
    border-radius: 8px;
    /* padding: 24px; */
    margin-top: 20px;
}

.finalize-order-checkout .wc_payment_methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.finalize-order-checkout .wc_payment_methods li {
    margin-bottom: 16px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid var(--border-light);
}

/* Terms and Conditions */
.finalize-order-checkout .woocommerce-terms-and-conditions-wrapper {
    margin: 20px 0;
    padding: 16px;
    background: rgba(139, 115, 85, 0.05);
    border: 1px solid rgba(139, 115, 85, 0.2);
    border-radius: 8px;
}

.finalize-order-checkout .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

.finalize-order-checkout .woocommerce-privacy-policy-text a {
    color: var(--accent-brown);
    text-decoration: none;
}

.finalize-order-checkout .woocommerce-privacy-policy-text a:hover {
    text-decoration: underline;
}

/* ================================
   BUTTONS
   ================================ */

.finalize-order-checkout .button,
.finalize-order-checkout .woocommerce-button {
    background: var(--accent-brown);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.finalize-order-checkout .button:hover,
.finalize-order-checkout .woocommerce-button:hover {
    background: var(--text-dark);
    color: #fff;
    transform: translateY(-1px);
}

/* Place Order Button */
.finalize-order-checkout #place_order {
    background: var(--accent-brown);
    color: #fff;
    border: none;
    padding: 18px 48px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px;
}

.finalize-order-checkout #place_order:hover {
    background: var(--text-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.finalize-order-checkout #place_order:disabled {
    background: var(--text-muted);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.finalize-order-checkout #place_order.loading {
    color: transparent;
}

.finalize-order-checkout #place_order.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Place Order Section */
.finalize-order-checkout .form-row.place-order {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border-light);
}

/* ================================
   WOOCOMMERCE MESSAGES
   ================================ */

.finalize-order-checkout .woocommerce-message,
.finalize-order-checkout .woocommerce-info,
.finalize-order-checkout .woocommerce-error {
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: -15px;
    border-left: 4px solid;
}

.finalize-order-checkout .woocommerce-message {
    background: #d4edda;
    color: #155724;
    border-left-color: #28a745;
}

.finalize-order-checkout .woocommerce-error {
    background: #f8d7da;
    color: #721c24;
    border-left-color: #dc3545;
}

/* ================================
   UTILITIES
   ================================ */

.finalize-order-checkout .clear {
    clear: both;
}

.finalize-order-checkout .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
}

.finalize-order-checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

/* Validation States */
.finalize-order-checkout .validate-required.woocommerce-validated input,
.finalize-order-checkout .validate-required.woocommerce-validated select {
    border-color: #27ae60;
}

.finalize-order-checkout .validate-required.woocommerce-invalid input,
.finalize-order-checkout .validate-required.woocommerce-invalid select {
    border-color: #e74c3c;
}

/* ================================
   RESPONSIVE STYLES
   ================================ */

@media (max-width: 991.98px) {
    .finalize-order-main {
        padding-top: 90px;
    }

    .finalize-order-checkout .woocommerce-checkout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .finalize-order-checkout .col2-set,
    .finalize-order-checkout #order_review_heading,
    .finalize-order-checkout #order_review {
        grid-column: 1;
    }

    .finalize-order-checkout .woocommerce-checkout-review-order {
        margin-top: 24px;
    }

    .finalize-order-checkout .woocommerce-form-login,
    .finalize-order-checkout .checkout_coupon,
    .finalize-order-checkout .col-1,
    .finalize-order-checkout .col-2,
    .finalize-order-checkout .woocommerce-checkout-review-order {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .finalize-order-main {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .finalize-order-checkout .woocommerce-form-login,
    .finalize-order-checkout .checkout_coupon,
    .finalize-order-checkout .col-1,
    .finalize-order-checkout .col-2,
    .finalize-order-checkout .woocommerce-checkout-review-order {
        padding: 20px;
    }

    .finalize-order-checkout h3 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .finalize-order-checkout .form-row input,
    .finalize-order-checkout .form-row select,
    .finalize-order-checkout .form-row textarea {
        padding: 14px;
        font-size: 14px;
    }

    .finalize-order-checkout .form-row {
        margin-bottom: 20px;
    }

    /* Form rows stack on mobile */
    .finalize-order-checkout .form-row-first,
    .finalize-order-checkout .form-row-last {
        width: 100%;
        margin-right: 0;
        display: block;
    }

    /* Coupon form stacks on mobile */
    .finalize-order-checkout .checkout_coupon {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .finalize-order-checkout .checkout_coupon .form-row-first,
    .finalize-order-checkout .checkout_coupon .form-row-last {
        flex: none;
        width: 100%;
    }

    .finalize-order-checkout .shop_table th,
    .finalize-order-checkout .shop_table td {
        padding: 12px 0;
        font-size: 14px;
    }

    .finalize-order-checkout #place_order {
        padding: 16px 32px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .finalize-order-main {
        padding-top: 60px;
    }

    .finalize-order-checkout .woocommerce-form-login,
    .finalize-order-checkout .checkout_coupon,
    .finalize-order-checkout .col-1,
    .finalize-order-checkout .col-2,
    .finalize-order-checkout .woocommerce-checkout-review-order {
        padding: 16px;
    }

    .finalize-order-checkout .form-row input,
    .finalize-order-checkout .form-row select,
    .finalize-order-checkout .form-row textarea {
        font-size: 16px;
        /* Prevent zoom on iOS */
        padding: 12px;
    }

    .finalize-order-checkout .shop_table {
        font-size: 13px;
    }

    .finalize-order-checkout .shop_table th,
    .finalize-order-checkout .shop_table td {
        padding: 10px 0;
    }

    .finalize-order-checkout .shop_table .product-name {
        font-size: 13px;
    }

    .finalize-order-checkout .shop_table .order-total th,
    .finalize-order-checkout .shop_table .order-total td {
        font-size: 16px;
    }
}

.woocommerce table.shop_table {
    border: none !important;
    margin: 15px 0px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse !important;
    border-radius: 5px;
}

.woocommerce-checkout-review-order-table thead .product-name {
    font-weight: 800 !important;
}

.woocommerce table.shop_table td {
    padding: 9px 0px !important;
}
/* ================================
   MOBILE MENU (OFF-CANVAS)
   ================================ */

/* Esconde o botão e o menu mobile no desktop */
.menu-toggle,
.mobile-menu-overlay,
.mobile-menu-sidebar {
    display: none;
}

@media (max-width: 991.98px) {

    /* Header Layout Mobile */
    .header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        min-height: 60px;
    }

    .navbar {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-nav {
        display: none !important;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        font-size: 2rem;
        color: var(--text-dark);
        margin-right: 10px;
        z-index: 11001;
        cursor: pointer;
        margin-top: 10px;
    }

    .navbar-brand {
        margin: 0 50px;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 9;
        width: -moz-fit-content;
        width: fit-content;
    }

    .header-icons {
        gap: 20px;
        margin-left: auto;
        z-index: 1;
        padding: 0 5px;
    }

    /* Off-canvas menu */
    .mobile-menu-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 11000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-sidebar {
        display: block;
        position: fixed;
        top: 0;
        left: -100vw;
        width: 85vw;
        max-width: 340px;
        height: 100vh;
        background: #fff;
        z-index: 11001;
        box-shadow: 2px 0 20px rgba(0, 0, 0, 0.08);
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0;
        overflow-y: auto;
    }

    .mobile-menu-sidebar.active {
        left: 0;
    }

    .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px 22px 0 22px;
        min-height: 60px;
    }

    .mobile-menu-title {
        font-size: 1.2rem;
        font-weight: 700;
        color: var(--text-dark);
        margin: 0;
    }

    .mobile-menu-close {
        background: none;
        border: none;
        font-size: 1.7rem;
        color: var(--text-dark);
        cursor: pointer;
        padding: 5px;
        margin-left: 10px;
    }

    .mobile-menu-list {
        list-style: none;
        padding: 30px 0 0 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .mobile-menu-list li {
        border-bottom: 1px solid var(--border-light);
    }

    .mobile-menu-link {
        display: block;
        padding: 18px 28px;
        font-size: 1.1rem;
        color: var(--text-dark);
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 1px;
        transition: background 0.2s, color 0.2s;
    }

    .mobile-menu-link:hover {
        background: var(--cream-bg);
        color: var(--accent-brown);
    }
}
/* ================================
   RESPONSIVE DESIGN
   ================================ */

@media (max-width: 768px) {

    /* Header and Navigation */
    .hero-title {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .navbar-nav .nav-link {
        margin: 0 15px;
    }

    /* Hero Section */
    .hero-section {
        padding: 120px 0 60px;
        min-height: 90vh;
    }

    .marquee-text {
        font-size: 11px;
    }

    /* Instagram Grid */
    .instagram-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Testimonials - Bootstrap Carousel */
    .testimonial-carousel {
        padding: 20px;
    }

    .testimonial-carousel .carousel-inner {
        min-height: 300px;
    }

    .testimonial-quote {
        font-size: 14px;
    }

    .author-divider {
        width: 50px;
    }

    .author-image {
        margin: 0 20px;
    }

    .author-avatar {
        width: 60px;
        height: 60px;
    }

    .testimonial-nav-prev,
    .testimonial-nav-next {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .testimonial-indicators button {
        width: 10px;
        height: 10px;
    }

    .testimonial-decoration {
        display: none;
    }

    #product-list .price-new {
        font-size: 18px;
    }

    /* Footer */
    .footer-bottom .text-end {
        text-align: center !important;
        margin-top: 20px;
    }

    /* Product Single Page */
    .page-title {
        font-size: 2rem;
    }

    .product-info {
        padding-left: 0;
        margin-top: 30px;
    }

    .product-name {
        font-size: 1.8rem;
    }

    .product-price {
        font-size: 1.5rem;
    }

    .product-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .btn-add-to-cart,
    .btn-add-to-wishlist {
        width: 100%;
        justify-content: center;
        display: block;
    }

    .main-product-image {
        height: 350px;
    }

    .thumbnail-gallery {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }

    .thumbnail-item img {
        height: 80px;
    }

    .product-tabs-nav {
        flex-direction: column;
        align-items: center;
    }

    .tab-item {
        padding: 10px 20px;
        font-size: 12px;
    }

    .related-product-card .product-image img {
        height: 250px;
    }

    .contact-newsletter-section .row>div {
        margin-bottom: 40px;
    }

    /* Shop Page */
    .shop-toolbar {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .toolbar-right {
        width: 100%;
        justify-content: center;
    }

    .sort-dropdown select {
        width: 200px;
    }

    .shop-sidebar {
        padding: 20px;
    }

    .filter-title {
        font-size: 14px;
    }

    .price-inputs {
        flex-direction: row;
        gap: 14%;
        align-items: center;
    }

    .price-field {
        flex-direction: row;
        gap: 10px;
    }

    .price-field input {
        width: 80px;
    }

    .list-mode .product-card-two {
        flex-direction: column;
        text-align: center;
    }

    .list-mode .product-image-wrapper {
        width: 100%;
        height: 250px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .list-mode .product-image {
        height: 250px;
    }

    /* Stack sidebar on mobile */
    .shop-section .col-lg-3 {
        order: 2;
    }

    .shop-section .col-lg-9 {
        order: 1;
    }

    /* Cart Mobile Styles */
    .cart-sidebar {
        width: 100%;
        right: -100%;
    }

    .cart-header {
        padding: 15px 20px;
    }

    .cart-title {
        font-size: 16px;
    }

    .cart-items {
        padding: 0 20px;
    }

    .cart-item {
        padding: 15px 0;
    }

    .cart-item-image {
        width: 60px;
        height: 60px;
    }

    .cart-item-name {
        font-size: 13px;
    }

    .cart-item-price {
        font-size: 14px;
    }

    .qty-decrease,
    .qty-increase {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .cart-footer {
        padding: 15px 20px;
    }

    .cart-notification {
        right: 10px;
        left: 10px;
        top: 80px;
        transform: translateY(-100px);
    }

    .cart-notification.show {
        transform: translateY(0);
    }
}

@media (max-width: 576px) {

    /* Typography */
    .hero-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    /* Testimonials - Bootstrap Carousel */
    .testimonial-carousel {
        padding: 15px;
    }

    .testimonial-carousel .carousel-inner {
        min-height: 250px;
    }

    .testimonial-quote {
        font-size: 13px;
        line-height: 1.5;
    }

    .author-divider {
        width: 30px;
    }

    .author-image {
        margin: 0 15px;
    }

    .author-avatar {
        width: 50px;
        height: 50px;
    }

    .author-name {
        font-size: 16px;
    }

    .author-role {
        font-size: 12px;
    }

    .testimonial-nav-prev,
    .testimonial-nav-next {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .testimonial-indicators button {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    /* Products */
    .product-card {
        padding: 15px;
    }

    .product-image {
        height: 250px;
    }

    .product-title {
        font-size: 14px;
    }

    .product-price {
        font-size: 16px;
    }

    /* Buttons */
    .btn-browse,
    .btn-primary-standard,
    .btn-cart {
        font-size: 10px;
        padding: 10px 20px;
    }

    /* Feature Items */
    .feature-item {
        flex-direction: column;
        text-align: center;
        margin-bottom: 40px;
    }

    .feature-icon {
        margin: 0 auto 15px;
    }

    /* Categories */
    .category-card {
        height: 250px;
    }

    .category-overlay {
        padding: 20px 20px 20px;
    }

    .category-title {
        font-size: 1.5rem;
    }

    /* Blog Cards */
    .blog-card .blog-content {
        padding: 20px;
    }

    .blog-title {
        font-size: 16px;
    }

    .blog-excerpt {
        font-size: 13px;
    }

    /* Footer Features */
    .footer-feature-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .footer-feature-title {
        font-size: 14px;
    }

    .footer-feature-text {
        font-size: 13px;
    }

    /* Instagram */
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Sections */
    .section {
        padding: 60px 0;
    }

    .section-header {
        margin-bottom: 10px;
    }

    .hero-section {
        min-height: 80vh;
        padding: 100px 0 40px;
    }

    /* Product Gallery */
    .thumbnail-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Cart */
    .cart-notification {
        padding: 12px 16px;
        font-size: 12px;
    }

    .notification-content {
        gap: 8px;
    }

    .notification-content i {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    /* Extra small screens */
    .hero-title {
        font-size: 1.6rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .page-title {
        font-size: 1.8rem;
    }

    .product-name {
        font-size: 1.6rem;
    }

    /* Compact spacing */
    .hero-section {
        padding: 0px 0 0px;
    }

    .section {
        padding: 50px 0;
    }

    /* Navigation */
    .navbar-nav .nav-link {
        margin: 0 10px;
        font-size: 12px;
    }

    /* Product Cards */
    .product-card {
        padding: 12px;
    }

    .product-image {
        height: auto;
    }

    /* Categories */
    .category-card {
        height: auto;
    }

    .category-title {
        font-size: 1.2rem;
    }

    /* Cart */
    .cart-header {
        padding: 12px 15px;
    }

    .cart-items {
        padding: 0 15px;
    }

    .cart-footer {
        padding: 12px 15px;
    }

    .cart-item-image {
        width: 50px;
        height: 50px;
    }

    .qty-decrease,
    .qty-increase {
        width: 18px;
        height: 18px;
        font-size: 9px;
    }
}

/* Landscape tablets */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hero-section {
        min-height: 60vh;
    }

    .product-gallery {
        position: static;
    }

    .testimonial-carousel .carousel-inner {
        min-height: 280px;
    }
}

/* Large screens adjustments */
@media (min-width: 1400px) {
    .hero-title {
        font-size: 3.8rem;
    }

    .section-title {
        font-size: 35px;
    }

    .page-title {
        font-size: 3.5rem;
    }

    .product-name {
        font-size: 29px;
    }

    .container {
        max-width: 1320px;
    }
}
/*# sourceMappingURL=style.dev.css.map */
