.productCard{background:#fff;border:.1rem solid #dddcdc;border-radius:3rem;flex-direction:column;height:100%;margin-bottom:2.4rem;display:flex;position:relative}@media (max-width:768px){.productCard .discount{top:0;left:10rem}}.productCard .productCardHead{justify-content:center;align-items:center;height:25rem;display:flex;position:relative}.productCard .productCardHead .swiper-pagination .swiper-pagination-bullet-active{background-color:red}.productCard .productCardHead img{object-fit:contain;max-width:80%;max-height:80%;transition:all .2s}.productCard .sku{letter-spacing:.02em;color:#000000a6;background-color:#0000;border:none;margin:.4rem 0 .5rem;padding:0;font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.9rem;transition:all .3s}.productCard .sku span{font-weight:700}.productCard .svg{opacity:0;width:0;height:0}.productCard .ProductCardButtons{cursor:pointer;z-index:2;background:#f6f6f7;border-radius:50%;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;margin-right:1.6rem;display:flex;position:relative;overflow:hidden}.productCard .ProductCardButtons:last-child{margin-right:0}.productCard .ProductCardButtons .cartClass{cursor:pointer;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.productCard .ProductCardButtons .cartClass svg{width:2.4rem!important;height:2.4rem!important}.productCard .ProductCardButtons .clickDone{width:fit-content;height:fit-content}.productCard .ProductCardButtons .clickDone svg:nth-child(2){opacity:0}.productCard .ProductCardButtons .clickDone svg:nth-child(2),.productCard .ProductCardButtons .clickDone svg:first-child{width:1.3rem;height:1.3rem;position:absolute;top:.6rem;right:.6rem}.productCard .ProductCardButtons .clickDone svg:last-child{width:2.3rem;height:2.3rem}.productCard .like-button:checked+.clickDone svg:first-child{display:none}.productCard .like-button:checked+.clickDone svg:nth-child(3) path{fill:#07b055!important}.productCard .like-button:checked+.clickDone svg:nth-child(2){display:block;opacity:1!important}.productCard .cartClassParent .cartClass svg{position:absolute;top:1.2rem;right:1.2rem;width:1.2rem!important;height:1.2rem!important}.productCard .cartClassParent.active .cartClass svg:first-child{display:none}.productCard .cartClassParent.active .cartClass svg:nth-child(2){display:block}.productCard .cartClassParent.active .cartClass svg:nth-child(3) path{fill:#07b055!important}.productCard .clickDone.active svg:first-child{display:none}.productCard .clickDone.active svg:nth-child(3) path{fill:#07b055!important}.productCard .clickDone.active svg:nth-child(2){display:block;opacity:1!important}.productCard .like-button{opacity:0;cursor:pointer;z-index:3;background:0 0;border:none;width:100%;height:100%;margin:0;padding:0;display:block;position:absolute;top:0;left:0}.productCard .like-button.deactive{pointer-events:none;display:none}.productCard .trash{cursor:pointer;display:none;position:absolute;top:1.6rem;left:2.1rem}.productCard .trash svg{width:2.6rem;height:2.6rem}.productCard .productCardBody{flex-direction:column;flex-grow:1;margin-top:20px;padding:0 2rem 2.8rem;display:flex}.productCard .productCardBody h6{letter-spacing:.05em;color:#121212bf;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:4rem;margin-bottom:.4rem;font-size:1.3rem;font-style:normal;font-weight:600;line-height:155%;overflow:hidden}.productCard .productCardBody p{letter-spacing:.05em;color:#1212128c;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;width:80%;max-height:6rem;margin:1.5rem 0;font-size:1rem;font-style:normal;font-weight:600;line-height:155%;display:none;overflow:hidden}.productCard .productCardBody .productCardPrice{justify-content:space-between;align-items:flex-end;display:flex}.productCard .productCardBody .productCardPrice .price{color:#1f1414;align-items:flex-end;font-size:2.2rem;font-style:normal;transition:all .2s;display:flex;position:relative}.productCard .productCardBody .productCardPrice .price svg{width:2.2rem;height:1.8rem;margin-left:.6rem;padding-bottom:.6rem}.productCard .productCardBody .productCardPrice .price span{justify-content:center;align-items:flex-end;height:2rem;margin-left:.3rem;font-size:1.6rem;display:flex;position:absolute;bottom:-21px}.productCard .productCardBody .productCardPrice .price span svg{width:1.4rem;height:1.1rem;margin-left:.3rem;padding-bottom:.4rem}.productCard .productCardBody .productCardPrice .price span:after{content:"";background-color:#fe0303;width:100%;height:.1rem;margin:auto;position:absolute;top:0;bottom:0;left:0}.productCard .productCardLayer{opacity:0;z-index:0;background:#64616166;border-radius:3rem;justify-content:center;align-items:flex-end;width:100%;height:-webkit-fill-available;padding-bottom:2.4rem;transition:all .2s;display:flex;position:absolute;top:0;left:0;transform:scale(1)}.productCard .productCardLayer .productCardLayerInner{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;bottom:0;left:0;right:0}.productCard .productCardLayerIcons{justify-content:center;margin:20px;position:relative}.productCard .rating{opacity:.45;justify-content:flex-end;align-items:center;display:flex}.productCard .rating svg{width:1.37rem;height:1.37rem}.productCard:hover .productCardLayer{opacity:1}@media (max-width:767.9px){.productCard:hover .productCardLayer{opacity:1;background-color:#0000!important;display:flex!important}.productCard .productCardLayer{height:70%;top:0;bottom:auto}.productCard .productCardLayer label{display:none!important}.productCard .productCardHead{height:20rem}.productCard .productCardBottom{justify-content:center!important;padding:1.6rem 1rem .8rem!important}.productCard .productCardBody h6{height:3.8rem!important}.productCard .productCardBody .price{font-size:1.6rem!important}.productCard .productCardBody .price span{align-items:center;font-size:1.2rem!important;display:flex!important}.productCard .productCardBody .price span svg{padding-bottom:.2rem;width:1rem!important;height:.8rem!important}.productCard .ProductCardButtons{background-color:#f6f6f7;width:3.8rem!important;height:3.8rem!important}.productCard .ProductCardButtons .clickDone svg:last-child{width:1.6rem!important;height:1.6rem!important}.productCard .ProductCardButtons .clickDone svg:nth-child(2),.productCard .ProductCardButtons .clickDone svg:first-child{width:.8rem!important;height:.8rem!important;top:.8rem!important;right:.5rem!important}}.productCard .cartClassParent{position:relative}.productCard .cartClassParent .cartClass svg{position:absolute;top:.6rem;left:auto;right:.7rem;width:1.2rem!important;height:1.2rem!important}.productCard .cartClassParent .cartClass svg:nth-child(2){display:none}.productCard .cartClassParent .cartClass svg:last-child{position:static;width:2.4rem!important;height:2.4rem!important}.popupCard .popupContainer{background:#fff;border-radius:3rem;width:fit-content;height:fit-content;overflow:hidden}.popupCard .popupContainer .crossButton{cursor:pointer;position:absolute;top:2.4rem;right:2.4rem}.popupCard .popupContainer .crossButton svg{width:3.4rem;height:3.4rem}.popupCard .popupCardInner{align-items:center;height:40rem;padding:4.8rem;display:flex;position:relative}.popupCard .popupCardInner .popupProductCardStok{position:relative}.popupCard .popupCardInner .popupProductCardStok span{letter-spacing:.03em;color:red;justify-content:flex-end;margin:2rem 0 .6rem;font-size:1.2rem;font-style:normal;font-weight:500;line-height:144%;display:flex;position:absolute;top:-4rem;left:1rem}.popupCardLeft{background:#fff;border:.1rem solid #dddcdc;border-radius:3rem;justify-content:center;align-items:center;height:100%;display:flex}.popupCardLeft img{object-fit:contain;max-width:80%;max-height:80%}.popupCardRight{flex-direction:column;padding-left:4.2rem;display:flex}.popupCardRight .quantity-picker{border:none}.popupCardRight h3{letter-spacing:.03em;color:#000;margin-bottom:1rem;font-size:2.4rem;font-style:normal;font-weight:700;line-height:144%}.popupCardRight .price{letter-spacing:.05em;color:#1f1414;align-items:center;font-size:4.7rem;font-style:normal;font-weight:600;line-height:135.9%;display:flex}.popupCardRight .price svg{width:2.6rem;height:4rem;margin-left:.6rem;padding-bottom:.6rem}.popupCardRight .price span{justify-content:center;align-items:center;height:2rem;margin-left:1.8rem;font-size:1.6rem;display:flex;position:relative}.popupCardRight .price span svg{width:1.4rem;height:1.1rem;margin-left:.3rem;padding-bottom:.4rem}.popupCardRight .price span:after{content:"";background-color:#fe0303;width:100%;height:.1rem;margin:auto;position:absolute;top:0;bottom:0;left:0;transform:rotate(7deg)}.popupCardRight .popupButtonList{border-top:.1rem solid #eee;justify-content:space-between;align-items:center;margin-top:4rem;padding-top:2.8rem;display:flex}.popupCardRight .popupButtonList .redButton{padding:0 2.4rem}.popupCardRight .popupButtonList .redButton svg path{fill:#fff}.popupCardRight .popupButtonList .redButton:disabled{cursor:no-drop;background:#bcbaba}@media (max-width:767.9px){.popupCard .popupCardInner{flex-direction:column;height:auto;padding:2.8rem}.popupCard .popupCardInner .popupCardLeft{width:100%;height:22rem;margin-bottom:2.4rem}.popupCard .popupCardInner .popupCardRight{width:100%;padding-left:0}.popupCard .popupCardInner .popupCardRight h3{font-size:2rem}.popupCard .popupCardInner .popupCardRight .price{font-size:1.6rem!important}.popupCard .popupCardInner .popupCardRight .price svg{height:1.2rem;margin-left:.4rem;padding-bottom:0}.popupCard .popupCardInner .popupCardRight .price span{display:flex!important}.popupCard .popupCardInner .popupCardRight .price span svg{padding-bottom:.4rem}.popupCard .popupCardInner .popupCardRight .popupButtonList{flex-direction:column;margin-top:1.2rem;padding-top:1.2rem;display:flex}.popupCard .popupCardInner .popupCardRight .popupButtonList .quantity{width:100%;margin-bottom:1.4rem;margin-right:0}.popupCard .popupCardInner .popupCardRight .popupButtonList .redButton{width:100%;padding:0 1rem;font-size:1.2rem}.popupCard .popupCardInner .crossButton{top:.5rem;right:.5rem}.popupCard .popupContainer{width:90vw}.popupCard .popupContainer .popupProductCardStok{width:100%;margin-top:3rem;position:relative}.popupCard .popupContainer .popupProductCardStok span{letter-spacing:.03em;color:red;justify-content:flex-end;margin:2rem 0 .6rem;font-size:1rem;font-style:normal;font-weight:500;line-height:144%;display:flex;position:absolute;top:-4rem;left:1rem}.productCard .cartClassParent{position:relative}.productCard .cartClassParent .cartClass svg{width:.8rem!important;height:.8rem!important;top:.8rem!important;right:.5rem!important}.productCard .cartClassParent .cartClass svg:last-child{position:static;width:1.8rem!important;height:1.8rem!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:0!important}
