:root{  
    --color-red: #eb0029; /*Color default Intiwallpa*/
    --color-green:#00c700;
    --color-orange: #fd7e14; 
    --color-purple: #712cf9;   
}
/********* ANIMATION COUNTCART **************/
@keyframes heartBeat {
  0% {transform: scale(1);}
  14% {background-color: var(--bs-danger); transform: scale(1.3)}
  28% {transform: scale(1)}
  42% {background-color: var(--bs-danger);transform: scale(1.3)}
  70% {transform: scale(1)}  
}
.animate__heartBeat {animation: heartBeat 1s ease-in-out .5s both;}
/**************** ANIMATION FLY TO CART******************************/
@keyframes fly_to_cart {
  0% {left: -10px;top: 0;}
  45%, 50% {left: var(--left);top: 60px;}
  80%, 90% {left: var(--left) ;top: calc(var(--top) + 5vw); transform: scale(.1);}
  100% {left: calc(var(--left) + 10px);top: var(--top);transform: scale(0);}
}
.flying-img {
  position: absolute;
  animation: fly_to_cart 1s ease-in-out;
}
/*************** ANIMATION LOADER *********************/
@keyframes rotateLetters {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.loader-wrapper {z-index: 10; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.7) 100%), url(./images/topacu.avif) center / 390px 618px repeat, rgb(122 2 2); 
   background-blend-mode: multiply; /* o darken, overlay, etc */}
.logo-loader {width: 135px;height: 135px;}
.logo-loader img{margin-left: -12px;}
.rotating-letters {width: 120px;height: 120px;}
.rotating-letters img{ 
  transform-origin: 50% 50% 0;
  animation: rotateLetters 6s linear infinite;
}
/************ CUSTOM BUTTOMS ********************/
.btn-green {color: #fff;background-color: #00c700;border-color: #00c700;}
.btn-green:hover {color: #fff;background-color: #00b300; border-color: #009f00;}
.btn-purple {color: #fff;background-color: #6610f2;border-color: #6610f2;}
.btn-purple:hover {color: #fff;background-color: #5808d6; border-color: #4b06b2;}
.btn-orange {color: #fff;background-color: #fd7e14;border-color: #fd7e14;}
.btn-orange:hover {color: #fff;background-color: #e6680e; border-color: #d95c0a;}
/**************** CUSTOM COLORS *********************/
.text-green{color: var(--color-green);}
.text-purple{color: var(--color-purple);}
/****************************************************/
.nav-underline .nav-link:hover:not(.active),
.nav-underline .nav-link:not(.active){
  border-bottom-color: transparent !important;
} 
.menu-mobile{
   width:240px !important;
   background: url('./images/topacu.avif') center/contain repeat, rgb(43,1,1); 
   background-blend-mode: multiply; /* o darken, overlay, etc */
}
.nav-underline .nav-link.active{
  color: var(--color-red) !important;
  border-bottom-color: currentColor;
}
.priceItem {color: var(--bs-primary)}
.vh-grid{max-height: calc(100vh - 57px);}
.gridtopinti{grid-template-columns: 250px 1fr;}
.scrollspy-example{
     overflow-y:auto;  
   }
/* .category .nav-underline{width: 200%;} */

  /* Gallery Productos */
.grid-master{ grid-template-columns:repeat(auto-fill, minmax(min(350px,100%), 1fr))}
.nameItem, .textItem{
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.nameItem{-webkit-line-clamp: 1; text-transform: capitalize}
.textItem{-webkit-line-clamp: 2; color: #6a696e;font-size:14px;}
.img-item{   
    width: 100px;
    height: 100px;  
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0 ,.06);
    padding: 2px;
}
.grid-master .img-item img{
    width: 96px;
    height: 96px;
    object-fit: cover;
    object-position: center center;
    border-radius: inherit;
    aspect-ratio: 1 / 1;
}

#carouselIntiwallpa img {
    width: 100%;
    height: auto;
}

.item{ 
  cursor: pointer;
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0 ,.06);
}
.img-product{
  background: radial-gradient(#ffffffee 10%, #f1f1f1 100%);
  width: 100%;
  height: auto;
}
/**** Modal Product **********/
.descItem{
  overflow-y: auto;
  height: 245px;
}
/************************/
.countCart{left:13px ;bottom: 12px;}
#map{height: 26rem;width:100%;}
.dots-vertical{top: -20px;left: 7px;}
.descripCart {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: -webkit-line-clamp 0.5s ease;
}
.mystyle {-webkit-line-clamp: initial;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--color-red);
}
/*************************/
#autocompleteList{
  position: absolute;
  top: 2.5rem;
  left: 0;
  overflow-y: auto;
  max-height: 400px;
}
#searchInput::placeholder {
  font-weight: normal;
}
#ctaSearch{
  right: 0;
  padding: .3rem .75rem;
  line-height: 1.5;
  cursor: pointer;
  display: none;
  color:#000000;
  z-index: 999;
}
/**********video**************/
@keyframes pulse-border{
    0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; }
    100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.6); opacity: 0;}
}
.video-index{
    display: grid;
    place-items: center;
}

.overly-border {  
    position: absolute;
    border-radius: 50%;   
    width: 100px;
    height: 100px; 
    display:grid;
    place-items:center;
}
.popup-videos {
    position: relative;
    display: grid;
    place-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    background: #b10505e6;
}
.resize-none{
    resize:none;
}
.popup-videos:before {
    background: #9d3e08;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    will-change: transform;
}
#videoModal .btn-close{
    opacity: 1;
}
/****** Media Query lg ******/
@media screen and (max-width: 992px) {
    .gridtopinti{grid-template-columns:  1fr}
    .vh-grid{max-height: 50vh;}    
    .category .nav-link{white-space: nowrap;}   
  }
  /********* Media query SM ************/
@media screen and (min-width: 576px){    
     .category .nav-underline{width: 90%;}
    }
 @media screen and (max-width: 576px){
  .aside-top{
    position: sticky;
    top: -250px;    
  }
  .vh-grid{max-height: 100%;} 
  .scrollspy-example{
     overflow-y:hidden;  
   }
   .nameItem{font-size:14px;}
   .grid-master {grid-template-columns: repeat(auto-fill, minmax(min(350px, 47%), 1fr));
    }
}   
.footer-frame{
    height: 29px;
    background: rgb(38 41 46) url(images/footer.svg) bottom / 1280px 29px;
}
