*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  
}

html{
  font-family: Arial, Helvetica, sans-serif;
  height: 100vh;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Sans-serif;
    background-color: rgb(252, 246, 239);
    height: 100%;
    overflow: hidden;
  
}
::-webkit-scrollbar{
  width: 12px;

}
::-webkit-scrollbar-thumb{
  background-color: #3d6d40;
  border-radius: 7px;
}


/* Product Page */

.productPage {
    width: 100%;

    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 10vh;
    
}

.productPage__header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #000;
}

.productPage__logo img {
    width: auto;
    height: 40px;

}

.productPage__content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 80px);
    overflow: hidden;
}

.productPage__contentTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(252, 246, 239);
   
    width: 50%;
    padding: 5%;
    flex-wrap: wrap;
    position: relative;
}

.productPage__title,
.productPage__title--mobile {
    font-weight: 600;
    font-size: 40px;
}

.productPage__featuredImage {
    width: 100%;

    
}

.productPage__featuredImage img {
    max-width: 600px;
   margin-left: 80px;
  
}

.productPage__contentBottom {
    padding: 5%; 
color: #000000;
text-shadow: 1px 3px 12px rgba(255,255,255,0.56);
}

.productPage__subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.productPage__price {
    font-weight: 600;
   display: flex;
   justify-content:center ;
   align-items: center;
    font-size: 22px;
    margin-top: 10px ;
}

.productPage__actionButtons {
    position: absolute;
    bottom: 5%;
    right: 2%;
}

.productPage__goBack,
.productPage__addToCart,
.productPage__addToWishlist,
.productPage__menu {
    cursor: pointer;
}

.productPage__addToCart {
    font-size: 30px;
}

.productPage__addToWishlist img {
    box-sizing: content-box;
    width: 26px;
    height: 26px;
    padding: 10px;
}

.productPage__addToWishlist {
    border: 1px solid #000;
    margin-left: -35px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding-top: 4px;
    padding-left: 4px;
    background-color: rgb(252, 246, 239);
    position: relative;
    z-index: 2;
}

.productPage__addToCart img {
    width: 30px;
    height: 30px;
    padding: 10px;
    box-sizing: content-box;
}

.productPage__addToCart {
    border: 1px solid #000;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding-top: 3px;
    background: #000;
    position: relative;
    z-index: 2;
}

.productPage__actionButtons:before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: -10px;
    z-index: 1;
}

.productPage__title--mobile {
    display: none;
}


/* View Change */

.landingPage {
    opacity: 1;
    transform: scale(1);
    transition: opacity 600ms 300ms ease, transform 300ms 600ms ease;
}

.landingPage.hidden {
    opacity: 0;
    transform: scale(.9);
    transition: opacity 600ms 300ms ease, transform 300ms  ease;
    z-index: 1;
}

.productPage {
    opacity: 0;
    transform: scale(.9);
    
    z-index: -1;
    position: relative;
    transition: opacity 600ms 300ms ease, transform 300ms  ease;
}

.productPage.visible {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    transition: opacity 600ms 300ms ease, transform 300ms 600ms ease;
}

.next.slick-arrow {
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 30px;
    width: 44px;
}

.prev.slick-arrow {
    position: absolute;
    left: 0;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 30px;
    width: 44px;
}



.ingredients {

    justify-content: flex-start;
    
    align-items: center;
    transition: 0.8s ease-in;
    transform-origin: 100% 50%;
    transform: rotate(0);
  
  }
  
  .ingredients_item {
    position: relative;
    transition: 0.8s ease-in;
    margin: 0 2vw;
    z-index: 2;
  }
  
  .ingredients_item img {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    object-fit: cover;
    box-shadow: 5px 17px 16px 0 rgba(0, 0, 0, 0.1);
    transition: 0.8s ease-in;
    z-index: 2;
  }
  
  .ingredients_item figcaption {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    transition: 0.8s ease-in;
  }

  div.linha-button4 {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
  }

  .btn-4 {
    scale: 0.5;
    --width: 35rem;
    --height: 84px;
    --tooltip-height: 40px;
    --tooltip-width: 110px;
    --gap-between-tooltip-to-button: 18px;
    --button-color:  #7a3030;
    --tooltip-color: #fff;
    width: var(--width);
    height: var(--height);
    background: var(--button-color);
    text-align: center;
    border-radius: 32px;
    font-family: inherit;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
    overflow: hidden;
    border:  #7a3030 2px solid;
  }
  
  .btn-4::before {
    position: absolute;
    content: attr(data-tooltip);
    width: 110px;
    height: 40px;
    background-color: var(--tooltip-color);
    font-size: 16px;
    color: #111;
    border-radius: 6px;
    line-height: var(--tooltip-height);
    bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) + 10px);
    left: calc(50% - var(--tooltip-width) / 2);
  }
  
  .btn-4::after,
  .btn-4::before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  
  .btn-4 .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }
  
  .btn-4 .button-wrapper,
  .btn-4 .text,
  .btn-4 .icon {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    margin-top: -18px;
  }
  
  .btn-4 .text {
    top: 0;
  }
  
  .btn-4 .text,
  .btn-4 .icon {
    transition: top 0.5s;
  }
  
  .btn-4 .icon {
    color: #fff;
    top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .btn-4 .icon svg {
    width: 35px;
    height: 35px;
    color: #fff;
  }
  
  .btn-4:hover {
    background: #ffffff;
  }
  
  .btn-4:hover .text {
    top: -100%;
  }
  
  .btn-4:hover .icon {
    top: 0;
  }
  
  .btn-4:hover:before,
  .btn-4:hover:after {
    opacity: 1;
    visibility: visible;
  }
  
  .btn-4:hover:after {
    bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 20px);
  }
  
  .btn-4:hover:before {
    bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
  }
  @media screen and (max-width: 1700px){
    .productPage__featuredImage img {
      max-width: 400px;
      margin-left: 60px;
    }
    .productPage__contentBottom{
      padding: 0%;
height: 500px;
overflow: auto;
font-size: 15px;
    }
    .productPage__contentBottom::-webkit-scrollbar{
      width: 12px;
    
    }
    .productPage__contentBottom::-webkit-scrollbar-thumb{
      background-color: #6d3d3d;
      border-radius: 7px;
    }
    .ingredients {
      margin-top: 30px;
    }
    .ingredients_item{
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    .ingredients_item img {
      width: 60px;
      height: 60px;
    }
    .productPage__title{
      font-size: 30px;
    }
    .productPage__subtitle{
      font-size: 20px;
    }
    .productPage__desciption{
      text-align: center;
      font-size: 15px;
      padding: 15px;
  }
  .productPage__price{
      font-size: 30px;
  }
  }
  @media screen and (max-height: 720px){
    .productPage__featuredImage img {
      max-width: 400px;
      margin-left: 60px;
    }
    .productPage__contentBottom{
      padding: 0%;
height: 500px;
overflow: auto;
font-size: 15px;
    }
    .productPage__contentBottom::-webkit-scrollbar{
      width: 12px;
    
    }
    .productPage__contentBottom::-webkit-scrollbar-thumb{
      background-color: #6d3d3d;
      border-radius: 7px;
    }
    .ingredients {
      margin-top: 30px;
    }
    .ingredients_item{
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    .ingredients_item img {
      width: 60px;
      height: 60px;
    }
    .productPage__title{
      font-size: 30px;
    }
    .productPage__subtitle{
      font-size: 20px;
    }
    .productPage__desciption{
      text-align: center;
      font-size: 15px;
      padding: 15px;
  }
  .productPage__price{
      font-size: 30px;
  }
  .productPage__content{
    margin-top: 80px;
  }
  }

 

  @media screen and (max-width: 768px){
    body{
        position: absolute;
        background-color: transparent;
        height: 100%;
    
    }
    .productPage__contentTop {
        width: 100%;
        text-align: center;
        display: flex;
        height: 80vh;
    }
    
    .productPage__content {
        flex-wrap: wrap;
        align-items: flex-start;
        overflow-y: auto;
    }

    .productPage__featuredImage {
        width: auto;
    }

    .productPage__desciption{
        text-align: center;
    }
    .productPage__price{
        font-size: 25px;
    }


    
    .productPage__title--mobile {
       display: flex;
       width: 100%;
       justify-content: center;

    }

    .ingredients {
      display: flex;
      align-items: center;
      flex-direction: row;
    }
    .productPage__featuredImage img {
      max-width: 350px;
      margin-left: 50px;
    }
      
}




