
.star-rating{
  display: none !important;
}

.item-card-added{
  width: fit-content;
  background-color: var(--primary-gray-200);
  padding: 8px;
  display: flex;
  justify-content: space-between;
}
.woocommerce-loop-product__title{
  font-size: 26px !important;
  line-height: 110% !important;
  font-weight: 400 !important;
  color: var(--grayscale-gray-800) !important;
  margin-bottom: .5rem !important;
}
.product{
  padding: 16px !important;
  background-color: var(--grayscale-gray-0) !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.dcms-item-description{
  font-size: 16px !important;
  line-height: 140% !important;
  font-weight: 400 !important;
  color: var(--grayscale-gray-800) !important;
  margin-bottom: 1rem !important;
}
.dcms-item-price{
  font-size: 18px !important;
  line-height: 140% !important;
  font-weight: 400 !important;
  color: var(--grayscale-gray-800) !important;
}
.woocommerce-checkout-review-order-table {
  display: none;
}
.add_to_cart_button{
  display: none !important;
}
.input-text{
  border: 1px solid var(--grayscale-gray-300);
  padding: 16px;
}
.woocommerce-billing-fields h3{
  display: none !important;
}
#customer_details .col-1{
  width: 100% !important;
  float: none !important;
}
.separator{
  margin: 1em 0;
  background-color: var(--grayscale-gray-300);
  height: 1px;
  width: 100%;
}
#place_order{
  background-color: var(--primary-gray-500) !important;
  color: var(--secondary-gray-100) !important;
  padding: 26px 40px !important;
  border-radius: 49px !important;
  border: none !important;
  width: 100% !important;
  float: none !important;
  font-size: 22px !important;
  line-height: 140% !important;
  font-weight: 400 !important;
  color: var(--secondary-gray-200) !important;
}
#place_order:hover{
  background-color: var(--primary-gray-600) !important;
  
}
.thank-you{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  padding: 0 1em;
  margin: 2em auto;
  box-shadow: .25rem .125rem .25rem rgba(0, 0, 0, .075) !important;
}
@media (max-width: 768px) {
  .thank-you{
    width: 100%;
  }
}


#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  /* top: 25px;
  left: 25px; */
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 28px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 100vw;
  height: 100vh;
  box-shadow: 0 0 10px #85888C;
  margin: -30px 0 0 -50px;
  padding-left: 50px;
  padding-top: 90px;
  background-color: var(--secondary-gray-600);
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-120%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

/* Estilos para el popup */
.popup {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.popup-shop {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  
  /* 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); */
}

.popup-content {
  background-color: var(--secondary-gray-100);
  margin: 4% 0 0 auto;
  padding: 20px;
  width: 530px;
  height: auto;
  
}
.popup-shop-content{
  padding: 20px;
  width: 100%;
  margin-top: 3.5em;
}
@media (max-width: 768px) {
  .popup-content{
    width: 100%;
    height: 100%;
  }
  .popup-shop-content{
    margin: 0;
  }
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.text-error{
  color: #FFA6A6;
}
.image-container {
  width: 100%;
  height: 554px; 
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
@media (max-width: 991px) {
  .image-container {
    height: 328px; 
    }
}
.image-gallery{
  width: 100%;
  height: 128px;
  overflow: hidden;

  margin-bottom: .5em;
}
.image-gallery img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.gallery-container{
  flex-direction: column;
}
@media (max-width: 991px) {
  .gallery-container{
    flex-direction: row;
  }
  .image-gallery {
    margin-top: .5em;
    margin-right: .5em;
  }

}

.home {
  height: 100vh;
  position: relative;
}
video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content {
  position: relative;
  padding-top: 150px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  height: 100%;
}
.home-content-h1 {
  font-size: clamp(52px, 7vw, 104px) !important;
  margin: 0 auto;
  max-width: 60%;
}
.post-content{
  padding-top: 6em;
}
.post{
  height: 86vh;
  position: relative;
}
.post-content-h1 {
  font-size: clamp(45px, 7vw, 104px) !important;
  margin: 0 1em;
}

.home p {
  font-size: clamp(20px, 1.5vw, 22px) !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 715px;
  margin-top: 0px;

}

.home-content-button {
  display: block;
  font-size: clamp(18px, 1.5vw, 18px) !important;

  margin: 0px auto 0;
  cursor: pointer;
}
*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) OR (max-height: 690px){
  .home-content{
    padding-top: 5em;
  }
  .home p {
    width: 92%;
  }
  .home-content-h1{
    margin: 0 auto;
  }

}

#page-content {
  opacity: 0;
  transform: translate3d(0, -1rem, 0);
  transition: opacity .6s ease-in-out, transform .6s ease-in-out;
}
#page-content.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.loader-container {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: #FFFBF7;
  display: grid;
  place-content: center;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}
.loader-container.hidden {
  opacity: 0;
  visibility: hidden;
}
.hover-footer:hover{
  color: #fff;
  text-decoration: underline !important;
}
a:hover{
  color: inherit;
}
.nav-link:hover{
  text-decoration-color: transparent !important;
}

@media (max-width: 991px)
{
  .post-content-h1 {
    margin: 0 1em;
  }
}
.title-home, .sub-title-home{
  margin-bottom: 3rem;
}
@media (max-height: 734px){
  .title-home, .sub-title-home{
    margin-bottom: 1rem;
  }
}