/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	RESETS
-----------------------------------*/

html,body{
    height: 100%;
}
body{
	overflow-x: hidden;
    background:#fff;
    padding-top:139px;
}

@media(max-width: 540px){
  html,body{
    max-width: 100% !important;
    
  }
  body{
    padding-top:0px;
  }
 
}

.e-con.e-flex>.e-con-inner{
        position: relative !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .e-con-boxed.e-flex{
        margin: 0 !important;
        padding: 0 !important;
    }

    .elementor-section.elementor-section-boxed > .elementor-container{
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0;
    }

    .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
        padding: 0 !important;
    }


#app, #nav{
  display: none;
}

/*---------------------------------
	IMPORTS E CONSULTAS E MOBILE
	
XS = < 544px
SM = > 544px
MD = > 768px
LG = > 992px
XL = > 1200px

CSS GRID
-----------------------------------*/


.wow {
   visibility: hidden;
}
::selection { background: #757575; color: #fff; } ::-moz-selection { background: #757575; color: #fff; }


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

.text-right{
  text-align: right;
}

img{
  max-width: 100%;
  height: auto;
}



/*---------------------------------
  HEADER
-----------------------------------*/
/* Header Styles */
        .galpao-new-header {
            background: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: fixed;
            z-index: 1000;
            display: block;
            width: 100%;
            left: 0;
            top: 0;
        }
        @media(max-width:540px){

            .galpao-new-header {
                background: #fff;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
                position: relative;
                z-index: 1000;
                display: block;
                width: 100%;
                left: 0;
                top: 0;
            }

        }

        .galpao-new-top-bar {
            background: #2b2e83;
            padding: 8px 0;
            border-bottom: 1px solid #2b2e83;
            color: #fff;
        }

        .galpao-new-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .galpao-new-top-info {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 30px;
        }

        .galpao-new-contact-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            font-size: 13px;
        }

        .galpao-new-contact-item i {
            color: #fff;
        }

        .galpao-new-social-links {
            display: flex;
            gap: 10px;
        }

        .galpao-new-social-links a {
            color: #fff;
            font-size: 16px;
            transition: color 0.3s ease;
        }

        .galpao-new-social-links a:hover {
            color: #1a3d2b;
        }

        .galpao-new-main-header {
            padding: 15px 0;
        }

        .galpao-new-header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .galpao-new-header-content nav{
            margin-top: 9px;
            margin-bottom: -9px;
        }

        .galpao-new-logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .galpao-new-logo img {
            height: 60px !important;
            width: auto;
            margin-top: -8px;
        }

        .galpao-new-logo-text {
            font-size: 28px;
            font-weight: bold;
            color: #2b2e83;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .galpao-new-nav {
            display: flex;
            list-style: none;
            gap: 0;
        }

        .galpao-new-nav li {
            position: relative;
        }

        .galpao-new-nav a {
            display: block;
            padding: 15px 25px;
            text-decoration: none;
            color: #333;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 14px;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
        }

        .galpao-new-nav a:hover,
        .galpao-new-nav a.active {
            color: #2b2e83;
            border-bottom-color: #2b2e83;
        }

        .galpao-new-mobile-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 24px;
            color: #2b2e83;
            cursor: pointer;
        }

        /* Slide Styles */
        .galpao-new-slide-container {
            background: #f2f2f2;
            min-height: 500px;
            position: relative;
        }

        .galpao-new-slide-item {
            min-height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f2f2f2;
            position: relative;
        }

        .galpao-new-slide-content {
            text-align: center;
            color: #666;
            max-width: 600px;
            padding: 40px 20px;
        }

        .galpao-new-slide-title {
            font-size: 48px;
            font-weight: 300;
            margin-bottom: 20px;
            color: #999;
        }

        .galpao-new-slide-subtitle {
            font-size: 24px;
            font-weight: 300;
            color: #777;
        }

        /* Owl Carousel Customization */
        .galpao-new-slide-container .owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
        }

        .galpao-new-slide-container .owl-nav button {
            position: absolute;
            background: rgba(44, 95, 65, 0.8) !important;
            color: white !important;
            border: none !important;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            font-size: 20px;
            transition: all 0.3s ease;
        }

        .galpao-new-slide-container .owl-nav button:hover {
            background: rgba(44, 95, 65, 1) !important;
        }

        .galpao-new-slide-container .owl-nav .owl-prev {
            left: 20px;
        }

        .galpao-new-slide-container .owl-nav .owl-next {
            right: 20px;
        }

        .galpao-new-slide-container .owl-dots {
            text-align: center;
            padding: 20px 0;
            position: absolute;
            bottom: 20px;
            width: 100%;
        }

        .galpao-new-slide-container .owl-dots .owl-dot {
            display: inline-block;
            margin: 0 5px;
            width: 12px;
            height: 12px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .galpao-new-slide-container .owl-dots .owl-dot.active {
            background: #2b2e83;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .galpao-new-nav {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: white;
                flex-direction: column;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            }

            .galpao-new-nav.active {
                display: flex;
            }

            .galpao-new-nav a {
                padding: 15px 20px;
                border-bottom: 1px solid #eee;
                border-bottom-width: 1px;
            }

            .galpao-new-mobile-toggle {
                display: block;
            }

            .galpao-new-main-header {
                position: relative;
            }
        }

        @media (max-width: 768px) {
            .galpao-new-top-info {
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }

            .galpao-new-header-content {
                flex-direction: column;
                gap: 15px;
            }

            .galpao-new-logo-text {
                font-size: 24px;
            }

            .galpao-new-slide-title {
                font-size: 36px;
            }

            .galpao-new-slide-subtitle {
                font-size: 20px;
            }

            .galpao-new-contact-item {
                font-size: 12px;
            }
        }

        @media (max-width: 576px) {
            .galpao-new-top-info {
                gap: 10px;
            }

            .galpao-new-contact-item {
                flex-direction: column;
                text-align: center;
                gap: 5px;
            }

            .galpao-new-slide-title {
                font-size: 28px;
            }

            .galpao-new-slide-subtitle {
                font-size: 18px;
            }

            .galpao-new-slide-container .owl-nav button {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
        }

@media(max-width:540px){
  .galpao-new-top-info{
    display: block;
  }
      .galpao-new-contact-item {
        display: inline-block;
        padding: 5px;
    }
    .galpao-new-social-links {
        display: block;
        text-align: center;
    }
    .galpao-new-social-links a,
    .galpao-new-social-links a:hover{
        color: #fff;
        font-size: 16px;
        transition: color 0.3s ease;
        padding-left: 8px;
        padding-right: 8px;
    }
}

 .destaque-empresa-section {
            padding: 80px 0;
            background: #fff;
            position: relative;
            overflow: hidden;
        }

       

        .destaque-empresa-content {
            position: relative;
            z-index: 2;
        }

        .destaque-empresa-logo {
            width: 120px;
            height: auto;
            margin-bottom: 40px;
        }

        .destaque-empresa-logo svg {
            width: 100%;
            height: auto;
        }

        .destaque-empresa-title {
            font-size: 48px;
            font-weight: 300;
            color: #333;
            line-height: 1.2;
            margin-bottom: 30px;
        }

        .destaque-empresa-highlight {
            color: #2b2e83;
            font-weight: 400;
        }

        .destaque-empresa-description {
            font-size: 18px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 40px;
            max-width: 500px;
        }

        .destaque-empresa-btn,
        .destaque-empresa-btn:hover {
            display: inline-block;
            background: #2b2e83;
            color: white !important;
            text-decoration: none !important;
            padding: 15px 30px;
            border-radius: 25px;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            margin-top: 20px;
            padding-top: 12px;
        }


        .destaque-empresa-visual {
            position: relative;
            height: 500px;
        }

        .destaque-empresa-image-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 400px;
            height: 400px;
            background: #f2f2f2;
            border-radius: 20px;
            z-index: 2;
            overflow: hidden;
        }

        .destaque-empresa-map {
            position: absolute;
            right: -50px;
            top: 50%;
            transform: translateY(-50%);
            width: 300px;
            height: 300px;
            opacity: 0.1;
            z-index: 1;
        }

        .destaque-empresa-dots {
            position: absolute;
            right: 100px;
            top: 30px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 3;
        }

        .destaque-empresa-dot {
            width: 12px;
            height: 12px;
            background: #2b2e83;
            border-radius: 50%;
            position: relative;
        }

        .destaque-empresa-dot::after {
            content: '';
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 100px;
            height: 1px;
            background: #2b2e83;
        }

        .destaque-empresa-labels {
            position: absolute;
            right: -20px;
            top: 20px;
            z-index: 3;
        }

        .destaque-empresa-label {
            font-size: 12px;
            color: #999;
            margin-bottom: 35px;
            white-space: nowrap;
        }

        .destaque-empresa-decorative-elements {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .destaque-empresa-orange-shape {
            position: absolute;
            top: 80px;
            right: 120px;
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, #2b2e83, #ffab7a);
            border-radius: 20px;
            opacity: 0.8;
            z-index: 1;
        }

        .destaque-empresa-grid-bg {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-image: 
                linear-gradient(rgba(255, 122, 68, 0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 122, 68, 0.05) 1px, transparent 1px);
            background-size: 30px 30px;
            z-index: 0;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
          

            .destaque-empresa-title {
                font-size: 36px;
            }

            .destaque-empresa-visual {
                height: 400px;
            }

            .destaque-empresa-image-container {
                width: 300px;
                height: 300px;
            }

            .destaque-empresa-map,
            .destaque-empresa-dots,
            .destaque-empresa-labels {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .destaque-empresa-section {
                padding: 60px 0;
            }

            .destaque-empresa-title {
                font-size: 28px;
            }

            .destaque-empresa-description {
                font-size: 16px;
            }

            .destaque-empresa-visual {
                height: 300px;
            }

            .destaque-empresa-image-container {
                width: 250px;
                height: 250px;
            }
        }

        @media (max-width: 576px) {
           

            .destaque-empresa-title {
                font-size: 24px;
            }

            .destaque-empresa-description {
                font-size: 14px;
            }

           
        }


        .sobre{
          position: relative;
          padding-top: 80px;
          padding-bottom: 120px;

        }



         .marcas-galpao-section {
            background: url('../images/modelos-de-galpao.jpeg') #666 no-repeat;
            background-size: cover;
            background-position: center center;
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .marcas-galpao-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }

        .marcas-galpao-card {
            background: white;
            border-radius: 20px;
            padding: 60px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .marcas-galpao-content {
            margin-bottom: 60px;
        }

        .marcas-galpao-title {
            font-size: 48px;
            font-weight: 300;
            color: #333;
            line-height: 1.2;
            margin-bottom: 30px;
        }

        .marcas-galpao-highlight {
            color: #2b2e83;
            font-weight: 400;
        }

        .marcas-galpao-description {
            font-size: 18px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .marcas-galpao-btn,
        .marcas-galpao-btn:hover {
            display: inline-block;
            background: #2b2e83;
            color: white;
            text-decoration: none !important;
            padding: 15px 30px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .marcas-galpao-carousel-container {
            position: relative;
            margin-top: 60px;
        }

        .marcas-galpao-carousel {
            position: relative;
        }

        .marcas-galpao-logo {
            background: #c4c4c4;
            border-radius: 8px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            cursor: pointer;
            margin: 0 15px;
        }

        .marcas-galpao-logo:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        /* Owl Carousel Custom Styles */
        .marcas-galpao-carousel .owl-nav {
            position: absolute;
            top: 8%;
            transform: translateY(-50%);
            width: 100%;
            pointer-events: none;
        }

        .marcas-galpao-carousel .owl-nav button {
            position: absolute;
            background: #2b2e83 !important;
            color: white !important;
            border: none !important;
            border-radius: 50% !important;
            width: 50px !important;
            height: 50px !important;
            font-size: 20px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            transition: all 0.3s ease !important;
            pointer-events: auto;
            box-shadow: 0 4px 15px rgba(43, 46, 131, 0.3) !important;
        }

        .marcas-galpao-carousel .owl-nav button:hover {
            background: #1a1d5a !important;
            transform: scale(1.1) !important;
        }

        .marcas-galpao-carousel .owl-nav .owl-prev {
            left: -25px;
        }

        .marcas-galpao-carousel .owl-nav .owl-next {
            right: -25px;
        }

        .marcas-galpao-carousel .owl-nav button span {
            font-size: 16px !important;
            font-weight: bold !important;
        }

        .marcas-galpao-carousel .owl-dots {
            text-align: center;
            margin-top: 30px;
        }

        .marcas-galpao-carousel .owl-dots .owl-dot {
            display: inline-block;
            margin: 0 5px;
        }

        .marcas-galpao-carousel .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            background: #ccc;
            border-radius: 50%;
            display: block;
            transition: all 0.3s ease;
        }

        .marcas-galpao-carousel .owl-dots .owl-dot.active span,
        .marcas-galpao-carousel .owl-dots .owl-dot:hover span {
            background: #2b2e83;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .marcas-galpao-card {
                padding: 40px;
            }

            .marcas-galpao-content {
                margin-bottom: 40px;
            }

            .marcas-galpao-title {
                font-size: 36px;
            }

            .marcas-galpao-carousel .owl-nav .owl-prev {
                left: -20px;
            }

            .marcas-galpao-carousel .owl-nav .owl-next {
                right: -20px;
            }
        }

        @media (max-width: 768px) {
            .marcas-galpao-section {
                padding: 60px 0;
            }

            .marcas-galpao-card {
                padding: 30px;
                border-radius: 15px;
            }

            .marcas-galpao-content {
                margin-bottom: 30px;
            }

            .marcas-galpao-logo {
                height: 60px;
                margin: 0 10px;
            }

            .marcas-galpao-title {
                font-size: 28px;
            }

            .marcas-galpao-description {
                font-size: 16px;
            }

            .marcas-galpao-carousel .owl-nav .owl-prev {
                left: -15px;
            }

            .marcas-galpao-carousel .owl-nav .owl-next {
                right: -15px;
            }

            .marcas-galpao-carousel .owl-nav button {
                width: 40px !important;
                height: 40px !important;
                font-size: 16px !important;
            }
        }

        @media (max-width: 576px) {
            .marcas-galpao-container {
                padding: 0 15px;
            }

            .marcas-galpao-card {
                padding: 25px;
            }

            .marcas-galpao-logo {
                height: 50px;
                margin: 0 8px;
            }

            .marcas-galpao-title {
                font-size: 24px;
            }

            .marcas-galpao-description {
                font-size: 14px;
            }

            .marcas-galpao-btn {
                padding: 12px 25px;
                font-size: 14px;
            }

            .marcas-galpao-carousel .owl-nav .owl-prev {
                left: -10px;
            }

            .marcas-galpao-carousel .owl-nav .owl-next {
                right: -10px;
            }

            .marcas-galpao-carousel .owl-nav button {
                width: 35px !important;
                height: 35px !important;
                font-size: 14px !important;
            }
        }

        /* Background warehouse effect */
        .marcas-galpao-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                90deg,
                transparent 0%,
                rgba(0,0,0,0.1) 20%,
                rgba(0,0,0,0.05) 50%,
                rgba(0,0,0,0.1) 80%,
                transparent 100%
            );
            z-index: 1;
        }

        .marcas-galpao-section::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: repeating-linear-gradient(
                0deg,
                transparent,
                transparent 40px,
                rgba(0,0,0,0.05) 40px,
                rgba(0,0,0,0.05) 42px
            );
            z-index: 1;
        }

          .galpao-listagem-produtos-container {
            /* max-width: 1400px;
            margin: 0 auto;
            padding: 20px;
            */
        }

        .galpao-listagem-produtos-header {
            margin-bottom: 30px;
        }

        .galpao-listagem-produtos-title {
            font-size: 2rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
        }

        .galpao-listagem-produtos-subtitle {
            color: #666;
            font-size: 1rem;
        }

        .galpao-listagem-produtos-controls {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            gap: 20px;
            flex-wrap: wrap;
        }

        .galpao-listagem-produtos-search {
            position: relative;
            flex: 1;
            max-width: 350px;
        }

        .galpao-listagem-produtos-search-input {
            width: 100%;
            padding: 12px 16px 12px 45px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 14px;
            transition: border-color 0.2s;
            background: white;
        }

        .galpao-listagem-produtos-search-input:focus {
            outline: none;
            border-color: #2b2e83;
        }

        .galpao-listagem-produtos-search-icon {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            font-size: 14px;
        }

        .galpao-listagem-produtos-view-controls {
            display: flex;
            gap: 8px;
            background: white;
            padding: 4px;
            border-radius: 6px;
            border: 1px solid #ddd;
        }

        .galpao-listagem-produtos-view-btn {
            padding: 8px 12px;
            border: none;
            background: transparent;
            color: #666;
            cursor: pointer;
            border-radius: 4px;
            transition: all 0.2s;
            font-size: 14px;
        }

        .galpao-listagem-produtos-view-btn.active {
            background: #2b2e83;
            color: white;
        }

        .galpao-listagem-produtos-view-btn:hover:not(.active) {
            background: #f8f9fa;
        }

        .galpao-listagem-produtos-grid {
            display: grid;
            gap: 20px;
            transition: all 0.3s ease;
        }

        .galpao-listagem-produtos-grid.grid-view {
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        }

        .galpao-listagem-produtos-grid.list-view {
            grid-template-columns: 1fr;
        }

        .galpao-listagem-produtos-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #e5e5e5;
            transition: all 0.3s ease;
            position: relative;
        }

        .galpao-listagem-produtos-card:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

        .galpao-listagem-produtos-card.grid-card {
            display: flex;
            flex-direction: column;
        }

        .galpao-listagem-produtos-card.list-card {
            display: flex;
            flex-direction: row;
            align-items: stretch;
        }

        .galpao-listagem-produtos-image-container {
            position: relative;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .galpao-listagem-produtos-card.grid-card .galpao-listagem-produtos-image-container {
            height: 220px;
            width: 100%;
        }

        .galpao-listagem-produtos-card.list-card .galpao-listagem-produtos-image-container {
            height: 160px;
            width: 160px;
            flex-shrink: 0;
        }

        .galpao-listagem-produtos-image {
            width: 80%;
            height: 80%;
            background: #ddd;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 2rem;
        }

        .galpao-listagem-produtos-add-icon {
            position: absolute;
            display: none;
            top: 12px;
            right: 12px;
            width: 24px;
            height: 24px;
            background: #dc3545;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .galpao-listagem-produtos-add-icon:hover {
            transform: scale(1.1);
        }

        .galpao-listagem-produtos-content {
            padding: 20px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .galpao-listagem-produtos-card.list-card .galpao-listagem-produtos-content {
            justify-content: space-between;
        }

        .galpao-listagem-produtos-category {
            color: #2b2e83;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 8px;
            letter-spacing: 0.5px;
        }

        .galpao-listagem-produtos-name {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            margin-bottom: 12px;
            line-height: 1.3;
            height: auto;
            overflow: hidden;
        }

        .galpao-listagem-produtos-card.grid-card .galpao-listagem-produtos-name {
            height: 40px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .galpao-listagem-produtos-price-section {
            margin-top: auto;
            margin-bottom: 12px;
        }

        .galpao-listagem-produtos-price {
            color: #333;
            font-size: 18px;
            font-weight: 700;
            display: none;
        }

        .galpao-listagem-produtos-card.list-card .galpao-listagem-produtos-price {
            font-size: 16px;
        }

        .galpao-listagem-produtos-stock {
            color: #666;
            font-size: 12px;
            margin-top: 4px;
        }

        .galpao-listagem-produtos-rating {
            display: flex;
            align-items: center;
            gap: 4px;
            margin-bottom: 8px;
        }

        .galpao-listagem-produtos-stars {
            color: #ffc107;
            font-size: 12px;
        }

        .galpao-listagem-produtos-actions {
            display: flex;
            gap: 8px;
            margin-top: auto;
        }

        .galpao-listagem-produtos-btn {
            padding: 8px 16px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background: white;
            color: #666;
            cursor: pointer;
            transition: all 0.2s;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            text-decoration: none;
        }

        .galpao-listagem-produtos-btn:hover {
            border-color: #2b2e83;
            color: #2b2e83;
        }

        .galpao-listagem-produtos-btn-view {
            background: #2b2e83;
            color: white;
            border-color: #2b2e83;
        }

        .galpao-listagem-produtos-btn-view:hover {
            background: #0056b3;
            color: white;
        }

        .galpao-listagem-produtos-no-results {
            text-align: center;
            padding: 60px 20px;
            color: #666;
        }

        .galpao-listagem-produtos-no-results i {
            font-size: 3rem;
            margin-bottom: 20px;
            color: #ccc;
        }

        .galpao-listagem-produtos-no-results h3 {
            font-size: 1.2rem;
            margin-bottom: 8px;
            color: #333;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .galpao-listagem-produtos-container {
                /* padding: 15px; */
            }

            .galpao-listagem-produtos-controls {
                flex-direction: column;
                align-items: stretch;
            }

            .galpao-listagem-produtos-search {
                max-width: none;
            }

            .galpao-listagem-produtos-view-controls {
                align-self: center;
            }

            .galpao-listagem-produtos-grid.grid-view {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }

            .galpao-listagem-produtos-card.list-card {
                flex-direction: column;
            }

            .galpao-listagem-produtos-card.list-card .galpao-listagem-produtos-image-container {
                width: 100%;
                height: 180px;
            }
        }

        @media (max-width: 480px) {
            .galpao-listagem-produtos-grid.grid-view {
                grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            }
        }






        /* Estilos para o rodapé */
        .rodape-galpao-container {
            background-color: #2b2e83;
            color: white;
            padding: 40px 20px;
            width: 100%;
            margin-top:68px;
            padding-top: 85px;
        }

        .rodape-galpao-wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .rodape-galpao-coluna {
            flex: 1;
            min-width: 200px;
            margin-bottom: 30px;
            padding-right: 15px;
        }

        .rodape-galpao-titulo {
            color: #fff;
            font-size: 1.2rem;
            margin-bottom: 20px;
            font-weight: 500;
        }

        .rodape-galpao-lista {
            list-style: none;
            padding-left: 0;
        }

        .rodape-galpao-item {
            margin-bottom: 10px;
        }

        .rodape-galpao-link {
            color: white;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

     

        .rodape-galpao-info-box {
                background-color: white;
                border-radius: 10px;
                padding: 30px;
                color: #333;
                margin-top: 20px;
                max-width: 100%;
                flex: 1 1 300px;
                height: auto;
                max-height: 300px;
        }

        .rodape-galpao-logo {
            text-align: center;
            margin-bottom: 15px;
        }

        .rodape-galpao-logo img {
            max-width: 200px;
            height: auto;
        }

        .rodape-galpao-slogan {
            text-align: center;
            font-size: 1.1rem;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .rodape-galpao-destaque {
            color: #2b2e83;
            font-weight: normal;
        }

        .rodape-galpao-redes {
            text-align: center;
        }

        .rodape-galpao-redes-titulo {
            color: #2b2e83;
            margin-bottom: 15px;
            font-weight: normal;
        }

        .rodape-galpao-redes-lista {
            display: flex;
            justify-content: center;
            gap: 10px;
            list-style: none;
        }

        .rodape-galpao-redes-item {
            width: 40px;
            height: 40px;
        }

        .rodape-galpao-redes-link {
            background-color: #2b2e83;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s ease;
        }

        .rodape-galpao-redes-link:hover {
            background-color: #e67e22;
        }

        .rodape-galpao-icon {
            color: white;
            font-size: 1.2rem;
        }

        /* Responsividade */
        @media (max-width: 960px) {
            .rodape-galpao-wrapper {
                flex-direction: column;
            }
            
            .rodape-galpao-coluna {
                width: 100%;
                margin-bottom: 30px;
            }
            
            .rodape-galpao-info-box {
                margin: 20px auto;
                max-width: 90%;
            }
        }

        @media (max-width: 600px) {
            .rodape-galpao-container {
                padding: 30px 15px;
            }
            
            .rodape-galpao-info-box {
                padding: 20px;
            }
        }


        .texto-novo-corpy{
            text-align: center;
            padding-top: 30px;
            font-size: 13px;
            color: #fff;
        }

        .rodape-galpao-container {
            background-color: #2b2e83;
            color: white;
            padding: 40px 20px;
            width: 100%;
            margin-top: 68px;
            padding-top: 60px;
            padding-bottom: 55px;
        }

        .rodape-galpao-container .galpao-new-contact-item{
            position: relative;
            display: block;
            padding-top: 10px;
        }

        .rodape-galpao-container a,
        .rodape-galpao-container a:hover{
            text-decoration: none !important;
            color:#fff !important;
        }



        /* DETALHE DO PRODUTO */
        
  .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: #3483fa;
            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-gallery {
            width: 100%;
            max-width: 400px;
            position: relative;
            margin-right: 40px;
        }
        
        .product-thumbnails {
            width: 80px;
            float: left;
        }
        
        .thumbnail {
            width: 70px;
            height: 70px;
            border: 1px solid #e0e0e0;
            margin-bottom: 10px;
            cursor: pointer;
            padding: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .thumbnail.active {
            border: 2px solid #3483fa;
        }
        
        .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: #2b2e83;
            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;
        }
        
        .cart-button:hover {
            color: #000;
        }
        
        .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: 30px;
            }
            
            .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;
        }

        /* 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: #fc8c06;
            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;
        }

        .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-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: #2b2e83;
        }

        .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-price {
            font-size: 1.1rem;
            font-weight: 600;
            color: #fc8c06;
        }

        .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;
            }
        }

        .dio-loja-promo-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
        }



        .rodape-v3-container {
            display: flex;
            width: 100%;
            margin-top:62px;
            max-width: 100%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        
        .rodape-v3-esquerda {
            width: 50%;
            padding: 40px;
            background-color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .rodape-v3-direita {
            width: 50%;
            padding: 40px;
            background-color: #2e3192; /* Azul escuro */
            color: white;
            display: flex;
            flex-direction: column;
        }
        
        .rodape-v3-logo {
            max-width: 380px;
            margin-bottom: 20px;
        }
        
        .rodape-v3-logo img {
            width: 95%;
        }
        
        .rodape-v3-slogan {
            color: #2e3192;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 30px;
        }
        
        .rodape-v3-redes-texto {
            color: #666;
            font-size: 16px;
            margin-bottom: 15px;
        }
        
        .rodape-v3-redes-icons {
            display: flex;
            gap: 10px;
            color: #fff !important;
        }
        
        .rodape-v3-redes-icon,
        .rodape-v3-redes-icon:hover {
            width: 40px;
            height: 40px;
            background-color: #2e3192;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white !important;
            font-size: 20px;
            text-decoration: none;
        }
        
        .rodape-v3-navegacao {
            margin-bottom: 30px;
        }
        
        .rodape-v3-titulo {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        .rodape-v3-menu {
            list-style: none;
            padding-left: 0;
        }
        
        .rodape-v3-menu-item {
            margin-bottom: 7px;
        }
        
        .rodape-v3-menu-link {
            color: white !important;
            text-decoration: none !important;
            font-size: 13px;
        }
        
        .rodape-v3-menu-link:hover {
            text-decoration: underline;
        }
        
        .rodape-v3-contato {
            margin-top: 0px;
        }
        
        .rodape-v3-endereco {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }
        
        .rodape-v3-endereco-icon {
            margin-right: 10px;
            margin-top: 3px;
        }
        
        .rodape-v3-endereco-texto {
            font-size: 14px;
            line-height: 1.5;
        }
        
        .rodape-v3-info {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .rodape-v3-info-icon {
            margin-right: 10px;
        }
        
        .rodape-v3-info-texto {
            font-size: 14px;
        }
        
        @media (max-width: 768px) {
            .rodape-v3-container {
                flex-direction: column;
            }
            
            .rodape-v3-esquerda, .rodape-v3-direita {
                width: 100%;
                padding: 30px;
            }
            
            .rodape-v3-logo {
                max-width: 280px;
            }
            
            .rodape-v3-slogan {
                font-size: 16px;
            }
        }

    

        .frase-final{
                color: #2e3192;
                font-size: 14px;
                position: relative;
                display: block;
                padding-top: 20px;
                padding-bottom: 18px;
                text-align: center;
                margin-bottom: 0px !important;
        }


        .list-view{

        }

        .list-view .galpao-listagem-produtos-image-container{
            display: none;
        }
        .galpao-listagem-produtos-grid.list-view {
                grid-template-columns: 4fr;
                grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
            }


            @media(max-width:540px){
                .galpao-listagem-produtos-view-controls{
                    display: none;
                }
            }


            
        
section.busca-diogenes-section{
    background-color: #f9fafb;
    color: var(--text-color);
}


.diogenes-busca-header {
    background-color: white;
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
}

.diogenes-busca-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.diogenes-busca-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.diogenes-busca-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.diogenes-busca-search-container {
    flex: 1;
    max-width: 600px;
    margin: 0 1rem;
    position: relative;
}

.diogenes-busca-search-input {
    width: 100%;
    padding: 0.5rem 1rem;
    padding-right: 2.5rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    font-size: 0.875rem;
    transition: all 0.2s;
}

.diogenes-busca-search-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.diogenes-busca-search-icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--light-text);
}

.diogenes-busca-nav-icons {
    display: flex;
    gap: 1rem;
}

.diogenes-busca-icon-button {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--light-text);
    transition: color 0.2s;
}

.diogenes-busca-icon-button:hover {
    color: var(--text-color);
}

.diogenes-busca-filter-bar {
    background-color: white;
    border-bottom: 1px solid var(--border-color);
    padding: 0.75rem 0;
}

.diogenes-busca-filter-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.diogenes-busca-filter-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.diogenes-busca-filter-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--light-text);
}

.diogenes-busca-filter-select {
    padding: 0.375rem 2rem 0.375rem 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    font-size: 0.875rem;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1em;
    cursor: pointer;
}

.diogenes-busca-filter-select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.diogenes-busca-results-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    font-size: 0.875rem;
    color: var(--light-text);
}

.diogenes-busca-view-options {
    display: flex;
    gap: 0.5rem;
}
/* Estilo para exibir marca na categoria */
.diogenes-busca-product-brand {
    color: #666;
    font-weight: normal;
}
.diogenes-busca-view-button {
    padding: 0.25rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    background-color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.diogenes-busca-view-button.active {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.diogenes-busca-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 1rem 0 2rem;
}

.diogenes-busca-products-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0 2rem;
}

.diogenes-busca-product-card {
    background-color: white;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s, box-shadow 0.2s;
}

.diogenes-busca-product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.diogenes-busca-products-grid .diogenes-busca-product-card {
    display: block;
}

.diogenes-busca-products-list .diogenes-busca-product-card {
    display: flex;
    align-items: center;
}

.diogenes-busca-products-grid .diogenes-busca-product-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background-color: var(--secondary-color);
}

.diogenes-busca-products-list .diogenes-busca-product-image {
    position: relative;
    flex: 0 0 180px;
    height: 180px;
    overflow: hidden;
    background-color: var(--secondary-color);
}

.diogenes-busca-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.diogenes-busca-product-card:hover .diogenes-busca-product-image img {
    transform: scale(1.05);
}

.diogenes-busca-product-badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: var(--accent-color);
    color: white;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
}

.diogenes-busca-products-grid .diogenes-busca-product-content {
    padding: 1rem;
}

.diogenes-busca-products-list .diogenes-busca-product-content {
    padding: 1rem;
    flex: 1;
}

.diogenes-busca-product-category {
    font-size: 0.75rem;
    color: var(--light-text);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.diogenes-busca-products-grid .diogenes-busca-product-title {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.625rem;
}

.diogenes-busca-products-list .diogenes-busca-product-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.diogenes-busca-product-price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.diogenes-busca-current-price {
    font-size: 1rem;
    color: var(--text-color);
}

.diogenes-busca-old-price {
    font-size: 0.75rem;
    color: var(--light-text);
    /* text-decoration: line-through; */
}

.diogenes-busca-product-rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: var(--light-text);
}

.diogenes-busca-rating-stars {
    color: #fbbf24;
}

.diogenes-busca-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    gap: 0.25rem;
}

.diogenes-busca-page-button {
    min-width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    background-color: white;
    color: var(--text-color);
    font-size: 0.875rem;
    transition: all 0.2s;
    cursor: pointer;
}

.diogenes-busca-page-button:hover {
    background-color: var(--secondary-color);
}

.diogenes-busca-page-button.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    font-weight: 500;
}

.diogenes-busca-page-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.diogenes-busca-mobile-filters-toggle {
    display: none;
    padding: 0.5rem 1rem;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--radius);
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.diogenes-busca-mobile-filters-toggle:hover {
    background-color: var(--primary-hover);
}

.diogenes-busca-products-list .diogenes-busca-product-description {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: var(--light-text);
    display: block;
}

.diogenes-busca-products-grid .diogenes-busca-product-description {
    display: none;
}

.diogenes-busca-hidden {
    display: none !important;
}

@media (max-width: 1024px) {
    .diogenes-busca-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .diogenes-busca-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .diogenes-busca-header-content {
        height: auto;
        padding: 1rem 0;
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .diogenes-busca-search-container {
        max-width: 100%;
        margin: 0;
    }

    .diogenes-busca-nav-icons {
        justify-content: flex-end;
    }

    .diogenes-busca-filter-content {
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 1rem 0;
    }

    .diogenes-busca-filter-content.show {
        display: flex;
    }

    .diogenes-busca-filter-group {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .diogenes-busca-filter-select {
        width: 100%;
    }

    .diogenes-busca-mobile-filters-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 100%;
        margin-bottom: 1rem;
    }

    .diogenes-busca-products-list .diogenes-busca-product-card {
        flex-direction: column;
    }

    .diogenes-busca-products-list .diogenes-busca-product-image {
        width: 100%;
        flex: none;
        padding-top: 60%;
        /*display: none !important;*/
    }
}

@media (max-width: 480px) {
    .diogenes-busca-products-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .diogenes-busca-results-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .diogenes-busca-pagination {
        flex-wrap: wrap;
    }
    .galpao-new-slide-container,
    .galpao-new-slide-item{
        min-height: 255px !important;
    }
}

p.nenhum-resultado-encontrado{
    text-align: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
    font-size: 24px;
}


button.btn-flutuante-add-carrinho{
    position: absolute;
    display: block;
    right: 12px;
    bottom: 12px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #f2f2f2;
    text-align: center;
    padding: 0;
    padding-top: 7px;
}
button.btn-flutuante-add-carrinho:hover{
    background: #f9f9f9;
}

button.btn-flutuante-add-carrinho svg {
    fill: #35B5E4;
}

