 /* Estilos do conteúdo principal */
        .dio-loja-promo-main-content {
            display: flex;
            margin-top: 20px;
        }

        .dio-loja-promo-products {
            flex: 1;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 15px;
        }

        .dio-loja-promo-product-card {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
            padding: 15px;
        }

        .dio-loja-promo-product-store {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .dio-loja-promo-store-logo {
            width: 24px;
            height: 24px;
            border-radius: 4px;
            overflow: hidden;
            margin-right: 8px;
        }

        .dio-loja-promo-store-logo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .dio-loja-promo-store-name {
            font-size: 0.8rem;
            color: #5a5a5a;
        }

        .dio-loja-promo-store-time {
            font-size: 0.8rem;
            color: #5a5a5a;
            margin-left: auto;
        }

        .dio-loja-promo-alta-tag {
            color: var(--primary-color);
            font-size: 0.75rem;
            font-weight: 500;
            margin-left: 10px;
            display: flex;
            align-items: center;
        }

        .dio-loja-promo-alta-tag i {
            margin-right: 3px;
        }

        .dio-loja-promo-product-image {
            height: 180px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }

        .dio-loja-promo-product-image img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

        @media(max-width:540px){
            .dio-loja-promo-product-image img {
                max-height: 158px;
            }
        }

        .dio-loja-promo-product-title {
            font-size: 0.9rem;
            font-weight: 500;
            color: #333;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .dio-loja-promo-product-title a,
        .dio-loja-promo-product-title a:hover{
            color: #333;
            text-decoration: none !important;
        }

        .dio-loja-promo-product-tag {
            display: inline-flex;
            align-items: center;
            background-color: #f0f2f5;
            border-radius: 4px;
            padding: 3px 8px;
            font-size: 0.7rem;
            color: #5a5a5a;
            margin-bottom: 10px;
        }

        .dio-loja-promo-product-tag i {
            margin-right: 5px;
            color: #999;
        }

        .dio-loja-promo-product-price {
            margin-top: auto;
        }

        .dio-loja-promo-old-price {
            font-size: 0.8rem;
            color: #999;
            text-decoration: line-through;
        }

        .dio-loja-promo-current-price {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--primary-color);
        }

        .dio-loja-promo-product-actions {
            display: flex;
            align-items: center;
            margin-top: 15px;
            justify-content: space-between;
        }

        .dio-loja-promo-action-button {
            display: flex;
            align-items: center;
            color: #5a5a5a;
            font-size: 0.8rem;
        }

        .dio-loja-promo-action-count {
            background-color: #f0f2f5;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 5px;
        }

        /* Estilos da barra lateral */
        .dio-loja-promo-sidebar {
            width: 280px;
            margin-left: 20px;
            position: sticky;
            top: 90px;
            height: fit-content;
        }

        .dio-loja-promo-sidebar-box {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px;
            padding: 15px;
        }

        .dio-loja-promo-sidebar-title {
            font-size: 1rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .dio-loja-promo-sidebar-subtitle {
            font-size: 0.8rem;
            color: #5a5a5a;
            margin-bottom: 15px;
        }

        .dio-loja-promo-recent-item {
            display: flex;
            margin-bottom: 15px;
        }

        .dio-loja-promo-recent-image {
            width: 60px;
            height: 60px;
            border-radius: 4px;
            overflow: hidden;
            margin-right: 10px;
        }

        .dio-loja-promo-recent-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .dio-loja-promo-recent-info {
            flex: 1;
        }

        .dio-loja-promo-recent-title {
            font-size: 0.8rem;
            font-weight: 500;
            color: #333;
            margin-bottom: 5px;
            line-height: 1.3;
        }

        .dio-loja-promo-recent-title a,
        .dio-loja-promo-recent-title a:hover{
            color: #333;
            text-decoration: none;
        }

        .dio-loja-promo-recent-price {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--primary-color);
        }

        .dio-loja-promo-old-price-small {
            font-size: 0.7rem;
            color: #999;
            text-decoration: line-through;
            display: block;
            margin-bottom: 3px;
        }

        .dio-loja-promo-whatsapp-section {
            margin-top: 15px;
        }

        .dio-loja-promo-whatsapp-title {
            font-size: 1rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }

        .dio-loja-promo-whatsapp-description {
            font-size: 0.8rem;
            color: #5a5a5a;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .dio-loja-promo-qr-section {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .dio-loja-promo-step {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background-color: #e0f5e9;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem;
            font-weight: 500;
            margin-right: 10px;
        }

        .dio-loja-promo-step-text {
            font-size: 0.8rem;
            color: #333;
            flex: 1;
        }

        .dio-loja-promo-qr-code {
            width: 100px;
            height: 100px;
            margin-left: auto;
        }

        .dio-loja-promo-qr-code img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .dio-loja-promo-group-mark {
            color: #25D366;
            margin-left: 5px;
        }

        .dio-loja-promo-divider {
            color: #5a5a5a;
            text-align: center;
            margin: 15px 0;
            font-size: 0.8rem;
        }

        .dio-loja-promo-whatsapp-button {
            background-color: rgb(0, 166, 80);
            color: white;
            border-radius: 25px;
            padding: 12px;
            text-align: center;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .dio-loja-promo-whatsapp-button i {
            margin-right: 8px;
        }

        @media (max-width: 992px) {
            .dio-loja-promo-main-content {
                flex-direction: column;
            }
            
            .dio-loja-promo-sidebar {
                width: 100%;
                margin-left: 0;
                margin-top: 20px;
            }
            
            .dio-loja-promo-products {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .dio-loja-promo-nav-item:not(:first-child):not(:last-child) {
                display: none;
            }
            
            .dio-loja-promo-search {
                width: 200px;
            }
        }

        @media (max-width: 576px) {
            .dio-loja-promo-search {
                display: none;
            }
            
            .dio-loja-promo-menu-items {
                overflow-x: auto;
                padding-bottom: 5px;
            }
        }


        
  .container-pro {
            max-width: 1200px;
            margin: 0 auto;
            padding: 15px;
        }
        
        /* Header relacionados */
        .related-products {
            background-color: #fff;
            padding: 15px;
            margin-bottom: 10px;
        }
        
        .related-products h3 {
            font-size: 14px;
            font-weight: normal;
            margin-bottom: 5px;
            display: inline-block;
        }
        
        .related-products a {
            color: #333;
            text-decoration: none;
            margin-right: 5px;
            font-size: 14px;
        }
        
        .related-products a:hover {
            text-decoration: underline;
        }
        
        /* Breadcrumb */
        .breadcrumb {
            background-color: #f0f0f0;
            padding: 10px 15px;
            margin-bottom: 15px;
            font-size: 14px;
        }
        
        .breadcrumb a {
            color: #666;
            text-decoration: none;
            margin: 0 5px;
        }
        
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        
        .breadcrumb .separator {
            color: #ccc;
        }
        
        .actions {
            float: right;
        }
        
        .actions a {
            margin-left: 15px;
        }
        
        /* Produto principal */
        .product-container {
            display: flex;
            flex-wrap: wrap;
            background-color: #fff;
            border-radius: 4px;
            padding: 20px;
            position: relative;
        }
        
        /* Galeria de imagens */
        .product-container .product-gallery {
            width: 100%;
            max-width: 400px;
            position: relative;
            margin-right: 40px;
        }
        
        .product-container .product-thumbnails {
            width: 80px;
            float: left;
        }
        
        .product-container .thumbnail {
            width: 70px;
            height: 70px;
            border: 1px solid #e0e0e0;
            margin-bottom: 10px;
            cursor: pointer;
            padding: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .product-container .thumbnail.active {
            border: 2px solid #3483fa;
        }
        
        .product-container .thumbnail img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        
        .main-image-container {
            margin-left: 90px;
            height: 400px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .main-image {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: transform 0.3s;
        }
        
        .zoom-lens {
            position: absolute;
            border: 1px solid #d4d4d4;
            background-color: rgba(255, 255, 255, 0.4);
            width: 100px;
            height: 100px;
            display: none;
        }
        
        /* Informações do produto */
        .product-info {
            flex: 1;
            min-width: 300px;
            padding-right: 20px;
        }
        
        .product-brand {
            margin-bottom: 10px;
        }
        
        .product-brand a {
            color: #3483fa;
            text-decoration: none;
            font-size: 14px;
        }
        
        .product-brand .new-tag {
            color: #666;
            font-size: 14px;
            margin-left: 10px;
        }
        
        .product-brand .sold-count {
            color: #666;
            font-size: 14px;
        }
        
        .best-seller {
            display: inline-block;
            background-color: #ff7733;
            color: white;
            font-size: 12px;
            padding: 3px 8px;
            border-radius: 3px;
            margin-bottom: 5px;
        }
        
        .best-seller-category {
            font-size: 12px;
            color: #666;
            margin-left: 5px;
        }
        
        .product-title {
            font-size: 22px;
            font-weight: 600;
            color: #333;
            margin: 15px 0;
            line-height: 1.3;
        }
        
        .product-rating {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .stars {
            color: #3483fa;
            margin-right: 10px;
        }
        
        .rating-count {
            color: #666;
            font-size: 14px;
        }
        
        .product-price {
            margin-bottom: 20px;
        }
        
        .old-price {
            color: #999;
            font-size: 16px;
            text-decoration: line-through;
        }
        
        .current-price {
            font-size: 36px;
            font-weight: 400;
            color: #333;
            margin: 5px 0;
        }
        
        .price-cents {
            font-size: 22px;
            vertical-align: super;
        }
        
        .discount {
            color: #00a650;
            font-size: 16px;
            font-weight: bold;
            margin-left: 10px;
        }
        
        .installments {
            margin: 10px 0;
            font-size: 16px;
        }
        
        .installments .em {
            color: #00a650;
            font-weight: bold;
        }
        
        .payment-methods {
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding: 15px 0;
            margin: 15px 0;
        }
        
        .payment-methods-title {
            font-size: 16px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
        .payment-icons {
            display: flex;
            margin-right: 10px;
        }
        
        .payment-icon {
            width: 24px;
            height: 24px;
            margin-right: 5px;
            background-color: #eee;
            border-radius: 4px;
        }
        
        .payment-methods-text {
            font-size: 14px;
            color: #666;
        }
        
        .payment-more {
            color: #3483fa;
            text-decoration: none;
            display: block;
            margin-top: 10px;
            font-size: 14px;
        }
        
        .cashback {
            margin: 15px 0;
            font-size: 16px;
        }
        
        .cashback .price {
            color: #00a650;
            font-weight: bold;
        }
        
        .cashback img {
            height: 20px;
            vertical-align: middle;
            margin-left: 5px;
        }
        
        .cashback a {
            display: block;
            color: #3483fa;
            text-decoration: none;
            margin-top: 5px;
            font-size: 14px;
        }
        
        .product-color {
            margin: 15px 0;
        }
        
        .color-title {
            font-size: 16px;
            margin-bottom: 10px;
        }
        
        .color-value {
            font-weight: bold;
        }
        
        /* Coluna de compra */
        .buy-column {
            width: 300px;
            background-color: #fff;
            border-radius: 8px;
            padding: 16px;
            box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
            position: relative;
        }
        
        .delivery-info {
            margin-bottom: 20px;
        }
        
        .mothers-day {
            font-size: 18px;
            color: #00a650;
            margin-bottom: 10px;
        }
        
        .free-shipping {
            color: #00a650;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .delivery-description {
            color: #666;
            font-size: 14px;
            margin-bottom: 10px;
        }
        
        .configure-day {
            color: #3483fa;
            text-decoration: none;
            font-size: 14px;
        }
        
        .monday-delivery {
            margin: 10px 0;
        }
        
        .more-shipping {
            color: #3483fa;
            text-decoration: none;
            font-size: 14px;
        }
        
        .stock-info {
            margin: 20px 0;
        }
        
        .stock-title {
            font-size: 16px;
            margin-bottom: 5px;
        }
        
        .stock-subtitle {
            color: #666;
            font-size: 14px;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .full-logo {
            width: 50px;
            margin-left: 5px;
        }
        
        .quantity {
            margin-bottom: 15px;
        }
        
        .quantity-text {
            font-size: 16px;
            margin-right: 10px;
        }
        
        .quantity-selector {
            display: inline-block;
            position: relative;
        }
        
        .quantity-value {
            display: inline-flex;
            align-items: center;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            padding: 8px 10px;
            color: #333;
            font-size: 16px;
            cursor: pointer;
        }
        
        .quantity-value::after {
            content: "";
            display: inline-block;
            margin-left: 10px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #333;
        }
        
        .available {
            color: #666;
            font-size: 14px;
            margin-left: 10px;
        }
        
        .buy-button {
            width: 100%;
            padding: 15px;
            background-color: #3dbf49;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            margin-bottom: 10px;
        }
        
        .buy-button:hover {
            background-color: #3dbf49;
        }
        
        .cart-button {
            width: 100%;
            padding: 15px;
            background-color: #e2e2e2;
            color: #747474;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }
        
        
        
        .shipping-promo {
            margin-top: 20px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 16px;
        }
        
        .shipping-promo-header {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .shipping-icon {
            width: 30px;
            height: 30px;
            background-color: #00a650;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }
        
        .shipping-icon i {
            color: white;
            font-size: 16px;
        }
        
        .shipping-promo-text {
            flex: 1;
            font-weight: bold;
        }
        
        .shipping-promo-text .full-logo {
            width: 50px;
            vertical-align: middle;
        }
        
        .shipping-promo-description {
            color: #666;
            font-size: 14px;
            line-height: 1.4;
        }
        
        .store-info {
            display: flex;
            align-items: center;
            margin-top: 20px;
            font-size: 14px;
            color: #666;
        }
        
        .store-logo {
            width: 20px;
            height: 20px;
            background-color: #eee;
            border-radius: 50%;
            margin-right: 10px;
        }
        
        .store-name {
            color: #3483fa;
            margin-left: 5px;
        }
        
        .official-badge {
            color: #00a650;
            margin-left: 5px;
        }
        
        /* Responsividade */
        @media (max-width: 1024px) {
            .product-gallery {
                max-width: 350px;
                margin-right: 20px;
            }
            
            .main-image-container {
                height: 350px;
            }
            
            .buy-column {
                width: 250px;
            }
        }
        
        @media (max-width: 900px) {
            .product-container {
                flex-direction: column;
            }
            
            .product-gallery {
                max-width: 100%;
                margin-right: 0;
                margin-bottom: 30px;
            }
            
            .product-info {
                width: 100%;
                padding-right: 0;
                margin-bottom: 0px;
            }
            
            .buy-column {
                width: 100%;
                position: static !important;
                top: auto !important;
            }
        }
        
        @media (max-width: 600px) {
            .product-thumbnails {
                width: 60px;
            }
            
            .thumbnail {
                width: 50px;
                height: 50px;
            }
            
            .main-image-container {
                margin-left: 70px;
                height: 300px;
            }
            
            .product-title {
                font-size: 18px;
            }
            
            .current-price {
                font-size: 28px;
            }
            
            .price-cents {
                font-size: 18px;
            }
            
            .actions {
                float: none;
                display: flex;
                justify-content: flex-end;
                margin-top: 10px;
            }
        }
        
        @media (max-width: 480px) {
            .breadcrumb {
                font-size: 12px;
            }
            
            .product-container {
                padding: 10px;
            }
            
            .product-thumbnails {
                width: 50px;
            }
            
            .thumbnail {
                width: 40px;
                height: 40px;
            }
            
            .main-image-container {
                margin-left: 60px;
                height: 250px;
            }
        }

        .product-info article{

        }

        .product-info article p{
            color: #747474;
            font-size: 14px;
            line-height: 20px;
        }


        .novo-seletor-quantidade {
            margin: 15px 0;
        }

        .novo-seletor-quantidade__text {
            display: block;
            font-weight: 600;
            margin-bottom: 8px;
            color: #333;
        }

        .novo-seletor-quantidade__select {
            width: 100%;
            max-width: 200px;
            padding: 10px 15px;
            border: 2px solid #e0e0e0;
            border-radius: 6px;
            background-color: #fff;
            font-size: 14px;
            font-weight: 500;
            color: #333;
            cursor: pointer;
            transition: border-color 0.3s ease;
        }

        .novo-seletor-quantidade__select:hover {
            border-color: #007cba;
        }

        .novo-seletor-quantidade__select:focus {
            outline: none;
            border-color: #007cba;
            box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
        }

        .novo-seletor-quantidade__available {
            display: block;
            margin-top: 8px;
            font-size: 12px;
            color: #666;
            font-style: italic;
        }

        .actions-checkout-carrinho-flutuante p {
            font-size: 14px;
            padding-bottom: 20px;
        }
        .actions-checkout-carrinho-flutuante a, .actions-checkout-carrinho-flutuante a:hover{
            background: var(--primary-color);
        }





        /* Campo de busca */
.diogenes-busca-search-field {
   position: relative;
   margin-bottom: 20px;
}

.diogenes-busca-search-input {
   width: 100%;
   padding: 12px 20px 12px 45px;
   border: 2px solid #e0e0e0;
   border-radius: 25px;
   font-size: 16px;
   transition: border-color 0.3s ease;
}

.diogenes-busca-search-input:focus {
   outline: none;
   border-color: #007cba;
}

.diogenes-busca-search-icon {
   position: absolute;
   left: 15px;
   top: 50%;
   transform: translateY(-50%);
   color: #666;
}




/* Badge sem estoque */
.diogenes-busca-out-of-stock-badge {
   position: absolute;
   top: 10px;
   right: 10px;
   background-color: #ff0000;
   color: white;
   padding: 4px 8px;
   border-radius: 4px;
   font-size: 12px;
   font-weight: bold;
   z-index: 2;
}

/* Produtos sem estoque ficam com opacidade reduzida */
.diogenes-busca-product-card[data-sem-estoque="true"] {
   opacity: 0.7;
}

.diogenes-busca-product-card[data-sem-estoque="true"] .diogenes-busca-product-image {
   position: relative;
}


/* Estilo do botão voltar ao topo */
        .voltar-ao-topo-diogenes-container {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease-in-out;
        }

        .voltar-ao-topo-diogenes-container.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .voltar-ao-topo-diogenes-button {
            width: 50px;
            height: 50px;
            background: var(--primary-color);
            color: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 124, 186, 0.3);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .voltar-ao-topo-diogenes-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 124, 186, 0.4);
            background: var(--primary-color);
        }

        .voltar-ao-topo-diogenes-button:active {
            transform: translateY(-1px);
            box-shadow: 0 3px 10px rgba(0, 124, 186, 0.5);
        }

        .voltar-ao-topo-diogenes-icon {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }

        .voltar-ao-topo-diogenes-button:hover .voltar-ao-topo-diogenes-icon {
            transform: translateY(-2px);
        }

        /* Tooltip */
        .voltar-ao-topo-diogenes-tooltip {
            position: absolute;
            right: 60px;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 8px 12px;
            border-radius: 6px;
            font-size: 12px;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            pointer-events: none;
        }

        .voltar-ao-topo-diogenes-tooltip::after {
            content: '';
            position: absolute;
            left: 100%;
            top: 50%;
            transform: translateY(-50%);
            border: 5px solid transparent;
            border-left-color: rgba(0, 0, 0, 0.8);
        }

        .voltar-ao-topo-diogenes-button:hover .voltar-ao-topo-diogenes-tooltip {
            opacity: 1;
            visibility: visible;
        }

        /* Animação de clique */
        .voltar-ao-topo-diogenes-button::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background-color: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.3s ease, height 0.3s ease;
        }

        .voltar-ao-topo-diogenes-button:active::before {
            width: 100px;
            height: 100px;
        }

        /* Responsivo */
        @media (max-width: 768px) {
            .voltar-ao-topo-diogenes-container {
                bottom: 20px;
                right: 20px;
            }

            .voltar-ao-topo-diogenes-button {
                width: 45px;
                height: 45px;
            }

            .voltar-ao-topo-diogenes-icon {
                width: 18px;
                height: 18px;
            }

            .voltar-ao-topo-diogenes-tooltip {
                display: none;
            }
        }

        .btn-padrao[data-teste='proceed-to-checkout-button.php']{
            margin-bottom: 18px !important;
        }
        #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box,
        #add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
                border: 1em solid #f0f0f0 !important;
        }

        .AccordionItem.p-AccordionItem.p-AccordionItem--selected.AccordionItem--selected {
            background: #f0f0f0 !important;
            margin-top: 20px !important;
        }


        

        /* NOVO COMPONENTE QUANTIDADE */
        .novo-componente-quantidade {
            display: flex;
            align-items: center;
            gap: 0;
            font-family: Arial, sans-serif;
            max-width: 100%;
            width: 100%;
        }

        .novo-componente-quantidade .quantity-control {
            display: flex;
            align-items: stretch;
            border: 1px solid #ddd;
            border-radius: 5px 0 0 5px;
            background: #f8f9fa;
            height: 35px;
            width: 50%;
        }

        .novo-componente-quantidade .quantity-input {
            width: 76%;
            height: 33px;
            border: none;
            text-align: center;
            font-size: 13px;
            font-weight: 500;
            background: transparent;
            outline: none;
            color: #333;
            border-right: 1px solid #ddd;
            padding: 0;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .novo-componente-quantidade .quantity-buttons {
            display: flex;
            flex-direction: column;
            width: 18%;
        }

        .novo-componente-quantidade .quantity-btn {
            width: 19px;
            height: 17px;
            border: none;
            background: transparent;
            cursor: pointer;
            font-size: 10px;
            font-weight: bold;
            color: #666;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.2s;
        }

        .novo-componente-quantidade .quantity-btn:first-child {
            border-bottom: 1px solid #ddd;
        }

        .novo-componente-quantidade .quantity-btn:hover {
            background-color: #e9ecef;
        }

        .novo-componente-quantidade .quantity-btn:disabled {
            color: #ccc;
            cursor: not-allowed;
        }

        .novo-componente-quantidade .quantity-btn:disabled:hover {
            background-color: transparent;
        }

        .novo-componente-quantidade .add-btn {
            height: 35px;
            padding: 0 19px;
            border: none;
            background: var(--primary-color);
            color: white;
            font-size: 13px;
            font-weight: 600;
            border-radius: 0 5px 5px 0;
            cursor: pointer;
            transition: background-color 0.2s;
            white-space: nowrap;
        }

        .novo-componente-quantidade .add-btn:hover {
            background: var(--primary-color);
        }

        .novo-componente-quantidade .add-btn:active {
            background: var(--primary-color);
        }



        @media(max-width:540px){
            .diogenes-busca-products-grid .diogenes-busca-product-image,
            .diogenes-busca-products-list .diogenes-busca-product-image{
                height: 345px;
            }
            .diogenes-busca-view-options {
                display: flex;
                gap: 0.5rem;
                display: none;
            }
        }