@import"https://fonts.googleapis.com/css2?family=DotGothic16&family=GFS+Didot&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0p;box-sizing:border-box}button:hover{opacity:60%;transition:all .3s ease}#root{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto}h1,h2,h3,h4,h5,a{font-family:GFS Didot,serif}p,label{font-weight:lighter}.primary-button{border:2px solid #D4BC73;padding:10px;border-radius:10px;cursor:pointer;font-size:1.2em}.navbar{display:flex;justify-content:center;align-items:center;padding:20px;position:relative;z-index:1000;border-bottom:1px solid black}#logo{width:100px}#logo img{width:100%;border-radius:50%}.menu-icon{display:none;cursor:pointer;top:24px;right:35px;flex-direction:column;justify-content:space-between;height:20px;width:25px;transition:transform .3s ease;z-index:1001}.bar{width:100%;height:3px;background-color:#000;transition:.3s}.bar1.toggle{transform:rotate(45deg) translate(5px,5px)}.bar2.toggle{opacity:0}.bar3.toggle{transform:rotate(-45deg) translate(6px,-6px)}.menu-logo{display:none}.nav-links{list-style:none;display:flex;width:100%;justify-content:space-around;align-items:center;gap:5rem}.nav-links li{margin:0;display:flex;align-items:center}.nav-links li a{color:#1f1f1f;text-decoration:none;font-size:18px;font-weight:600;transition:color .3s ease;transition:all .3s ease}.nav-links li a:after{content:"";display:block;width:0;height:3px;border-radius:8px;background:#d4bc73;transition:width .5s}.nav-links li a:hover:after{width:100%}.nav-links li a.active-link:after{width:100%}footer{display:flex;flex-direction:column;color:#fbfbfb;padding:20px}footer .footer-content{display:grid;grid-template-columns:repeat(2,1fr);gap:50%}footer .footer-content .logo-location{display:flex;align-items:center;gap:20px}footer .footer-content .logo-location img{border-radius:50%;width:150px;height:150px}footer .footer-content .logo-location .subtitle-info{display:flex;flex-direction:column;gap:7px}footer .footer-content .footer-right{display:flex;justify-content:space-around}footer .footer-content .footer-right .group{display:flex;flex-direction:column;gap:10px;text-align:center}footer .copyright{margin-top:20px;text-align:center}@media screen and (max-width: 1080px){.nav-links{gap:0px}.home-page,.about-page,.services-page,.shop-page,.contact-page,.review-page{max-width:100vw}.home-page .page-header,.about-page .page-header,.services-page .page-header,.shop-page .page-header,.contact-page .page-header,.review-page .page-header{font-size:2em}.shop-page .shop-content .products-grid{grid-template-columns:repeat(3,1fr)}.services-page .services-content #serviceCont{grid-template-columns:repeat(3,1fr);gap:30px}}@media screen and (max-width: 900px){.menu-icon{display:flex}.navbar{justify-content:flex-end}.nav-links{display:none;flex-direction:column;position:fixed;top:0;left:0;background-color:#fff;width:100%;height:100%;align-items:center;justify-content:center;transition:transform .3s ease-in-out;transform:translateY(-100%)}.nav-links.active{display:flex;justify-content:center;gap:40px;transform:translateY(0)}.nav-links.active img{width:100%}.nav-links li a{color:#000;text-decoration:none;font-size:20px;font-weight:700;text-transform:uppercase;border:none}.navbar.menu-open .menu-icon{position:fixed}.nav-links li{margin:1rem 0;text-align:center}.home-page .page-header{padding:100px}.home-page .page-header h1{font-size:1em}.home-page .home-content .mission-section .mission-header-text h2{font-size:2em}.home-page .home-content .mission-section .mission-header-text p{font-size:14px}.home-page .home-content .mission-section .mission-header-text .buttons-cont button{font-size:1em}.home-page .home-content .portfolio-section .swiper{width:100%}.home-page .home-content .portfolio-section .swiper .swiper-slide img{width:100%;height:auto}.home-page .home-content .middle-section{grid-template-columns:1fr;padding:40px}.home-page .home-content .services-section .service-groups{grid-template-columns:repeat(2,1fr)}.home-page .home-content .services-section .service-groups .service-group{justify-content:center;align-items:center}.home-page .home-content .services-section .service-groups .service-group img{width:300px}.home-page .home-content .services-section .service-groups .service-group h3{font-size:1.6em}.home-page .home-content .services-section .service-groups .service-group p{font-size:14px}.home-page .home-content .review-section .testimonial-row{grid-template-columns:repeat(2,1fr)}.shop-page .shop-content .products-grid{grid-template-columns:repeat(2,1fr)}.about-page .about-content .about-statement-group{gap:20px}.about-page .about-content .about-statement-group .about-description{padding:0}.about-page .about-content .about-statement-group .about-description h2{font-size:2em}.about-page .about-content .about-statement-group .about-description p{font-size:14px;width:90%}.about-page .about-content .meet-the-team .staff-cards{grid-template-columns:repeat(2,1fr)}.about-page .about-content .explore-section h2{font-size:2em}.about-page .about-content .explore-section p{font-size:14px}.about-page .about-content .explore-section .buttons-cont button{font-size:1em}footer .footer-content{align-items:center;gap:20px;font-size:14px}footer .footer-content .logo-location img{width:30%;height:30%}.services-page .services-content #serviceCont{grid-template-columns:repeat(2,1fr);gap:30px}.contact-page .contact-content .booking-section form{flex-direction:column}.contact-page .contact-content .booking-section form .form-inputs{flex-wrap:wrap}}@media screen and (max-width: 600px){.nav-links.active{padding:0;max-width:100vw;gap:10px}.menu-logo{display:block;margin-right:75%}.menu-logo .mobile-logo{border-radius:50%;width:50px}.page-header h1{font-size:1.6em;text-align:center}.home-page{max-width:100vw}.home-page .home-content .mission-section{grid-template-columns:1fr}.home-page .home-content .mission-section .mission-header-text h2{font-size:2em}.home-page .home-content .mission-section .mission-header-text .buttons-cont{flex-direction:column}.home-page .home-content .mission-section .mission-header-text .buttons-cont button{width:100%}.home-page .home-content .services-section .service-groups{grid-template-columns:1fr}.home-page .home-content .services-section .service-groups .service-group{align-items:center}.home-page .home-content .services-section .service-groups .service-group img,.home-page .home-content .services-section .service-groups .service-group p{width:100%}.home-page .home-content .review-section .testimonial-row{grid-template-columns:1fr}.about-page{max-width:100vw}.about-page .about-content .about-statement-group{grid-template-columns:1fr}.about-page .about-content .about-statement-group .about-description{align-items:center}.about-page .about-content .meet-the-team .staff-cards{grid-template-columns:1fr}.about-page .about-content .meet-the-team .staff-cards .staff-card img{width:100%}.about-page .about-content .middle-section{grid-template-columns:1fr}.about-page .about-content .explore-section .buttons-cont{flex-direction:column}.about-page .about-content .explore-section .buttons-cont button{width:300px}.about-page .about-content .explore-section p{width:100%}.services-page{max-width:100vw}.services-page .services-content .filter-container{flex-direction:column}.services-page .services-content .filter-container select{width:300px}.services-page .services-content #serviceCont{grid-template-columns:1fr;gap:30px}.shop-page{max-width:100vw}.shop-page .shop-content #productCont .products-grid{grid-template-columns:1fr}.shop-page .shop-content #productCont .modal-overlay .modal{height:450px}.shop-page .shop-content #productCont .modal-overlay .modal img{width:100%;height:250px;object-fit:cover}.cart-page{max-width:100vw}.cart-page .cart-content{width:100%}.cart-page .cart-content .cart-cont{width:100%}.cart-page .cart-content .cart-cont .cart-inner{width:100%}.cart-page .cart-content .cart-cont .cart-inner .cart-grid .cart-card{flex-direction:column}.cart-page .cart-content .cart-cont .cart-inner .cart-grid .cart-card img{width:100%}.cart-page .cart-content .cart-cont .cart-inner .cart-total-section .buttons-cont{flex-direction:column}.cart-page .cart-content .cart-cont .cart-inner .cart-total-section .buttons-cont button{width:300px}.checkout-page{max-width:100vw}.checkout-page .checkout-content{flex-direction:column}.checkout-page .checkout-content .question-section .buttons-cont{flex-direction:column}.review-page{max-width:100vw}.review-page .review-content{flex-direction:column}.review-page .review-content h2{font-size:1.6em}.review-page .review-content .review-form form{flex-direction:column}.review-page .review-content .review-form form .form-inputs{flex-direction:column}.review-page .review-content .review-form form .form-inputs button{width:100%}.single-page{max-width:100vw}.single-page .single-header{padding-bottom:10px}.single-page .single-header button{font-size:13px}.single-page .single-header h1{font-size:1em;padding:10px;text-align:center}.single-page .single-content .information-section .service-details{grid-template-columns:1fr;padding:0}.single-page .single-content .information-section .service-details .img-cont img{height:30%}.single-page .single-content .information-section .service-details .content-cont{align-items:center;text-align:center;width:100%}.single-page .single-content .information-section .service-details .content-cont h2{font-size:2em}.single-page .single-content .information-section .service-details .content-cont p{width:100%}.single-page .single-content .information-section .service-details .content-cont .service-info{flex-direction:column}.single-page .single-content .information-section .service-details .content-cont button{width:300px}.single-page .single-content .review-section{flex-direction:column}.single-page .single-content .review-section h2{font-size:2em}.single-page .single-content .review-section .sub-form{flex-direction:column;width:100%}.single-page .single-content .review-section .sub-form form{flex-direction:column;width:100%}.single-page .single-content .review-section .sub-form form .form-inputs{width:100%}.single-page .single-content .review-section .sub-form form .form-inputs .regular-button{width:100%}.single-page .single-content .image-section{grid-template-columns:1fr;padding:40px}.contact-page{max-width:100vw}.contact-page .contact-content .booking-section{flex-direction:column;text-align:center}.contact-page .contact-content .booking-section form{flex-direction:column}.contact-page .contact-content .booking-section form .form-inputs{flex-direction:column}.contact-page .contact-content .booking-section form .form-inputs button{width:100%}.contact-page .contact-content .booking-section .loyalty-section{width:100%}.contact-page .contact-content .booking-section .loyalty-section p{width:100%}.contact-page .contact-content .contact-section{flex-direction:column;text-align:center}.contact-page .contact-content .contact-section form{flex-direction:column}.contact-page .contact-content .contact-section form .form-inputs{flex-direction:column}.contact-page .contact-content .contact-section form .form-inputs button{width:100%}.contact-page .contact-content .cancellation-section{flex-direction:column}.contact-page .contact-content .cancellation-section .cancellation-img img{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px}footer .footer-content{grid-template-columns:1fr}footer .footer-content .logo-location{flex-direction:column;align-items:center}footer .footer-content .logo-location img{width:20%}footer .footer-content .logo-location .subtitle-info{text-align:center}footer .footer-content .footer-right{flex-direction:column;gap:20px;margin-bottom:10px}}.page-header{color:#fbfbfb;font-size:3rem;padding:130px;place-items:center;background-size:cover;background-position:center;background-repeat:no-repeat}.single-header{color:#fbfbfb;font-size:3rem;background-size:cover;background-position:center;background-repeat:no-repeat}.single-header h1{text-align:center;padding:120px}.single-header button{margin-left:7%;background-color:#d4bc73;border:2px solid #D4BC73;padding:10px;border-radius:10px;font-size:20px;color:#fbfbfb;cursor:pointer}.home-content{display:flex;flex-direction:column;gap:23px}.home-content .mission-section{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:25px;padding:20px}.home-content .mission-section .img-cont{width:100%;height:500px}.home-content .mission-section .img-cont img{width:100%;height:100%;border-radius:20px;object-fit:cover}.home-content .mission-section .mission-header-text{display:flex;flex-direction:column;padding:10px;gap:2rem}.home-content .mission-section .mission-header-text h2{font-size:2.5em;font-weight:700;width:100%;text-align:center}.home-content .mission-section .mission-header-text .buttons-cont{display:flex;justify-content:center;align-items:center;gap:20px}.home-content .mission-section .mission-header-text .buttons-cont .secondary-button{background:transparent!important;color:#d4bc73!important}.home-content .mission-section .mission-header-text .buttons-cont button{border:2px solid #D4BC73;color:#fbfbfb;background-color:#d4bc73;padding:10px;border-radius:10px;cursor:pointer;font-size:1.2em;transition:all .3s ease}.home-content .portfolio-section{background-color:#1f1f1f;padding:20px;width:100%;color:#fbfbfb}.home-content .portfolio-section h2{text-align:center;font-size:2.5em;font-weight:700;margin-bottom:20px}.home-content .portfolio-section .swiper{width:100%}.home-content .portfolio-section .swiper .swiper-wrapper{width:800px;margin-bottom:50px}.home-content .portfolio-section .swiper .swiper-wrapper .swiper-slide{width:100%}.home-content .portfolio-section .swiper .swiper-wrapper .swiper-slide img{width:100%;border-radius:20px}.home-content .portfolio-section .swiper .swiper-button-prev,.home-content .portfolio-section .swiper .swiper-button-next{background-color:#1f1f1f;color:#d4bc73;font-weight:bolder;padding:30px;border-radius:50%}.home-content .portfolio-section .swiper .swiper-pagination{background-color:transparent}.home-content .portfolio-section .swiper .swiper-pagination .swiper-pagination-bullet{background-color:#d4bc73;width:20px;height:20px}.home-content .middle-section{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:20px}.home-content .middle-section img{border-radius:20px;width:100%}.home-content .services-section{display:flex;flex-direction:column;align-items:center;gap:20px;background-color:#1f1f1f;color:#fbfbfb;padding:20px}.home-content .services-section h2{text-align:center;font-size:2.5em;font-weight:700;margin-bottom:20px}.home-content .services-section .service-groups{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-content .services-section .service-groups .service-group{display:flex;flex-direction:column;gap:10px}.home-content .services-section .service-groups .service-group .overlay{display:none}.home-content .services-section .service-groups .service-group img{width:100%;border-radius:20px}.home-content .services-section .service-groups .service-group .sub-info{display:flex;flex-direction:column;gap:10px;text-align:center}.home-content .services-section button{margin-top:20px;width:300px;padding:10px;font-size:1.2em;border-radius:10px;border:2px solid #D4BC73;background-color:#d4bc73;color:#fbfbfb;transition:all .3s ease;cursor:pointer}.home-content .review-section{display:flex;flex-direction:column;align-items:center;padding:20px}.home-content .review-section h2{text-align:center;font-weight:700;font-size:2.5em;margin-bottom:20px}.home-content .review-section .testimonial-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-content .review-section .testimonial-row .testimonial-group{border:2px solid #1f1f1f;padding:20px;border-radius:20px}.home-content .review-section .testimonial-row .testimonial-group .details{display:flex;flex-direction:column;gap:10px}.home-content .review-section .testimonial-row .testimonial-group .details .profile{display:flex;align-items:center;gap:10px}.home-content .review-section .testimonial-row .testimonial-group .details .profile img{width:100px;border-radius:50%}.home-content .review-section .testimonial-row .testimonial-group .details .profile .profile-details{display:flex;flex-direction:column;gap:10px}.home-content .review-section .testimonial-row .testimonial-group .details .profile .profile-details .stars-date{display:flex;gap:10px}.home-content .review-section .testimonial-row .testimonial-group .details .profile .profile-details .stars-date svg{color:#d4bc73}.home-content .review-section button{margin-top:20px;width:300px;font-size:1.2em;border:2px solid #D4BC73;background-color:#d4bc73;color:#fbfbfb;padding:10px;border-radius:10px;cursor:pointer}.secondary-button{background-color:#fbfbfb;padding:10px;border-radius:10px;border:2px solid #D4BC73}.review-content{display:flex;flex-direction:column;gap:23px}.review-content h2{font-size:2.5em;font-weight:700;text-align:center;margin-top:20px}.review-content .success-message,.review-content .error-message{display:flex;flex-direction:column;gap:10px;text-align:center}.review-content .success-message h3,.review-content .error-message h3{color:#d4bc73;font-size:21px}.review-content .success-message p,.review-content .error-message p{font-size:19px}.review-content .review-form{color:#1f1f1f;padding:30px}.review-content .review-form form{display:flex;justify-content:center;margin:20px}.review-content .review-form form .form-inputs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.review-content .review-form form .form-inputs .form-input{display:flex;flex-direction:column;justify-content:center;gap:10px}.review-content .review-form form .form-inputs .form-input input,.review-content .review-form form .form-inputs .form-input select,.review-content .review-form form .form-inputs .form-input textarea{border-radius:10px;padding:7px;border:2px solid #1f1f1f;font-family:Helvetica,sans-serif}.review-content .review-form form .form-inputs button{margin-top:20px;border-radius:10px;border:2px solid #D4BC73;background-color:#d4bc73;color:#fbfbfb;padding:10px;width:30%;cursor:pointer;font-size:1.2em}.about-content{display:flex;flex-direction:column;gap:23px}.about-content .about-statement-group{margin-top:20px;padding:20px;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:20px}.about-content .about-statement-group .about-description{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:60px}.about-content .about-statement-group .about-description p{text-align:left}.about-content .about-statement-group .about-description h2{font-size:2.5em;font-weight:700}.about-content .about-statement-group img{width:100%;border-radius:20px}.about-content .meet-the-team{display:flex;flex-direction:column;align-items:center;background-color:#1f1f1f;color:#fbfbfb;padding:30px}.about-content .meet-the-team h2{font-size:2.5em;font-weight:700;text-align:center;margin-bottom:30px}.about-content .meet-the-team .staff-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:20px}.about-content .meet-the-team .staff-cards .staff-card{display:flex;flex-direction:column;align-items:center}.about-content .meet-the-team .staff-cards .staff-card img{width:100%;height:350px;object-position:center;object-fit:cover;border-radius:20px}.about-content .meet-the-team .staff-cards .staff-card .card-details{margin-top:10px;display:flex;flex-direction:column;align-items:center;gap:15px}.about-content .meet-the-team .staff-cards .staff-card .card-details h3{color:#d4bc73;font-size:1.6em}.about-content .meet-the-team .staff-cards .staff-card .card-details .social-icons{display:flex;align-items:center;gap:20px}.about-content .meet-the-team .staff-cards .staff-card .card-details .social-icons svg{color:#d4bc73;font-size:1.5em;cursor:pointer;transition:all .3s ease}.about-content .meet-the-team .staff-cards .staff-card .card-details .social-icons svg:hover{color:#fbfbfb;transition:all .3s ease}.about-content .middle-section{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:20px}.about-content .middle-section img{border-radius:20px;width:100%;height:400px;object-fit:cover}.about-content .explore-section{display:flex;flex-direction:column;align-items:center;padding:10px;text-align:center;gap:2rem}.about-content .explore-section p{width:700px}.about-content .explore-section h2{font-size:2.5em;font-weight:700}.about-content .explore-section .buttons-cont{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:20px}.about-content .explore-section .buttons-cont .secondary-button{background-color:#fbfbfb;color:#d4bc73}.about-content .explore-section .buttons-cont button{border:2px solid #D4BC73;background-color:#d4bc73;color:#fbfbfb;padding:10px;font-size:1.2em;border-radius:10px;cursor:pointer}.services-content{display:flex;flex-direction:column;gap:23px}.services-content .page-title{font-size:2.5em;font-weight:700;text-align:center;margin:20px 0}.services-content .filter-container{display:flex;justify-content:center;align-items:center;gap:10px}.services-content .filter-container label{font-size:20px}.services-content .filter-container select{border-radius:10px;padding:7px;border:2px solid #1f1f1f;font-family:Helvetica,sans-serif;font-size:15px}.services-content #serviceCont{padding:20px 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.services-content #serviceCont .loading{position:absolute;display:flex;justify-content:center;align-items:center;place-self:center;width:100%}.services-content #serviceCont .service-card{display:flex;flex-direction:column;border:2px solid #1f1f1f;border-radius:10px}.services-content #serviceCont .service-card img{width:100%;height:350px;object-fit:cover;object-position:center;border-top-left-radius:10px;border-top-right-radius:10px}.services-content #serviceCont .service-card .service-details{padding:10px;display:flex;flex-direction:column;gap:10px}.services-content #serviceCont .service-card .service-details .prices-cont{display:flex;gap:10px;align-items:center}.services-content #serviceCont .service-card .service-details .prices-cont .regular-price{text-decoration:line-through;color:#c9a5a7;font-weight:800}.services-content #serviceCont .service-card .service-details .buttons-cont{display:flex;gap:10px}.services-content #serviceCont .service-card .service-details .buttons-cont .read-more{background-color:#fbfbfb}.services-content #serviceCont .service-card .service-details .buttons-cont .read-more a{text-decoration:none;color:#d4bc73;font-family:Helvetica,sans-serif}.services-content #serviceCont .service-card .service-details .buttons-cont button{flex:1;border:2px solid #D4BC73;background-color:#d4bc73;padding:10px;font-size:1.2em;border-radius:10px;cursor:pointer;color:#fbfbfb}.loading{display:flex;justify-content:center;align-items:center}.single-content{display:flex;flex-direction:column;gap:23px}.single-content .page-title{font-size:2.5em;font-weight:700;text-align:center;margin:20px 0}.single-content .information-section{padding:20px;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center}.single-content .information-section .service-info{display:flex;gap:20px}.single-content .information-section .service-info .service-tag{border:2px solid #D4BC73;padding:10px;border-radius:10px;color:#1f1f1f}.single-content .information-section .service-info .service-prices{display:flex;gap:10px}.single-content .information-section .service-info .service-prices .regular-price{text-decoration:line-through}.single-content .information-section .service-details{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;padding:30px;gap:40px}.single-content .information-section .service-details .img-cont img{width:100%;height:500px;border-radius:20px;object-fit:cover}.single-content .information-section .service-details .content-cont{display:flex;flex-direction:column;gap:20px}.single-content .information-section .service-details .content-cont h2{font-size:2.5em;font-weight:700}.single-content .information-section .service-details .content-cont p{width:80%}.single-content .information-section .service-details .content-cont button{width:40%}.single-content .information-section button{background-color:#d4bc73;padding:10px;border-radius:10px;border:2px solid #D4BC73;color:#fbfbfb;cursor:pointer;font-size:1.2em}.single-content .review-section{padding:20px;background-color:#1f1f1f;color:#fbfbfb;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.single-content .review-section .title{font-size:2.5em;font-weight:700;text-align:center;margin:20px 0}.single-content .review-section .sub-form{display:flex;flex-direction:column;gap:20px;padding:20px}.single-content .review-section .sub-form form{display:flex;width:100%}.single-content .review-section .sub-form form .form-inputs{display:flex;flex-direction:column;gap:10px;width:100%}.single-content .review-section .sub-form form .form-input{display:flex;flex-direction:column;gap:7px;align-items:flex-start}.single-content .review-section .sub-form form .form-input input,.single-content .review-section .sub-form form .form-input textarea{width:100%;border-radius:10px;padding:7px}.single-content .review-section .sub-form form button{background-color:#d4bc73;padding:10px;border-radius:10px;border:2px solid #D4BC73;color:#fbfbfb;cursor:pointer;font-size:1.2em}.single-content .image-section{padding:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.single-content .image-section img{width:100%;border-radius:20px}.shop-content{display:flex;flex-direction:column;gap:23px}.shop-content .page-title{font-size:2.5em;font-weight:700;text-align:center;margin-bottom:10px;margin-top:20px}.shop-content .products-grid{padding:20px 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.shop-content .products-grid .product-card{display:flex;flex-direction:column;border:2px solid #1f1f1f;border-radius:10px;flex:1}.shop-content .products-grid .product-card img{width:100%;height:250px;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.shop-content .products-grid .product-card .product-details{display:flex;flex-direction:column;gap:20px;flex:1;padding:20px}.shop-content .products-grid .product-card .product-details .product-tags{display:flex;gap:20px}.shop-content .products-grid .product-card .product-details .product-tags .product-tag{background-color:#c9a5a7;color:#fbfbfb;border-radius:10px;padding:10px}.shop-content .products-grid .product-card .product-details .price-cont{display:flex;gap:10px;font-weight:800;font-family:Helvetica,sans-serif}.shop-content .products-grid .product-card .product-details .price-cont .regular-price{text-decoration:line-through;color:#c9a5a7}.shop-content .products-grid .product-card .product-details button{flex:1;border:2px solid #D4BC73;background-color:#d4bc73;color:#fbfbfb;padding:10px;width:100%;font-size:1.2em;border-radius:10px;cursor:pointer}.shop-content .loading{display:flex;justify-content:center}.shop-content .modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease}.shop-content .modal{background-color:#fff;padding:20px;border-radius:8px;text-align:center;max-width:400px;box-shadow:0 2px 10px #0000001a}.shop-content .modal-img{max-width:100%;height:auto;margin-top:10px;border-radius:5px}.shop-content button{margin-top:15px;padding:10px 20px;border:none;background-color:#d4bc73;color:#fff;cursor:pointer;border-radius:5px;font-size:1.2em}.cart-content{display:flex;flex-direction:column;gap:23px;padding:20px}.cart-content .page-title{font-size:2.5em;font-weight:700;text-align:center;margin:10px 0}.cart-content .empty-message{display:flex;flex-direction:column;gap:20px;text-align:center;align-items:center}.cart-content .empty-message button{width:200px;border-radius:10px;border:2px solid #D4BC73;background-color:#d4bc73;color:#fbfbfb;padding:10px;cursor:pointer;font-size:1.2em}.cart-content .cart-cont{display:flex;flex-direction:column;align-items:center}.cart-content .cart-cont .cart-inner{display:flex;flex-direction:column;gap:10px}.cart-content .cart-cont .cart-inner .cart-grid{display:flex;flex-direction:column;gap:20px}.cart-content .cart-cont .cart-inner .cart-grid .cart-card{display:flex;border:2px solid #1f1f1f;border-radius:10px}.cart-content .cart-cont .cart-inner .cart-grid .cart-card img{width:200px;height:200px;object-fit:cover;border-top-left-radius:10px;border-bottom-left-radius:10px}.cart-content .cart-cont .cart-inner .cart-grid .cart-card .cart-details{padding:30px;display:flex;flex-direction:column;gap:10px}.cart-content .cart-cont .cart-inner .cart-grid .cart-card .cart-details .price-cont{display:flex;gap:10px}.cart-content .cart-cont .cart-inner .cart-grid .cart-card .cart-details .price-cont .regular-price{text-decoration:line-through;color:#c9a5a7}.cart-content .cart-cont .cart-inner .cart-grid .cart-card .cart-details .cart-buttons{display:flex;gap:10px}.cart-content .cart-cont .cart-inner .cart-grid .cart-card .cart-details .cart-buttons button{border:2px solid #D4BC73;background-color:#d4bc73;color:#fbfbfb;font-size:1.2em;padding:10px;border-radius:10px;cursor:pointer}.cart-content .cart-cont .cart-inner .cart-total-section{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.cart-content .cart-cont .cart-inner .cart-total-section .title{font-size:2.5em;font-weight:700;text-align:center}.cart-content .cart-cont .cart-inner .cart-total-section .buttons-cont{display:flex;gap:10px;margin:20px 0}.cart-content .cart-cont .cart-inner .cart-total-section .buttons-cont .secondary-button{background-color:#fbfbfb;color:#d4bc73}.cart-content .cart-cont .cart-inner .cart-total-section .buttons-cont button{background-color:#d4bc73;border:2px solid #D4BC73;border-radius:10px;font-size:1.2em;padding:10px;color:#fbfbfb;cursor:pointer}.checkout-content{display:flex;flex-direction:column;gap:23px}.checkout-content .page-title{font-size:2.5em;font-weight:700;text-align:center;margin:10px 0}.checkout-content .question-section{display:flex;flex-direction:column;gap:10px;padding:20px;text-align:center}.checkout-content .question-section .buttons-cont{display:flex;gap:10px;justify-content:center;margin:20px 0}.checkout-content .question-section .buttons-cont .secondary-button{background-color:#fbfbfb;color:#d4bc73}.checkout-content .question-section .buttons-cont button{background-color:#d4bc73;border-radius:10px;border:2px solid #D4BC73;padding:10px;font-size:1.2em;color:#fbfbfb;cursor:pointer}.checkout-page .confirmation-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.checkout-page .modal-content{background:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 4px 8px #0003}.checkout-page .modal-content h2{margin-bottom:1rem}.checkout-page .modal-content button{margin-top:1rem;padding:.5rem 1rem;background-color:#d4bc73;color:#fff;border:none;border-radius:4px;font-size:1.2em;cursor:pointer}.contact-content{display:flex;flex-direction:column;gap:23px}.contact-content h2{font-size:2.5em;font-weight:700;text-align:center;margin-bottom:20px}.contact-content .success-message,.contact-content .error-message{display:flex;flex-direction:column;gap:10px;text-align:center}.contact-content .success-message h3,.contact-content .error-message h3{color:#d4bc73;font-size:21px}.contact-content .success-message p,.contact-content .error-message p{font-size:19px}.contact-content .booking-section{background-color:#1f1f1f;color:#fbfbfb;padding:30px}.contact-content .booking-section form{display:flex;justify-content:center;margin:20px}.contact-content .booking-section form .form-inputs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.contact-content .booking-section form .form-inputs .form-input{display:flex;flex-direction:column;justify-content:center;gap:10px}.contact-content .booking-section form .form-inputs .form-input input,.contact-content .booking-section form .form-inputs .form-input select{border-radius:10px;padding:7px;border:none;font-family:Helvetica,sans-serif}.contact-content .booking-section form .form-inputs button{margin-top:20px;border-radius:10px;border:2px solid #D4BC73;background-color:#d4bc73;color:#fbfbfb;padding:10px;width:30%;cursor:pointer;font-size:1.2em}.contact-content .booking-section .loyalty-section{padding:20px;background-color:#1f1f1f;color:#fbfbfb;display:flex;flex-direction:column;align-items:center}.contact-content .booking-section .loyalty-section h3{font-size:2em;font-weight:700;text-align:center;margin:20px 0}.contact-content .booking-section .loyalty-section p{margin:20px 0;width:850px;font-size:17px;line-height:23px;text-align:center}.contact-content .contact-section{padding:30px}.contact-content .contact-section form{display:flex;justify-content:center;margin:20px}.contact-content .contact-section form .form-inputs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.contact-content .contact-section form .form-inputs .form-input{display:flex;flex-direction:column;justify-content:center;gap:10px}.contact-content .contact-section form .form-inputs .form-input input,.contact-content .contact-section form .form-inputs .form-input textarea{border-radius:10px;padding:7px;border:none;border:2px solid #1f1f1f;font-family:Helvetica,sans-serif}.contact-content .contact-section form .form-inputs button{margin-top:20px;border-radius:10px;border:2px solid #D4BC73;background-color:#d4bc73;color:#fbfbfb;padding:10px;width:30%;cursor:pointer;font-size:1.2em}.contact-content .cancellation-section{background-color:#1f1f1f;color:#fbfbfb;display:flex;gap:20px;margin:10px 30px 40px 40px;border-radius:20px}.contact-content .cancellation-section .cancellation-info{display:flex;flex-direction:column;padding:20px;text-align:center;justify-content:center;gap:20px}.contact-content .cancellation-section .cancellation-info h2{font-size:2.5em;font-weight:700;margin-bottom:10px}.contact-content .cancellation-section .cancellation-img{width:100%;height:500px}.contact-content .cancellation-section .cancellation-img img{width:100%;height:100%;object-fit:cover;border-top-right-radius:20px;border-bottom-right-radius:20px}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}
