.ps-turnar-container{position:relative;height:700px;display:flex;justify-content:center;align-items:center;min-height:400px}.ps-turnar-container:not(.initialized){display:block}.ps-turnar-container:not(.initialized) .ps-turnar-banner{position:relative;top:auto;right:auto;transform:none;text-align:center;padding:20px}.ps-turnar-container:not(.initialized) .ps-turnar-center-image{position:relative;right:auto;top:auto;transform:none;margin:0 auto 20px;display:block}.ps-turnar-container:not(.initialized) .ps-turnar-slider{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:600px;margin:0 auto}.ps-turnar-container:not(.initialized) .ps-turnar-item{position:relative;flex:0 0 auto;margin:5px}.ps-turnar-banner{position:absolute;top:40%;right:50%;transform:translate(50%, -50%);transform-style:preserve-3d}.ps-turnar-slider{position:relative;width:200px;height:200px;transform-style:preserve-3d}.ps-turnar-center-image{position:absolute;right:50%;top:55%;transform:translate(50%, -50%);width:200px;height:300px;border-radius:10px;overflow:hidden;z-index:2;cursor:pointer;transition:transform .3s ease;animation:floatAnimation 6s ease-in-out infinite}.ps-turnar-center-image img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease}@keyframes floatAnimation{0%,100%{transform:translate(50%, -50%)}25%{transform:translate(51%, -49%)}50%{transform:translate(50%, -51%)}75%{transform:translate(49%, -50%)}}.ps-turnar-item{position:absolute;width:120px;height:180px;right:50%;margin-right:-60px;border-radius:10px;overflow:hidden;cursor:pointer;transform-style:preserve-3d;transition:transform .3s ease}.ps-turnar-item img{width:100%;height:100%;object-fit:cover}.ps-turnar-modal{display:none;position:fixed;z-index:1000;right:0;top:0;width:100vw;height:100vh;opacity:0;transition:all .2s cubic-bezier(.34, 1.56, .64, 1)}.ps-turnar-modal-content{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;position:relative;background:#ffffff;border:none;border-radius:0;padding:40px;overflow:hidden;opacity:0;transition:all .6s cubic-bezier(.34, 1.56, .64, 1);z-index:1002}.ps-turnar-modal.show .ps-turnar-modal-content{transform:scale(1);opacity:1}.ps-turnar-close-btn{position:absolute;top:30px;left:30px;font-size:30px;cursor:pointer;color:#ff8484;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25, .46, .45, .94);z-index:1003}.ps-turnar-modal-content-wrapper{display:flex;justify-content:center;gap:clamp(20px, 3vw, 30px);flex-wrap:wrap}.ps-turnar-modal-left{display:flex;opacity:0;transform:translateX(50px);transition:all .8s cubic-bezier(.25, .46, .45, .94) .3s}.ps-turnar-modal.show .ps-turnar-modal-left{transform:translateX(0);opacity:1}.ps-turnar-modal-image{max-width:600px;border-radius:10px;overflow:hidden;position:relative}.ps-turnar-modal-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:flex}.ps-turnar-modal-image:hover img{transform:scale(1.05)}.ps-turnar-modal-right{max-width:600px;transform:translateX(-50px);opacity:0;transition:all .8s cubic-bezier(.25, .46, .45, .94) .5s}.ps-turnar-modal.show .ps-turnar-modal-right{transform:translateX(0);opacity:1}.ps-turnar-modal-right .ps-turnar-modal-title{color:#0d0925;font-size:30px;margin:10px 0px}.ps-turnar-modal-right .ps-turnar-modal-description{color:#0d0925;margin-bottom:20px}.ps-turnar-modal-btn{background-color:#000000ba;color:#ffffff;border:none;padding:10px 20px;border-radius:50px;cursor:pointer;transition:all .4s cubic-bezier(.25, .46, .45, .94);position:relative;overflow:hidden;font-size:15px;font-weight:600;text-transform:capitalize}.ps-turnar-modal-btn::before{content:'';position:absolute;top:0;right:-100%;width:100%;height:100%;background:linear-gradient(-90deg, transparent, rgba(255,255,255,0.3), transparent);transition:right .6s ease}.ps-turnar-modal-btn:hover::before{right:100%}.ps-turnar-modal-btn:hover{transform:translateY(-2px) scale(1.01);background-color:#FE506C}.ps-turnar-modal-btn span{display:flex;align-items:center;justify-content:center;gap:8px}.ps-turnar-modal-btn .ps-turnar-svg-icon{fill:white}@media screen and (max-width:1024px) and (min-width:768px){.ps-turnar-slider{width:160px;height:160px}.ps-turnar-center-image{width:160px;height:240px;top:50%}.ps-turnar-item{width:100px;height:150px;right:50%;margin-right:-50px}.ps-turnar-modal-right .ps-turnar-modal-title{margin-bottom:15px}.ps-turnar-modal-right .ps-turnar-modal-description{font-size:1rem;margin-bottom:15px}}@media screen and (max-width:768px){.ps-turnar-slider{width:120px;height:120px}.ps-turnar-center-image{width:140px;height:210px}.ps-turnar-item{width:80px;height:120px;right:50%;margin-right:-40px}.ps-turnar-modal-content{flex-direction:column}.ps-turnar-modal-left{flex:none;height:300px;width:100%}.ps-turnar-modal-image{max-width:100%;height:100%}.ps-turnar-modal-right{flex:none;justify-content:center;padding-right:0}.ps-turnar-modal-right .ps-turnar-modal-title{margin-bottom:15px}.ps-turnar-modal-right .ps-turnar-modal-description{font-size:1rem;margin-bottom:20px}.ps-turnar-modal-btn{font-size:.9rem}.ps-turnar-close-btn{top:15px;left:15px}}@media screen and (max-width:480px){.ps-turnar-slider{width:100px;height:100px}.ps-turnar-center-image{width:120px;height:180px;top:50%}.ps-turnar-item{width:70px;height:105px;right:50%;margin-right:-35px}.ps-turnar-modal-content{padding:30px}.ps-turnar-close-btn{top:0;left:10px}.ps-turnar-modal-left{margin-top:20px}.ps-turnar-modal-right .ps-turnar-modal-title{font-size:1.5rem;margin-bottom:0px}.ps-turnar-modal-right .ps-turnar-modal-description{font-size:.9rem;margin-top:10px}}.ps-turnar-navigation-buttons{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;padding:0 20px;z-index:100;pointer-events:none}.ps-turnar-nav-btn{border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25, .46, .45, .94);pointer-events:auto;background-color:transparent}.ps-turnar-nav-btn:active{transform:scale(1.1)}.ps-turnar-nav-btn i{font-size:20px}.ps-turnar-pagination-container{position:absolute;bottom:30px;right:50%;transform:translateX(50%);display:flex;flex-direction:column;align-items:center;gap:15px;z-index:100}.ps-turnar-pagination-dots{display:flex;gap:8px;align-items:center}.ps-turnar-pagination-dot{width:10px;height:10px;border-radius:50%;background:rgba(0,0,0,0.2);cursor:pointer;transition:all .3s ease;border:2px solid transparent}.ps-turnar-pagination-dot.active{background:#00a02b}@media screen and (max-width:768px){.ps-turnar-navigation-buttons{padding:0 15px}.ps-turnar-nav-btn{width:45px;height:45px}.ps-turnar-nav-btn svg{width:18px;height:18px}.ps-turnar-pagination-container{bottom:calc(30% - 30px)}.ps-turnar-pagination-dot{width:10px;height:10px}}@media screen and (max-width:480px){.ps-turnar-navigation-buttons{padding:0 10px}.ps-turnar-nav-btn{width:40px;height:40px}.ps-turnar-nav-btn svg{width:16px;height:16px}.ps-turnar-pagination-container{bottom:calc(35% - 30px)}.ps-turnar-pagination-dot{width:8px;height:8px}}