*,
*::before,
*::after {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #4CAF50 #fff;
}

html,
body,
header,
main,
footer,
div,
menu,
nav,
ul,
li,
h1,
h2,
h3,
em,
p,
strong,
address,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit;
}

menu,
ul,
li {
  list-style: none;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  text-align: center;
  line-height: 1.5;
  font-family: sans;
  background: linear-gradient(to bottom, #4CAF50, #3E8E41);
  color: #333;
  height: 100%;
}


#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
  color: #fff;
}

.logo {
  cursor: pointer;
  width: 125px;
  height: 125px;
  display: block;
  border-radius: 50%;
  margin: 34px auto;
  margin-bottom: 55px;
}

footer {
  background: linear-gradient(to bottom, #4CAF50, #3E8E41);
  padding-bottom: 34px;
  color: #fff;
}

footer a {
  display: block;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: auto;
  font-size: 13px;
}

footer p {
  margin-bottom: 0;
}

footer em {
  font-style: normal;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

address {
  font-style: italic;
  padding-bottom: 21px;
  padding-top: 34px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}

nav {
  background: #fff;
  height: 55px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

menu {
  background: #EDE6DB;
  margin-top: -25px;
  border-radius: 13px;
  display: inline-block;
  padding-left: 34px;
  padding-right: 34px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 100;
}

menu li {
  display: inline-block;
  padding: 8px;
  margin: 13px;
  color: #584629;
  font-size: 19px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-underline-offset: 5px;
}

article {
  background: #fff;
  padding: 34px;
  text-align: left;
}

article img {
  width: 100%;
  height: 477px;
  object-fit: cover;
  object-position: bottom;
  margin-top: 13px;
  margin-bottom: 13px;
  border-radius: 13px;
}

p {
  margin-bottom: 15px;
  padding: 5px;
}

article p {
  padding-left: 0;
}

#basket {
  background: #a9b2ab;
  color: #fff;
  padding: 21px;
  padding-bottom: 55px;
  margin-top: -20px;
  width: 100%;
  overflow: hidden;
  transition: height 0.8s ease-in-out;
}

#basket h2,
#basket strong {
  margin-bottom: 5px;
  display: block;
}

#basket ul li img {
  width: 88px;
  height: 88px;
  margin-top: 15px;
  margin-right: 35px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#basket ul li button,
.bskbtn,
.btnDelete {
  display: inline-block;
  background-color: #ffa91e;
  padding: 0 !important;
  margin: 0 !important;
  margin-inline: 13px !important;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  border: none;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#basket ul li img.btnDelete {
  position: relative;
  top: -42px;
  right: -21px;
}

.bskbtn,
.btnDelete {
  border: 3px solid #ffa91e;
}

.btnAddToBasket {
  margin: 5px;
}

.prd .btnAddToBasket {
  margin-top: 13px;
}

button {
  cursor: pointer;
  background-color: #4CAF50;
  color: #fff;
  padding: 13px;
  padding-right: 21px;
  padding-left: 21px;
  border-radius: 13px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#btnShowBasket {
  margin-top: 13px;
  margin-bottom: 21px;
}

#btnShowBasket,
#btnEmptyBasket {
  margin: 13px;
  margin-bottom: 21px;
  background: #fff;
  color: #3E8E41;
}

#basket p {
  margin-bottom: 3px;
  color: #222;
}

#pTotal {
  margin: 34px auto;
  display: block;
}

#total {
  display: block;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding-bottom: 34px;
  font-weight: bold;
}

main {
  background: #fff;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 55px;
}

h2 {
  font-weight: bolder;
  font-size: 17px;
}

h3 {
  font-weight: bold;
  font-style: italic;
  font-size: 19px;
  padding: 13px;
  padding-bottom: 21px;
  color: #584629;
}

article,
h3 {
  border-bottom: 19px solid #EDE6DB;
}

#products {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  padding: 34px;
  padding-top: 55px;
}

#products:has(> li:nth-child(1):nth-last-child(1)) {
  grid-template-columns: 1fr;
}

#products h2,
#products img {
  cursor: pointer;
}

#products strong,
.prd strong {
  color: #4CAF50;
  font-weight: bold;
  display: block;
  margin: 5px;
  padding-bottom: 2px;
}

strong em {
  font-size: 13px;
  font-weight: normal;
}

#products img {
  width: 444px;
  max-width: 95%;
  margin: 13px;
  border-radius: 21px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.prd {
  text-align: center;
  padding-top: 8px;
}

.prd li {
  padding-bottom: 13px;
}

.prd img {
  width: 55%;
  object-fit: cover;
  object-position: center;
  height: 444px;
}

.bigImg {
  height: 444px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.bigImg img {
  width: 100%;
  height: 444px;
  object-fit: cover;
  object-position: center;
}

footer .bigImg img {
  object-position: top;
}

.bigImg div {
  position: relative;
  top: -233px;
  background: #EDE6DB;
  color: #584629;
  margin: auto;
  width: fit-content;
  height: 123px;
  text-align: center;
  border-radius: 13px;
  padding: 21px;
}

.bigImg button {
  position: relative;
  top: 8px;
  margin: 0 auto;
  background-color: #4CAF50;
  font-size: 16px;
}

.bigImg em {
  font-size: 21px;
  line-height: 1.66;
  display: block;
}

article address {
  color: #333;
  padding-top: 13px;
  margin-bottom: -13px;
}

article a {
  color: #3E8E41;
  margin-bottom: 5px;
  display: block;
}

.social {
  display: inline-flex;
  justify-content: center;
  gap: 13px;
}

#basketInfo {
  position: fixed;
  top: 55px;
  right: 8px;
  width: 55px;
  height: 70px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 13px;
  padding: 8px;
  padding-top: 0;
  cursor: pointer;
  visibility: hidden;
  transition: visibility 0.5s ease-in-out;
}

#basketInfo img {
  width: 34px;
  height: 34px;
  margin-top: -21px;
}

#basketInfo div {
  color: #fff;
  background: #ffa91e;
  font-weight: bold;
  border-radius: 50%;
  font-size: 13px;
  position: relative;
  top: -10px;
  right: -27px;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}

#basketInfo em {
  font-size: 9px;
  font-weight: bold;
  color: #ffa91e;
  display: block;
  margin-top: 1px;
}

li button img {
  width: 18px !important;
  height: 18px !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  margin: 0 !important;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.list {
  margin: 21px;
  margin-top: -13px;
  margin-bottom: 13px;
}

.list li {
  list-style-type: square;
}

.contact {
  display: grid;
  grid-template-columns: 44px 1fr 1fr;
  gap: 1px
}

.contact a {
  margin-top: 13px;
}

.contact img {
  width: 34px;
  height: 34px;
  margin-bottom: 0;
}

#no_wa {
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
}

#no_wa a {
  color: #3E8E41;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 768px) {
  .bigImg div {
    width: 89%;
  }

  .bigImg button {
    top: 8px;
  }

  footer .bigImg button {
    top: 21px;
  }

  .bigImg em {
    font-size: 15px;
    margin-bottom: 3px;
  }

  #products {
    grid-template-columns: 1fr;
    padding: 34px;
  }

  #products img {
    margin-top: 34px;
    width: 80%;
  }

  .prd {
    margin-top: -8px;
    padding-top: 0;
    display: inline-block;
  }

  .prd img {
    width: 95%;
    height: 333px;
  }

  nav {
    height: auto;
  }

  menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  menu li {
    display: block;
    margin: 5px 0;
    padding: 5px;
    font-size: 17px;
  }

  menu li img {
    vertical-align: bottom;
    padding: 8px;
    width: 42px;
    height: 42px;
  }

  menu li.close {
    display: none;
  }

  main h3 {
    margin-top: -5px;
    display: inline-block;
  }

  .btnAddToBasket {
    margin: 5px;
  }

  .prd .btnAddToBasket {
    margin: 13px;
  }
}