.main-nav-container.fixed-pinned .navbar-brand img,.navbar-brand img {
  max-height: 4rem
}
body.index .store-header {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
}
.h-full .text-center{
  width:50% ;
}
.h-full h1{
  line-height: 3.5rem;
}
section.h-\[85vh\].relative{
  height: 90vh;
}
section:nth-child( 2 of .h-\[85vh\].relative) ,
section:nth-child( 3 of .h-\[85vh\].relative){
  height: 55vh;
}
section.h-full a {
  margin:auto;
}
.category ul.flex.justify-between.items-center.flex-wrap {
  justify-content: space-evenly
}
.special-products h1 {
  color: #fff;
  margin-top: 2rem;
  font-size: 24px;
  z-index: 3;
  text-align: center;
  line-height: 50px
}

.special-products .overlay {
  row-gap: 2rem
}
.second-banner h1 {
  font-size: 29px!important;
  color: #fff
}

.second-banner .absolute {
  width: 100%;
  left: 0;
  top: 70%;
  background-color:#00000033;
  padding:1.5rem;
  border-bottom-right-radius:20px;
  border-bottom-left-radius:20px;
}

.second-banner button {
  border-color: #817f46;
  background-color:#817f46;
}
.second-banner a {
  color: #fff
}
.p-6 {
    padding: 1.5rem;
    background-color: #f6f2e6;
}
footer .relative {
  background-color:#f4f4eb !important;
   width:100%;
}


footer .relative h3 , footer .relative p {
  color:#817f46 !important
}

footer button{
  background-color:#817f46  !important;
  color:#ffffff !important;
}

footer button:hover{
  background-color:#b47853 !important;
  color:#ffffff !important;
}

@media(max-width: 768px) {
.h-full .text-center{
  width:90%;
  margin-bottom: 50%;
}
.last-banner .w-full.h-full {
  height: 22vh !important;
}
section.h-\[85vh\].relative {
  height: 65vh !important;
}
.h-full h1{
  line-height: 2rem;
}
.h-full .absolute{
  justify-content:center;
}

.last-banner h1 {
  font-size:16px!important;
  line-height: 32.34px
}
.main-banner-0 .head_img{
  height: 27vh;
}
.second-banner .absolute {
  top: 70%
}

.second-banner h1 {
  font-size: 14px!important;
  line-height: 30px
}
section:nth-child( 1 of .h-\[85vh\]) a[type="button"]{
    visibility:hidden;
  }
}

.s-quick-buy-apple-pay {
  display: none
}
@media(min-width:768px) and (max-width:992px){
section:nth-child( 1 of .h-\[85vh\]) img.hidden,
section:nth-child( 3 of .h-\[85vh\]) img.hidden{
  display:none;
}
section:nth-child( 1 of .h-\[85vh\]) img.md\:hidden,
section:nth-child( 3 of .h-\[85vh\]) img.md\:hidden{
  display:block;
}
.h-full .text-center{
  width:100%;
  margin-bottom: 20%;
}
section:nth-child( 1 of .h-\[85vh\]) a[type="button"]{
    visibility:hidden;
}
}