@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-Medium.woff2') format('woff2'),
       url('../fonts/Stara-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-MediumItalic.woff2') format('woff2'),
       url('../fonts/Stara-MediumItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-SemiBold.woff2') format('woff2'),
       url('../fonts/Stara-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-SemiBoldItalic.woff2') format('woff2'),
       url('../fonts/Stara-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-Bold.woff2') format('woff2'),
       url('../fonts/Stara-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-BoldItalic.woff2') format('woff2'),
       url('../fonts/Stara-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-ExtraBold.woff2') format('woff2'),
       url('../fonts/Stara-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-ExtraBoldItalic.woff2') format('woff2'),
       url('../fonts/Stara-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-Black.woff2') format('woff2'),
       url('../fonts/Stara-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-BlackItalic.woff2') format('woff2'),
       url('../fonts/Stara-BlackItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
:root{
    --primary-green: #006133;
    --chicken-red: #DB241E;
    --chicken-red-800: #AD0C07;
    --header: rgba(0, 0, 0, 0.2);
    --header-scrolled : #006133;
    --header-not-home : #006133;
    --section: #F6EBD8;
    --section-gray: #E6DBC7;
    --marrom: #5E4928;
    --j-green: #006133;
    --cinza: #4B4B4B;
    --image-hero: url('../images/bg_a.webp');
    --image-order: url('../images/bg_b.webp');
}
* {
scrollbar-color: rgb(223, 227, 232) rgb(249, 250, 251);
scrollbar-width: thin;
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: "Stara", sans-serif;
}
html, body{
margin:0;
padding:0;
font-family: "Stara", sans-serif;
background:#FFFFFF;
font-size: 15px;
}
ul{
margin:0;
padding:0;
}
ul li{
padding:0;
margin:0;
list-style: none;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
button, input, a, select{
outline: 0 !important;
border:0;
text-decoration: none;
}
a{
text-decoration:none;
}
button {
background-color: transparent;
cursor: pointer;
transition: all 0.3s linear;
}
.container{
width:100%;
max-width: 1280px;
}
.loading__circle {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
display: none;
justify-content: center;
align-items: center;
z-index: 9999;
}
.loading__circle-spinner {
border: 4px solid #f3f3f3;
border-top: 4px solid var(--j-green);
border-radius: 50%;
width: 50px;
height: 50px;
animation: loading__circle-spin 0.6s linear infinite;
}
@keyframes loading__circle-spin {
  to {
    transform: rotate(360deg);
  }
}
.loading-pages{
position: fixed;
z-index:999;
top:0;
left:0;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--section);
transition:all .2s linear;
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
}
.loading-pages.visible{
opacity: 1;
visibility: visible;
}
.loading-pages .text{
font-weight: 600;
color:var(--j-green);
font-size: 18px;
margin-top:16px;
margin-bottom: 50px;
}
.animate-pulse {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse-button {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(219, 36, 30, 0));
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 15px rgba(219, 36, 30, 0.6));
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

@keyframes pulse-scale-shadow {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(219, 36, 30, 0));
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 15px rgba(219, 36, 30, 0.6));
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}
#content-page{
display: none;
}
#content-page.visible{
display: block;
}
header.chicken-header{
position: fixed;
width:100%;
top:0;
left:0;
z-index:50;
background-color: var(--header-not-home);
color:#fff;
transition:all .2s linear;
}
header.chicken-header.is-home{
background-color: var(--header);
}
header.chicken-header.sticky.is-home{
background-color: var(--header-not-home);
}
.content-header{
height: 80px;
}
.content-header ul{
gap:0 40px;
}
.content-header ul li.accountHead{
margin-left: -28px;
}
.content-header ul li a{
text-align: left;
font: normal normal 500 18px/34px Stara;
letter-spacing: 0px;
color: #FFFFFF;
transition: all .2s linear;
}
.content-header ul li a:hover{
color:var(--chicken-red);
}
.content-header ul li a.placeOrder{
background-color: var(--chicken-red);
font-weight: 700;
padding:4px 16px;
border-radius: 40px;
border:2px solid #fff;
}
.content-header ul li a.placeOrder:hover, .content-header ul li a.instaLink:hover{
background-color: var(--chicken-red-800);
color:#fff;
}
.content-header ul li a.instaLink{
background-color: var(--chicken-red);
width:40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border:2px solid #fff;
border-radius: 50px;
font-size: 22px;
}
.content-header a.linkHome svg{
fill:#fff;
transition: all .2s linear;
}
.content-header a.linkHome:hover svg{
fill:var(--chicken-red);
}
footer.chicken-footer{
background-image: var(--image-hero);
background-color: var(--j-green);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
footer.chicken-footer .content-footer{
display: flex;
align-items: center;
justify-content: space-between;
padding:20px 28px;
}
footer.chicken-footer .content-footer .itemRodape h2{
display: flex;
align-items: center;
gap:12px;
font-weight: 900;
color:#fff;
font-size: 22px;
margin:0;
}
footer.chicken-footer .content-footer .itemRodape p{
color:#fff;
font-size: 20px;
margin-left: 32px;
margin-bottom: 0;
}
footer.chicken-footer .copyright{
display: flex;
align-items: center;
justify-content: center;
color:#fff;
padding:5px 15px 15px;
}
footer.chicken-footer .copyright span, footer.chicken-footer .copyright span a{
color:#fff;
font-size: 15px;
}
footer.chicken-footer .copyright span a:hover{
color:var(--chicken-red);
}
footer.chicken-footer .copyright span.upSite{
display: flex;
align-items: center;
justify-content: center;
width:30px;
height:30px;
border-radius: 50%;
background-color: var(--chicken-red);
font-size: 15px;
cursor:pointer;
transition: all .2s linear;
margin-left: 12px;
}
footer.chicken-footer .copyright span.upSite:hover{
background-color: var(--chicken-red-800);
}
.bodyPage{
min-height: calc(100vh - 235px);
}
.hero{
background-color: var(--j-green);
background-image: var(--image-hero);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position:relative;
}
.hero .content-hero{
display: flex;
align-items: center;
justify-content: space-between;
}
.hero .content-hero .image-hero{
text-align: center;
width:58%;
}
.hero .content-hero .image-hero img{
margin-left: -120px;
margin-bottom: -140px;
width: calc(100% + 40px);
max-width: calc(100% + 40px);
}
.hero .content-hero .text-hero{
width:42%;
}
.hero .content-hero .text-hero img.logo{
margin-top:32px;
margin-bottom: 28px;
}
.hero .content-hero .text-hero h1{
text-transform: uppercase;
color:#F6EBD8;
font-weight: 900;
font-size: 36px;
line-height: 46px;
margin-bottom: 20px;
}
.hero .content-hero .text-hero p{
margin:0;
font-size: 20px;
line-height: 32px;
color:#fff;
}
.hero .content-hero .text-hero h1 + p{
font-weight: 900;
}
.hero .content-hero .image-reviews{
position:relative;
margin: 30px 0 40px;
}
.hero .content-hero .image-reviews span{
position:absolute;
max-width: 130px;
left:240px;
top:7px;
font-size: 18px;
line-height: 22px;
color:#fff;
}
a.buttonOrder{
display: flex;
align-items: center;
justify-content: center;
position:relative;
background-color: var(--chicken-red);
transition:all .2s linear;
width:360px;
height:54px;
border-radius: 50px;
padding-right:52px;
color:#F6EBD8;
font-weight: 700;
font-size: 22px;
border:1px solid #fff;
max-width: 100%;
animation: pulse-button 2s infinite;
}
a.buttonOrder:hover{
transform:scale(1.04);
}
a.buttonOrder .arrow{
position: absolute;
height:calc(100% + 2px);
font-size: 22px;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--chicken-red-800);
color:#fff;
right:-1px;
top:-1px;
border:1px solid #fff;
z-index:2;
width:71px;
}
section.bg-section{
background-color:var(--section);
padding-top:130px;
padding-bottom:88px;
}
section.bg-marrom{
background-color:var(--marrom);
padding-top:80px;
padding-bottom:80px;
}
.bg-section .content-section{
display: flex;
align-items: center;
gap:20px;
}
.bg-marrom .content-section{
display: flex;
align-items: flex-start;
gap:20px;
}
section.bg-section .image-and-seta{
width:340px;
margin-right:20px;
}
section.bg-marrom .image-and-seta{
width:340px;
margin-right:20px;
margin-top:20px;
}
section.bg-section .image-and-seta .images, section.bg-marrom .image-and-seta .images{
display: flex;
align-items: center;
gap:24px;
margin-bottom: 25px;
}
section.bg-section .image-and-seta h2{
color:var(--marrom);
font-weight: 900;
text-transform: uppercase;
font-size: 40px;
line-height: 48px;
margin-bottom: 25px;
}
section.bg-marrom .image-and-seta h2{
color:var(--section);
font-weight: 900;
text-transform: uppercase;
font-size: 36px;
line-height: 47px;
margin-bottom: 28px;
}
section.bg-section .image-and-seta h2 span{
color:var(--j-green);
}
section.bg-section .difference{
background-color:#fff;
border-radius: 20px;
width:295px;
height:450px;
padding:0 24px;
margin-top:32px;
}
section.bg-section .difference img{
margin-top:-32px;
margin-bottom:32px;
}
section.bg-section .difference h3{
font-size: 20px;
font-weight: 800;
color:var(--chicken-red);
margin-bottom: 8px;
}
section.bg-section .difference p{
font-size: 20px;
margin:0;
color:var(--cinza);
}
section.bg-marrom .testimonial{
background-color:#fff;
border-radius: 20px;
width:295px;
height:650px;
padding:0 24px;
padding-top:32px;
}
section.bg-marrom .testimonial img{
margin-bottom: 16px;
}
section.bg-marrom .testimonial h3{
font-size: 20px;
font-weight: 800;
color:var(--chicken-red);
margin-bottom: 8px;
}
section.bg-marrom .testimonial p{
font-size: 17px;
margin:0;
color:var(--cinza);
}
section.hero-order{
background-color:var(--marrom);
background-image:var(--image-order);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position:relative;
z-index:10;
}
section.hero-order .content-hero-order{
display: flex;
align-items: center;
}
section.hero-order .content-hero-order .image-hero{
width:50%;
padding-left: 32px;
}
section.hero-order .content-hero-order .image-hero img{
margin-right:-30px;
margin-bottom: -145px;
margin-top:-40px;
}
section.hero-order .content-hero-order .text-hero{
width:50%;
}
section.hero-order .content-hero-order .text-hero h1{
color:var(--section);
font-size: 53px;
line-height: 63px;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 8px;
}
section.hero-order .content-hero-order .text-hero h2{
color:var(--section);
font-size: 30px;
line-height: 40px;
font-weight: 400;
text-transform: uppercase;
width:720px;
margin-bottom: 0;
}
section.hero-order .content-hero-order .text-hero .logo-hero{
display: flex;
align-items: center;
gap:28px;
margin-bottom: 32px;
margin-top:20px;
}
section.hero-order .content-hero-order .text-hero .logo-hero img.seta{
margin-top:40px;
transform:rotate(13deg);
}
section.categorias{
background-color:var(--section-gray);
transition: all .2s linear;
padding-top:70px;
padding-bottom: 30px;
}
section.categorias.sticky{
position: sticky;
top:80px;
z-index:99;
width:100%;
padding:0;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
section.categorias.sticky h2, section.categorias.sticky .list-categorias a.cat-link .image-cat, section.categorias.sticky .list-categorias a.cat-link h3 span{
display: none;
}
section.categorias.sticky .list-categorias a.cat-link{
width:auto;
padding:12px 20px 7px;
}
section.categorias h2{
color:var(--j-green);
font-weight: 900;
text-transform: uppercase;
font-size: 45px;
margin-bottom: 8px;
transition:all .2s linear;
}
section.categorias .list-categorias{
display: flex;
justify-content: space-between;
}
section.categorias .list-categorias a.cat-link{
display: block;
text-align: center;
width:150px;
transition: all .2s linear;
}
section.categorias.sticky .list-categorias a.cat-link.active{
border-bottom: 2px solid var(--chicken-red);
}
section.categorias .list-categorias a.cat-link .image-cat{
background-color:#fff;
border-radius: 10px;
overflow: hidden;
width:150px;
height:120px;
margin-bottom: 12px;
transition:all .2s linear;
}
section.categorias .list-categorias a.cat-link .image-cat img{
width:100%;
height: 100%;
object-fit: cover;
}
section.categorias .list-categorias a.cat-link h3{
color:var(--j-green);
text-align: center;
font-size: 18px;
line-height: 22px;
font-weight: 800;
}
section.categorias.sticky .list-categorias a.cat-link.active h3{
color:var(--chicken-red);
}
.section-products {
background: var(--section);
padding-top: 56px;         
padding-bottom: 32px;            
border-top-width: 6px;
border-top-style: solid;
border-top-color: #ffffff;
scroll-margin-top: 130px;
}
.section-products:nth-of-type(even) {
background: var(--section-gray);
}
.section-products h2{
text-align: center;
font-size: 34px;
line-height: 40px;
color:var(--marrom);
font-weight: 900;
margin-bottom: 8px;
text-transform: uppercase;
}
.section-products h2 span{
color:var(--j-green);
display: block;
font-size: 28px;
line-height: 30px;
font-weight: 400;
}
.products{
padding:30px 0;
}
.products .item-flickity{
width: 25%;
padding:8px;
}
.products .item-flickity .product{
box-sizing: border-box;
background-color: #fff;
border-radius: 10px;
padding:12px;
padding-bottom: 16px;
}
.products .item-flickity .product-image{
width:100%;
height:170px;
margin-bottom: 12px;
border-radius: 10px;
background-color: #fff;
overflow: hidden;
}
.products .item-flickity .product-image img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}
.products .item-flickity .infos-product{
padding:0 8px;
}
.products .item-flickity .infos-product .description{
font-size: 16px;
line-height: 22px;
color: #4B4B4B;
}
.products .item-flickity .infos-product h3{
color:var(--j-green);
font-size: 18px;
line-height: 22px;
font-weight: 800;
min-height: 44px;
}
.select-item{
width:100%;
position: relative;
display: flex;
align-items: center;
border:1px solid oklch(87.2% 0.01 258.338);
padding:1px;
margin-bottom: 6px;
}
.select-item .nameSelect{
background-color: var(--j-green);
color:#fff;
text-align: center;
font-size: 13px;
padding:5px 0;
width:86px;
}
.select-item .selectOption{
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 8px;
cursor: pointer;
flex: 1 0 0;
padding-right: 6px;
font-size: 14px;
color: #616161;
width: 100%;
}
.select-item .selectOption span.text{
flex:0 0 1;
}
.select-item .selectOption span.icon{
font-size: 14px;
padding-top:1px;
}
.select-item .optionsSelect{
position:absolute;
top:100%;
left:0;
z-index:2;
opacity: 0;
visibility: hidden;
width: 100%;
background-color: #fff;
border: 1px solid oklch(87.2% 0.01 258.338);
}
.select-item .optionsSelect .option{
padding: 5px 7px;
font-size: 14px;
transition: all .2s linear;
background-color: #fff;
color:#333;
cursor: pointer;
}
.select-item .optionsSelect .option:hover{
background-color: var(--j-green);
color:#fff;
}
.select-item.active .optionsSelect{
opacity: 1;
visibility: visible;
}
.products.no-arrow .flickity-button{
display: none !important;
}
.products .flickity-button:disabled{
display: none !important;
}
.products .flickity-button{
background-color: transparent !important;
color:#fff;
}
.products .flickity-prev-next-button.next {
right: -45px;
}
.products .flickity-prev-next-button.previous {
left: -45px;
}
.products .flickity-prev-next-button .flickity-button-icon {
left: 12%;
top: 12%;
width: 74%;
height: 74%;
}
.price-product{
color:#4B4B4B;
font-size: 26px;
font-weight: 400;
margin:12px 0 12px;
}
.price-product.zap{
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 22px;
}
.price-product.zap span.icon-phone{
width: 30px;
height: 30px;
border: 2px solid #016130;
color: #016130;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 17px;
}
.price-product.zap span.icon-phone + span{
color: #016130;
font-weight: 800;
font-size: 20px;
}
.actionProduct{
display: flex;
align-items: center;
gap:12px;
}
.actionProduct .quantity{
display: flex;
align-items: center;
justify-content: space-between;
border:1px solid #4B4B4B;
background-color:#fff;
border-radius: 50px;
}
.actionProduct .quantity button{
cursor: pointer;
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
width:32px;
height:44px;
color:#4B4B4B;
transition: all .2s linear;
}
.actionProduct .quantity button:hover{
color:var(--chicken-red);
}
.actionProduct .quantity input{
width:32px;
height:44px;
text-align: center;
background-color: #fff;
color:#4B4B4B;
font-size: 20px;
}
.actionProduct button.btn-add-to-cart{
display: flex;
align-items: center;
justify-content: center;
height:44px;
color:#fff;
border-radius: 50px;
background-color: var(--chicken-red);
border:1px solid var(--chicken-red);
width:100%;
flex:0 0 1;
font-size: 20px;
transition: all .2s linear;
}
.actionProduct button.btn-add-to-cart:hover{
background-color: var(--chicken-red-800);
border-color:var(--chicken-red-800);
}

.scroll-snap-container {
display: flex;
overflow-x: auto;
overflow-y: hidden;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
-ms-overflow-style: none; 
scrollbar-width: none;
}
.scroll-snap-container::-webkit-scrollbar {
display: none;
}
.scroll-snap-item {
flex: 0 0 auto;
scroll-snap-align: start;
}
.snap-prev-btn,
.snap-next-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
background: transparent;
color: #fff;
border: none;
padding: 6px;
cursor: pointer;
}
.snap-prev-btn svg,
.snap-next-btn svg{
width:30px;
height:30px;
fill:#fff;
}
.snap-prev-btn { left: -50px; }
.snap-next-btn { right: -50px; }
.snap-prev-btn.hidden,
.snap-next-btn.hidden {
display: none;
}

.modal.active{
display: flex;
align-items: center;
justify-content: center;
background: rgba(13, 13, 13, 0.5);
}
.modal.modalDialog.active .content-modal{
background-color: #fff;
border-radius: 15px;
padding: 20px 30px;
width:96%;
max-width:500px;
}
.modal.modalDialog.active .content-modal h2.title-modal{
color: var(--j-green);
font-size: 20px;
font-weight: 700;
}
.modal.modalDialog.active .content-modal p.text-modal{
font-size: 16px;
color: #555;
max-width: 450px;
line-height: 22px;
}
.modal.modalDialog.active .content-modal .actionsModal{
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
}
button.btnCancel{
padding: 6px 12px;
border: 1px solid #555;
border-radius: 10px;
font-size: 16px;
font-weight: 600;
color: rgba(0, 8, 38, 0.8);
transition: all .2s linear;
}
button.btnCancel:hover{
color:#fff;
background-color: var(--j-green);
border-color:var(--j-green);
}
button.btnConfirm{
padding: 6px 12px;
border: 1px solid var(--chicken-red);
border-radius: 10px;
font-size: 16px;
font-weight: 600;
color: #fff;
transition: all .2s linear;
background-color: var(--chicken-red);
}
button.btnConfirm:hover{
background-color: var(--chicken-red-800);
border-color:var(--chicken-red-800);
}

.cart-bar {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 1.25rem 0;
background-color: #fff;
box-shadow: 0 4px 6px 6px rgba(0,0,0,0.1);
z-index: 10;
transform: translateY(100%);
transition: transform 0.5s ease;
}
.cart-bar.active {
transform: translateY(0);
}
.cart-bar-inner {
max-width: 1280px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.cart-info {
display: flex;
align-items: center;
gap: 0.375rem;
font-size: 18px;
}
#cartCount { color: var(--chicken-red); font-weight: bold; }
#cartLabel { color: #000; }
.cart-actions {
display: flex;
align-items: center;
gap: 0.75rem;
}
.cart-total {
border: 1px solid #CBC0C0;
border-radius: 50px;
display: flex;
align-items: center;
height: 2.75rem;
padding: 0 1.25rem;
font-size: 18px;
color: #4B4B4B;
font-weight: normal;
}
#openCartBtn {
background-color: var(--chicken-red);
border: 1px solid var(--chicken-red);
color: #fff;
font-size: 18px;
font-weight: normal;
height: 2.75rem;
padding: 0 2rem;
border-radius: 50px;
cursor: pointer;
}
#openCartBtn:hover {
background-color: var(--chicken-red-800);
border-color: var(--chicken-red-800);
}
.cart-modal {
position: fixed;
inset: 0;
display: none;
align-items: center;
justify-content: center;
background: rgba(13, 13, 13, 0.3);
backdrop-filter: blur(18px);
z-index: 40;
}
.cart-modal.active {
display: flex;
}
.cart-modal-inner {
width: 1100px;
background: #fff;
border-radius: 16px;
padding: 28px 40px;
position: relative;
display: flex;
gap: 20px;
}
.cart-close {
position: absolute;
top: 16px;
right: 16px;
border: 1px solid #666;
color: #666;
border-radius: 50%;
width: 32px;
height: 32px;
cursor: pointer;
font-size: 20px;
line-height: 1;
text-align: center;
padding-top:1px;
}
.cart-close:hover {
color: var(--chicken-red);
border-color: var(--chicken-red);
}
.cart-content {
display: flex;
width: 100%;
gap: 20px;
align-items: center;
}
.cart-left, .cart-right {
flex: 1;
}
.cart-title {
color: var(--marrom);
font-size: 32px;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 20px;
}
.cart-scroll {
max-height: 520px;
overflow-y: auto;
}
.cart-item {
display: flex;
gap: 16px;
border: 2px solid #F0F0F0;
border-radius: 10px;
padding: 8px;
margin-bottom: 12px;
}
.cart-item-image img {
width: 190px;
height: 120px;
object-fit: cover;
border-radius: 8px;
}
.cart-item-info {
flex: 1;
position: relative;
}
.cart-item-name {
color: var(--j-green);
font-size: 18px;
font-weight: 800;
}
.cart-item-selections li {
padding-left: 1px;
font-size: 14px;
color: #666;
}
.cart-item-price {
font-size: 22px;
color: #4B4B4B;
margin: 8px 0;
}
.cart-item-quantity {
display: flex;
border: 1px solid #CBC0C0;
border-radius: 50px;
width: 100px;
overflow: hidden;
}
.qty-btn {
width: 32px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
background: none;
border: none;
color:#4B4B4B;
}
.qty-btn:hover { color: var(--chicken-red); }
.cart-item-quantity input {
width: 32px;
text-align: center;
border: none;
font-size: 20px;
color: #4B4B4B;
outline: none;
}
.cart-item-remove {
position: absolute;
top: 4px;
right: 4px;
background: none;
border: none;
cursor: pointer;
color: #666;
}
.cart-item-remove:hover {
color: var(--chicken-red);
}
.cart-logo {
display: flex;
justify-content: center;
margin-bottom: 48px;
}
.cart-logo img {
max-width: 280px;
height: auto;
}
.cart-summary {
display: flex;
justify-content: center;
gap: 16px;
align-items: center;
}
.cart-total {
border: 1px solid #CBC0C0;
border-radius: 50px;
display: flex;
align-items: center;
height: 50px;
padding: 0 20px;
font-size: 22px;
color: #4B4B4B;
font-weight: normal;
}
.cart-buy {
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
height: 50px;
padding: 0 32px;
background: var(--chicken-red);
color: #fff;
text-decoration: none;
font-size: 22px;
}
.cart-buy:hover {
background: var(--chicken-red-800);
}
.identification{
background-color: var(--j-green);
background-image: var(--image-hero);
position:relative;
overflow:hidden;
width:100%;
height:100vh;
}
.identification .image-identification{
position: absolute;
right:47.5%;
top:0;
z-index: 5;
}
.identification .content-identification{
display: flex;
height: 100%;
justify-content: flex-end;
}
.identification .content-identification .content-identification-form{
width:50%;
height:100%;
background-color: var(--section);
display: flex;
padding-left:64px;
}
.identification .content-identification .content-identification-form .content-form{
max-height: 1100px;
height: 100%;
display: flex;
align-items: center;
}
.identification .content-identification .content-identification-form .content-form .logo-identification{
margin-bottom: 40px;
max-width: 230px;
}
.identification .content-identification .content-identification-form .content-form h2{
color:var(--j-green);
text-transform: uppercase;
font-weight: 900;
font-size: 40px;
line-height: 46px;
max-width: 536px;
margin-bottom: 40px;
}
.identification .content-identification .content-identification-form .content-form h3{
color:var(--marrom);
font-size: 26px;
line-height: 28px;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 20px;
}
.fields-form{
max-width: 536px;
width:100%;
display: flex;
justify-content: flex-end;
flex-wrap:wrap;
}
.fields-form .field input{
width:100%;
background-color: #fff;
border-radius: 10px;
height:52px;
padding:5px 15px;
font-size: 18px;
outline: none;
color:#555;
border:1px solid #fff;
}
.fields-form .field input.error{
border-color:var(--chicken-red);
}
.fields-form .field span.error{
color:var(--chicken-red);
padding:0 8px;
font-size: 15px;
font-weight: 400;
}
.fields-form button.btn-identification{
transition: all .2s linear;
color:#fff;
background-color: var(--chicken-red);
height:52px;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
padding:0 32px;
font-size: 22px;
cursor:pointer;
}
.fields-form button.btn-identification:hover{
color:#fff;
background-color: var(--chicken-red-800);
}
.checkout-header{
width:100%;
background-color: #fff;
border-bottom: 1px solid #ccc;
padding:16px 0;
}
.checkout-header .content-head-checkout{
display: flex;
align-items: center;
justify-content: space-between;
max-width: 900px;
margin:0 auto;
}
.checkout-body .payment-methods{
max-width: 900px;
margin:0 auto;
padding:40px 0;
transition:all .3s linear;
}
.checkout-body .payment-methods h2{
color:var(--j-green);
font-weight: 900;
text-transform: uppercase;
font-size: 32px;
line-height: 37px;
margin-bottom: 28px;
text-align: center;
}
.checkout-body .payment-methods .payment-method{
display: flex;
align-items: center;
gap:12px;
border:1px solid #ccc;
border-radius: 10px;
padding:4px;
max-width: 520px;
margin:0 auto 15px;
cursor: pointer;
background-color: #fff;
transition: all .3s linear;
}
.checkout-body .payment-methods .payment-method:hover{
background-color: #f9f9f9;
border-color:var(--j-green);
}
.checkout-body .payment-methods .payment-method .icon{
display: flex;
align-items: center;
justify-content: center;
width:64px;
}
.checkout-body .payment-methods .payment-method .method-name{
color:#666;
font-size: 18px;
line-height: 18px;
font-weight: 400;
}
.card-payment{
max-width: 520px;
margin:0 auto;
transition: all .2s linear;
max-height: 0;
opacity: 0;
visibility: hidden;
}
.card-payment button.btn-pagar-card{
background-color: var(--j-green);
color:#fff;
font-weight: 400;
font-size: 18px;
width:100%;
height:50px;
border-radius: 50px;
transition:all .2s linear;
}
.card-payment.active{
padding:5px 0 30px;
max-height: 800px;
opacity: 1;
visibility: visible;
}
.status-payment{
max-width: 520px;
margin: 0 auto;
padding: 60px 0;
}
.status-payment h2{
text-align: center;
font-weight: 900;
font-size: 32px;
text-transform: uppercase;
color: var(--chicken-red);
margin: 0 auto 30px;
}
.status-payment.success h2{
color:var(--j-green);
}
.status-payment .image{
width: 100%;
height: 300px;
background-color: var(--chicken-red);
border-radius: 25px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
}
.status-payment.success .image{
background-color: var(--j-green);
}
.status-payment a.btn-payment-result{
display: flex;
align-items: center;
justify-content: center;
padding: 5px 30px;
background-color: var(--j-green);
border-radius: 50px;
height: 50px;
color: #fff;
font-size: 20px;
max-width: 210px;
margin: 0 auto;
transition: all .2s linear;
}
.status-payment.success a.btn-payment-result{
background-color: var(--chicken-red);
}
.fade-in {
  animation: fadeIn 0.5s ease-in-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform:translateY(25px);
  }
  to {
    opacity: 1;
    transform:translateY(0);
  }
}
.status-order{
max-width: 770px;
margin:0 auto;
padding:50px 0;
}
.status-order h2{
font-size: 32px;
line-height: 36px;
text-transform: uppercase;
font-weight: 900;
text-align: center;
color:var(--j-green);
}
.status-order h2.canceled{
color:var(--chicken-red);
}
.status-order h3{
text-align: center;
color:var(--marrom);
font-weight: 900;
text-align: center;
font-size: 30px;
line-height: 36px;
}
.status-order p{
text-align: center;
font-weight: 400;
color:#555;
font-size: 18px;
line-height: 24px;
margin-bottom: 40px;
}
.status-order p span{
font-weight: 600;
color:var(--j-green);
}
.status-order .status-steps{
position: relative;
margin-bottom: 52px;
}
.status-order .status-steps .step-order{
width:215px;
position: relative;
}
.status-order .status-steps .step-order .step-image{
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 8px;
position:relative;
}
.status-order .status-steps .step-order p{
color:#555;
font-size: 20px;
line-height: 24px;
font-weight: 400;
text-align: center;
max-width: 140px;
margin:0 auto;
}
.status-order .status-steps .step-order:before{
content:"";
width:170px;
border-top:2px dashed #a2a2a2;
position: absolute;
top:100px;
left:163px;
}
.status-order .status-steps .step-order:last-child:before{
display: none;
}
.muted {
filter: grayscale(100%);
opacity: 0.5;
}
.pulse-img {
animation: pulse-scale-shadow 1.5s ease-in-out infinite;
}
.pickup-container {
display: flex;
align-items: center;
gap: 2rem;
border: 1px solid #D1D5DB;
border-radius: 10px;
padding: 3px;
max-width: 550px;
margin: 0 auto;
}
.pickup-image img {
display: block;
width: 180px;
height: 136px;
object-fit: cover;
}
.pickup-info {
flex: 1;
}
.pickup-info h2 {
color: var(--j-green);
font-weight: 900;
font-size: 22px;
line-height: 28px;
margin: 0;
text-align: left;
}
.pickup-info h3 {
color: #4B5563;
font-weight: 400;
font-size: 22px;
line-height: 28px;
margin: 0;
text-align: left;
}
.address-view{
background-color: var(--section);
padding:140px 0 60px;
}
.address-view .content-address{
display: flex;
align-items: center;
justify-content: space-between;
}
.address-view .content-address .text{
width:40%;
}
.address-view .content-address .map{
width:58%;
overflow:hidden;
}
.address-view .content-address .map iframe{
width:100%;
height:450px;
border-radius: 25px;
}
.content-address .text .images{
display: flex;
align-items: center;
gap: 50px;
margin: -25px 0 25px;
}
.content-address .text h2{
color:var(--marrom);
text-transform: uppercase;
font-weight: 900;
font-size: 40px;
line-height: 48px;
margin: 0 0 10px;
}
.content-address .text h3{
font-size: 22px;
font-weight: 500;
color: #4B4B4B;
margin: 0 0 25px;
}
.contact{
padding:60px 0;
background-color: var(--section-gray);
}
.contact .content-contact{
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.contact .content-contact .image{
width:54%;
}
.contact .content-contact .form{
width:42%;
}
.contact .content-contact .form h2{
color:var(--j-green);
font-size: 34px;
text-transform: uppercase;
font-weight: 900;
margin:0 0 3px;
}
.contact .content-contact .form p{
font-size: 22px;
font-weight: 500;
color: #4B4B4B;
margin: 0px 0 20px;
line-height: 27px;
}
.contact .content-contact .form .input-view input{
width:100%;
height:52px;
border-radius: 10px;
background-color: #fff;
color: #4B4B4B;
font-size: 18px;
outline: none;
border:1px solid #fff;
transition:all .2s linear;
padding:5px 15px;
}
.contact .content-contact .form .input-view textarea{
width:100%;
height:124px;
border-radius: 10px;
background-color: #fff;
color: #4B4B4B;
font-size: 18px;
outline: none;
box-shadow:none;
border:1px solid #fff;
transition:all .2s linear;
padding:10px 15px;
}
.contact .content-contact .form .input-view{
position:relative;
margin-bottom:16px;
}
.contact .content-contact .form button.btn-submit-contact{
background-color: var(--j-green);
color:#fff;
font-size: 20px;
height:52px;
border-radius: 50px;
width:100%;
display: flex;
align-items: center;
justify-content: center;
}
.contact .content-contact .form .input-view span.error{
color: var(--chicken-red);
font-size: 15px;
padding: 0 8px;
}
.contact .content-contact .form .input-view input.error, .contact .content-contact .form .input-view textarea.error{
border-color: var(--chicken-red);
}
.cart-modal{
z-index:99;
}
section.account{
background-color: var(--section);
}
.account-area{
padding: 110px 0 60px;
}
.account-area .top-account{
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 0 20px;
}
.account-area .top-account h2{
font-size: 22px;
font-weight: 700;
color:var(--j-green);
margin:0;
}
.account-area .top-account .btnLogout{
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color:#fff;
background-color: var(--chicken-red);
transition: all .2s linear;
height:38px;
padding:0 16px;
border-radius: 8px;
}
.account-area .top-account .btnLogout:hover{
background-color: var(--chicken-red-800);
}
.account-area .content-account{
display: flex;
align-items: stretch;
justify-content: space-between;
}
.account-area .content-account .orders{
width:calc(65% - 30px);
}
.account-area .content-account .infos-user{
width:35%;
}
.account-area .content-account h2{
font-size: 18px;
font-weight: 700;
color: var(--chicken-red);
margin-bottom: 16px;
}
.account-area .content-account .orders .list-orders{
border-right:1px solid #ccc;
overflow:auto;
height: 60vh;
padding-right:30px;
}
.account-area .content-account .orders .list-orders a.order-box{
background-color: #f9f9f9;
border:1px solid #ccc;
padding:12px;
border-radius: 10px;
display: flex;
cursor:pointer;
margin-bottom: 12px;
width:100%;
}
.account-area .content-account .orders .list-orders a.order-box .order-box-view{
display: flex;
align-items: center;
justify-content: space-between;
width:100%;
}
.account-area .content-account .orders .list-orders a.order-box .order-box-view p{
font-size: 18px;
font-weight: 600;
color:#131210;
}
.account-area .content-account .orders .list-orders a.order-box .order-box-view .tag-status{
display: flex;
align-items: center;
gap:8px;
justify-content: flex-end;
}
.account-area .content-account .orders .list-orders a.order-box .order-box-view .tag-status .date-order{
color:#131210;
font-size: 18px;
font-weight: 600;
}


@media(max-width:1600px){
.hero .content-hero .text-hero img.logo{
max-width:170px;
}
.hero .content-hero .text-hero h1 {
font-size: 32px;
line-height: 40px;
max-width: 460px;
}
.hero .content-hero .text-hero p {
font-size: 18px;
line-height: 26px;
}
.hero .content-hero .image-reviews img{
max-width: 350px;
}
.hero .content-hero .image-reviews span {
left: 215px;
top: 6px;
font-size: 16px;
line-height: 20px;
}
.hero .content-hero .image-reviews {
position: relative;
margin: 25px 0 30px;
}
.hero .content-hero .image-hero img {
margin-left: -70px;
margin-bottom: -140px;
width: 100%;
max-width: 100%;
margin-top: -50px;
}
section.bg-section .image-and-seta, section.bg-marrom .image-and-seta{
width: 300px;
margin-right: 25px;
}
section.bg-section .image-and-seta h2{
font-size: 34px;
line-height: 40px;
}
section.bg-section .images .chicken, section.bg-marrom .images .chicken{
max-width: 125px;
}
section.bg-section .images .seta, section.bg-marrom .images .seta{
max-width:160px;
}
.bg-section a.buttonOrder, .bg-marrom a.buttonOrder{
font-size: 18px;
padding-right:65px;
}
section.bg-marrom .image-and-seta h2{
font-size: 32px;
line-height: 42px;
}
section.bg-marrom .testimonial{
height:620px;
}
footer.chicken-footer .content-footer .itemRodape h2{
font-size: 20px;
}
footer.chicken-footer .content-footer .itemRodape p{
font-size: 18px;
}
footer.chicken-footer .content-footer .logoRodape{
max-width:200px;
}
section.hero-order .content-hero-order .text-hero .logo-hero img.seta{
max-width: 180px;
}
section.hero-order .content-hero-order .text-hero .logo-hero img.logo{
max-width: 210px;
}
section.categorias h2{
font-size: 18px;
}
.section-products h2{
font-size: 30px;
line-height: 36px;
}
.section-products h2 span{
font-size: 26px;
line-height: 28px;
}
.snap-next-btn{
right:-40px;
}
.snap-prev-btn{
left:-40px;
}
.cart-logo img{
max-width: 250px;
}
.cart-title{
font-size: 28px;
}
.cart-scroll {
max-height: 390px;
overflow-y: auto;
}
.identification .image-identification img{
margin-top:-80px;
}
.identification .content-identification .content-identification-form .content-form .logo-identification{
max-width: 200px;
margin-bottom: 30px;
}
.identification .content-identification .content-identification-form .content-form h2{
font-size: 34px;
line-height: 40px;
margin-bottom: 25px;
}
.identification .content-identification .content-identification-form .content-form h3{
font-size: 22px;
line-height: 26px;
}
.fields-form .field input{
height:50px;
font-size: 16px;
}
.fields-form button.btn-identification{
height:50px;
font-size: 20px;
}
.status-payment{
padding:30px 0;
}
.content-address .text .images{
gap:30px;
}
.content-address .text .images .chicken{
max-width: 120px;
}
.content-address .text .images .seta{
max-width: 160px;
}
.content-address .text h2{
font-size: 36px;
line-height: 44px;
}
.address-view .content-address .map iframe{
height:410px;
}
.contact .content-contact .form h2{
font-size: 32px;
}
.contact .content-contact .form p{
font-size: 20px;
line-height: 26px;
max-width: 500px;
}
.contact .content-contact .form .input-view input{
height:50px;
font-size: 16px;
}
.contact .content-contact .form .input-view textarea{
height:115px;
font-size: 16px;
}
.contact .content-contact .form button.btn-submit-contact{
height:50px;
}
.bodyPage {
min-height: calc(100vh - 222px);
}

}

@media(max-width:992px){
header.chicken-header{
display:none;
}
.bg-section .content-section, .bg-marrom .content-section{
flex-wrap:wrap;
}
footer.chicken-footer .content-footer{
flex-wrap:wrap;
}
footer.chicken-footer .content-footer .logoRodape {
max-width: 140px;
margin: 0 auto 20px;
}
footer.chicken-footer .content-footer{
padding:20px 0;
}
footer.chicken-footer .content-footer .itemRodape{
width: 100%;
margin: 0 0 10px;
}
footer.chicken-footer .copyright span{
font-size: 12px;
width: calc(100% - 38px);
}
footer.chicken-footer .copyright span a{
font-size: 13px;
}
footer.chicken-footer .copyright span.upSite{
width:26px;
height: 26px;
font-size: 12px;
}
.hero .content-hero{
flex-wrap:wrap;
padding-bottom: 40px;
}
.hero .content-hero .image-hero img {
margin-left: auto;
margin-bottom: 0;
width: 300px;
max-width: 100%;
margin-top: -50px;
}
.hero .content-hero .image-hero {
text-align: center;
width: 100%;
}
.hero .content-hero .text-hero {
width: 100%;
}
.hero .content-hero .text-hero img.logo {
max-width: 144px;
margin: -20px auto 20px;
position: relative;
left: 50%;
transform: translatex(-50%);
}
.hero .content-hero .text-hero h1 {
font-size: 24px;
line-height: 32px;
max-width: 100%;
text-align: center;
}
.hero .content-hero .text-hero p {
font-size: 16px;
line-height: 24px;
text-align: center;
}
.hero .content-hero .image-reviews {
position: relative;
margin: 25px 0 30px;
text-align: center;
}
.hero .content-hero .image-reviews img {
max-width: 320px;
}
.hero .content-hero .image-reviews span {
left: 210px;
top: 6px;
font-size: 15px;
line-height: 18px;
}
a.buttonOrder{
width: 320px;
height: 50px;
font-size: 18px;
padding-right: 58px;
margin:0 auto;
}
section.bg-section {
background-color: var(--section);
padding-top: 50px;
padding-bottom: 60px;
}
section.bg-section .image-and-seta, section.bg-marrom .image-and-seta {
width: 340px;
max-width: 100%;
margin: 0 auto 30px;
}
section.bg-section .image-and-seta .images, section.bg-marrom .image-and-seta .images {
display: flex;
align-items: center;
gap: 24px;
margin-bottom: 25px;
justify-content: center;
}
section.bg-section .images .chicken, section.bg-marrom .images .chicken {
max-width: 100px;
}
section.bg-section .images .seta, section.bg-marrom .images .seta {
max-width: 140px;
rotate: 35deg;
}
section.bg-section .image-and-seta h2 {
font-size: 28px;
line-height: 35px;
text-align: center;
}
section.bg-section .difference {
background-color: #fff;
border-radius: 20px;
width: 330px;
height: auto;
padding: 0 24px 35px;
margin: 35px auto 0;
}
section.bg-marrom .image-and-seta h2 {
font-size: 28px;
line-height: 35px;
text-align: center;
}
section.bg-marrom{
padding:50px 0 60px;
}
section.bg-marrom .testimonial {
width: 330px;
height: auto;
padding: 30px 24px 30px;
margin: 0 auto 0;
}
section.hero-order{
overflow: hidden;
}
section.hero-order .content-hero-order .text-hero {
width: 100%;
position: relative;
z-index: 5;
padding: 30px 0 40px;
}
section.hero-order .content-hero-order .image-hero {
width: 100%;
padding: 0;
position: absolute;
top: 0;
right: -144px;
opacity: 0.3;
}
section.hero-order .content-hero-order .text-hero .logo-hero {
margin-top: 0;
justify-content: center;
margin-bottom: 25px;
}
section.hero-order .content-hero-order .text-hero .logo-hero img.logo {
max-width: 140px;
}
section.hero-order .content-hero-order .text-hero .logo-hero img.seta {
max-width: 134px;
}
section.hero-order .content-hero-order .text-hero h1 {
font-size: 28px;
line-height: 28px;
text-align: center;
}
section.hero-order .content-hero-order .text-hero h2 {
font-size: 18px;
line-height: 22px;
width: 100%;
margin: 0 auto;
text-align: center;
max-width: 320px;
}
.products .item-flickity {
width: calc(100% - 80px);
padding: 8px;
}
.products.justify-content-center{
justify-content: flex-start !important;
}
.list-products{
width: calc(100% + 30px);
margin-left: -15px;
padding-left: 15px;
}
.section-products h2 {
font-size: 24px;
line-height: 32px;
}
.section-products h2 span {
font-size: 22px;
line-height: 22px;
}
.products {
padding: 20px 0;
}
.section-products{
padding:30px 0 25px;
}
section.categorias h2, section.categorias .list-categorias a.cat-link .image-cat{
display: none;
}
section.categorias .list-categorias a.cat-link{
width:auto;
padding:18px 15px;
}
section.categorias{
padding:0;
overflow: auto;
width:100%;
}
section.categorias .container{
padding:0;
}
section.categorias .list-categorias a.cat-link h3 {
font-size: 16px;
line-height: 20px;
margin: 0;
}
section.categorias .list-categorias a.cat-link h3 span{
font-weight: 400;
font-size: 15px;
}
section.categorias .list-categorias {
display: flex;
justify-content: space-between;
width: 1260px;
}
.cart-bar{
display:none;
}
section.categorias.sticky .list-categorias a.cat-link h3 span{
display:inline-block;
}
section.categorias.sticky .list-categorias a.cat-link {
width: auto;
padding: 18px 15px;
}
section.categorias.sticky{
top:0;
position:fixed;
}
.bodyPage{
overflow: hidden;
}
.fixedBottom{
position: fixed;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 20;
width: 100vw;
height: 56px;
display: flex;
justify-content: space-around;
-moz-box-align: center;
align-items: center;
background: var(--j-green);
}
.fixedBottom .content-fixed{
display: flex;
align-items: center;
justify-content: space-between;
height: 100%;
}
.fixedBottom .content-fixed a{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 25%;
color: #ffffff;
font-size: 14px;
font-weight: 500;
line-height: 150%;
text-align: center;
}
.fixedBottom .content-fixed a svg{
height: 18px;
width: auto;
}
.fixedBottom .content-fixed a svg, .fixedBottom .content-fixed a svg path {
fill: #ffffff;
}
.fixedBottom .content-fixed a.active {
color: var(--chicken-red);
}
.fixedBottom .content-fixed a.active svg, .fixedBottom .content-fixed a.active svg path{
fill:var(--chicken-red);
}
#content-page.visible{
padding-bottom:56px;
}
.miniCart {
position: fixed;
left: 50%;
z-index: 10;
bottom: 0px;
transform: translateX(-50%);
width: 100%;
height: 50px;
margin: 0px auto;
max-width: 800px;
padding: 0px 1rem;
display: flex;
flex-direction: column;
background-color: #fff;
transition:all .2s linear;
}
.miniCart.active{
bottom:56px;
}
.miniCart .cart-info {
width: 100%;
min-height: 50px;
display: flex;
opacity: 1;
visibility: visible;
-moz-box-align: center;
align-items: center;
-moz-box-pack: justify;
justify-content: space-between;
cursor: pointer;
}
.miniCart .cart-info > .items {
width: 33%;
height: 20px;
display: flex;
-moz-box-align: center;
align-items: center;
}
.miniCart .cart-info > .items svg{
fill:rgba(0, 8, 38, 0.8);
width: 24px;
height: 24px;
}
.miniCart .cart-info > .items .number {
width: 20px;
height: 20px;
border-radius: 50%;
margin-left: 0.5rem;
display: flex;
-moz-box-align: center;
align-items: center;
-moz-box-pack: center;
justify-content: center;
font-weight: bold;
line-height: 16px;
font-size: 14px;
background: var(--j-green);
color: #fff;
}
.miniCart .cart-info .description {
width: 33%;
font-size: 16px;
font-weight: 600;
text-align: center;
color: rgba(0, 8, 38, 0.8);
margin: 0;
}
.miniCart .cart-info .price {
width: 33%;
font-size: 18px;
font-weight: bold;
text-align: right;
color: rgba(0, 8, 38, 0.8);
}
.cart-modal-inner {
width: 96%;
border-radius: 10px;
padding: 24px 10px;
}
.cart-close {
top: 12px;
right: 12px;
width: 28px;
height: 28px;
font-size: 18px;
}
.cart-title {
font-size: 22px;
margin: -10px 0 15px;
}
.cart-item-image img {
width: 70px;
height: 70px;
}
.cart-item-name{
font-size: 16px;
margin: 0 0 5px;
}
.cart-item-selections li{
font-size: 13px;
}
.cart-left, .cart-right{
width:100%;
}
.cart-left{
margin-bottom: 30px;
}
.cart-content{
flex-wrap:wrap;
}
.cart-logo{
display:none;
}
.price-qtd{
display: flex;
align-items: center;
padding-top:5px;
}
.cart-item-price {
font-size: 20px;
color: #4B4B4B;
margin: 0 15px 0 0;
}
.qty-btn {
width: 28px;
height: 32px;
font-size: 15px;
}
.cart-item-quantity input{
font-size: 16px;
}
.cart-item-quantity{
width:92px;
}
.cart-buy, .cart-total{
height:44px;
font-size: 20px;
}
.identification .image-identification{
display:none;
}
.identification .content-identification .content-identification-form{
width:100%;
padding:0 20px 60px;
}
.identification .content-identification .content-identification-form .content-form .logo-identification {
max-width: 140px;
margin-bottom: 22px;
}
.identification .content-identification .content-identification-form .content-form h2 {
font-size: 24px;
line-height: 30px;
margin-bottom: 15px;
}
.identification .content-identification .content-identification-form .content-form h3 {
font-size: 18px;
line-height: 24px;
}
.content-head-checkout .logo-checkout{
max-width: 100px;
}
.content-head-checkout .security-logo{
max-width: 110px;
}
.checkout-header{
padding:8px 0;
}
.checkout-body .payment-methods h2{
font-size: 22px;
line-height: 26px;
margin-bottom: 20px;
}
.status-payment h2{
font-size: 22px;
}
.status-payment .image img{
max-width: 110px;
}
.status-payment .image{
height:200px;
}
.status-order h2 {
font-size: 22px;
line-height: 24px;
}
.status-order h3 {
font-weight: 700;
font-size: 22px;
line-height: 24px;
}
.status-order p {
font-size: 16px;
line-height: 22px;
max-width: 340px;
margin: 0 auto 40px;
}
.status-order .status-steps .step-order .step-image img{
max-width: 60px;
}
.status-order .status-steps .step-order p {
color: #555;
font-size: 15px;
line-height: 18px;
font-weight: 400;
text-align: center;
max-width: 100px;
margin: 0 auto;
}
.status-order .status-steps .step-order::before {
content: "";
width: 50%;
border-top: 2px dashed #a2a2a2;
position: absolute;
top: 54px;
left: 75%;
}
.pickup-image img {
display: block;
width: 110px;
height: 80px;
object-fit: cover;
}
.pickup-container .pickup-info h2 {
font-size: 18px;
line-height: 22px;
}
.pickup-container .pickup-info h3 {
font-weight: 700;
font-size: 16px;
line-height: 22px;
}
.pickup-container{
gap:10px;
}
.address-view {
background-color: var(--section);
padding: 50px 0;
}
.address-view .content-address{
flex-wrap:wrap;
}
.address-view .content-address .text {
width: 100%;
margin-bottom: 25px;
}
.address-view .content-address .map{
width:100%;
}
.address-view .content-address .map iframe {
height: 280px;
}
.content-address .text .images {
gap: 30px;
justify-content: center;
display:none;
}
.content-address .text .images .chicken {
max-width: 100px;
}
.content-address .text .images .seta {
max-width: 130px;
transform: rotate(28deg);
margin-top: 50px;
}
.content-address .text h2 {
font-size: 26px;
line-height: 32px;
text-align: center;
}
.content-address .text h3 {
font-size: 20px;
font-weight: 500;
color: #4B4B4B;
margin: 0 0 25px;
text-align: center;
}
.contact .content-contact {
flex-wrap: wrap;
flex-direction: column-reverse;
}
.contact .content-contact .image{
width:100%;
}
.contact .content-contact .form {
width: 100%;
margin: 0 0 30px;
}
.contact .content-contact .form h2{
font-size: 26px;
}
.contact .content-contact .form p {
font-size: 18px;
line-height: 24px;
}
.account-area {
padding: 30px 0 60px;
}
.account-area .top-account h2{
font-size: 18px;
}
.account-area .content-account {
flex-wrap: wrap;
flex-direction: column-reverse;
}
.account-area .content-account .orders {
width: 100%;
}
.account-area .content-account .infos-user {
width: 100%;
margin-bottom: 30px;
}
.account-area .content-account .orders .list-orders {
border-right: 0;
overflow: auto;
height: auto;
padding-right: 0;
}
.fields-form button.btn-identification {
height: 48px;
font-size: 18px;
}
.account-area .content-account .orders .list-orders a.order-box .order-box-view p, .account-area .content-account .orders .list-orders a.order-box .order-box-view .tag-status .date-order{
font-size: 15px;
}
.text-base{
font-size: 14px !important;
}

}