.pduct{padding:2rem 2.4rem;position:relative;overflow:hidden;border-radius:.4rem;-webkit-transition:all .3s ease;transition:all .3s ease;height:100%;background-color:#fafafa}@media screen and (max-width:1200px){.pduct{padding:1rem}}.pduct:hover{-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,.15);box-shadow:0 4px 12px 0 rgba(0,0,0,.15)}.pduct.pduct-sec:hover{background-color:#fff}.pduct.pduct-sec .pduct-img:hover::before{-webkit-animation:shine .75s;animation:shine .75s}.pduct.pduct-sec .pduct-img:hover img{-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1)}.pduct-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.2rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}@media screen and (max-width:800px){.pduct-inner{gap:.8rem}}.pduct-head{width:100%}.pduct-img{width:100%;position:relative;overflow:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.pduct-img::before{position:absolute;content:'';top:0;left:-75%;z-index:2;pointer-events:none;display:block;width:50%;height:100%;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.pduct-img .in{display:block;padding-top:calc((210 / 232) * 100%);position:relative;overflow:hidden;width:100%;height:100%}.pduct-img .in img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.pduct-desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.4rem}.pduct-txt{--f-sz:1.6rem;font-size:var(--f-sz);color:#52525b;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:center}@media screen and (max-width:800px){.pduct-txt{--f-sz:1.4rem}}.pduct-tt{--f-sz:clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);font-size:var(--f-sz);color:#09090b;font-weight:700;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:center;-webkit-transition:all .3s ease;transition:all .3s ease}.pduct-tt:hover{color:#ff9122}.pduct-tt .link{display:block}.pduct-bdy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.4rem;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:1200px){.pduct-bdy{gap:1.2rem}}.pduct-bdy .btn-pri{margin-top:auto}.pduct-slider .swiper-slide .pduct-img{cursor:-webkit-grab;cursor:grab}.pduct .pductThumb-slider .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transform:none!important;transform:none!important}.pduct .pductThumb-slider .swiper-slide{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pduct .pductThumb-slider .swiper-slide .pduct-img{width:4rem;height:4rem;border-radius:100%;overflow:hidden;cursor:pointer;border:.1rem solid transparent}@media screen and (max-width:1200px){.pduct .pductThumb-slider .swiper-slide .pduct-img{width:3rem;height:3rem}}.pduct .pductThumb-slider .swiper-slide-thumb-active .pduct-img,.pduct .pductThumb-slider .swiper-slide:hover .pduct-img{border-color:#ff9122}