.header{width:100%;background-color:#fff;position:fixed;top:0;z-index:99999}.header .header-wrapper{display:flex;align-items:center;gap:6rem;padding:2rem 6rem}.header .header-wrapper .menu-mobile{display:none}@media screen and (max-width: 768px){.header .header-wrapper .menu-mobile{height:max-content;display:flex}}.header .header-wrapper .logo__link .logo-header{object-fit:cover}.header .header-wrapper .nav{display:flex;flex:1}.header .header-wrapper .nav .nav-container__mobile{display:none}@media screen and (max-width: 768px){.header .header-wrapper .nav .nav-container__mobile{display:flex;flex-direction:column;gap:2rem}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__header .close-icon{width:max-content;margin-left:auto}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__header .close-icon svg{width:40px;height:40px}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__header .logo-menu{width:max-content;padding:1rem 0}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__header .logo-menu svg{width:120px}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login{display:flex;flex-direction:column;border-bottom:1px solid rgba(30,30,30,.5);padding-bottom:2rem;margin-bottom:2rem}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .login-title,.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .menu-item:not(:first-child){display:flex;align-items:center;gap:4px;font-weight:400;font-size:1.2rem;color:#1e1e1ebf}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .login-title .profile-menu,.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .menu-item:not(:first-child) .profile-menu{width:30px;height:30px}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .login-title .profile-menu svg,.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .menu-item:not(:first-child) .profile-menu svg{width:30px;height:30px}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .login-title .profile-menu svg path,.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .menu-item:not(:first-child) .profile-menu svg path{fill:#1e1e1ebf}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .menu-item{width:max-content;border-radius:8px;padding:.5rem 1rem}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .menu-item:not(:first-child){font-weight:300;padding-left:1rem}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .menu-item:hover{background-color:#c1dcdc66;color:#1e1e1e}.header .header-wrapper .nav .nav-container__mobile .menu-mobile__login .menu-item:not(:first-child){margin-left:.5rem}}.header .header-wrapper .nav .nav__list{display:flex;gap:3rem}.header .header-wrapper .nav .nav__list .nav__link{font-size:1.2rem;color:#1e1e1e80;position:relative}.header .header-wrapper .nav .nav__list .nav__link.active{color:#1e1e1e}.header .header-wrapper .nav .nav__list .nav__link:not(.active):before{content:"";display:flex;width:2px;height:1px;position:absolute;bottom:-3px;background:rgb(30,30,30);transition:.4s ease-in;opacity:0}.header .header-wrapper .nav .nav__list .nav__link:hover{color:#1e1e1e;transition:.4s ease-in}.header .header-wrapper .nav .nav__list .nav__link:hover:before{width:100%;opacity:1}@media screen and (max-width: 900px){.header .header-wrapper .nav{justify-content:center}}@media screen and (max-width: 768px){.header .header-wrapper .nav{display:none}.header .header-wrapper .nav.--open{width:60%;height:100vh;display:flex;flex-direction:column;justify-content:flex-start;position:absolute;top:0;left:0;background:#fff;box-shadow:0 6px 8px #00000040;padding:1rem 1.5rem;animation:slideRight .4s linear;transition:all .4s ease-in-out;overflow-y:scroll}.header .header-wrapper .nav.--open .nav__list{gap:0;flex-direction:column}.header .header-wrapper .nav.--open .nav__list .nav__item{width:max-content;display:flex;border-radius:8px}.header .header-wrapper .nav.--open .nav__list .nav__item:hover{background-color:#c1dcdc66}.header .header-wrapper .nav.--open .nav__list .nav__item .nav__link{padding:.5rem 1rem;margin:0}.header .header-wrapper .nav.--open .nav__list .nav__item .nav__link:not(.active):before{display:none}}.header .header-wrapper .header-column-right{display:flex;align-items:center;justify-content:space-between;gap:3rem}@media screen and (max-width: 768px){.header .header-wrapper .header-column-right{gap:1rem}}.header .header-wrapper .header-column-right .profile{cursor:pointer}.header .header-wrapper .header-column-right .profile:hover{transform:scale(1.3)}.header .header-wrapper .header-column-right .minicart-container{position:relative;cursor:pointer}.header .header-wrapper .header-column-right .minicart-container:hover{transform:scale(1.3)}.header .header-wrapper .header-column-right .minicart-container .count{width:24px;height:24px;position:absolute;right:-10px;top:-5px;display:flex;align-items:center;justify-content:center;border-radius:32px;background:#598888;font-weight:500;font-size:.8rem;color:#fff}@media screen and (max-width: 768px){.header .header-wrapper{justify-content:space-between;gap:0;padding:1rem}}@media screen and (min-width: 768px) and (max-width: 1024px){.header .header-wrapper{gap:1rem}}@keyframes slideRight{0%{transform:translate(-100%)}to{transform:translate(0)}}.newsletter{margin-bottom:4.5rem}.newsletter .newsletter-wrapper{padding:0 6rem}.newsletter .newsletter-wrapper .newsletter-content{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__title{width:407px;padding:1rem 0}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__title .newsletter__title{font-weight:600;font-size:2.3rem;line-height:60px;color:#446969}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__title .newsletter__title{font-size:1.6rem;line-height:normal;text-align:center}}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__title .newsletter__text{width:100%;display:flex;font-weight:400;font-size:1rem;color:#1e1e1e80}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__title .newsletter__text{width:100%;margin-top:.25rem;font-size:.75rem;text-align:center;justify-content:center}}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__title .newsletter__text{justify-content:center}}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__title{width:100%;padding:0}}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input{flex:1}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form{display:flex;gap:1.5rem;flex:1}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container{display:flex;flex-direction:column;flex:1;position:relative}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input{position:relative}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input{width:100%;height:60px;padding:1rem 2.5rem 1rem calc(4.5rem + 40px);background:#f7f7f7;border:none;border-radius:12px;box-shadow:2px 2px 4px #dadada;color:#1e1e1ebf}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input::-webkit-input-placeholder{font-weight:400;font-size:1rem;color:#1e1e1e80}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input::-webkit-input-placeholder{font-size:.8rem}}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input:focus-visible{border:1px solid rgb(68,105,105);outline:none}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input:focus-visible~.email-icon svg path:first-child{fill:#446969}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input:focus-visible~.email-icon svg path:last-child{stroke:#446969}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input:valid{border:1px solid rgb(68,105,105)!important}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input:valid~.email-icon svg path:first-child{fill:#446969}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input:valid~.email-icon svg path:last-child{stroke:#446969}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input.error--active{border:1px solid rgb(220,113,107)}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input.error--active~.email-icon svg path:first-child{fill:#dc716b}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input.error--active~.email-icon svg path:last-child{stroke:#dc716b}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .newsletter__input{padding-left:calc(2rem + 40px)}}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .email-icon{position:absolute;top:30px;left:40px;transform:translateY(-50%)}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .email-icon svg path:first-child{fill:#b4b4b4}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .email-icon svg path:last-child{stroke:#b4b4b4}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .email-icon.error--active svg path:first-child{fill:#dc716b!important}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .email-icon.error--active svg path:last-child{stroke:#dc716b!important}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .newsletter-input .email-icon{left:20px}}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .error-message{display:none}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter-input-container .error-message.error--active{display:flex;font-weight:500;font-size:1rem;margin-top:.5em;color:#dc716b}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter__button{width:130px;height:60px;padding:1rem 2.75rem;background:rgb(68,105,105);border:none;border-radius:12px;font-weight:500;font-size:1rem;color:#fff}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter__button:hover{opacity:.8}.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter__button:active{background:#244545;opacity:1}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter__button{width:100%}}@media screen and (min-width: 1024px) and (max-width: 1440px){.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form .newsletter__button{width:100px;padding:.5rem}}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input form{flex-direction:column}}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content .newsletter-content__input{width:100%;flex-direction:column}}.newsletter .newsletter-wrapper .newsletter-content .email-submit-message{flex:1;text-align:center;font-weight:500;font-size:2rem;color:#446969}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content{flex-direction:column;margin-top:2rem}}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-content{width:100%;margin:0}}@media screen and (min-width: 1024px) and (max-width: 1440px){.newsletter .newsletter-wrapper .newsletter-content{width:100%;margin:0}}.newsletter .newsletter-wrapper .newsletter-footer .newsletter-footer__text{font-weight:400;font-size:1rem;color:#1e1e1e80;text-align:center}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-footer .newsletter-footer__text{font-size:.75rem}}@media screen and (min-width: 375px) and (max-width: 1024px){.newsletter .newsletter-wrapper .newsletter-footer .newsletter-footer__text{width:70%;margin:1rem auto 0}}@media screen and (max-width: 1024px){.newsletter .newsletter-wrapper{padding:0 1rem}}.footer{width:100%;background:rgb(193,220,220)}@media screen and (min-width: 768px) and (max-width: 1439.98px){.footer{padding:3rem 0!important}}.footer .footer-wrapper{padding:3rem 6rem}@media screen and (max-width: 1024px){.footer .footer-wrapper{padding:3rem 1rem}}@media screen and (max-width: 768px){.footer .footer-wrapper{padding:1.5rem}}.footer .footer-wrapper .footer-top-line{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:5rem}.footer .footer-wrapper .footer-top-line .footer-column-left{display:flex;flex-direction:column;gap:1.5rem}.footer .footer-wrapper .footer-top-line .footer-column-left .logo-footer{width:110px;height:30px}.footer .footer-wrapper .footer-top-line .footer-column-left .column-left__text{width:190px;font-weight:500;font-size:1.2rem;color:#1e1e1e80}@media screen and (max-width: 768px){.footer .footer-wrapper .footer-top-line .footer-column-left .column-left__text{font-size:.875rem}}.footer .footer-wrapper .footer-top-line .footer-column-left .network-container{display:flex}.footer .footer-wrapper .footer-top-line .footer-column-left .network-container .network__link .network-icon{width:48px;height:48px;padding:.9rem;border:1px solid rgba(30,30,30,.5);border-radius:32px}.footer .footer-wrapper .footer-top-line .footer-column-left .network-container .network__link:not(:last-child){margin-right:1.5rem}@media screen and (max-width: 768px){.footer .footer-wrapper .footer-top-line .footer-column-left{gap:1rem}}.footer .footer-wrapper .footer-top-line .footer-column-right{display:flex;gap:3rem}.footer .footer-wrapper .footer-top-line .footer-column-right .footer__list .list__title{font-size:1rem;font-weight:700;margin-bottom:1.5rem}@media screen and (max-width: 768px){.footer .footer-wrapper .footer-top-line .footer-column-right .footer__list .list__title{margin-bottom:1rem}}.footer .footer-wrapper .footer-top-line .footer-column-right .footer__list .footer__link .footer__item{width:max-content;font-size:1rem;color:#1e1e1e80}.footer .footer-wrapper .footer-top-line .footer-column-right .footer__list .footer__link .footer__item:hover{color:#1e1e1ebf}.footer .footer-wrapper .footer-top-line .footer-column-right .footer__list .footer__link:not(:last-child){display:flex;margin-bottom:1.5rem}@media screen and (max-width: 768px){.footer .footer-wrapper .footer-top-line .footer-column-right .footer__list .footer__link:not(:last-child){margin-bottom:1rem}}@media screen and (max-width: 768px){.footer .footer-wrapper .footer-top-line .footer-column-right{flex-direction:column;gap:1.5rem}}@media screen and (max-width: 768px){.footer .footer-wrapper .footer-top-line{flex-direction:column;gap:1.5rem}}.footer .footer-wrapper .footer-copyright{display:flex;justify-content:space-between;gap:1rem;font-size:1rem;color:#1e1e1e80}@media screen and (max-width: 1024px){.footer .footer-wrapper .footer-copyright{font-size:.7rem}}@media screen and (max-width: 768px){.footer .footer-wrapper .footer-copyright{flex-direction:column;justify-content:center;text-align:center}}.footer .footer-wrapper .footer-copyright .copyright__text{display:flex;align-items:center;justify-content:center}.footer .footer-wrapper .footer-copyright .develop-by__text{display:flex;align-items:center;justify-content:center;gap:1rem}.footer .footer-wrapper .footer-copyright .develop-by__text svg path{fill:#1e1e1e80}@media screen and (max-width: 1024px){.footer .footer-wrapper .footer-copyright .develop-by__text svg{width:18px;height:18px}}.footer .footer-wrapper .footer-copyright .develop-by__text a{color:#1e1e1e80;text-decoration:underline}.footer .footer-wrapper .footer-copyright .develop-by__text a:hover{color:#1e1e1e}@media screen and (max-width: 375px){.footer .footer-wrapper .footer-copyright .develop-by__text{gap:.5rem}}.input-search-container{width:100%;height:64px;position:relative}.input-search-container .search{width:100%;height:100%;background:#fff;border-radius:12px;border:none;padding:1.2rem 6rem 1.2rem 1.2rem}.input-search-container .search:focus-visible{outline:1px solid rgba(30,30,30,.5);border:none}.input-search-container .button-search{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgb(193,220,220);border:none;border-radius:12px;position:absolute;top:50%;right:-14px;transform:translate(-50%,-50%)}.category__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.category__card .cartegory__image{border-radius:50%}@media screen and (max-width: 768px){.category__card .cartegory__image{width:130px;height:130px}}.category__card .category__title{font-weight:500;font-size:1.2rem;color:#1e1e1ebf}.category__card .category__button{background:rgb(193,220,220);border-radius:12px;padding:.625rem 1rem;font-weight:500;font-size:1rem;color:#446969}.category__card .category__button:hover{opacity:.8}.category__card .category__button:active{background:rgb(89,136,136);color:#f5f5f5;opacity:1}.dropdown-container{position:relative}.dropdown-container .dropdown-container__input{display:flex;align-items:center;justify-content:space-between;width:270px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(30,30,30,.5);border-radius:12px;padding:.625rem;cursor:pointer}.dropdown-container .dropdown-container__input:focus~.select__arrow{transform:rotate(180deg)}@media screen and (max-width: 768px){.dropdown-container .dropdown-container__input{width:100%;gap:1rem}}.dropdown-container .dropdown-container__options{width:100%;position:absolute;border:1px solid rgba(30,30,30,.5);border-radius:12px;margin-top:.5rem;overflow:hidden;z-index:1}.dropdown-container .dropdown-container__options .dropdown-option{font-weight:500;font-size:1rem;line-height:24px;padding:8px 12px;background-color:#fff;cursor:pointer}.dropdown-container .dropdown-container__options .dropdown-option:hover{background:rgb(193,220,220)}@media screen and (max-width: 768px){.dropdown-container{flex:1}}.product-card-container{justify-self:center;position:relative;overflow:hidden}.product-card-container .product-card{cursor:pointer}.product-card-container .product-card .product__image{width:100%;height:280px;border-radius:12px;object-fit:cover}@media screen and (max-width: 768px){.product-card-container .product-card .product__image{width:100%;height:185px}}.product-card-container .product-card .product-container__title{display:flex;align-items:start;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.product-card-container .product-card .product-container__title .product__title{font-weight:600;font-size:1rem;line-height:27px;color:#1e1e1e}.product-card-container .product-card .product-container__title .product__type{font-weight:500;font-size:1rem;color:#1e1e1ebf}@media screen and (max-width: 768px){.product-card-container .product-card .product-container__title{flex-direction:column}}.product-card-container .product-card .product-container__price{display:flex;flex-direction:column;align-items:start;gap:.3rem}.product-card-container .product-card .product-container__price .product-price{font-weight:500;font-size:14px;line-height:21px;text-decoration-line:line-through;color:#1e1e1e80}.product-card-container .product-card .product-container__price .product-selling-price{font-weight:600;font-size:1.4rem;line-height:27px;color:#1e1e1ebf}.product-card-container .product-card .tag{display:none}.product-card-container .product-card .sold-out{position:absolute;top:20px;right:-36px;width:150px;display:block;text-align:center;text-transform:uppercase;font-weight:600;font-size:.8rem;color:#f5f5f5;background:rgb(68,105,105);padding:.5rem;transform:rotate(45deg)}@media screen and (max-width: 768px){.product-card-container .product-card{width:inherit;height:auto;max-height:380px;display:flex;flex-direction:column;gap:.5rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper,swiper-container{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-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,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);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-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,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.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-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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-container: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)}}.product-add-to-cart__button{width:100%;height:60px;display:flex;align-items:center;justify-content:center;gap:.625rem;background-color:#c1dcdc;border:1px solid rgb(193,220,220);border-radius:10px;font-weight:500;font-size:1rem;line-height:27px;color:#446969;padding:1rem;margin-top:1rem;cursor:pointer}.product-add-to-cart__button:hover{background:transparent;border:1px solid rgb(89,136,136)}.product-add-to-cart__button:active{background-color:#598888;color:#f5f5f5}.product-add-to-cart__button:active svg path{fill:#fff}@media screen and (max-width: 768px){.product-add-to-cart__button{font-size:.9rem;padding:.625rem}}.minicart-overlay{width:100%;height:100vh;position:absolute;top:0;right:0;background:rgba(0,0,0,.5)}.minicart-overlay .minicart-wrapper{width:530px;max-width:530px;height:100%;display:flex;flex-direction:column;position:absolute;top:0;right:0;background:#fff;padding:0 2rem;z-index:99999;overflow-y:auto;animation:slideLeft .4s linear;transition:all .4s ease-in-out .8s}.minicart-overlay .minicart-wrapper::-webkit-scrollbar{display:none}.minicart-overlay .minicart-wrapper .minicart__title{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#FFF;padding:1.5rem 0;font-weight:500;font-size:1.2rem;color:#1e1e1e}@media screen and (max-width: 768px){.minicart-overlay .minicart-wrapper .minicart__title{padding:1rem 0;font-size:.9rem}}.minicart-overlay .minicart-wrapper .minicart-content{height:max-content;display:flex;flex-direction:column;justify-content:space-between;flex:1;overflow:hidden}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list{max-height:50%;overflow-y:auto}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list::-webkit-scrollbar{width:5px}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list::-webkit-scrollbar-thumb{background:rgba(144,144,144,.4);border-radius:50px}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-right:1rem}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item img{width:100px;height:100px;object-fit:cover}@media screen and (max-width: 768px){.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item img{width:80px;height:80px}}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .minicart-product-info{width:230px;display:flex;flex-direction:column;flex:1;gap:.5rem}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .minicart-product-info .product-name{font-weight:500;font-size:1rem;color:#1e1e1ebf}@media screen and (max-width: 768px){.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .minicart-product-info .product-name{font-size:.8rem}}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .minicart-product-info .product-price{font-weight:500;font-size:.8rem;color:#1e1e1e80;text-decoration:line-through}@media screen and (max-width: 768px){.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .minicart-product-info .product-price{font-size:.6rem}}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .minicart-product-info .product-selling-price{font-weight:600;font-size:1rem;color:#1e1e1ebf}@media screen and (max-width: 768px){.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .minicart-product-info .product-selling-price{font-size:.8rem}}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .trash-and-count-container .trash-icon{justify-content:flex-end}@media screen and (max-width: 768px){.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .trash-and-count-container .trash-icon svg{width:24px;height:24px}}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .trash-and-count-container .product-count__button{width:110px;max-width:110px;height:40%;padding:.5rem;border-radius:.5rem;font-size:.8rem;margin-top:1rem}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .trash-and-count-container .product-count__button svg{width:18px;height:18px}@media screen and (max-width: 768px){.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .trash-and-count-container .product-count__button svg{width:14px;height:14px}}@media screen and (max-width: 768px){.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item .trash-and-count-container .product-count__button{width:90px;margin-top:.7rem;font-size:.7rem}}.minicart-overlay .minicart-wrapper .minicart-content .minicart-products-list .product-container__item:not(:last-child){margin-bottom:3rem}.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem}.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container{border-bottom:1px solid #e1e1e1;padding-bottom:1.5rem}.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .subtotal__title,.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .shipping__title{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:1rem;color:#1e1e1e80}.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .subtotal__title .subtotal__price,.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .subtotal__title .shipping__price,.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .shipping__title .subtotal__price,.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .shipping__title .shipping__price{font-weight:500;font-size:1rem;color:#1e1e1ebf}@media screen and (max-width: 768px){.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .subtotal__title .subtotal__price,.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .subtotal__title .shipping__price,.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .shipping__title .subtotal__price,.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .shipping__title .shipping__price{font-size:.8rem}}@media screen and (max-width: 768px){.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .subtotal__title,.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .shipping__title{font-size:.8rem}}.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .subtotal-and-shipping-container .subtotal__title{margin-bottom:1rem}.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .total__title{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:1rem;color:#1e1e1e}.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .shipping-info{font-weight:400;font-size:.8rem;color:#1e1e1e80;text-align:center}.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .confirm-order__button{padding:1rem;border-radius:12px;background-color:#446969;font-weight:500;font-size:1rem;text-align:center;color:#fff}.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .confirm-order__button:hover{opacity:.8}.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .confirm-order__button:active{opacity:1;background-color:#2a4e4e}@media screen and (max-width: 768px){.minicart-overlay .minicart-wrapper .minicart-content .minicart__footer .confirm-order__button{font-size:.8rem}}.minicart-overlay .minicart-wrapper .minicart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem}.minicart-overlay .minicart-wrapper .minicart-empty .minicart-empty__text{font-weight:600;font-size:1rem;color:#1e1e1e}.minicart-overlay .minicart-wrapper .minicart-empty .minicart-empty__text:nth-child(3){width:60%;font-weight:400;font-size:.9rem;text-align:center}@media screen and (max-width: 520px){.minicart-overlay .minicart-wrapper{width:100%}}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.product-count__button{width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid rgb(68,105,105);border-radius:10px;font-weight:500;font-size:1rem;color:#446969;padding:16px}.product-count__button svg{cursor:pointer}.button-container .back__button{display:flex;align-items:center;gap:1rem;background-color:transparent;font-weight:500;font-size:1.125rem;color:#598888;margin:0;cursor:pointer}@media screen and (max-width: 1024px){.button-container .back__button{margin:0}}@media screen and (min-width: 1440.98px){.button-container .back__button{padding:2rem 6rem}}.buy-now__button{border-radius:12px;background-color:#446969;padding:1rem 4rem;margin-top:1.5rem;font-weight:500;font-size:1rem;color:#fff}.buy-now__button:hover{opacity:.8}.buy-now__button:active{opacity:1;background-color:#2a4e4e}#root{height:100vh;display:flex;flex-direction:column;justify-content:space-between}.main{flex:1}.--wrapper{padding-top:104px}@media screen and (max-width: 768px){.--wrapper{padding-top:72px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}*::selection{background-color:#c1dcdc;color:#446969}.default-max-width-setup{max-width:1440px;margin:0 auto}@media screen and (max-width: 1024px){.default-max-width-setup{padding:1rem!important}}@media screen and (min-width: 1024px) and (max-width: 1440px){.default-max-width-setup{padding:1rem 3rem!important}}body{font-size:1.6rem!important;color:#1e1e1e;overflow-x:hidden}a{text-decoration:none;color:initial}li{list-style-type:none}button{cursor:pointer;border:none}.sr-only{width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}@media screen and (min-width: 1440px){.container{margin:0 6rem}}@media screen and (max-width: 1024px){.container{margin:0}}.title{font-weight:700;font-size:2rem}@media screen and (max-width: 768px){.title{font-size:1.6rem;line-height:normal!important;margin:0!important}}.subtitle{font-weight:500;font-size:1rem;line-height:27px;color:#1e1e1e80}@media screen and (max-width: 768px){.subtitle{text-align:center}}.hero-wrapper .hero-container{height:100%;background:rgb(193,220,220);padding:3rem 3rem 7.8rem;margin-bottom:6rem;display:flex;border-radius:24px;position:relative;overflow:hidden}.hero-wrapper .hero-container .hero-column-left{width:45%;z-index:9}@media screen and (max-width: 768px){.hero-wrapper .hero-container .hero-column-left{width:70%}}.hero-wrapper .hero-container .hero-column-left .hero-title{font-size:4rem;font-weight:800;line-height:4rem;color:#1e1e1e}@media screen and (max-width: 768px){.hero-wrapper .hero-container .hero-column-left .hero-title{font-size:2.5rem;line-height:normal}}@media screen and (max-width: 425px){.hero-wrapper .hero-container .hero-column-left .hero-title{font-size:1.5rem;line-height:normal}}@media screen and (min-width: 768px) and (max-width: 1024px){.hero-wrapper .hero-container .hero-column-left .hero-title{font-size:3rem}}.hero-wrapper .hero-container .hero-column-left .species-customers-container{display:flex;margin:1.5rem 0 2rem}.hero-wrapper .hero-container .hero-column-left .species-customers-container .species-values{border-right:1px solid rgb(30,30,30);padding-right:3rem;margin-right:3rem}@media screen and (max-width: 768px){.hero-wrapper .hero-container .hero-column-left .species-customers-container .species-values{padding-right:1rem;margin-right:1rem}}.hero-wrapper .hero-container .hero-column-left .species-customers-container .species-values,.hero-wrapper .hero-container .hero-column-left .species-customers-container .customers-values{display:flex;flex-direction:column;gap:.5rem;font-weight:500;font-size:2rem}@media screen and (max-width: 768px){.hero-wrapper .hero-container .hero-column-left .species-customers-container .species-values,.hero-wrapper .hero-container .hero-column-left .species-customers-container .customers-values{font-size:1rem}}.hero-wrapper .hero-container .hero-column-left .species-customers-container .species-values .species__text,.hero-wrapper .hero-container .hero-column-left .species-customers-container .species-values .customers__text,.hero-wrapper .hero-container .hero-column-left .species-customers-container .customers-values .species__text,.hero-wrapper .hero-container .hero-column-left .species-customers-container .customers-values .customers__text{font-size:1rem}@media screen and (max-width: 768px){.hero-wrapper .hero-container .hero-column-left .search-home .input-search-container{height:50px}.hero-wrapper .hero-container .hero-column-left .search-home .input-search-container .search{padding-right:5rem}.hero-wrapper .hero-container .hero-column-left .search-home .input-search-container .search::-webkit-input-placeholder{font-size:.75rem}.hero-wrapper .hero-container .hero-column-left .search-home .input-search-container .button-search{width:40px;height:40px}}@media screen and (min-width: 768px){.hero-wrapper .hero-container .hero-column-left .search-home .input-search-container{width:450px}}.hero-wrapper .hero-container .hero-image{position:absolute;bottom:0;right:0}.hero-wrapper .hero-container .hero-image svg{height:max-content}@media screen and (max-width: 1024px){.hero-wrapper .hero-container .hero-image{width:80%;right:-20px}}@media screen and (max-width: 768px){.hero-wrapper .hero-container .hero-image{display:none!important}}@media screen and (max-width: 768px){.hero-wrapper .hero-container{padding:1.5rem 1rem;margin:0}}@media screen and (min-width: 1024px) and (max-width: 1440px){.hero-wrapper .hero-container{margin:0}}.best-selling-plants-wrapper .best-selling-plants-container{display:flex;gap:3.75rem;margin-bottom:7rem}.best-selling-plants-wrapper .best-selling-plants-container .first-column{width:256px;display:flex;flex-direction:column}@media screen and (max-width: 1024px){.best-selling-plants-wrapper .best-selling-plants-container .first-column{width:100%;align-items:center}}.best-selling-plants-wrapper .best-selling-plants-container .first-column .best-selling-plants__title{line-height:48px;margin-bottom:.75rem}.best-selling-plants-wrapper .best-selling-plants-container .first-column .best-selling-plants__text{margin-bottom:1.5rem}.best-selling-plants-wrapper .best-selling-plants-container .first-column .best-selling-plants__button{max-width:160px;height:50px;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:10px;background:rgb(193,220,220);border:none;border-radius:12px;font-weight:500;font-size:1rem;color:#446969}.best-selling-plants-wrapper .best-selling-plants-container .first-column .best-selling-plants__button:hover{opacity:.8}.best-selling-plants-wrapper .best-selling-plants-container .first-column .best-selling-plants__button:active{background:rgb(89,136,136);color:#f5f5f5;opacity:1}.best-selling-plants-wrapper .best-selling-plants-container .first-column .best-selling-plants__button:active svg path{fill:#f5f5f5}@media screen and (max-width: 768px){.best-selling-plants-wrapper .best-selling-plants-container .first-column .best-selling-plants__button{scale:.8}}.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards .product-card-container{width:300px}@media screen and (max-width: 768px){.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards .product-card-container{width:auto}}.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards .product-card-container .product-card{width:100%;height:436px}.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards .product-card-container .product-card .product__image{width:100%;height:363px;object-fit:cover;border-radius:12px}@media screen and (max-width: 768px){.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards .product-card-container .product-card .product__image{height:150px}}@media screen and (min-width: 768px) and (max-width: 1024px){.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards .product-card-container .product-card .product__image{height:230px}}.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards .product-card-container .product-card .product-container__price{margin-bottom:0}.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards .product-card-container .product-card .product-container__price .product-selling-price{font-weight:500;font-size:1rem;color:#1e1e1e80}@media screen and (max-width: 768px){.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards .product-card-container .product-card{width:106px;height:100%}}@media screen and (min-width: 768px) and (max-width: 1024px){.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards .product-card-container .product-card{width:180px}}@media screen and (max-width: 1024px){.best-selling-plants-wrapper .best-selling-plants-container .home-products__cards{justify-content:space-evenly}}@media screen and (max-width: 1024px){.best-selling-plants-wrapper .best-selling-plants-container{flex-wrap:wrap;margin-bottom:4rem}}@media screen and (min-width: 1024px) and (max-width: 1440px){.best-selling-plants-wrapper .best-selling-plants-container{gap:2rem;margin:2rem 0 0}}@media screen and (max-width: 768px){.best-selling-plants-wrapper{margin-top:4rem}}.about-us-wrapper{margin-bottom:10.3rem}.about-us-wrapper .about-us-container{display:flex;flex-direction:column;align-items:center}.about-us-wrapper .about-us-container .about-us__title{margin-bottom:.75rem}.about-us-wrapper .about-us-container .about-us-content,.about-us-wrapper .about-us-container .about-us__item{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.about-us-wrapper .about-us-container .about-us-content .about-us__item,.about-us-wrapper .about-us-container .about-us__item .about-us__item{width:400px;flex-direction:column;justify-content:center}.about-us-wrapper .about-us-container .about-us-content .about-us__item .about-us__item-icon,.about-us-wrapper .about-us-container .about-us__item .about-us__item .about-us__item-icon{width:96px;height:96px;display:flex;align-items:center;justify-content:center;background-color:#c1dcdc;border-radius:50%}.about-us-wrapper .about-us-container .about-us-content .about-us__item .about-us__item-title,.about-us-wrapper .about-us-container .about-us__item .about-us__item .about-us__item-title{font-weight:700;font-size:1.2rem;margin:1.5rem 0 .75rem}.about-us-wrapper .about-us-container .about-us-content .about-us__item .about-us__item-text,.about-us-wrapper .about-us-container .about-us__item .about-us__item .about-us__item-text{font-weight:500;font-size:1rem;color:#1e1e1e80;text-align:center}.about-us-wrapper .about-us-container .about-us-content{width:100%;gap:2rem .7rem;margin-top:3rem}@media screen and (max-width: 768px){.about-us-wrapper{margin-bottom:4rem}}@media screen and (min-width: 1024px) and (max-width: 1440px){.about-us-wrapper{margin-bottom:7rem}}.categories-wrapper .categories__header{text-align:center;margin-bottom:6rem}@media screen and (max-width: 768px){.categories-wrapper .categories__header{margin-bottom:4rem}}.categories-wrapper .categories-container .categories-content{width:100%;height:841px;position:relative;background:rgb(193,220,220);padding:3rem 6rem}@media screen and (max-width: 1024px){.categories-wrapper .categories-container .categories-content{height:750px;padding:3rem 2rem}}.categories-wrapper .categories-container .categories-content .categories-cards{display:flex;justify-content:space-between;gap:6rem}.categories-wrapper .categories-container .categories-content .categories-cards .categories-card{display:flex;flex-direction:column;align-items:center}.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .categories__image{width:352px;height:512px;border-radius:12px}@media screen and (max-width: 768px){.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .categories__image{width:150px;height:230px}}@media screen and (min-width: 768px) and (max-width: 1024px){.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .categories__image{width:200px;height:250px}}@media screen and (min-width: 1024px) and (max-width: 1440px){.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .categories__image{width:250px;height:300px}}.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .categories-card__title{font-weight:700;font-size:1rem;margin:.75rem 0}.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .info-container{display:flex;flex-direction:column;align-items:center;transition:display .8s ease-in}.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .info-container .categories-card__text{text-align:center;margin-bottom:1.5rem}@media screen and (min-width: 1024px) and (max-width: 1440px){.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .info-container .categories-card__text{width:70%}}.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .info-container .categories__button{width:147px;height:51px;background:#FFFFFF;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;font-size:1rem;display:flex;align-items:center;gap:.6rem}.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .info-container .categories__button:hover{opacity:.8}.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .info-container .categories__button:active{background:rgb(30,30,30);color:#fff;opacity:1}.categories-wrapper .categories-container .categories-content .categories-cards .categories-card .info-container .categories__button:active svg path{fill:#fff}@media screen and (max-width: 768px){.categories-wrapper .categories-container .categories-content .categories-cards .categories-card:nth-child(2){position:absolute;top:80%;right:0}}.categories-wrapper .categories-container .categories-content .categories-cards .categories-card:nth-child(1),.categories-wrapper .categories-container .categories-content .categories-cards .categories-card:nth-child(3){position:relative;top:-95px}@media screen and (max-width: 768px){.categories-wrapper .categories-container .categories-content .categories-cards{position:absolute;left:50%;transform:translate(-50%);gap:1.5rem}}@media screen and (min-width: 768px) and (max-width: 1440px){.categories-wrapper .categories-container .categories-content .categories-cards{gap:1.5rem}}@media screen and (min-width: 1024px) and (max-width: 1440px){.categories-wrapper .categories-container .categories-content{height:100%;padding:4rem 3rem}}.rates-container{padding:6rem 0 4rem}@media screen and (max-width: 768px){.rates-container{padding:1rem 0}}.rates-container .rates__title{width:40%;margin-bottom:3rem;font-weight:700;font-size:2rem}@media screen and (max-width: 768px){.rates-container .rates__title{margin-bottom:2rem;font-size:1rem;text-align:center}}@media screen and (max-width: 1440px){.rates-container .rates__title{width:100%}}.rates-container .swiper{overflow:hidden}.rates-container .swiper .swiper-wrapper .rates-card{width:800px!important;height:330px;background:rgb(193,220,220);border-radius:12px;padding:3rem}.rates-container .swiper .swiper-wrapper .rates-card .rates-card__text{font-weight:500;font-size:1rem;line-height:27px;color:#1e1e1ebf;margin-bottom:3.4rem}@media screen and (max-width: 768px){.rates-container .swiper .swiper-wrapper .rates-card .rates-card__text{font-size:.75rem;line-height:normal;margin-bottom:1.5rem}}@media screen and (min-width: 768px) and (max-width: 1024px){.rates-container .swiper .swiper-wrapper .rates-card .rates-card__text{font-size:.8rem;margin-bottom:3rem}}.rates-container .swiper .swiper-wrapper .rates-card .rates-card-person-info{display:flex;position:relative}.rates-container .swiper .swiper-wrapper .rates-card .rates-card-person-info .quotes-icon{height:max-content;width:45px;position:absolute;top:-16px;z-index:-1}.rates-container .swiper .swiper-wrapper .rates-card .rates-card-person-info .person-image{border-radius:50%;left:-40px;width:128px;height:128px}@media screen and (max-width: 768px){.rates-container .swiper .swiper-wrapper .rates-card .rates-card-person-info .person-image{width:65px;height:65px;margin-right:.5rem}}.rates-container .swiper .swiper-wrapper .rates-card .rates-card-person-info .person-name{font-weight:700;font-size:1rem;line-height:normal;display:flex;flex-direction:column}.rates-container .swiper .swiper-wrapper .rates-card .rates-card-person-info .person-name .person-job{font-weight:500;font-size:.75rem;color:#1e1e1e80}.rates-container .swiper .swiper-wrapper .rates-card .rates-card-person-info .rates-value{font-weight:700;font-size:1rem;height:max-content;display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex:1}@media screen and (max-width: 768px){.rates-container .swiper .swiper-wrapper .rates-card{width:100%!important;height:100%;padding:1.5rem}}@media screen and (min-width: 768px) and (max-width: 1024px){.rates-container .swiper .swiper-wrapper .rates-card{padding:2.5rem;width:610px!important}}.hero .hero-wrapper{padding:0 6rem}.hero .hero-wrapper .hero-content{padding:3.75rem 4.5rem;background-image:url(/assets/products-hero-8a7151cf.png);background-repeat:no-repeat;background-size:cover;border-radius:1.5rem}.hero .hero-wrapper .hero-content .hero-content-wrapper{width:42%;display:flex;flex-direction:column;align-items:flex-start}.hero .hero-wrapper .hero-content .hero-content-wrapper .hero__title{font-weight:700;font-size:4rem;line-height:4rem;color:#1e1e1ebf}@media screen and (max-width: 768px){.hero .hero-wrapper .hero-content .hero-content-wrapper .hero__title{width:155px;font-size:1.5rem;line-height:normal}}.hero .hero-wrapper .hero-content .hero-content-wrapper .hero__text{font-weight:500;font-size:24px;line-height:36px;color:#1e1e1e80;margin:1.5rem 0 2rem}@media screen and (max-width: 768px){.hero .hero-wrapper .hero-content .hero-content-wrapper .hero__text{font-size:1rem;line-height:normal}}@media screen and (max-width: 1024px){.hero .hero-wrapper .hero-content .hero-content-wrapper .hero__text{width:300px}}.hero .hero-wrapper .hero-content .hero-content-wrapper .search-products-wrapper #search-products{background:rgb(193,220,220)}.hero .hero-wrapper .hero-content .hero-content-wrapper .search-products-wrapper #search-products:focus-visible{outline:1px solid rgb(68,105,105)}.hero .hero-wrapper .hero-content .hero-content-wrapper .search-products-wrapper .button-search{background:rgba(255,255,255,.5)}@media screen and (max-width: 1024px){.hero .hero-wrapper .hero-content .hero-content-wrapper{width:60%}}@media screen and (max-width: 768px){.hero .hero-wrapper .hero-content .hero-content-wrapper{width:100%;background-size:100%}}@media screen and (max-width: 1024px){.hero .hero-wrapper .hero-content{background-repeat:no-repeat;background-size:cover;background-position:70%;padding:.5rem 1rem}}.category{margin:3.9rem 0 7rem}.category .category-wrapper .category-cards-container{padding:0 9rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media screen and (max-width: 1024px){.category .category-wrapper .category-cards-container{display:grid;grid-template-columns:repeat(2,1fr);padding:0}}.products{margin-bottom:7.3rem}.products .products-wrapper{padding:0 6rem}.products .products-wrapper .products-content{display:flex;flex-direction:column;gap:6rem}.products .products-wrapper .products-content .products-filter-and-cards{display:flex;gap:2rem}.products .products-wrapper .products-content .products-filter-and-cards .products-filter{width:315px;position:relative}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .products-filter__title{width:100%;font-weight:500;font-size:1.5rem;color:#1e1e1ebf}@media screen and (max-width: 1024px){.products .products-wrapper .products-content .products-filter-and-cards .products-filter .products-filter__title{display:flex;align-items:center;justify-content:space-between}}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .search-types-products-wrapper{width:100%;margin:1.2rem 0 2rem}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .search-types-products-wrapper .input-search-container{width:100%;height:max-content}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .search-types-products-wrapper .input-search-container #search-types-products{height:40px;border:1px solid rgba(30,30,30,.5);border-radius:8px;padding:.5rem 1.2rem}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .search-types-products-wrapper .input-search-container #search-types-products::placeholder{font-weight:400;font-size:1rem;line-height:21px}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .search-types-products-wrapper .input-search-container .button-search{background:transparent;top:55%}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .types-options-container .types-options{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .types-options-container .types-options .type-option{display:flex;align-items:center;gap:1rem}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .types-options-container .types-options .type-option .type__label{display:flex;align-items:center;gap:1rem;font-weight:500;font-size:1rem;color:#1e1e1ebf}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .types-options-container .types-options .type-option .type__label .search-type__input{width:30px;height:30px;position:relative;opacity:0;cursor:pointer;z-index:99}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .types-options-container .types-options .type-option .type__label .search-type__input:checked~.input-checkmark{background-color:#446969;border-color:#446969}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .types-options-container .types-options .type-option .type__label .search-type__input:checked~.input-checkmark:before{display:block}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .types-options-container .types-options .type-option .type__label .input-checkmark{width:30px;height:30px;position:absolute;border:1px solid rgba(30,30,30,.5);border-radius:8px}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper .types-options-container .types-options .type-option .type__label .input-checkmark:before{content:"";display:none;position:absolute;top:24%;left:50%;width:12px;height:4px;border:solid white;border-width:0 0 4px 4px;border-radius:2px;transform:rotate(-38deg) translate(-50%,-50%)}@media screen and (max-width: 1024px){.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper{display:none}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper.--open{width:max-content;display:flex;flex-direction:column;justify-content:flex-end;position:absolute;right:0;background:#fff;border:1px solid rgba(30,30,30,.5);border-radius:12px;padding:1rem;margin-left:auto;margin-top:1rem}.products .products-wrapper .products-content .products-filter-and-cards .products-filter .option-wrapper.--open .search-types-products-wrapper{margin-top:0}}.products .products-wrapper .products-content .products-filter-and-cards .products-filter.--desktop .arrow-down{display:none!important}@media screen and (max-width: 1024px){.products .products-wrapper .products-content .products-filter-and-cards .products-filter.--desktop{display:none}}.products .products-wrapper .products-content .products-filter-and-cards .products-filter.--mobile{width:max-content}.products .products-wrapper .products-content .products-filter-and-cards .products-filter.--mobile .products-filter__title{width:max-content;gap:1rem;margin-left:auto;margin-top:2rem;font-size:1rem}@media screen and (min-width: 1025.98px){.products .products-wrapper .products-content .products-filter-and-cards .products-filter.--mobile{display:none}}.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container{flex:1}.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products-count-and-types-wrapper{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;position:relative;z-index:9}.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products-count-and-types-wrapper .count-and-sort{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap-reverse}.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products-count-and-types-wrapper .count-and-sort .products-count,.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products-count-and-types-wrapper .count-and-sort .products-sort{font-weight:500;font-size:1rem;color:#1e1e1ebf}@media screen and (max-width: 1024px){.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products-count-and-types-wrapper .count-and-sort .products-count,.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products-count-and-types-wrapper .count-and-sort .products-sort{font-size:.8rem}}@media screen and (max-width: 1024px){.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products-count-and-types-wrapper .count-and-sort .products-count{width:max-content;flex:1;margin-top:1rem}}.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products-count-and-types-wrapper .count-and-sort .products-sort{position:relative;display:flex;align-items:center;gap:1rem}@media screen and (min-width: 520.98px) and (max-width: 1024px){.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products-count-and-types-wrapper .count-and-sort .products-sort{width:max-content;justify-content:space-between}}@media screen and (max-width: 520px){.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products-count-and-types-wrapper .count-and-sort .products-sort{width:100%;justify-content:space-between}}.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1rem}.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products__cards .product-card-container{width:100%}@media screen and (max-width: 768px){.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products__cards .product-card-container{width:100%;max-width:220px;height:100%;max-height:400px}}@media screen and (max-width: 768px){.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 520px){.products .products-wrapper .products-content .products-filter-and-cards .products-cards-container .products__cards{grid-template-columns:repeat(3,1fr)}}.products .products-wrapper .products-content .products-best-sellers .best-sellers__title{font-weight:500;font-size:1.5rem;line-height:36px;color:#1e1e1e;margin-bottom:1rem}.products .products-wrapper .products-content .products-best-sellers .swiper-wrapper .swiper-slide{width:max-content!important}@media screen and (max-width: 1024px){.products .products-wrapper .products-content .products-best-sellers .swiper-wrapper .swiper-slide{width:185px}}.products .products-wrapper .products-content .products-best-sellers .swiper-wrapper .swiper-slide .product-card-container{width:220px}@media screen and (max-width: 768px){.products .products-wrapper .products-content .products-best-sellers .swiper-wrapper .swiper-slide .product-card-container{width:180px;height:400px}}.banner{margin-bottom:5rem}.banner .banner-wrapper{padding:0 6rem;height:612px;display:flex;align-items:flex-end;position:relative}.banner .banner-wrapper .banner-content{width:100%;height:463px;display:flex;align-items:center;background-color:#f5f5f5;border-radius:22px;padding:9.75rem 3.9rem;overflow:hidden}.banner .banner-wrapper .banner-content .banner__title{display:flex;flex-direction:column;font-weight:400;font-size:3.2rem;line-height:75px;color:#1e1e1ebf}.banner .banner-wrapper .banner-content .banner__title .banner__text{width:70%;font-weight:400;font-size:1.75rem;line-height:42px;color:#1e1e1ebf}@media screen and (max-width: 768px){.banner .banner-wrapper .banner-content .banner__title .banner__text{width:90%;font-size:1.3rem;line-height:normal}}.banner .banner-wrapper .banner-content .banner-image{position:absolute;right:96px;bottom:0;border-radius:18px;z-index:1}@media screen and (max-width: 1024px){.banner .banner-wrapper .banner-content .banner-image{right:40px}}@media screen and (max-width: 1024px){.banner .banner-wrapper .banner-content .banner-image{display:none}}.banner .banner-wrapper .banner-content .banner-stroke{position:relative;left:-936px;bottom:-120px;width:170px}.banner .banner-wrapper .banner-content .banner-stroke:last-child{position:absolute;width:390px;left:710px;top:80px}@media screen and (max-width: 1024px){.banner .banner-wrapper .banner-content .banner-stroke:last-child{left:410px}}@media screen and (max-width: 1024px){.banner .banner-wrapper .banner-content .banner-stroke{position:absolute;left:-40px;bottom:-160px;width:170px}.banner .banner-wrapper .banner-content .banner-stroke:last-child{display:none!important}}@media screen and (max-width: 768px){.banner .banner-wrapper .banner-content{height:400px;position:relative;padding:6rem 1.5rem}}@media screen and (max-width: 768px){.banner .banner-wrapper{height:100%}}.contact{padding-top:7.5rem;background-color:#fafafa}.contact .contact-wrapper{padding:0 6rem}.contact .contact-wrapper .contact__title{display:flex;flex-direction:column;align-items:center;gap:1rem;font-weight:700;font-size:2rem;line-height:48px;color:#1e1e1e}.contact .contact-wrapper .contact__title .contact__text{width:790px;font-weight:400;font-size:1rem;line-height:27px;text-align:center;color:#1e1e1e}@media screen and (max-width: 1024px){.contact .contact-wrapper .contact__title .contact__text{width:70%}}@media screen and (max-width: 520px){.contact .contact-wrapper .contact__title .contact__text{width:100%;font-size:.75rem;line-height:18px}}@media screen and (max-width: 1024px){.contact .contact-wrapper .contact__title{gap:0;font-size:1.5rem}}.contact .contact-wrapper .contact-container{display:flex;align-items:center;justify-content:space-between;margin:7.5rem 0}.contact .contact-wrapper .contact-container .contact-form{width:470px}.contact .contact-wrapper .contact-container .contact-form .form__title{font-weight:500;font-size:1rem;line-height:27px;color:#1e1e1ebf;text-align:center;margin-bottom:2rem}.contact .contact-wrapper .contact-container .contact-form .form .form__fields{display:flex;flex-direction:column;gap:2.5rem}.contact .contact-wrapper .contact-container .contact-form .form .form__fields .contact__input{width:100%;position:relative;background:#eeeeee;border:none;border-radius:12px;padding:1rem}.contact .contact-wrapper .contact-container .contact-form .form .form__fields .contact__input.textarea{resize:none}.contact .contact-wrapper .contact-container .contact-form .form .form__fields .contact__input:focus{border:1px solid rgb(68,105,105);outline:none}.contact .contact-wrapper .contact-container .contact-form .form .form__fields .contact__input:valid{border:1px solid rgb(68,105,105)!important}.contact .contact-wrapper .contact-container .contact-form .form .form__fields .contact__input.error--active{border:1px solid rgb(220,113,107)}.contact .contact-wrapper .contact-container .contact-form .form .form__fields .email-container .error-message{display:none}.contact .contact-wrapper .contact-container .contact-form .form .form__fields .email-container .error-message.error--active{display:flex;position:absolute;font-weight:500;font-size:1rem;margin-top:.5em;color:#dc716b}.contact .contact-wrapper .contact-container .contact-form .contact__button{width:100%;display:flex;align-items:center;justify-content:center;background-color:#598888;border-radius:12px;padding:1rem;margin:1.5rem 0 0;font-weight:500;font-size:1rem;color:#f5f5f5}.contact .contact-wrapper .contact-container .contact-form .contact__button:hover{opacity:.8}.contact .contact-wrapper .contact-container .contact-form .contact__button:active{transform:scale(.98);opacity:1}@media screen and (max-width: 768px){.contact .contact-wrapper .contact-container .contact-form{width:80%}}@media screen and (max-width: 520px){.contact .contact-wrapper .contact-container .contact-form{width:100%}}.contact .contact-wrapper .contact-container .contact-infos{display:flex;flex-direction:column;align-items:flex-end;gap:2rem}.contact .contact-wrapper .contact-container .contact-infos .contact-info__text{width:max-content;display:flex;align-items:center;justify-content:space-between;gap:2rem;font-weight:400;font-size:1.25rem;line-height:30px;text-align:center;color:#1e1e1ebf}.contact .contact-wrapper .contact-container .contact-infos .contact-info__text.address{width:70%}@media screen and (max-width: 1024px){.contact .contact-wrapper .contact-container .contact-infos .contact-info__text.address{width:100%}}@media screen and (max-width: 1024px){.contact .contact-wrapper .contact-container .contact-infos .contact-info__text{width:100%;flex-direction:row-reverse;justify-content:flex-end;text-align:start}}@media screen and (max-width: 768px){.contact .contact-wrapper .contact-container .contact-infos .contact-info__text{font-size:1rem}}@media screen and (max-width: 1024px){.contact .contact-wrapper .contact-container .contact-infos{margin-top:3rem}}@media screen and (max-width: 1024px){.contact .contact-wrapper .contact-container{flex-direction:column;margin:5rem 0}}.contact .contact-wrapper .iframe{border-radius:12px;margin-bottom:4.5rem}@media screen and (max-width: 1024px){.contact{padding-top:5rem}}.product{height:570px;display:flex;gap:5rem;padding:0 6rem;margin:5.3rem auto 13rem}.product img{width:430px;height:100%;object-fit:fill}@media screen and (max-width: 1024px){.product img{width:300px}}@media screen and (max-width: 768px){.product img{width:100%;height:400px;object-fit:contain}}.product .product-info{display:flex;flex-direction:column;justify-content:space-between}.product .product-info .product-container-title-price{display:flex;flex-direction:column;gap:.5rem}.product .product-info .product-container-title-price .product-type{font-weight:400;font-size:1.125rem;color:#1e1e1ebf}.product .product-info .product-container-title-price .product-name{font-weight:400;font-size:2rem;color:#1e1e1e}.product .product-info .product-container-title-price .product-price{display:block;font-weight:500;font-size:1rem;color:#1e1e1e80;text-decoration:line-through}.product .product-info .product-container-title-price .product-selling-price{display:block;font-weight:500;font-size:1.5rem;color:#1e1e1ebf}.product .product-info .product-container-description{margin-top:2.5rem}.product .product-info .product-container-description .product-description__title,.product .product-info .product-container-description .product-description{display:block;font-size:1.125rem;font-weight:500;color:#1e1e1ebf}.product .product-info .product-container-description .product-description{font-weight:400;margin:.5rem 0 2.4rem}@media screen and (max-width: 768px){.product .product-info .product-container-description .product-description{font-size:.9rem}}.product .product-info .product-add-to-cart__button{margin:0}@media screen and (max-width: 1024px){.product{gap:2rem;height:100%;margin:0}}@media screen and (max-width: 768px){.product{height:max-content;flex-direction:column;margin:0 0 2rem}}.--checkout{display:none}.checkout-wrapper{height:100%;padding:5rem 0 7.5rem;background:rgb(245,245,245)}.checkout-wrapper .checkout-container{display:flex;gap:3rem;padding:0 6rem}.checkout-wrapper .checkout-container .cart-items{flex:1}.checkout-wrapper .checkout-container .cart-items .cart__title{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:1.5rem;color:#1e1e1e;margin:2.5rem 0 .5rem}.checkout-wrapper .checkout-container .cart-items .cart__title .total-items{font-weight:400;font-size:1rem;color:#1e1e1ebf}.checkout-wrapper .checkout-container .cart-items table,.checkout-wrapper .checkout-container .cart-items .checkout-mobile{width:100%;background-color:#fff;border-radius:12px;padding:1rem 1.5rem}.checkout-wrapper .checkout-container .cart-items table thead,.checkout-wrapper .checkout-container .cart-items .checkout-mobile thead{position:relative}.checkout-wrapper .checkout-container .cart-items table thead th,.checkout-wrapper .checkout-container .cart-items .checkout-mobile thead th{font-weight:600;font-size:1rem;color:#1e1e1e80}.checkout-wrapper .checkout-container .cart-items table thead th:first-child,.checkout-wrapper .checkout-container .cart-items .checkout-mobile thead th:first-child{text-align:left}.checkout-wrapper .checkout-container .cart-items table thead th:last-child,.checkout-wrapper .checkout-container .cart-items .checkout-mobile thead th:last-child{text-align:right}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items table thead th,.checkout-wrapper .checkout-container .cart-items .checkout-mobile thead th{font-size:.8rem}}.checkout-wrapper .checkout-container .cart-items table thead:after,.checkout-wrapper .checkout-container .cart-items .checkout-mobile thead:after{content:"";width:100%;height:1px;position:absolute;top:30px;border-bottom:.5px solid rgba(30,30,30,.3);margin:.5rem 0}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items table thead,.checkout-wrapper .checkout-container .cart-items .checkout-mobile thead{display:none}}.checkout-wrapper .checkout-container .cart-items table tbody tr td,.checkout-wrapper .checkout-container .cart-items .checkout-mobile tbody tr td{vertical-align:top}.checkout-wrapper .checkout-container .cart-items table tbody tr td>div,.checkout-wrapper .checkout-container .cart-items .checkout-mobile tbody tr td>div{margin-top:1rem}.checkout-wrapper .checkout-container .cart-items table tbody tr:first-child td>div,.checkout-wrapper .checkout-container .cart-items .checkout-mobile tbody tr:first-child td>div{margin-top:3rem}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items table tbody tr:first-child td>div,.checkout-wrapper .checkout-container .cart-items .checkout-mobile tbody tr:first-child td>div{margin-top:1rem}}.checkout-wrapper .checkout-container .cart-items table tbody .product-item-container,.checkout-wrapper .checkout-container .cart-items .checkout-mobile tbody .product-item-container{display:flex}.checkout-wrapper .checkout-container .cart-items table tbody .product-item-container .product__title,.checkout-wrapper .checkout-container .cart-items .checkout-mobile tbody .product-item-container .product__title,.checkout-wrapper .checkout-container .cart-items table .product-price-container,.checkout-wrapper .checkout-container .cart-items .checkout-mobile .product-price-container{display:flex;flex-direction:column}.checkout-wrapper .checkout-container .cart-items table .product-price-container span,.checkout-wrapper .checkout-container .cart-items .checkout-mobile .product-price-container span{text-align:right}@media screen and (max-width: 1024px){.checkout-wrapper .checkout-container .cart-items table,.checkout-wrapper .checkout-container .cart-items .checkout-mobile{display:none}}@media screen and (min-width: 1025.98px){.checkout-wrapper .checkout-container .cart-items table,.checkout-wrapper .checkout-container .cart-items .checkout-mobile{display:table}}.checkout-wrapper .checkout-container .cart-items .product__image{width:110px;height:100px;border-radius:12px;margin-right:16px}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items .product__image{width:70px;height:70px}}.checkout-wrapper .checkout-container .cart-items .product-name{font-weight:600;font-size:1.12rem;color:#1e1e1ebf}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items .product-name{font-size:.9rem}}.checkout-wrapper .checkout-container .cart-items .product-type{font-weight:500;font-size:.9rem;color:#1e1e1e80}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items .product-type{font-size:.6rem}}.checkout-wrapper .checkout-container .cart-items .selling-price{font-weight:600;font-size:1.125rem;color:#1e1e1ebf}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items .selling-price{font-size:.9rem}}.checkout-wrapper .checkout-container .cart-items .price{font-weight:400;font-size:.9rem;color:var(--color-4, rgba(30, 30, 30, .5));text-decoration:line-through}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items .price{font-size:.7rem}}.checkout-wrapper .checkout-container .cart-items .product-count-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.checkout-wrapper .checkout-container .cart-items .product-count-container .product-count__button{width:90px;height:40px;border-radius:8px;font-size:.8rem;padding:.5rem}.checkout-wrapper .checkout-container .cart-items .product-count-container .product-count__button svg{width:18px;height:18px}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items .product-count-container .product-count__button svg{width:14px;height:14px}}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items .product-count-container .product-count__button{width:70px;height:30px}}.checkout-wrapper .checkout-container .cart-items .product-count-container span{display:flex;align-items:center;gap:10px;font-weight:500;color:#dc716b;font-size:.8rem;cursor:pointer}.checkout-wrapper .checkout-container .cart-items .product-count-container span .trash-icon svg{width:24px;height:24px}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items .product-count-container span .trash-icon svg{width:18px;height:18px}}@media screen and (max-width: 768px){.checkout-wrapper .checkout-container .cart-items .product-count-container span{gap:.25rem;font-size:.6rem}}@media screen and (max-width: 1024px){.checkout-wrapper .checkout-container .cart-items .product-count-container{justify-content:center}}.checkout-wrapper .checkout-container .cart-items .checkout-mobile{display:flex;flex-direction:column;gap:2rem}.checkout-wrapper .checkout-container .cart-items .checkout-mobile .product-container{display:flex;justify-content:space-between}.checkout-wrapper .checkout-container .cart-items .checkout-mobile .product-container:not(:last-child){margin-bottom:1rem}.checkout-wrapper .checkout-container .cart-items .checkout-mobile .product-container .product-image-and-info{display:flex}.checkout-wrapper .checkout-container .cart-items .checkout-mobile .product-container .product-image-and-info .product-info-container{display:flex;flex-direction:column}.checkout-wrapper .checkout-container .cart-items .checkout-mobile .product-container .product-image-and-info .product-info-container .product-price .price{margin-right:.5rem}@media screen and (min-width: 1025.98px){.checkout-wrapper .checkout-container .cart-items .checkout-mobile{display:none}}.checkout-wrapper .checkout-container .cart-total-price{width:430px;height:100%;display:flex;flex-direction:column;position:sticky;top:0;background-color:#fff;padding:1.5rem;border-radius:12px;margin-top:calc(35px + 3rem)}.checkout-wrapper .checkout-container .cart-total-price span{display:flex;justify-content:space-between}.checkout-wrapper .checkout-container .cart-total-price .cart-value{font-weight:400;font-size:1rem;color:#1e1e1e80;margin-bottom:1.5rem}.checkout-wrapper .checkout-container .cart-total-price .cart-value:first-child{margin-bottom:1rem}.checkout-wrapper .checkout-container .cart-total-price .cart-value .--value{font-weight:500;font-size:1rem;color:#1e1e1ebf}.checkout-wrapper .checkout-container .cart-total-price .cart-total{font-weight:500;font-size:1.125rem;color:#1e1e1ebf;border:1px solid rgb(245,245,245);padding:1.5rem 0}.checkout-wrapper .checkout-container .cart-total-price .cart-total .cart-total-value{font-weight:500;font-size:1.125rem}.checkout-wrapper .checkout-container .cart-total-price .shipping-info{font-weight:400;font-size:.8rem;color:#1e1e1e80;text-align:center;margin:2rem 0}.checkout-wrapper .checkout-container .cart-total-price .checkout__button{display:flex;align-items:center;justify-content:center;gap:10px;background-color:#446969;border-radius:12px;font-weight:500;font-size:1rem;color:#fff;padding:1rem 2.75rem}.checkout-wrapper .checkout-container .cart-total-price .checkout__button:hover{opacity:.8}.checkout-wrapper .checkout-container .cart-total-price .checkout__button:active{opacity:1}@media screen and (max-width: 1024px){.checkout-wrapper .checkout-container .cart-total-price{width:100%;margin-top:3rem}}@media screen and (max-width: 1024px){.checkout-wrapper .checkout-container{gap:0;flex-direction:column;padding:0}}@media screen and (max-width: 768px){.checkout-wrapper{padding-top:2rem}}.checkout-empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.checkout-empty-container .minicart-empty-icon{position:relative}.checkout-empty-container .minicart-empty-icon .minicart-icon svg{width:165px;height:165px}.checkout-empty-container .minicart-empty-icon .minicart-icon svg path{stroke-width:3px}.checkout-empty-container .minicart-empty-icon .minicart-icon svg path:nth-child(1),.checkout-empty-container .minicart-empty-icon .minicart-icon svg path:nth-child(2){fill:#598888}.checkout-empty-container .minicart-empty-icon .error-icon{display:flex;width:max-content;position:absolute;right:-20px;bottom:28px}.checkout-empty-container .empty-cart__title{font-weight:600;font-size:1.5rem;color:#1e1e1ebf;margin-bottom:1rem;text-align:center}@media screen and (max-width: 768px){.checkout-empty-container .empty-cart__title{font-size:.8rem}}.checkout-empty-container .empty-cart__text{width:40%;font-weight:400;font-size:1.125rem;color:#1e1e1ebf;text-align:center}@media screen and (max-width: 768px){.checkout-empty-container .empty-cart__text{width:60%;font-size:.8rem}}@media screen and (max-width: 520px){.checkout-empty-container .empty-cart__text{width:80%;font-size:.8rem}}.checkout-empty-container .buy-now__button{scale:.7}
