@import"https://fonts.googleapis.com/css2?family=Barlow: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&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fira+Code:wght@300..700&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Gabarito:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital@0;1&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&family=Space+Grotesk:wght@300..700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Rethink Sans,sans-serif;outline:none;border:none;text-decoration:none}:root .catalog-card-ui{cursor:default;transition:.2s ease;width:100%;background:#fff;border-radius:12px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:16px;gap:16px}:root .catalog-card-ui .image-catalog{width:100%;height:270px;min-height:270px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px}:root .catalog-card-ui .image-catalog img{width:100%;height:100%;object-fit:cover;border-radius:12px}:root .catalog-card-ui .text-content{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}:root .catalog-card-ui .text-content span{color:#0009;font-weight:400;font-size:14px;text-align:left}:root .catalog-card-ui .text-content h2{color:#000c;font-weight:500;text-align:left;font-size:16px;letter-spacing:-.1px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}:root .catalog-card-ui:hover{background-color:#1c96fa1c}:root .vacation-card-ui{width:100%;padding:16px;border-radius:12px;background:#fff;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}:root .vacation-card-ui .title-top-vacation{width:100%;padding:20px 16px;border-radius:12px;background:#f5f5f5;min-height:110px;height:110px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}:root .vacation-card-ui .title-top-vacation p{color:#0009;font-weight:400;font-size:13px;text-align:left;max-width:250px;width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}:root .vacation-card-ui .title-top-vacation h2{color:#000;font-weight:500;font-size:18px;text-align:left;max-width:248px;width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2}:root .vacation-card-ui .date-and-loc{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:14px}:root .vacation-card-ui .date-and-loc .dates{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px}:root .vacation-card-ui .date-and-loc .dates img{min-width:20px;width:20px;height:20px;min-height:20px}:root .vacation-card-ui .date-and-loc .dates span{color:#0009;font-weight:400;font-size:14px;text-align:left;letter-spacing:-.1px}:root .more{width:100%;display:flex;align-items:flex-start;justify-content:center}:root .more button{padding:14px 24px;border-radius:100px;background:#fff;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;gap:8px;cursor:pointer;transition:background-color .1s ease}:root .more button:active{transform:scale(.98)}:root .more button p{color:#1472e2;font-weight:500;font-size:16px;transition:.1s ease}:root .more button .icon{transition:.1s ease;color:#1472e2;font-size:21px}:root .more button:hover{background-color:#1472e2}:root .more button:hover p{color:#fff}:root .more button:hover .icon{color:#fff}:root .no-data-msg{width:100%;display:flex;align-items:center;justify-content:center;padding:3rem 10rem}:root .no-data-msg p{color:#303030;font-weight:400;font-size:14px}:root .success-order-page{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}:root .success-order-page .text-content{max-width:532px;width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:8px}:root .success-order-page .text-content img{max-width:340px;width:100%;height:auto;object-fit:contain}:root .success-order-page .text-content .links-and-texts{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}:root .success-order-page .text-content .links-and-texts h1{color:#132a1b;font-weight:500;font-size:24px;line-height:32px;text-align:center;width:100%}:root .success-order-page .text-content .links-and-texts p{color:#000c;font-weight:400;font-size:14px;text-align:center;width:100%;line-height:24px}.app{overflow-x:hidden!important}*::-webkit-scrollbar{height:3px;width:3px}*::-webkit-scrollbar-track{border-radius:6px;background-color:#fff}*::-webkit-scrollbar-track:hover{background-color:#fff}*::-webkit-scrollbar-track:active{background-color:#fff}*::-webkit-scrollbar-thumb{border-radius:20px;background-color:#72a9ec}*::-webkit-scrollbar-thumb:hover{background-color:#72a9ec}*::-webkit-scrollbar-thumb:active{background-color:#72a9ec}.app{width:100%;min-height:100vh;background:#f5f5f5;position:relative}.app .get-contact-us{position:fixed;z-index:1000;transition:.1s ease;background-color:transparent;border-radius:100px;display:flex;align-items:center;justify-content:center;overflow:hidden;bottom:26px;right:6px;min-width:80px;width:80px;min-height:80px;height:80px;cursor:pointer;animation:whatsappPulse 2s infinite ease-in-out}.app .get-contact-us img{width:60%;height:60%;object-fit:scale-down}.app .get-contact-us:active{transform:scale(.98)}.app .get-contact-us:hover{box-shadow:0 12px 24px #93c4ff83}@keyframes whatsappPulse{0%{box-shadow:0 0 #25d366b3;background-color:#25d366e6}50%{box-shadow:0 0 0 14px #25d36600;background-color:#32e67366}to{box-shadow:0 0 #25d36600;background-color:#25d366e6}}.button-ui{display:flex;align-items:center;justify-content:center;text-align:center;gap:4px;padding:14px 28px;background:#1472e2;cursor:pointer;transition:.1s ease;border-radius:12px;-webkit-user-select:none;user-select:none}.button-ui img{min-width:20px;width:20px;min-height:20px;height:20px}.button-ui p{color:#fff;font-weight:500;font-size:12px;letter-spacing:-.3px;text-align:center}.button-ui:hover{background-color:#1058b1}.button-ui:active{transform:scale(.98)}.title-component{color:#000;font-weight:600;font-size:40px;display:flex;align-items:center;justify-content:center;line-height:52.08px}.show-more-button-ui{background-color:transparent;outline:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;color:#1472e2;font-weight:500;font-size:16px;border-bottom:1px solid #1472e2}.show-more-button-ui:hover{color:#1058b1}.show-more-button-ui:active{transform:scale(.98)}.breadcrumb-wrapper{padding:28px 60px 0;width:100%;position:relative;z-index:1;background-color:transparent}.breadcrumb-wrapper .breadcrumb{width:100%;max-width:1320px;margin:0 auto;height:auto;display:flex;align-items:center;justify-content:flex-start;gap:8px}.breadcrumb-wrapper .breadcrumb .prev,.breadcrumb-wrapper .breadcrumb .current{color:#093663;-webkit-user-select:none;user-select:none;font-weight:400;font-size:14px;text-align:left;padding:3px 0}.breadcrumb-wrapper .breadcrumb .prev:active,.breadcrumb-wrapper .breadcrumb .current:active{transform:scale(.98)}.breadcrumb-wrapper .breadcrumb .prev{cursor:pointer}.breadcrumb-wrapper .breadcrumb .prev:hover{color:#0073ff}.breadcrumb-wrapper .breadcrumb .current{color:#0009}.breadcrumb-wrapper .breadcrumb img{min-width:24px;width:24px;height:24px;min-height:24px}.loader-container{width:100%;height:70vh;display:flex;align-items:center;justify-content:center}.loader-container svg{width:3.25em;transform-origin:center;animation:rotate4 2s linear infinite}.loader-container circle{fill:none;stroke:#3189fc;stroke-width:5;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(360deg)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.modal-get-price{position:fixed;z-index:100000;top:0;right:0;bottom:0;left:0;width:100%;min-height:100vh;background-color:#0000003d;transition:.25s ease;opacity:0;pointer-events:none;display:flex;align-items:center;justify-content:center}.modal-get-price .modal-contain{width:100%;max-width:656px;height:auto;transition:.25s ease;background:#fff;border-radius:12px;transform:scale(.9);opacity:50%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:40px;gap:32px}.modal-get-price .modal-contain .top-title{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:8px}.modal-get-price .modal-contain .top-title h2{color:#000;font-weight:600;font-size:24px;text-align:center;line-height:normal}.modal-get-price .modal-contain .top-title p{max-width:394px;width:100%;text-align:center;line-height:24px;font-size:15px;color:#000000b2}.modal-get-price .modal-contain .form-container{width:100%;height:auto;max-width:576px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.modal-get-price .modal-contain .form-container .inputs-contain{width:100%;max-width:576px;display:grid;grid-template-columns:repeat(2,1fr);justify-items:flex-start;align-items:flex-start;gap:16px}.modal-get-price .modal-contain .form-container .inputs-contain input{width:100%;padding:13.93px 16px;background:#f5f5f5;border-radius:12px;border:1px solid #f5f5f5;cursor:pointer;border:2px solid transparent;transition:.1s ease}.modal-get-price .modal-contain .form-container .inputs-contain input:focus{cursor:default;border:2px solid #0073ff}.modal-get-price .modal-contain .form-container .inputs-contain input::placeholder{color:#0009;font-weight:400;font-size:16px}.modal-get-price .modal-contain .form-container textarea{width:100%;height:96px;resize:none;padding:13.93px 16px;background:#f5f5f5;border-radius:12px;border:1px solid #f5f5f5;cursor:pointer;border:2px solid transparent;transition:.1s ease}.modal-get-price .modal-contain .form-container textarea:focus{cursor:default;border:2px solid #0073ff}.modal-get-price .modal-contain .form-container textarea::placeholder{color:#0009;font-weight:400;font-size:16px}.modal-get-price .modal-contain .form-container .select-file-container{width:100%;position:relative;border:1px dashed #1472e2;border-radius:12px;cursor:pointer;transition:.1s ease;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;padding:13px 18px}.modal-get-price .modal-contain .form-container .select-file-container .left-content{display:flex;align-items:center;justify-content:flex-start;gap:12px}.modal-get-price .modal-contain .form-container .select-file-container .left-content img{min-width:28px;width:28px;min-height:28px;height:28px}.modal-get-price .modal-contain .form-container .select-file-container .left-content .titles{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.modal-get-price .modal-contain .form-container .select-file-container .left-content .titles h4{color:#3a3a49;font-weight:400;font-size:14px;text-align:left;line-height:normal;letter-spacing:-.2px}.modal-get-price .modal-contain .form-container .select-file-container .left-content .titles p{color:#9c9c9c;font-weight:400;font-size:13px;text-align:left;letter-spacing:-.2px;line-height:normal}.modal-get-price .modal-contain .form-container .select-file-container .select-file{color:#1472e2;font-weight:500;font-size:14px;text-align:left;line-height:normal}.modal-get-price .modal-contain .form-container .select-file-container .file-input{opacity:0;position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:pointer}.modal-get-price .modal-contain .form-container .select-file-container:active{transform:scale(.98)}.modal-get-price .modal-contain .form-container button[type=submit]{width:100%;background-color:#1472e2;border-radius:12px;padding:12px 24px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:16px;cursor:pointer;transition:.1s ease;line-height:normal;text-align:center}.modal-get-price .modal-contain .form-container button[type=submit]:hover{background-color:#093663}.modal-get-price .modal-contain .form-container button[type=submit]:active{transform:scale(.98)}.modal-get-price .modal-contain.active{pointer-events:all;opacity:100%;transform:scale(1)}.modal-get-price.active{opacity:100%;pointer-events:all}@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);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)}}.top-header-wrapper{width:100%;height:auto;background:#093663}.top-header-wrapper .top-header{width:100%;max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:14px}.top-header-wrapper .top-header p{margin-right:3rem;width:100%;color:#fff;font-weight:500;font-size:16px;line-height:normal;text-align:center;letter-spacing:-.2px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.top-header-wrapper .top-header .swiper{width:100%;height:100%}.top-header-wrapper .top-header .swiper .swiper-slide{display:flex;align-items:center;justify-content:center;text-align:center}.top-header-wrapper .top-header .swiper .swiper-slide p{width:100%;color:#fff;font-weight:500;font-size:16px;line-height:normal;text-align:center;letter-spacing:-.2px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.header-wrapper{width:100%;padding:18px 60px;background:#fff;border-bottom:1px solid rgba(0,0,0,.0784313725)}.header-wrapper .header{width:100%;max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-wrapper .header .logo{width:100px;height:100px;min-width:100px;min-height:100px;display:flex;align-items:center;justify-content:flex-start}.header-wrapper .header .logo img{width:100%;height:100%;object-fit:contain}.header-wrapper .header .navbar-content{display:flex;align-items:center;justify-content:center;gap:24px}.header-wrapper .header .navbar-content .link{display:flex;align-items:center;justify-content:center;text-align:center;color:#303439;font-weight:400;font-size:15px}.header-wrapper .header .navbar-content .link.active{color:#ff2816}.header-wrapper .header .language-and-profile{width:100%;max-width:321px;padding:12px 0;display:flex;align-items:center;justify-content:flex-end;gap:24px}.header-wrapper .header .language-and-profile .profile-button{display:flex;align-items:center;justify-content:flex-end;gap:12px}.header-wrapper .header .language-and-profile .profile-button .profile-icon{min-width:44px;width:44px;min-height:44px;height:44px;background:#1472e2;border-radius:100px;display:flex;align-items:center;justify-content:center}.header-wrapper .header .language-and-profile .profile-button .profile-icon img{width:100%;height:100%;object-fit:scale-down}.header-wrapper .header .language-and-profile .profile-button h3{color:#1472e2;font-weight:400;text-wrap:nowrap;font-size:14px}.header-wrapper .header .language-and-profile .profile-button:active{transform:scale(.98)}.header-wrapper .header .language-and-profile select{padding-left:24px;width:100%;background-image:url(/dr.svg),url(/globus.svg);background-repeat:no-repeat no-repeat;background-position:100%,0 center;background-size:20px,16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#121212;font-weight:400;font-size:14px;cursor:pointer}.secondary-header-wrapper{width:100%;padding:8px 60px;background:#fff}.secondary-header-wrapper .secondary-header{width:100%;max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.secondary-header-wrapper .secondary-header .catalog-area{display:flex;align-items:center;justify-content:flex-start;position:relative}.secondary-header-wrapper .secondary-header .catalog-area .button-catalog{display:flex;align-items:center;justify-content:flex-start;cursor:pointer;-webkit-user-select:none;user-select:none;gap:12px}.secondary-header-wrapper .secondary-header .catalog-area .button-catalog img{min-width:24px;width:24px;height:24px;min-height:24px;transition:.1s ease}.secondary-header-wrapper .secondary-header .catalog-area .button-catalog p{transition:.1s ease;color:#093663;font-weight:500;font-size:18px}.secondary-header-wrapper .secondary-header .catalog-area .button-catalog:hover p{color:#2463a3}.secondary-header-wrapper .secondary-header .catalog-area .button-catalog:active{transform:scale(.98)}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown{position:fixed;z-index:100;top:240px;left:0;width:100%;background:#0000001f;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);padding:0;transition:.25s ease;height:0;pointer-events:none;visibility:hidden}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu{width:100%;overflow-y:auto;background-color:#fff;border-radius:12px;padding:0;display:flex;align-items:flex-start;justify-content:space-between;gap:28px;transition:.25s ease;height:0;pointer-events:none;visibility:hidden}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area{max-width:278px;width:100%;height:100%;overflow-y:auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px;padding-right:28px;border-right:2px solid rgba(0,0,0,.0392156863)}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item{cursor:default;display:flex;border-radius:8px;align-items:center;justify-content:space-between;padding:12px 16px;width:100%;border:1px solid transparent}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item .left-title{max-width:120px;width:100%;gap:2px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item .left-title h2{color:#121212;font-weight:400;font-size:16px;text-align:left;letter-spacing:-.1px}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item .left-title p{color:#acacac;font-weight:400;font-size:12px;text-align:left;letter-spacing:-.1px}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item .right{color:#8e8e8e;font-size:18px;transition:.1s ease}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item.active-catalog{background:#eff6ff;border:1px solid rgba(20,114,226,.4)}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item.active-catalog .left-title h2{color:#1472e2;font-weight:400}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item.active-catalog .right{color:#1472e2}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item.active-catalog:hover{background:#eff6ff;border:1px solid rgba(20,114,226,.4)}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item.active-catalog:hover .left-title h2{color:#1472e2;font-weight:400}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item.active-catalog:hover .right{color:#1472e2}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item:hover{background:#eff6ff28;border:1px solid rgba(20,114,226,.4)}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item:hover .left-title h2{color:#1472e2;font-weight:400}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .left-catalog-area .catalog-item:hover .right{color:#1472e2}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .right-container{width:100%;height:100%;overflow-y:auto;background:#f5f5f5;border-radius:20px;padding:20px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .right-container .top{width:100%;height:100%;overflow-y:auto;display:grid;justify-items:flex-start;align-items:flex-start;gap:16px}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .right-container .top .product-item{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .right-container .top .product-item .icon-image{min-width:74px;width:74px;min-height:74px;height:74px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border-radius:8px}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .right-container .top .product-item .icon-image img{width:100%;height:100%;object-fit:scale-down}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .right-container .top .product-item h2{color:#121212;font-weight:400;font-size:16px;text-align:left;letter-spacing:-.1px;transition:.1s ease}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .right-container .top .product-item:active{transform:scale(.98)}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu .right-container .top .product-item:hover h2{color:#2463a3}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown .dropdown-menu.active-menu{height:100%;pointer-events:all;visibility:visible;padding:20px}.secondary-header-wrapper .secondary-header .catalog-area .overlay-dropdown.active-overlay{pointer-events:all;height:calc(100vh - 240px);visibility:visible;padding:12px}.secondary-header-wrapper .secondary-header .brends_area{display:grid;width:100%;grid-template-columns:repeat(5,1fr);row-gap:48px;column-gap:20px}.secondary-header-wrapper .secondary-header .brends_area .brend_item,.secondary-header-wrapper .secondary-header .brends_area .brend_item a{font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%;color:#000}.secondary-header-wrapper .secondary-header .brends_area .brend_item:not(:last-of-type){margin-bottom:14px}.secondary-header-wrapper .secondary-header .brends_area .brend_item.bold{margin-bottom:20px;font-weight:500;font-size:16px;line-height:100%;letter-spacing:0%}.secondary-header-wrapper .secondary-header .right{display:flex;align-items:center;justify-content:flex-end;gap:40px;position:relative}.secondary-header-wrapper .secondary-header .right .results-container{position:absolute;z-index:10000;left:0;top:100%;width:100%;margin-top:8px;height:calc(100vh - 100px);background:#fff;box-shadow:0 4px 12px #00000014;padding:28px;border-radius:24px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;transition:.15s ease;overflow-y:auto;gap:16px;pointer-events:none;opacity:0}.secondary-header-wrapper .secondary-header .right .results-container .length-title{color:#0009;font-weight:400;font-size:12px;text-align:left;line-height:normal}.secondary-header-wrapper .secondary-header .right .results-container .results{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px}.secondary-header-wrapper .secondary-header .right .results-container .results .search-result{text-decoration:none;color:unset;width:100%;background-color:transparent;height:auto;display:flex;cursor:pointer;gap:12px;align-items:center;justify-content:flex-start;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.0784313725)}.secondary-header-wrapper .secondary-header .right .results-container .results .search-result .image-content{width:100px;height:100px;background-color:#f5f5f5f5;min-width:100px;min-height:100px;display:flex;align-items:center;justify-content:center;border-radius:8px;position:relative;overflow:hidden}.secondary-header-wrapper .secondary-header .right .results-container .results .search-result .image-content .ss{min-width:90px;width:90px;height:90px;display:flex;align-items:center;justify-content:center;position:absolute;min-height:90px;left:50%;top:50%;transform:translate(-50%,-50%);object-fit:scale-down;border-radius:8px}.secondary-header-wrapper .secondary-header .right .results-container .results .search-result .right-texts{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:12px}.secondary-header-wrapper .secondary-header .right .results-container .results .search-result .right-texts .top-title{gap:2px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.secondary-header-wrapper .secondary-header .right .results-container .results .search-result .right-texts .top-title span{color:#9c9c9c;font-weight:400;font-size:13px;text-align:left;line-height:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.secondary-header-wrapper .secondary-header .right .results-container .results .search-result .right-texts .top-title p{color:#121212;font-weight:400;font-size:16px;text-align:left;line-height:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.secondary-header-wrapper .secondary-header .right .results-container .results .search-result .right-texts .price{color:#000;font-weight:600;font-size:16px;line-height:normal;text-align:left;text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.secondary-header-wrapper .secondary-header .right .results-container .results.loading{display:flex;align-items:center;justify-content:center;height:100%}.secondary-header-wrapper .secondary-header .right .results-container .more.disable{opacity:0;pointer-events:none}.secondary-header-wrapper .secondary-header .right .results-container#active-r{opacity:1;pointer-events:all}.secondary-header-wrapper .secondary-header .right .search-area{display:flex;align-items:center;justify-content:flex-end;gap:160px}.secondary-header-wrapper .secondary-header .right .search-area .left-search{min-width:461px;position:relative;display:flex;align-items:center;justify-content:flex-end}.secondary-header-wrapper .secondary-header .right .search-area .left-search img{position:absolute;left:18px}.secondary-header-wrapper .secondary-header .right .search-area .left-search input[type=search]{width:100%;height:auto;transition:.2s ease;padding:14px 18px 14px 54px;border-radius:100px;background:#fdfdfd;color:#0009;font-weight:400;font-size:16px;border:2px solid rgba(0,0,0,.0392156863)}.secondary-header-wrapper .secondary-header .right .search-area .left-search input[type=search]:focus{cursor:default;border:2px solid #2463a3}.secondary-header-wrapper .secondary-header .right .search-area .left-search input[type=search]::-webkit-search-cancel-button{display:none}.secondary-header-wrapper .secondary-header .right .search-area .get-price-button{background:#1472e2;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;-webkit-user-select:none;user-select:none;color:#fff;font-weight:500;font-size:14px;padding:14px 28px;cursor:pointer;transition:.1s ease}.secondary-header-wrapper .secondary-header .right .search-area .get-price-button:hover{background-color:#093663;color:#fff}.secondary-header-wrapper .secondary-header .right .search-area .get-price-button:active{transform:scale(.98)}.secondary-header-wrapper .secondary-header .right .right-links{display:flex;align-items:center;justify-content:flex-end;gap:24px}.secondary-header-wrapper .secondary-header .right .right-links .item-link{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;transition:50ms ease}.secondary-header-wrapper .secondary-header .right .right-links .item-link .icon-card{min-width:48px;width:48px;min-height:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:100px;background-color:#f3f3f3}.secondary-header-wrapper .secondary-header .right .right-links .item-link .icon-card img{width:100%;height:100%;object-fit:scale-down}.secondary-header-wrapper .secondary-header .right .right-links .item-link p{color:#8e8e8e;font-weight:400;font-size:12px;text-align:center;letter-spacing:-.1px}.secondary-header-wrapper .secondary-header .right .right-links .item-link:hover p{color:#000}.secondary-header-wrapper .secondary-header .right .right-links .item-link:hover .icon-card{background-color:#c7c7c785}.secondary-header-wrapper .secondary-header .right .right-links .item-link:active{transform:scale(.98)}.brends_area{display:grid;width:100%;grid-template-columns:repeat(5,1fr);row-gap:48px;column-gap:20px}.brends_area .brend_item,.brends_area .brend_item a{font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%;color:#000}.brends_area .brend_item:not(:last-of-type){margin-bottom:14px}.brends_area .brend_item.bold{margin-bottom:20px;font-weight:500;font-size:16px;line-height:100%;letter-spacing:0%}.footer-wrapper{width:100%;height:auto;background:#fff;box-shadow:0 0 6px #00000008;padding:28px 60px 0;position:relative}.footer-wrapper .scroll-reset{position:absolute;z-index:100;background:#fff;box-shadow:0 0 12px #12121214;border-radius:100px;display:flex;align-items:center;justify-content:center;top:146px;min-width:48px;width:48px;height:48px;min-height:48px;cursor:pointer;right:12px;overflow:hidden;transition:.2s ease}.footer-wrapper .scroll-reset img{width:100%;height:100%;object-fit:scale-down}.footer-wrapper .scroll-reset:hover{background-color:#bad2e9;transform:translateY(-.2rem)}.footer-wrapper .scroll-reset:active{transform:scale(.98)}.footer-wrapper .footer{width:100%;max-width:1320px;margin:0 auto}.footer-wrapper .footer .footer-logo{border-bottom:1px solid #ebebeb;width:100%;display:flex;align-items:center;justify-content:center;margin-top:117px;padding-bottom:28px}.footer-wrapper .footer .footer-logo img{min-width:100px;width:100px;height:100px;min-height:100px;object-fit:contain}.footer-wrapper .footer .content-footer{width:100%;margin-top:28px;display:flex;align-items:flex-start;justify-content:space-between;gap:136px}.footer-wrapper .footer .content-footer .left-links{max-width:880px;width:100%;display:grid;grid-template-columns:repeat(3,1fr);justify-items:flex-start;align-items:flex-start;gap:100px}.footer-wrapper .footer .content-footer .left-links .link-catalog{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px}.footer-wrapper .footer .content-footer .left-links .link-catalog h3{color:#000;font-weight:500;font-size:18px}.footer-wrapper .footer .content-footer .left-links .link-catalog .links{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.footer-wrapper .footer .content-footer .left-links .link-catalog .links .link{color:#303439;font-weight:400;font-size:13px;text-align:left}.footer-wrapper .footer .content-footer .left-links .link-catalog .links .link:hover{color:#3645d3}.footer-wrapper .footer .content-footer .left-links .social-catalog{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;width:100%;gap:20px}.footer-wrapper .footer .content-footer .left-links .social-catalog h3{color:#000;font-weight:500;font-size:18px}.footer-wrapper .footer .content-footer .left-links .social-catalog .links-social{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.footer-wrapper .footer .content-footer .left-links .social-catalog .links-social .social-item{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px}.footer-wrapper .footer .content-footer .left-links .social-catalog .links-social .social-item img{min-width:24px;width:24px;height:24px;min-height:24px}.footer-wrapper .footer .content-footer .left-links .social-catalog .links-social .social-item p{color:#303439;font-weight:400;font-size:13px;text-align:left}.footer-wrapper .footer .content-footer .socialshares{display:flex;align-items:flex-end;justify-content:flex-end;gap:16px}.footer-wrapper .footer .content-footer .socialshares .social-item{min-width:48px;width:48px;height:48px;min-height:48px;border:2px solid rgba(0,0,0,.0392156863);display:flex;align-items:center;justify-content:center;border-radius:100px;overflow:hidden;transition:.2s ease;cursor:pointer}.footer-wrapper .footer .content-footer .socialshares .social-item:active{transform:scale(.98)}.footer-wrapper .footer .content-footer .socialshares .social-item:hover{border:2px solid rgba(35,127,240,.5333333333)}.footer-wrapper .footer .content-footer .socialshares .social-item img{width:100%;height:100%;object-fit:scale-down}.footer-wrapper .footer .bottom-footer{width:100%;margin-top:48px;border-top:1px solid #ebebeb;padding:28px 0;display:flex;align-items:center;justify-content:flex-start}.footer-wrapper .footer .bottom-footer p{color:#303439;font-weight:400;font-size:14px;text-align:left}.mobile-header-wrapper{width:100%;padding:24px;background-color:#fff;margin-top:8px}.mobile-header-wrapper .mobile-header{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-header-wrapper .mobile-header .logo{min-width:55px;width:55px;min-height:55px;height:55px;display:flex;align-items:center;justify-content:center}.mobile-header-wrapper .mobile-header .logo img{width:100%;height:100%;object-fit:contain}.mobile-header-wrapper .mobile-header .search-area{display:flex;align-items:center;justify-content:flex-end;gap:160px;max-width:300px}.mobile-header-wrapper .mobile-header .search-area .left-search{width:100%;position:relative;display:flex;align-items:center;justify-content:flex-end}.mobile-header-wrapper .mobile-header .search-area .left-search img{position:absolute;left:18px}.mobile-header-wrapper .mobile-header .search-area .left-search input[type=search]{width:100%;height:auto;transition:.2s ease;padding:14px 18px 14px 54px;border-radius:100px;background:#fdfdfd;color:#0009;font-weight:400;font-size:16px;border:2px solid rgba(0,0,0,.0392156863)}.mobile-header-wrapper .mobile-header .search-area .left-search input[type=search]:focus{cursor:default;border:2px solid #2463a3}.mobile-header-wrapper .mobile-header .search-area .left-search input[type=search]::-webkit-search-cancel-button{display:none}.mobile-header-wrapper .mobile-header .search-area .get-price-button{background:#1472e2;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;-webkit-user-select:none;user-select:none;color:#fff;font-weight:500;font-size:14px;padding:14px 28px;cursor:pointer;transition:.1s ease}.mobile-header-wrapper .mobile-header .search-area .get-price-button:hover{background-color:#093663;color:#fff}.mobile-header-wrapper .mobile-header .search-area .get-price-button:active{transform:scale(.98)}.mobile-header-wrapper .mobile-header .results-container{position:absolute;z-index:10000;left:0;top:100%;width:100%;margin-top:8px;height:calc(100vh - 100px);background:#fff;box-shadow:0 4px 12px #00000014;padding:28px;border-radius:24px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;transition:.15s ease;overflow-y:auto;gap:16px;pointer-events:none;opacity:0}.mobile-header-wrapper .mobile-header .results-container .length-title{color:#0009;font-weight:400;font-size:12px;text-align:left;line-height:normal}.mobile-header-wrapper .mobile-header .results-container .results{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px}.mobile-header-wrapper .mobile-header .results-container .results .search-result{text-decoration:none;color:unset;width:100%;background-color:transparent;height:auto;display:flex;cursor:pointer;gap:12px;align-items:center;justify-content:flex-start;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.0784313725)}.mobile-header-wrapper .mobile-header .results-container .results .search-result .image-content{width:100px;height:100px;background-color:#f5f5f5f5;min-width:100px;min-height:100px;display:flex;align-items:center;justify-content:center;border-radius:8px;position:relative;overflow:hidden}.mobile-header-wrapper .mobile-header .results-container .results .search-result .image-content .ss{min-width:90px;width:90px;height:90px;display:flex;align-items:center;justify-content:center;position:absolute;min-height:90px;left:50%;top:50%;transform:translate(-50%,-50%);object-fit:scale-down;border-radius:8px}.mobile-header-wrapper .mobile-header .results-container .results .search-result .right-texts{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:12px}.mobile-header-wrapper .mobile-header .results-container .results .search-result .right-texts .top-title{gap:2px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.mobile-header-wrapper .mobile-header .results-container .results .search-result .right-texts .top-title span{color:#9c9c9c;font-weight:400;font-size:13px;text-align:left;line-height:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.mobile-header-wrapper .mobile-header .results-container .results .search-result .right-texts .top-title p{color:#121212;font-weight:400;font-size:16px;text-align:left;line-height:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.mobile-header-wrapper .mobile-header .results-container .results .search-result .right-texts .price{color:#000;font-weight:600;font-size:16px;line-height:normal;text-align:left;text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.mobile-header-wrapper .mobile-header .results-container .results.loading{display:flex;align-items:center;justify-content:center;height:100%}.mobile-header-wrapper .mobile-header .results-container .more.disable{opacity:0;pointer-events:none}.mobile-header-wrapper .mobile-header .results-container#active-r{opacity:1;pointer-events:all}.mobile-header-wrapper .mobile-header .left-logo{width:120px;display:flex;align-items:center;justify-content:center;overflow:hidden}.mobile-header-wrapper .mobile-header .left-logo img{width:100%;height:100%;object-fit:contain}.mobile-header-wrapper .mobile-header .toggle-button{font-size:36px;color:#2f74c0;cursor:pointer;transition:50ms ease}.mobile-header-wrapper .mobile-header .toggle-button:active{transform:scale(.8)}.mobile-header-wrapper .mobile-header .toggle-menu{height:0;padding:0;visibility:hidden;pointer-events:none;position:fixed;left:0;top:135px;background-color:#fff;width:100%;transition:.3s ease;overflow-y:auto;z-index:10000;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.mobile-header-wrapper .mobile-header .toggle-menu .top-title,.mobile-header-wrapper .mobile-header .toggle-menu .top-title-second,.mobile-header-wrapper .mobile-header .toggle-menu .top-title-third{width:100%;display:flex;align-items:center;justify-content:flex-start}.mobile-header-wrapper .mobile-header .toggle-menu .top-title h2,.mobile-header-wrapper .mobile-header .toggle-menu .top-title-second h2,.mobile-header-wrapper .mobile-header .toggle-menu .top-title-third h2{color:#2f74c0;font-size:16px;font-weight:500}.mobile-header-wrapper .mobile-header .toggle-menu .top-title-second,.mobile-header-wrapper .mobile-header .toggle-menu .top-title-third{margin-top:30px}.mobile-header-wrapper .mobile-header .toggle-menu .link-content{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:4px;margin-top:18px}.mobile-header-wrapper .mobile-header .toggle-menu .link-content .catalog-link{width:100%;display:flex;padding:6px 8px;background-color:#fff;border-radius:4px;align-items:center;justify-content:space-between}.mobile-header-wrapper .mobile-header .toggle-menu .link-content .catalog-link p{color:#404040}.mobile-header-wrapper .mobile-header .toggle-menu .link-content .catalog-link .right{color:#2f74c0;font-size:28px}.mobile-header-wrapper .mobile-header .toggle-menu .link-content .catalog-link:active{background-color:#f0f8ff}.mobile-header-wrapper .mobile-header .toggle-menu .link-content .catalog-link:active{transform:scale(.98)}.mobile-header-wrapper .mobile-header .toggle-menu .link-content .navbar-content{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:4px}.mobile-header-wrapper .mobile-header .toggle-menu .link-content .navbar-content .link{width:100%;padding:6px 8px;background-color:transparent;border-radius:4px;cursor:pointer;color:#404040}.mobile-header-wrapper .mobile-header .toggle-menu .link-content .navbar-content .link:active{background-color:#f0f8ff}.mobile-header-wrapper .mobile-header .toggle-menu .other{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.mobile-header-wrapper .mobile-header .toggle-menu .other .right-links{width:100%;margin-top:24px;display:flex;align-items:center;justify-content:flex-start;gap:24px}.mobile-header-wrapper .mobile-header .toggle-menu .other .right-links .item-link{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;transition:50ms ease}.mobile-header-wrapper .mobile-header .toggle-menu .other .right-links .item-link .icon-card{min-width:28px;width:28px;min-height:28px;height:28px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:100px;padding:6px;background-color:#f3f3f3}.mobile-header-wrapper .mobile-header .toggle-menu .other .right-links .item-link .icon-card img{width:100%;height:100%;object-fit:scale-down}.mobile-header-wrapper .mobile-header .toggle-menu .other .right-links .item-link p{color:#8e8e8e;font-weight:400;font-size:11px;text-align:center;letter-spacing:-.1px}.mobile-header-wrapper .mobile-header .toggle-menu .other .right-links .item-link:hover p{color:#000}.mobile-header-wrapper .mobile-header .toggle-menu .other .right-links .item-link:hover .icon-card{background-color:#c7c7c785}.mobile-header-wrapper .mobile-header .toggle-menu .other .right-links .item-link:active{transform:scale(.98)}.mobile-header-wrapper .mobile-header .toggle-menu .language-and-profile{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;margin-top:18px;gap:32px}.mobile-header-wrapper .mobile-header .toggle-menu .language-and-profile .profile-button{width:100%;border-radius:4px;cursor:pointer;background-color:#1472e2;padding:8px 12px;display:flex;align-items:center;justify-content:flex-start;gap:12px}.mobile-header-wrapper .mobile-header .toggle-menu .language-and-profile .profile-button .profile-icon{min-width:24px;width:24px;padding:5px;min-height:24px;height:24px;background:#404040;border-radius:100px;display:flex;align-items:center;justify-content:center}.mobile-header-wrapper .mobile-header .toggle-menu .language-and-profile .profile-button .profile-icon img{width:100%;height:100%;object-fit:scale-down}.mobile-header-wrapper .mobile-header .toggle-menu .language-and-profile .profile-button h3{color:#fff;font-weight:400;text-wrap:nowrap;font-size:14px}.mobile-header-wrapper .mobile-header .toggle-menu .language-and-profile .profile-button:active{transform:scale(.98)}.mobile-header-wrapper .mobile-header .toggle-menu .language-and-profile select{margin-top:10px;width:100%;background-image:url(/dr.svg),url(/globus.svg);background-repeat:no-repeat no-repeat;background-position:100%,0 center;background-size:20px,16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#121212;font-weight:400;font-size:14px;cursor:pointer;padding:0 32px}.mobile-header-wrapper .mobile-header .toggle-menu .button-for-price{width:100%;display:flex;align-items:center;justify-content:center;margin-top:12px}.mobile-header-wrapper .mobile-header .toggle-menu .button-for-price .getprice{width:100%;padding:12px 8px;border-radius:4px;background-color:#1472e2;color:#fff;font-weight:500;font-size:15px}.mobile-header-wrapper .mobile-header .toggle-menu .button-for-price .getprice:active{transform:scale(.98)}.mobile-header-wrapper .mobile-header .toggle-menu.active{padding:12px 24px;height:calc(100vh - 135px);pointer-events:all;visibility:visible}.mobile-header-wrapper .mobile-header .catalog-menu{height:0;padding:0;visibility:hidden;pointer-events:none;position:fixed;left:0;top:135px;background-color:#fff;width:100%;transition:.3s ease;overflow-y:auto;z-index:10000;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.mobile-header-wrapper .mobile-header .catalog-menu .top{border-bottom:1px solid rgba(206,206,206,.2274509804);padding-bottom:12px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px}.mobile-header-wrapper .mobile-header .catalog-menu .top p{color:#2f74c0;font-size:16px;font-weight:500}.mobile-header-wrapper .mobile-header .catalog-menu .top .right{font-size:24px;color:#1472e2}.mobile-header-wrapper .mobile-header .catalog-menu .all-pro{color:#2f74c0;font-weight:400;font-size:15px;margin:1rem 0}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:18px}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .inner{transition:.2s ease;width:100%;background-color:#8e8e8e17;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px;padding:0;height:0;visibility:hidden;pointer-events:none}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .inner .catalog-item-inner{display:none;width:100%;background-color:transparent}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .inner .catalog-item-inner p{color:#303030;font-size:13px;letter-spacing:-.2px;line-height:24px}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .inner.active-inner{padding:12px;height:300px;overflow-y:auto;pointer-events:all;visibility:visible}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .inner.active-inner .catalog-item-inner{display:flex!important}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .inner.active-inner .catalog-item-inner:active{transform:scale(.98)}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .catalog-item{width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .catalog-item .left{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .catalog-item .left p{color:#121212;font-size:16px;font-weight:400;width:100%;letter-spacing:-.2px}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .catalog-item .left span{color:#8e8e8e;font-size:13px;letter-spacing:-.1px}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .catalog-item .right{font-size:18px;color:#404040}.mobile-header-wrapper .mobile-header .catalog-menu .catalog-contain .catalog .catalog-item:active{background-color:#cdceff}.mobile-header-wrapper .mobile-header .catalog-menu.active-catalog{padding:12px 24px;height:calc(100vh - 135px);pointer-events:all;visibility:visible}@media only screen and (max-width: 1364px){.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section{gap:24px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation{flex-direction:column}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .months{width:100%;justify-content:space-evenly}.product-inner-page-wrapper .product-inner-page .properties-section{padding:24px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .result-permonth-payment{min-width:100%;width:100%}.product-inner-page-wrapper .product-inner-page .top-section-wrapper{height:auto}}@media only screen and (max-width: 1300px){.news-wrapper .news .grid-news{grid-template-columns:repeat(3,1fr)}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .content-filtered-catalogs .filtered-products-catalog .products-catalog{grid-template-columns:repeat(2,1fr)}.about-page-wrapper .about-page{gap:24px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel{max-width:500px}.header-wrapper{padding:18px 24px}.secondary-header-wrapper{padding:8px 24px}.secondary-header-wrapper .secondary-header .right .search-area{gap:36px}}@media only screen and (max-width: 1100px){.catalog-page-wrapper{padding:0 24px;margin-top:24px}.catalog-page-wrapper .catalog-page{margin:0}.catalog-page-wrapper{padding:0 24px}.catalog-page-wrapper .catalog-page .filter-and-content-catalog{margin-top:12px}.products-page-wrapper{padding:24px}.secondary-header-wrapper .secondary-header .right .search-area .left-search{min-width:200px}.footer-wrapper .footer .content-footer{flex-direction:column}.footer-wrapper{padding:24px}}@media only screen and (max-width: 968px){.products-page-wrapper .products-page{flex-direction:column}.products-page-wrapper .products-page .left-filter{max-width:100%!important;width:100%!important}.products-page-wrapper .products-page .right-content .result-area .products-content{grid-template-columns:repeat(2,1fr)!important}.privacy-policy-wrapper .privacy-policy .form-area{padding:24px!important}.privacy-policy-wrapper{padding:0 24px!important}.catalog-page-wrapper .catalog-page .grid-catalog{grid-template-columns:repeat(2,1fr);gap:12px}.news-inner-wrapper .news-inner .hero-inner{height:auto;bottom:70px}.news-inner-wrapper .news-inner .content-inner .left-content .title h1{font-size:18px;line-height:32px}.news-inner-wrapper .news-inner .content-inner .left-content{padding:24px}.news-inner-wrapper .news-inner .content-inner{padding:0 12px 12px;gap:12px;flex-direction:column}.news-inner-wrapper .news-inner .content-inner .left-content .image-c{height:auto}.news-inner-wrapper .news-inner .content-inner .right-other{max-width:100%}.news-inner-wrapper .news-inner{gap:12px}.privacy-policy-wrapper,.map-page-wrapper{margin:0;padding:0 24px}.map-page-wrapper .map-page{gap:16px}.map-page-wrapper .map-page .map-container{height:300px}.map-page-wrapper .map-page .information-container{padding:24px}.map-page-wrapper .map-page .information-container .information{flex-direction:column}.news-wrapper{margin:0;padding:0 24px}.news-wrapper .news{gap:16px}.news-wrapper .news .grid-news{grid-template-columns:repeat(2,1fr)}.privacy-policy-wrapper .privacy-policy{gap:24px}.privacy-policy-wrapper .privacy-policy .text-content{padding:24px}.catalog-page-wrapper .catalog-page .filter-and-content-catalog{flex-direction:column}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .filter-catalog{max-width:100%}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .content-filtered-catalogs .top-sorted .left-tags{display:none}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .content-filtered-catalogs .top-sorted{align-items:flex-end!important;justify-content:flex-end!important;width:100%!important}.about-page-wrapper{margin-top:0;padding:0 24px}.about-page-wrapper .about-page .certificates-wrapper .certificate-content .certificate-item .left .text h3{font-size:16px}.about-page-wrapper .about-page .certificates-wrapper .certificate-content .certificate-item{padding:18px}.about-page-wrapper .about-page .certificates-wrapper h2{font-size:24px}.about-page-wrapper .about-page .certificates-wrapper{padding:24px;gap:12px}.about-page-wrapper .about-page .our-team .grid-team .team-user .title h2{margin:0}.about-page-wrapper .about-page .our-team h2{font-size:24px;margin:1rem 0 0}.about-page-wrapper .about-page .our-team .grid-team{grid-template-columns:repeat(2,1fr)}.about-page-wrapper .about-page .about-card{gap:24px}.home .discountedproducts-wrapper,.product-inner-page-wrapper{padding:24px}.product-inner-page-wrapper .product-inner-page .properties-section .grid-property{grid-template-columns:repeat(1,1fr)}.product-inner-page-wrapper .product-inner-page .comments-customer{padding:24px}.products-page-wrapper .products-page{margin:0 auto}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content,.products-page-wrapper .products-page .filter-and-content .filter{max-width:100%;width:100%}.products-page-wrapper .products-page .filter-and-content{margin-top:12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section{flex-direction:column}.product-inner-page-wrapper .product-inner-page{margin:0}.products-page-wrapper .products-page .filter-and-content{flex-direction:column}.products-page-wrapper .products-page .filter-and-content .content-filtered-products .filtered-products .products{grid-template-columns:repeat(2,1fr)}.top-header-wrapper .top-header .swiper .swiper-slide p{font-size:13px;text-align:center;line-height:normal;font-weight:400}.header-wrapper,.secondary-header-wrapper{display:none}.home .hero-wrapper{margin:12px auto auto}.home .hero-wrapper .hero .categories-contain{display:none!important}.home .feature-card-wrapper{padding:24px!important}.home .feature-card-wrapper .feature-cards{grid-template-columns:repeat(1,1fr)!important;gap:56px!important}.home .hero-wrapper .hero{flex-direction:column-reverse;height:auto}.home .hero-wrapper .hero .best-offers{width:100%!important;max-width:100%!important;min-width:100%!important}.home{height:auto}.hero-wrapper{height:auto!important}.title-component{font-size:24px}.home .best-seller-card-wrapper{margin:36px auto auto}.home .discountedproducts-wrapper,.home .seasonal-offers-wrapper,.home .loved-offers-wrapper,.home .with-offers-wrapper{margin-top:36px}.home .brends-wrapper{padding:24px;margin:36px auto auto}.home .news-card-wrapper{padding:28px;width:calc(100% - 28px);margin:36px auto auto}.home .news-card-wrapper .news-card h2{font-size:18px;line-height:32px;letter-spacing:-.3px}}@media only screen and (max-width: 568px){.home .hero-wrapper .hero .banner-contain{height:auto!important}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer{padding:16px!important}.home .hero-wrapper .hero .banner-contain .swiper .swiper-slide img{object-fit:fill!important}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .day .dayname,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .hours .dayname,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .minutes .dayname{font-size:10px!important}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .day,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .hours,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .minutes{padding:8px!important}.products-page-wrapper .products-page .right-content .result-area .products-content{grid-template-columns:repeat(1,1fr)!important}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .top-head h2,.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .head-accord h2{font-size:14px!important}.login-page-wrapper .login-page,.login-page-wrapper .register-page,.register-page-wrapper .login-page,.register-page-wrapper .register-page{padding:12px!important}.login-page-wrapper .login-page .login-form,.login-page-wrapper .login-page .register-form,.login-page-wrapper .register-page .login-form,.login-page-wrapper .register-page .register-form,.register-page-wrapper .login-page .login-form,.register-page-wrapper .login-page .register-form,.register-page-wrapper .register-page .login-form,.register-page-wrapper .register-page .register-form{height:auto!important;padding:32px 24px!important}.login-page-wrapper .login-page .login-form .form-content .form .top-title h1,.login-page-wrapper .login-page .register-form .form-content .form .top-title h1,.login-page-wrapper .register-page .login-form .form-content .form .top-title h1,.login-page-wrapper .register-page .register-form .form-content .form .top-title h1,.register-page-wrapper .login-page .login-form .form-content .form .top-title h1,.register-page-wrapper .login-page .register-form .form-content .form .top-title h1,.register-page-wrapper .register-page .login-form .form-content .form .top-title h1,.register-page-wrapper .register-page .register-form .form-content .form .top-title h1{font-size:21px!important}.login-page-wrapper .login-page .login-form .form-content .form .top-title p,.login-page-wrapper .login-page .register-form .form-content .form .top-title p,.login-page-wrapper .register-page .login-form .form-content .form .top-title p,.login-page-wrapper .register-page .register-form .form-content .form .top-title p,.register-page-wrapper .login-page .login-form .form-content .form .top-title p,.register-page-wrapper .login-page .register-form .form-content .form .top-title p,.register-page-wrapper .register-page .login-form .form-content .form .top-title p,.register-page-wrapper .register-page .register-form .form-content .form .top-title p{font-size:14px!important;line-height:normal!important}.login-page-wrapper .login-page .login-form .form-content .form .top-title,.login-page-wrapper .login-page .register-form .form-content .form .top-title,.login-page-wrapper .register-page .login-form .form-content .form .top-title,.login-page-wrapper .register-page .register-form .form-content .form .top-title,.register-page-wrapper .login-page .login-form .form-content .form .top-title,.register-page-wrapper .login-page .register-form .form-content .form .top-title,.register-page-wrapper .register-page .login-form .form-content .form .top-title,.register-page-wrapper .register-page .register-form .form-content .form .top-title{padding:0 24px!important}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message .title,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message .title,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message .title,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message .title,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message .title,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message .title,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message .title,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message .title{font-size:14px!important;text-align:center!important}.catalog-page-wrapper .catalog-page .grid-catalog,.news-wrapper .news .grid-news{grid-template-columns:repeat(1,1fr)}.news-wrapper .news .grid-news .news-item .image img{object-fit:cover}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .content-filtered-catalogs .filtered-products-catalog .products-catalog{grid-template-columns:repeat(1,1fr)}.catalog-page-wrapper .catalog-page .filter-and-content-catalog .filter-catalog{height:150px;overflow-y:auto}.about-page-wrapper .about-page .our-team .grid-team{grid-template-columns:repeat(1,1fr)}.about-page-wrapper .about-page .certificates-wrapper .certificate-content .certificate-item{flex-direction:column;gap:32px;width:100%}.about-page-wrapper .about-page .certificates-wrapper .certificate-content .certificate-item .left,.about-page-wrapper .about-page .certificates-wrapper .certificate-content .certificate-item button{width:100%}.about-page-wrapper .about-page .about-card .image-content{height:200px}.about-page-wrapper .about-page .about-card .paragraph p{font-size:14px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel{flex-direction:column-reverse}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .tipped,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .add-fav{width:100%}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount{flex-direction:column;align-items:flex-start}.product-inner-page-wrapper .product-inner-page .comments-customer{padding:24px 12px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper{margin:36px auto auto}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .title{font-size:18px}.product-inner-page-wrapper .product-inner-page .comments-customer .comments-grid{padding:0 12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper{padding:12px}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .title h6{font-size:14px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons{flex-direction:column-reverse}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .text{max-width:100%}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information{flex-direction:column;align-items:flex-start}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .mini-images{height:150px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .mini-images{flex-direction:row;width:100%}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation{gap:12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .title-product h1{font-size:21px}.products-page-wrapper .products-page .filter-and-content .content-filtered-products .filtered-products .products{grid-template-columns:repeat(1,1fr)}.products-page-wrapper .products-page .filter-and-content .content-filtered-products .filtered-products .products .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount{flex-direction:column;gap:12px;align-items:flex-start}.products-page-wrapper .products-page .filter-and-content .content-filtered-products .top-sorted{align-items:flex-start!important;justify-content:flex-start!important;width:100%!important;flex-direction:row-reverse}.products-page-wrapper .products-page .filter-and-content .filter{padding:18px}.products-page-wrapper .products-page .filter-and-content .content-filtered-products .top-sorted .left-tags{display:none}.mobile-header-wrapper .mobile-header .left-logo{width:100px!important}.mobile-header-wrapper .mobile-header .toggle-button{font-size:28px!important}.mobile-header-wrapper .mobile-header .results-container{padding:8px}.mobile-header-wrapper .mobile-header .results-container .results .search-result .image-content{min-width:36px;width:36px;min-height:36px;height:36px}.mobile-header-wrapper .mobile-header .results-container .results .search-result .image-content .ss{width:100%!important;height:100%!important;min-width:unset;min-height:unset;object-fit:contain!important}.mobile-header-wrapper .mobile-header .results-container .results .search-result .right-texts .top-title span{font-size:11px}.mobile-header-wrapper .mobile-header .results-container .results .search-result .right-texts .top-title p{font-size:13px}.mobile-header-wrapper .mobile-header .results-container .results .search-result{gap:24px}.mobile-header-wrapper .mobile-header .results-container .results .search-result .right-texts .price{font-size:14px}.footer-wrapper .footer .content-footer .left-links{grid-template-columns:repeat(1,1fr)}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons{gap:4px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{font-size:8px;letter-spacing:-.2px}.button-ui{gap:6px}.home .news-card-wrapper{padding:12px 16px}.home .news-card-wrapper .news-card .input-field button{padding:10px 12px}.footer-wrapper .footer .content-footer .socialshares{display:grid;grid-template-columns:repeat(3,1fr)}.footer-wrapper .footer .content-footer .left-links{gap:48px}.show-more-button-ui{font-size:13px}.title-component{font-size:21px;line-height:normal}}@media only screen and (max-width: 348px){.mobile-header-wrapper .mobile-header .logo{min-width:36px;width:36px;height:36px;min-height:36px}.mobile-header-wrapper{padding:24px 12px}}.login-page-wrapper,.register-page-wrapper{width:100%;min-height:100vh;background-color:#fff;background-image:url(/loginimage.jpeg);background-repeat:no-repeat;background-size:cover;background-position:center}.login-page-wrapper .login-page,.login-page-wrapper .register-page,.register-page-wrapper .login-page,.register-page-wrapper .register-page{padding:20px;max-width:1320px;min-height:100vh;margin:0 auto;display:flex;align-items:flex-start;justify-content:flex-start}.login-page-wrapper .login-page .login-form,.login-page-wrapper .login-page .register-form,.login-page-wrapper .register-page .login-form,.login-page-wrapper .register-page .register-form,.register-page-wrapper .login-page .login-form,.register-page-wrapper .login-page .register-form,.register-page-wrapper .register-page .login-form,.register-page-wrapper .register-page .register-form{padding:40px;max-width:688px;width:100%;height:984px;background:#fff;border-radius:40px;overflow-y:auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.login-page-wrapper .login-page .login-form .top,.login-page-wrapper .login-page .register-form .top,.login-page-wrapper .register-page .login-form .top,.login-page-wrapper .register-page .register-form .top,.register-page-wrapper .login-page .login-form .top,.register-page-wrapper .login-page .register-form .top,.register-page-wrapper .register-page .login-form .top,.register-page-wrapper .register-page .register-form .top{width:100%;display:flex;align-items:center;justify-content:flex-start}.login-page-wrapper .login-page .login-form .top .get-back,.login-page-wrapper .login-page .register-form .top .get-back,.login-page-wrapper .register-page .login-form .top .get-back,.login-page-wrapper .register-page .register-form .top .get-back,.register-page-wrapper .login-page .login-form .top .get-back,.register-page-wrapper .login-page .register-form .top .get-back,.register-page-wrapper .register-page .login-form .top .get-back,.register-page-wrapper .register-page .register-form .top .get-back{min-width:48px;width:48px;height:48px;min-height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:100px;background:#fff;box-shadow:0 0 6px #0936631a}.login-page-wrapper .login-page .login-form .top .get-back img,.login-page-wrapper .login-page .register-form .top .get-back img,.login-page-wrapper .register-page .login-form .top .get-back img,.login-page-wrapper .register-page .register-form .top .get-back img,.register-page-wrapper .login-page .login-form .top .get-back img,.register-page-wrapper .login-page .register-form .top .get-back img,.register-page-wrapper .register-page .login-form .top .get-back img,.register-page-wrapper .register-page .register-form .top .get-back img{width:100%;height:100%;object-fit:scale-down}.login-page-wrapper .login-page .login-form .form-content,.login-page-wrapper .login-page .register-form .form-content,.login-page-wrapper .register-page .login-form .form-content,.login-page-wrapper .register-page .register-form .form-content,.register-page-wrapper .login-page .login-form .form-content,.register-page-wrapper .login-page .register-form .form-content,.register-page-wrapper .register-page .login-form .form-content,.register-page-wrapper .register-page .register-form .form-content{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.login-page-wrapper .login-page .login-form .form-content .form,.login-page-wrapper .login-page .register-form .form-content .form,.login-page-wrapper .register-page .login-form .form-content .form,.login-page-wrapper .register-page .register-form .form-content .form,.register-page-wrapper .login-page .login-form .form-content .form,.register-page-wrapper .login-page .register-form .form-content .form,.register-page-wrapper .register-page .login-form .form-content .form,.register-page-wrapper .register-page .register-form .form-content .form{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:48px}.login-page-wrapper .login-page .login-form .form-content .form .top-title,.login-page-wrapper .login-page .register-form .form-content .form .top-title,.login-page-wrapper .register-page .login-form .form-content .form .top-title,.login-page-wrapper .register-page .register-form .form-content .form .top-title,.register-page-wrapper .login-page .login-form .form-content .form .top-title,.register-page-wrapper .login-page .register-form .form-content .form .top-title,.register-page-wrapper .register-page .login-form .form-content .form .top-title,.register-page-wrapper .register-page .register-form .form-content .form .top-title{gap:12px;width:100%;padding:0 45px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.login-page-wrapper .login-page .login-form .form-content .form .top-title h1,.login-page-wrapper .login-page .register-form .form-content .form .top-title h1,.login-page-wrapper .register-page .login-form .form-content .form .top-title h1,.login-page-wrapper .register-page .register-form .form-content .form .top-title h1,.register-page-wrapper .login-page .login-form .form-content .form .top-title h1,.register-page-wrapper .login-page .register-form .form-content .form .top-title h1,.register-page-wrapper .register-page .login-form .form-content .form .top-title h1,.register-page-wrapper .register-page .register-form .form-content .form .top-title h1{color:#000;font-weight:600;font-size:28px;line-height:normal;text-align:center;width:100%}.login-page-wrapper .login-page .login-form .form-content .form .top-title p,.login-page-wrapper .login-page .register-form .form-content .form .top-title p,.login-page-wrapper .register-page .login-form .form-content .form .top-title p,.login-page-wrapper .register-page .register-form .form-content .form .top-title p,.register-page-wrapper .login-page .login-form .form-content .form .top-title p,.register-page-wrapper .login-page .register-form .form-content .form .top-title p,.register-page-wrapper .register-page .login-form .form-content .form .top-title p,.register-page-wrapper .register-page .register-form .form-content .form .top-title p{color:#000c;font-weight:400;font-size:16px;text-align:center;width:100%;line-height:24px}.login-page-wrapper .login-page .login-form .form-content .form .input-container,.login-page-wrapper .login-page .register-form .form-content .form .input-container,.login-page-wrapper .register-page .login-form .form-content .form .input-container,.login-page-wrapper .register-page .register-form .form-content .form .input-container,.register-page-wrapper .login-page .login-form .form-content .form .input-container,.register-page-wrapper .login-page .register-form .form-content .form .input-container,.register-page-wrapper .register-page .login-form .form-content .form .input-container,.register-page-wrapper .register-page .register-form .form-content .form .input-container{width:100%;max-width:440px;margin:0 auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:28px}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input{position:relative;width:100%}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input input,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input input,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input input,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input input,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input input,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input input,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input input,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input input{width:100%;padding:16px;border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.0392156863);transition:.1s ease;cursor:pointer;font-weight:400;font-size:16px;color:#000}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input input::placeholder,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input input::placeholder,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input input::placeholder,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input input::placeholder,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input input::placeholder,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input input::placeholder,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input input::placeholder,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input input::placeholder{color:#0009}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input input:focus,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input input:focus,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input input:focus,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input input:focus,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input input:focus,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input input:focus,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input input:focus,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input input:focus{cursor:default;border:1px solid #404040}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input .eye,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input .eye,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input .eye,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input .eye,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input .eye,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input .eye,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input .eye,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input .eye{position:absolute;z-index:5;top:16px;right:16px;font-size:24px;color:#121212;transition:.1s ease;cursor:pointer}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input .eye:active,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input .eye:active,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input .eye:active,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input .eye:active,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .pass-input .eye:active,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .pass-input .eye:active,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .pass-input .eye:active,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .pass-input .eye:active{transform:scale(.98)}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link{width:100%;display:flex;align-items:center;justify-content:flex-start}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link .forgot-password,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link .forgot-password,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link .forgot-password,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link .forgot-password,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link .forgot-password,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link .forgot-password,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link .forgot-password,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link .forgot-password{color:#1472e2;font-weight:400;font-size:14px;text-align:left}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link .forgot-password:hover,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link .forgot-password:hover,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link .forgot-password:hover,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link .forgot-password:hover,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link .forgot-password:hover,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link .forgot-password:hover,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link .forgot-password:hover,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link .forgot-password:hover{text-decoration:underline;color:#7b68ee}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link-register,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link-register,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link-register,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link-register,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link-register,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link-register,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link-register,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link-register{display:flex;align-items:center;justify-content:flex-start;gap:12px}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link-register input[type=checkbox],.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link-register input[type=checkbox],.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link-register input[type=checkbox],.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link-register input[type=checkbox],.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link-register input[type=checkbox],.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link-register input[type=checkbox],.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link-register input[type=checkbox],.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link-register input[type=checkbox]{min-width:24px;width:24px;height:24px;min-height:24px;border:1.2px solid rgba(0,0,0,.6)}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link-register .text,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link-register .text,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link-register .text,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link-register .text,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link-register .text,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link-register .text,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link-register .text,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link-register .text{color:#0009;font-weight:400;font-size:14px}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link-register .text .rules,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link-register .text .rules,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link-register .text .rules,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link-register .text .rules,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link-register .text .rules,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link-register .text .rules,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link-register .text .rules,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link-register .text .rules{padding:0 5px;color:#1472e2;font-weight:400;font-size:14px;text-align:left}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link-register .text .rules:hover,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link-register .text .rules:hover,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link-register .text .rules:hover,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link-register .text .rules:hover,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs .link-register .text .rules:hover,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs .link-register .text .rules:hover,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs .link-register .text .rules:hover,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs .link-register .text .rules:hover{text-decoration:underline;color:#7b68ee}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs input[type=number]::-webkit-inner-spin-button,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs input[type=number]::-webkit-inner-spin-button,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs input[type=number]::-webkit-inner-spin-button,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs input[type=number]::-webkit-inner-spin-button,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs input[type=number]::-webkit-inner-spin-button,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs input[type=number]::-webkit-inner-spin-button,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs input[type=number]::-webkit-inner-spin-button,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs input[type=number]::-webkit-inner-spin-button{display:none}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs input,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs input,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs input,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs input,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs input,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs input,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs input,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs input{width:100%;padding:16px;border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.0392156863);transition:.1s ease;cursor:pointer;font-weight:400;font-size:16px;color:#000}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs input::placeholder,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs input::placeholder,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs input::placeholder,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs input::placeholder,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs input::placeholder,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs input::placeholder,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs input::placeholder,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs input::placeholder{color:#0009}.login-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs input:focus,.login-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs input:focus,.login-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs input:focus,.login-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs input:focus,.register-page-wrapper .login-page .login-form .form-content .form .input-container .top-inputs input:focus,.register-page-wrapper .login-page .register-form .form-content .form .input-container .top-inputs input:focus,.register-page-wrapper .register-page .login-form .form-content .form .input-container .top-inputs input:focus,.register-page-wrapper .register-page .register-form .form-content .form .input-container .top-inputs input:focus{cursor:default;border:1px solid #404040}.login-page-wrapper .login-page .login-form .form-content .form .input-container .button-content,.login-page-wrapper .login-page .register-form .form-content .form .input-container .button-content,.login-page-wrapper .register-page .login-form .form-content .form .input-container .button-content,.login-page-wrapper .register-page .register-form .form-content .form .input-container .button-content,.register-page-wrapper .login-page .login-form .form-content .form .input-container .button-content,.register-page-wrapper .login-page .register-form .form-content .form .input-container .button-content,.register-page-wrapper .register-page .login-form .form-content .form .input-container .button-content,.register-page-wrapper .register-page .register-form .form-content .form .input-container .button-content{width:100%;display:flex;align-items:center;justify-content:center}.login-page-wrapper .login-page .login-form .form-content .form .input-container .button-content button,.login-page-wrapper .login-page .register-form .form-content .form .input-container .button-content button,.login-page-wrapper .register-page .login-form .form-content .form .input-container .button-content button,.login-page-wrapper .register-page .register-form .form-content .form .input-container .button-content button,.register-page-wrapper .login-page .login-form .form-content .form .input-container .button-content button,.register-page-wrapper .login-page .register-form .form-content .form .input-container .button-content button,.register-page-wrapper .register-page .login-form .form-content .form .input-container .button-content button,.register-page-wrapper .register-page .register-form .form-content .form .input-container .button-content button{width:100%;background:#1472e2;border-radius:12px;border:1px solid #1472e2;color:#fff;font-weight:500;font-size:16px;padding:14px;cursor:pointer;transition:.2s ease}.login-page-wrapper .login-page .login-form .form-content .form .input-container .button-content button:hover,.login-page-wrapper .login-page .register-form .form-content .form .input-container .button-content button:hover,.login-page-wrapper .register-page .login-form .form-content .form .input-container .button-content button:hover,.login-page-wrapper .register-page .register-form .form-content .form .input-container .button-content button:hover,.register-page-wrapper .login-page .login-form .form-content .form .input-container .button-content button:hover,.register-page-wrapper .login-page .register-form .form-content .form .input-container .button-content button:hover,.register-page-wrapper .register-page .login-form .form-content .form .input-container .button-content button:hover,.register-page-wrapper .register-page .register-form .form-content .form .input-container .button-content button:hover{background-color:#1d4980}.login-page-wrapper .login-page .login-form .form-content .form .input-container .button-content button:active,.login-page-wrapper .login-page .register-form .form-content .form .input-container .button-content button:active,.login-page-wrapper .register-page .login-form .form-content .form .input-container .button-content button:active,.login-page-wrapper .register-page .register-form .form-content .form .input-container .button-content button:active,.register-page-wrapper .login-page .login-form .form-content .form .input-container .button-content button:active,.register-page-wrapper .login-page .register-form .form-content .form .input-container .button-content button:active,.register-page-wrapper .register-page .login-form .form-content .form .input-container .button-content button:active,.register-page-wrapper .register-page .register-form .form-content .form .input-container .button-content button:active{transform:scale(.98)}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp{width:100%;margin-top:50px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp .time,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp .time,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp .time,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp .time,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp .time,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp .time,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp .time,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp .time{color:#1472e2;font-weight:500;font-size:16px;text-align:center}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp .send-a-code,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp .send-a-code,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp .send-a-code,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp .send-a-code,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp .send-a-code,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp .send-a-code,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp .send-a-code,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp .send-a-code{margin-top:8px;color:#8e8e8e;font-weight:400;font-size:14px;text-align:center;background-color:transparent;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none;transition:.1s ease}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp .send-a-code:hover,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp .send-a-code:hover,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp .send-a-code:hover,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp .send-a-code:hover,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp .send-a-code:hover,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp .send-a-code:hover,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp .send-a-code:hover,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp .send-a-code:hover{color:#7b68ee}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp .send-a-code:active,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp .send-a-code:active,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp .send-a-code:active,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp .send-a-code:active,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp .send-a-code:active,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp .send-a-code:active,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp .send-a-code:active,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp .send-a-code:active{transform:scale(.98)}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp .send-a-code.active,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp .send-a-code.active,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp .send-a-code.active,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp .send-a-code.active,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message-otp .send-a-code.active,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message-otp .send-a-code.active,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message-otp .send-a-code.active,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message-otp .send-a-code.active{cursor:pointer;pointer-events:all}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message{margin-top:100px;width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message .title,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message .title,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message .title,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message .title,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message .title,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message .title,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message .title,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message .title{color:#000c;font-weight:400;font-size:16px}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message .title .link,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message .title .link,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message .title .link,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message .title .link,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message .title .link,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message .title .link,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message .title .link,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message .title .link{color:#1472e2;font-weight:400;font-size:16px;padding-left:8px}.login-page-wrapper .login-page .login-form .form-content .form .input-container .message .title .link:hover,.login-page-wrapper .login-page .register-form .form-content .form .input-container .message .title .link:hover,.login-page-wrapper .register-page .login-form .form-content .form .input-container .message .title .link:hover,.login-page-wrapper .register-page .register-form .form-content .form .input-container .message .title .link:hover,.register-page-wrapper .login-page .login-form .form-content .form .input-container .message .title .link:hover,.register-page-wrapper .login-page .register-form .form-content .form .input-container .message .title .link:hover,.register-page-wrapper .register-page .login-form .form-content .form .input-container .message .title .link:hover,.register-page-wrapper .register-page .register-form .form-content .form .input-container .message .title .link:hover{text-decoration:underline;color:#7b68ee}.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}.home{width:100%;height:auto}.home .hero-wrapper{width:calc(100% - 40px);height:524px;background-color:transparent;max-width:1400px;margin:20px auto auto}.home .hero-wrapper .hero{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;position:relative}.home .hero-wrapper .hero .categories-contain{max-width:302px;min-width:302px;width:100%;height:524px;overflow-y:auto;border-radius:12px;background:#fff;box-shadow:0 0 6px #00000008;padding:24px 16px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.home .hero-wrapper .hero .categories-contain p{color:#8e8e8e;font-weight:400;font-size:14px;text-align:left}.home .hero-wrapper .hero .categories-contain .link-categories{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item{width:100%;background:#fafafa;border-radius:8px;padding:10px 12px;border:1px solid #f1f1f1;display:flex;align-items:center;justify-content:space-between}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item .left{max-width:180px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item .left .icon{padding:12px;min-width:48px;width:48px;min-height:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border-radius:6px;border:1px solid #efefef}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item .left .icon img{min-width:24px;width:24px;height:24px;min-height:24px;object-fit:contain}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item .left .text{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:2px}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item .left .text h2{color:#121212;font-weight:400;font-size:16px;text-align:left;letter-spacing:-.1px}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item .left .text p{color:#acacac;font-weight:400;font-size:12px;text-align:left;letter-spacing:-.1px}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item .right{font-size:18px;color:#8e8e8e;transition:.2s ease}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item.active-catalog{background:#eff6ff;border:1px solid rgba(20,114,226,.4)}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item.active-catalog .left .text h2{color:#1472e2;font-weight:400}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item.active-catalog .right{color:#1472e2}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item.active-catalog:hover{background:#eff6ff;border:1px solid rgba(20,114,226,.4)}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item.active-catalog:hover .left .text h2{color:#1472e2;font-weight:400}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item.active-catalog:hover .right{color:#1472e2}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item:hover{background:#eff6ff28;border:1px solid rgba(20,114,226,.4)}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item:hover .left .text h2{color:#1472e2;font-weight:400}.home .hero-wrapper .hero .categories-contain .link-categories .catalog-item:hover .right{color:#1472e2}.home .hero-wrapper .hero .banner-contain{overflow:hidden;width:100%;height:524px;display:flex;align-items:center;justify-content:center}.home .hero-wrapper .hero .banner-contain .swiper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.home .hero-wrapper .hero .banner-contain .swiper .swiper-slide{height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 0 6px #00000008}.home .hero-wrapper .hero .banner-contain .swiper .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:12px}.home .hero-wrapper .hero .banner-contain .swiper .swiper-pagination-bullet{min-width:48px;width:48px;height:4px;min-height:4px;border-radius:100px;background-color:#f5f5f5;opacity:1}.home .hero-wrapper .hero .banner-contain .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#1472e2}.home .hero-wrapper .hero .best-offers{width:100%;height:524px;max-width:338px;min-width:338px;border-radius:12px;background:#fff;box-shadow:0 0 6px #00000008;display:flex;align-items:center;justify-content:center}.home .hero-wrapper .hero .best-offers .swiper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide{height:100%;display:flex;align-items:center;justify-content:center}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer{padding:34px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:0}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area{margin-top:14px;width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:12px}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area h3{color:#000;font-weight:500;font-size:16px;text-align:center;width:100%}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area{width:100%;display:flex;align-items:center;justify-content:center;gap:12px}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .day,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .hours,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .minutes{border:2px solid rgba(0,0,0,.0392156863);border-radius:12px;padding:10.5px 16.5px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .day .value,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .hours .value,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .minutes .value{color:#49d75a;font-weight:500;font-size:16px;text-align:center;letter-spacing:-.1px;line-height:normal}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .day .dayname,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .hours .dayname,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .top-title-area .counter-area .minutes .dayname{color:#49d75a;font-weight:400;font-size:12px;text-align:center;letter-spacing:-.1px;line-height:normal}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .details{width:100%;max-width:282px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .details .product-image{width:100%;max-width:180px;width:180px;height:180px;min-height:180px;display:flex;align-items:center;justify-content:center;overflow:hidden}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .details .product-image img{width:100%;height:100%;object-fit:contain}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .details .info{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:12px}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .details .info .mini-title{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:2px}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .details .info .mini-title span{color:#9c9c9c;font-weight:400;font-size:14px;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .details .info .mini-title h2{color:#121212;font-weight:400;font-size:16px;text-align:center;letter-spacing:-.1px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .details .info .prices{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:3.5px 0}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .details .info .prices .discounted{color:#49d75a;font-weight:400;font-size:14px;text-align:center;letter-spacing:-.1px}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .details .info .prices h3{color:#000;font-weight:500;font-size:16px;text-align:center;letter-spacing:-.1px}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons{margin-top:14px;width:100%;max-width:182px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .for-more{padding:4px;display:flex;align-items:center;justify-content:center;text-align:center;background-color:transparent;cursor:pointer;color:#8e8e8e;font-weight:500;font-size:14px}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .for-more:active{transform:scale(.98)}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .for-more:hover{color:#1472e2}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .product-buttons{width:100%;display:flex;align-items:center;gap:12px}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .product-buttons .compare,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .product-buttons .add-fav{display:none!important;min-width:0px;width:0px;min-height:0px;height:0px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f3f3f3;cursor:pointer}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .product-buttons .compare:active,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .product-buttons .add-fav:active{transform:scale(.98)}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .product-buttons .compare img,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .product-buttons .add-fav img{width:100%;height:100%;object-fit:scale-down}.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .product-buttons .compare:hover,.home .hero-wrapper .hero .best-offers .swiper .swiper-slide .container-offer .buttons .product-buttons .add-fav:hover{background-color:#e4dfdf}.home .hero-wrapper .hero .best-offers .swiper .swiper-pagination{top:0;height:0!important}.home .hero-wrapper .hero .best-offers .swiper .swiper-pagination-bullet{min-width:24px;width:24px;height:4px;min-height:4px;border-radius:100px;background-color:#f5f5f5;opacity:1}.home .hero-wrapper .hero .best-offers .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#1472e2}.home .hero-wrapper .hero .overlay-category-catalog{width:100%;max-width:calc(100% - 310px);height:0;pointer-events:none;visibility:hidden;transition:.4s ease;overflow-y:auto;background-color:transparent;position:absolute;z-index:10;right:0;display:flex;align-items:flex-start;justify-content:flex-start}.home .hero-wrapper .hero .overlay-category-catalog .category-catalog{position:relative;z-index:1;width:100%;height:100%;overflow-y:auto;background:#fff;border-radius:0;padding:20px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:32px}.home .hero-wrapper .hero .overlay-category-catalog .category-catalog .top{width:100%;height:auto;display:grid;justify-items:flex-start;align-items:flex-start;grid-template-rows:auto;gap:32px}.home .hero-wrapper .hero .overlay-category-catalog .category-catalog .top .product-item{width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;gap:12px}.home .hero-wrapper .hero .overlay-category-catalog .category-catalog .top .product-item .icon-image{min-width:74px;width:74px;min-height:74px;height:74px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border-radius:8px}.home .hero-wrapper .hero .overlay-category-catalog .category-catalog .top .product-item .icon-image img{width:100%;height:100%;object-fit:scale-down}.home .hero-wrapper .hero .overlay-category-catalog .category-catalog .top .product-item h2{color:#121212;font-weight:400;font-size:16px;text-align:left;letter-spacing:-.1px;transition:.1s ease}.home .hero-wrapper .hero .overlay-category-catalog .category-catalog .top .product-item:active{transform:scale(.98)}.home .hero-wrapper .hero .overlay-category-catalog .category-catalog .top .product-item:hover h2{color:#2463a3}.home .hero-wrapper .hero .overlay-category-catalog.active{height:524px;pointer-events:all;visibility:visible}.home .hero-wrapper .hero .overlay-category-catalog.active:after{content:"";width:100%;max-width:1400px;min-height:500px;background-color:transparent;position:fixed;z-index:0;left:50%;right:50%;transform:translate(-30%,30%);top:0}.home .feature-card-wrapper{width:calc(100% - 40px);background:#fff;border-radius:20px;max-width:1400px;margin:20px auto auto;padding:28px 76px}.home .feature-card-wrapper .feature-cards{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:48px;align-items:center;justify-items:center}.home .feature-card-wrapper .feature-cards .feature-card{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px}.home .feature-card-wrapper .feature-cards .feature-card .left-icon{min-width:60px;width:60px;min-height:60px;height:60px;background:#f6f8fc;border-radius:100px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:14px}.home .feature-card-wrapper .feature-cards .feature-card .left-icon img{width:100%;height:100%;object-fit:scale-down}.home .feature-card-wrapper .feature-cards .feature-card .right-text{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.home .feature-card-wrapper .feature-cards .feature-card .right-text h2{color:#093663;font-weight:400;font-size:18px;line-height:23.44px;text-align:left}.home .feature-card-wrapper .feature-cards .feature-card .right-text p{color:#0a090999;font-weight:400;font-size:14px;line-height:18.23px;text-align:left}.home .best-seller-card-wrapper{width:calc(100% - 60px);max-width:1320px;height:auto;margin:100px auto auto;background-color:transparent}.home .best-seller-card-wrapper .best-seller-card{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories{margin-top:40px;width:100%;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:14px;position:initial}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .swiper{width:100%;height:100%}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .swiper .swiper-slide{display:flex;align-items:center;justify-content:flex-start;overflow:hidden;padding:12px 24px;background-color:transparent;cursor:pointer;border-radius:12px;transition:.2s ease}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .swiper .swiper-slide img{min-width:24px;width:24px;height:24px;min-height:24px}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .swiper .swiper-slide p{width:150px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;text-overflow:ellipsis;line-clamp:1;text-align:center;color:#121212;font-weight:400;font-size:16px;text-wrap:nowrap;line-height:normal}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .swiper .swiper-slide.actived{cursor:default;background-color:#1472e2}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .swiper .swiper-slide.actived p{color:#fff}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .swiper .swiper-slide.actived:hover{background-color:#1472e2}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .swiper .swiper-slide:active{transform:scale(.98)}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .swiper .swiper-slide:hover{background-color:#6baaf718}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .custom-buttons{width:100%;display:flex;align-items:center;justify-content:space-between;position:absolute;max-width:1410px;margin:0 auto;z-index:10;pointer-events:none}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .custom-buttons button{pointer-events:all;min-width:24px;width:24px;height:24px;min-height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:transparent;overflow:hidden}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .custom-buttons button img{width:100%;height:100%;object-fit:scale-down}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .custom-buttons button:active{transform:scale(.98)}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .custom-buttons button:nth-child(1){position:relative;left:.2rem}.home .best-seller-card-wrapper .best-seller-card .best-seller-categories .custom-buttons button:nth-child(2){position:relative;right:.2rem}.home .best-seller-card-wrapper .best-seller-card .best-seller-products{width:100%;margin-top:40px;height:auto;background-color:transparent;position:relative}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper{width:100%;height:100%}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container{width:100%;background-color:transparent;height:507px;display:flex;align-items:flex-end;justify-content:center;position:relative}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .flag-area{position:absolute;z-index:10;top:24px;left:32px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .flag-area .discounted-flag,.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .flag-area .new-flag{padding:6px 12px;background:#ffe6e3;border-radius:100px;display:flex;align-items:center;justify-content:center}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .flag-area .discounted-flag p,.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .flag-area .new-flag p{width:100%;text-align:center;color:#ff2816;font-weight:400;font-size:12px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .flag-area .new-flag{background-color:#e7fbe9}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .flag-area .new-flag p{color:#3dc34d}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui{width:100%;min-height:437px;height:437px;position:relative;padding:24px 16px;display:flex;align-items:flex-end;justify-content:center;background:#fff;box-shadow:0 0 12px #0000000f;border-radius:10px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content{width:100%;height:482px;min-height:482px;background:transparent;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:16px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .image-product{cursor:pointer;width:100%;min-height:247px;height:247px;background:#fff6;border-radius:10px;border:1px solid rgba(0,0,0,.0392156863);padding:26px 8.3px;display:flex;align-items:center;justify-content:center;overflow:hidden}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .image-product img{width:100%;height:100%;object-fit:contain}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:28px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product{min-height:200px;height:100%;width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:12px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:2px;cursor:pointer}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title p{text-transform:capitalize;color:#9c9c9c;font-weight:400;font-size:12px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2{text-transform:capitalize;color:#121212;font-weight:400;font-size:16px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;line-height:24px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices{display:flex;align-items:center;justify-content:flex-start;gap:10px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price{color:#8e8e8e;font-weight:400;font-size:14px;text-decoration:line-through;letter-spacing:-.1px;text-align:left}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price{text-transform:uppercase;color:#ff2816;font-weight:600;font-size:16px;text-align:left}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .price{text-transform:uppercase;color:#000;font-weight:600;font-size:16px;text-align:left}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount{display:flex;align-items:center;justify-content:flex-start;gap:8px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount{background:#49d75a0a;border-radius:100px;padding:5px;display:flex;align-items:center;justify-content:center}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p{width:100%;text-align:center;color:#49d75a;font-weight:400;font-size:14px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{padding:6px 12px;cursor:default;pointer-events:none;border-radius:100px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{text-align:center;width:100%;color:#8e8e8e;font-weight:400;font-size:12px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited{background:#fff4ed}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p{color:#ed620b}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{background:#f0fff2}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{color:#49d75a}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons{width:100%;display:flex;align-items:center;gap:12px}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav{min-width:48px;width:48px;min-height:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f3f3f3;cursor:pointer}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active{transform:scale(.98)}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img{width:100%;height:100%;object-fit:scale-down}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.home .best-seller-card-wrapper .best-seller-card .best-seller-products .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover{background-color:#e4dfdf}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .custom-buttons{width:100%;position:absolute;z-index:10;pointer-events:none;top:50%;display:flex;align-items:center;justify-content:space-between}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .custom-buttons button{border-radius:100px;background:#fff;box-shadow:0 0 6px #0936631a;pointer-events:all;padding:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .custom-buttons button img{min-width:24px;width:24px;height:24px;min-height:24px;object-fit:scale-down}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .custom-buttons button:active{transform:scale(.98)}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .custom-buttons button:hover{background-color:#f5f5f5}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .custom-buttons button:nth-child(1){position:relative;left:-2rem}.home .best-seller-card-wrapper .best-seller-card .best-seller-products .custom-buttons button:nth-child(2){position:relative;right:-2rem}.home .discountedproducts-wrapper{width:100%;margin-top:100px;height:auto;background:#fff;padding:60px}.home .discountedproducts-wrapper .discountedproducts{width:100%;max-width:1320px;margin:0 auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.home .discountedproducts-wrapper .discountedproducts .top-title{width:100%;display:flex;align-items:center;justify-content:space-between}.home .discountedproducts-wrapper .discountedproducts .carousel{width:100%;height:240px;display:flex;align-items:center;justify-content:center}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper{width:100%;height:100%}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui{width:100%;height:240px;min-height:240px;background:#fdfdfd;border-radius:12px;border:2px solid rgba(0,0,0,.0392156863);padding:20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .left-image{min-width:213px;width:213px;height:200px;min-height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.0196078431);padding:12px}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .left-image img{width:100%;height:100%;object-fit:contain}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description{max-width:283px;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:28px}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .top-title{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:2px}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .top-title p{color:#9c9c9c;font-weight:400;font-size:12px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .top-title h2{color:#121212;font-weight:400;font-size:16px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .price-discounted{display:flex;align-items:center;justify-content:flex-start;gap:10px}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .price-discounted .old-price{text-transform:uppercase;color:#8e8e8e;text-decoration:line-through;font-weight:400;font-size:14px;text-align:left}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .price-discounted .new-price{color:#ff2816;font-weight:600;font-size:16px;text-align:left;text-transform:uppercase}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount{display:flex;align-items:center;justify-content:flex-start;gap:8px}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .left-discount{background:#49d75a0a;border-radius:100px;padding:5px;display:flex;align-items:center;justify-content:center}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .left-discount p{width:100%;text-align:center;color:#49d75a;font-weight:400;font-size:11px}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .right-stock,.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .limited,.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .have-stock{padding:6px 8px;cursor:default;pointer-events:none;border-radius:100px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .right-stock p,.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .limited p,.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .have-stock p{text-align:center;width:100%;color:#8e8e8e;font-weight:400;font-size:11px}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .limited{background:#fff4ed}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .limited p{color:#ed620b}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .have-stock{background:#f0fff2}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-stock-and-discount .have-stock p{color:#49d75a}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-buttons{width:100%;display:flex;align-items:center;gap:12px}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-buttons .compare,.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-buttons .add-fav{min-width:48px;width:48px;min-height:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f3f3f3;cursor:pointer}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-buttons .compare:active,.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-buttons .add-fav:active{transform:scale(.98)}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-buttons .compare img,.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-buttons .add-fav img{width:100%;height:100%;object-fit:scale-down}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-buttons .compare:hover,.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui .right-description .top-titles .product-buttons .add-fav:hover{background-color:#e4dfdf}.home .discountedproducts-wrapper .discountedproducts .buttons-custom{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:20px;pointer-events:none}.home .discountedproducts-wrapper .discountedproducts .buttons-custom button{min-width:48px;width:48px;height:48px;cursor:pointer;pointer-events:all;min-height:48px;display:flex;align-items:center;justify-content:center;padding:12px;border-radius:100px;overflow:hidden;background:#fff;box-shadow:0 0 6px #0936631a}.home .discountedproducts-wrapper .discountedproducts .buttons-custom button img{width:100%;height:100%;object-fit:scale-down}.home .discountedproducts-wrapper .discountedproducts .buttons-custom button:active{transform:scale(.98)}.home .seasonal-offers-wrapper,.home .loved-offers-wrapper,.home .with-offers-wrapper{width:calc(100% - 60px);max-width:1320px;height:auto;margin:100px auto auto;background-color:transparent}.home .seasonal-offers-wrapper .seasonal-offers,.home .seasonal-offers-wrapper .loved-offers,.home .seasonal-offers-wrapper .with-offers,.home .loved-offers-wrapper .seasonal-offers,.home .loved-offers-wrapper .loved-offers,.home .loved-offers-wrapper .with-offers,.home .with-offers-wrapper .seasonal-offers,.home .with-offers-wrapper .loved-offers,.home .with-offers-wrapper .with-offers{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.home .seasonal-offers-wrapper .seasonal-offers .top-title,.home .seasonal-offers-wrapper .loved-offers .top-title,.home .seasonal-offers-wrapper .with-offers .top-title,.home .loved-offers-wrapper .seasonal-offers .top-title,.home .loved-offers-wrapper .loved-offers .top-title,.home .loved-offers-wrapper .with-offers .top-title,.home .with-offers-wrapper .seasonal-offers .top-title,.home .with-offers-wrapper .loved-offers .top-title,.home .with-offers-wrapper .with-offers .top-title{width:100%;display:flex;align-items:center;justify-content:space-between}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content,.home .seasonal-offers-wrapper .loved-offers .carousel-content,.home .seasonal-offers-wrapper .with-offers .carousel-content,.home .loved-offers-wrapper .seasonal-offers .carousel-content,.home .loved-offers-wrapper .loved-offers .carousel-content,.home .loved-offers-wrapper .with-offers .carousel-content,.home .with-offers-wrapper .seasonal-offers .carousel-content,.home .with-offers-wrapper .loved-offers .carousel-content,.home .with-offers-wrapper .with-offers .carousel-content{position:relative;width:100%;height:482px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .custom-buttons,.home .seasonal-offers-wrapper .loved-offers .carousel-content .custom-buttons,.home .seasonal-offers-wrapper .with-offers .carousel-content .custom-buttons,.home .loved-offers-wrapper .seasonal-offers .carousel-content .custom-buttons,.home .loved-offers-wrapper .loved-offers .carousel-content .custom-buttons,.home .loved-offers-wrapper .with-offers .carousel-content .custom-buttons,.home .with-offers-wrapper .seasonal-offers .carousel-content .custom-buttons,.home .with-offers-wrapper .loved-offers .carousel-content .custom-buttons,.home .with-offers-wrapper .with-offers .carousel-content .custom-buttons{top:50%;width:100%;display:flex;align-items:center;justify-content:space-between;position:absolute;max-width:1410px;margin:0 auto;z-index:10;pointer-events:none}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button,.home .seasonal-offers-wrapper .loved-offers .carousel-content .custom-buttons button,.home .seasonal-offers-wrapper .with-offers .carousel-content .custom-buttons button,.home .loved-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button,.home .loved-offers-wrapper .loved-offers .carousel-content .custom-buttons button,.home .loved-offers-wrapper .with-offers .carousel-content .custom-buttons button,.home .with-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button,.home .with-offers-wrapper .loved-offers .carousel-content .custom-buttons button,.home .with-offers-wrapper .with-offers .carousel-content .custom-buttons button{pointer-events:all;min-width:48px;width:48px;height:48px;min-height:48px;background:#fff;box-shadow:0 0 6px #0936631a;border-radius:100px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:transparent;overflow:hidden}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button img,.home .seasonal-offers-wrapper .loved-offers .carousel-content .custom-buttons button img,.home .seasonal-offers-wrapper .with-offers .carousel-content .custom-buttons button img,.home .loved-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button img,.home .loved-offers-wrapper .loved-offers .carousel-content .custom-buttons button img,.home .loved-offers-wrapper .with-offers .carousel-content .custom-buttons button img,.home .with-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button img,.home .with-offers-wrapper .loved-offers .carousel-content .custom-buttons button img,.home .with-offers-wrapper .with-offers .carousel-content .custom-buttons button img{width:100%;height:100%;object-fit:scale-down}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button:active,.home .seasonal-offers-wrapper .loved-offers .carousel-content .custom-buttons button:active,.home .seasonal-offers-wrapper .with-offers .carousel-content .custom-buttons button:active,.home .loved-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button:active,.home .loved-offers-wrapper .loved-offers .carousel-content .custom-buttons button:active,.home .loved-offers-wrapper .with-offers .carousel-content .custom-buttons button:active,.home .with-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button:active,.home .with-offers-wrapper .loved-offers .carousel-content .custom-buttons button:active,.home .with-offers-wrapper .with-offers .carousel-content .custom-buttons button:active{transform:scale(.98)}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button:nth-child(1),.home .seasonal-offers-wrapper .loved-offers .carousel-content .custom-buttons button:nth-child(1),.home .seasonal-offers-wrapper .with-offers .carousel-content .custom-buttons button:nth-child(1),.home .loved-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button:nth-child(1),.home .loved-offers-wrapper .loved-offers .carousel-content .custom-buttons button:nth-child(1),.home .loved-offers-wrapper .with-offers .carousel-content .custom-buttons button:nth-child(1),.home .with-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button:nth-child(1),.home .with-offers-wrapper .loved-offers .carousel-content .custom-buttons button:nth-child(1),.home .with-offers-wrapper .with-offers .carousel-content .custom-buttons button:nth-child(1){position:relative;left:-2rem}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button:nth-child(2),.home .seasonal-offers-wrapper .loved-offers .carousel-content .custom-buttons button:nth-child(2),.home .seasonal-offers-wrapper .with-offers .carousel-content .custom-buttons button:nth-child(2),.home .loved-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button:nth-child(2),.home .loved-offers-wrapper .loved-offers .carousel-content .custom-buttons button:nth-child(2),.home .loved-offers-wrapper .with-offers .carousel-content .custom-buttons button:nth-child(2),.home .with-offers-wrapper .seasonal-offers .carousel-content .custom-buttons button:nth-child(2),.home .with-offers-wrapper .loved-offers .carousel-content .custom-buttons button:nth-child(2),.home .with-offers-wrapper .with-offers .carousel-content .custom-buttons button:nth-child(2){position:relative;right:-2rem}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper,.home .loved-offers-wrapper .with-offers .carousel-content .swiper,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper,.home .with-offers-wrapper .loved-offers .carousel-content .swiper,.home .with-offers-wrapper .with-offers .carousel-content .swiper{width:100%;height:100%}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container{width:100%;background-color:transparent;height:507px;display:flex;align-items:flex-end;justify-content:center;position:relative}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area{position:absolute;z-index:10;top:24px;left:32px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag{padding:6px 12px;background:#ffe6e3;border-radius:100px;display:flex;align-items:center;justify-content:center}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag p,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .discounted-flag p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p{width:100%;text-align:center;color:#ff2816;font-weight:400;font-size:12px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag{background-color:#e7fbe9}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .flag-area .new-flag p{color:#3dc34d}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui{width:100%;min-height:437px;height:437px;position:relative;padding:24px 16px;display:flex;align-items:flex-end;justify-content:center;background:#fff;box-shadow:0 0 12px #0000000f;border-radius:10px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content{width:100%;height:482px;min-height:482px;background:transparent;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:16px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product{cursor:pointer;width:100%;min-height:247px;height:247px;background:#fff6;border-radius:10px;border:1px solid rgba(0,0,0,.0392156863);padding:26px 8.3px;display:flex;align-items:center;justify-content:center;overflow:hidden}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product img,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product img,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product img,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product img,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product img,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product img,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product img,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product img,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .image-product img{width:100%;height:100%;object-fit:contain}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:28px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product{min-height:200px;height:100%;width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:12px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:2px;cursor:pointer}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title p{text-transform:capitalize;color:#9c9c9c;font-weight:400;font-size:12px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2{text-transform:capitalize;color:#121212;font-weight:400;font-size:16px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;line-height:24px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices{display:flex;align-items:center;justify-content:flex-start;gap:10px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price{color:#8e8e8e;font-weight:400;font-size:14px;text-decoration:line-through;letter-spacing:-.1px;text-align:left}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price{text-transform:uppercase;color:#ff2816;font-weight:600;font-size:16px;text-align:left}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .price,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .price,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .price,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .price,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .price,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .price,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .price,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .price,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .price{text-transform:uppercase;color:#000;font-weight:600;font-size:16px;text-align:left}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount{display:flex;align-items:center;justify-content:flex-start;gap:8px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount{background:#49d75a0a;border-radius:100px;padding:5px;display:flex;align-items:center;justify-content:center}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p{width:100%;text-align:center;color:#49d75a;font-weight:400;font-size:14px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{padding:6px 12px;cursor:default;pointer-events:none;border-radius:100px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{text-align:center;width:100%;color:#8e8e8e;font-weight:400;font-size:12px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited{background:#fff4ed}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p{color:#ed620b}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{background:#f0fff2}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{color:#49d75a}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons{width:100%;display:flex;align-items:center;gap:12px}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav{min-width:48px;width:48px;min-height:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f3f3f3;cursor:pointer}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active{transform:scale(.98)}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img{width:100%;height:100%;object-fit:scale-down}.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.home .seasonal-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.home .seasonal-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.home .seasonal-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.home .loved-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.home .loved-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.home .loved-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.home .with-offers-wrapper .seasonal-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.home .with-offers-wrapper .loved-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.home .with-offers-wrapper .with-offers .carousel-content .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover{background-color:#e4dfdf}.home .brends-wrapper{background:#fafafa;width:100%;padding:60px;margin-top:100px}.home .brends-wrapper .brends{max-width:1320px;width:100%;margin:0 auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:30px}.home .brends-wrapper .brends .carousel-brend{width:100%;height:90px;display:flex;align-items:center;justify-content:center}.home .brends-wrapper .brends .carousel-brend .swiper{width:100%;height:100%}.home .brends-wrapper .brends .carousel-brend .swiper .swiper-slide{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #ededed;border-radius:8px;overflow:hidden;padding:15px 29.43px}.home .brends-wrapper .brends .carousel-brend .swiper .swiper-slide img{width:100%;height:100%;object-fit:contain}.home .news-card-wrapper{width:calc(100% - 120px);max-width:1320px;margin:100px auto auto;background:#093663;border-radius:20px;box-shadow:0 0 8px #1472e21f;padding:60px;position:relative;overflow:hidden;top:60px;z-index:1}.home .news-card-wrapper .news-card{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:28px}.home .news-card-wrapper .news-card h2{color:#fff;font-weight:500;font-size:28px;line-height:36.46px;width:100%;max-width:636px;text-align:center}.home .news-card-wrapper .news-card .input-field{width:100%;max-width:500px;border-radius:12px;position:relative}.home .news-card-wrapper .news-card .input-field input{width:100%;height:100%;padding:19px 20px;border-radius:12px;background:#ffffff1f;border:1px solid rgba(255,255,255,.1215686275);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);color:#fff9;font-weight:400;font-size:16px;border:2px solid transparent;text-align:left;transition:.2s ease;cursor:pointer}.home .news-card-wrapper .news-card .input-field input:hover{background-color:#fff}.home .news-card-wrapper .news-card .input-field input:focus{background-color:#fff;color:#000;font-weight:600;font-size:17px;cursor:default;border:2px solid #ff008c}.home .news-card-wrapper .news-card .input-field button{top:9px;right:9px;position:absolute;z-index:5;padding:12px 24px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#fff;border-radius:12px;color:#1472e2;font-weight:500;transition:.1s ease;font-size:14px;text-align:center;border:2px solid transparent}.home .news-card-wrapper .news-card .input-field button:active{transform:scale(.98)}.home .news-card-wrapper .news-card .input-field button:hover{border:2px solid white;background-color:#093663;color:#fff}.home .news-card-wrapper .vector_one,.home .news-card-wrapper .vector_two{position:absolute;z-index:0;bottom:0;left:0;width:100%}.home .news-card-wrapper .vector_two{right:0;width:100%}.products-page-wrapper{width:100%;background-color:transparent;padding:0 60px}.products-page-wrapper .products-page{width:100%;height:auto;display:flex;align-items:flex-start;justify-content:flex-start;gap:20px;max-width:1320px;margin:40px auto}.products-page-wrapper .products-page .left-filter{max-width:315px;width:100%;background:#fff;border-radius:12px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:24px;gap:24px}.products-page-wrapper .products-page .left-filter .top-mini-title{display:flex;align-items:center;width:100%;justify-content:flex-start;gap:8px}.products-page-wrapper .products-page .left-filter .top-mini-title img{min-width:20px;width:20px;height:20px;min-height:20px}.products-page-wrapper .products-page .left-filter .top-mini-title p{color:#0009;font-weight:400;font-size:14px;line-height:normal;text-align:left}.products-page-wrapper .products-page .left-filter .bottom-content{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px}.products-page-wrapper .products-page .left-filter .bottom-content .item-category-brand{padding:14px 16px;width:100%;border-radius:12px;background-color:transparent;cursor:pointer;border:2px solid transparent;transition:.1s ease;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between}.products-page-wrapper .products-page .left-filter .bottom-content .item-category-brand:active{transform:scale(.98)}.products-page-wrapper .products-page .left-filter .bottom-content .item-category-brand .icon-el{transition:.2s ease;color:#000;font-size:14px}.products-page-wrapper .products-page .left-filter .bottom-content .item-category-brand .icon-el.active{opacity:0}.products-page-wrapper .products-page .left-filter .bottom-content .item-category-brand.active{cursor:auto;border:2px solid rgba(20,114,226,.4)}.products-page-wrapper .products-page .left-filter .bottom-content .item-category-brand.active p{color:#1472e2}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;border-bottom:1px solid rgba(0,0,0,.1215686275);gap:16px}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .top-head{display:flex;align-items:center;justify-content:space-between;width:100%;-webkit-user-select:none;user-select:none;cursor:pointer;transition:80ms ease}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .top-head h2{color:#000;font-weight:500;font-size:18px;line-height:normal;text-align:left}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .top-head .icon-el{transition:.2s ease;color:#000;font-size:17px}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .top-head .icon-el.active{opacity:0}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .top-head:active{transform:scale(.98)}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content{pointer-events:none;height:0;transition:.35s ease;overflow:hidden;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .item-category{padding:14px 16px;width:100%;border-radius:12px;background-color:transparent;cursor:pointer;border:2px solid rgba(0,0,0,.0392156863);transition:.1s ease;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .item-category:active{transform:scale(.98)}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .item-category .icon-el{transition:.2s ease;color:#000;font-size:14px}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .item-category .icon-el.active{opacity:0}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .item-category.active{cursor:auto;border:2px solid rgba(20,114,226,.4)}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .item-category.active p{color:#1472e2}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .sub-category-content{border:1px solid transparent;border-radius:12px;-webkit-user-select:none;user-select:none;pointer-events:none;height:0;transition:.35s ease;overflow:hidden;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .sub-category-content .item-sub{width:100%;-webkit-user-select:none;user-select:none;padding:6px 24px;display:flex;cursor:pointer;transition:.1s ease;align-items:center;justify-content:space-between}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .sub-category-content .item-sub p{color:#292929;font-size:14px}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .sub-category-content .item-sub:active{transform:scale(.98)}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .sub-category-content .item-sub:hover p{color:#174987}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .sub-category-content .item-sub.active{cursor:auto}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .sub-category-content .item-sub.active p{color:#1f75df}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .sub-category-content .item-sub.active:active{transform:scale(1)}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content .category-area .sub-category-content.active{gap:8px;height:300px;overflow-y:auto;pointer-events:all;border:1px solid rgba(0,0,0,.1215686275)}.products-page-wrapper .products-page .left-filter .bottom-content .accordion-element .accordion-content.active{gap:8px;height:200px;overflow-y:auto;pointer-events:all}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:15px;width:100%}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .head-accord{display:flex;align-items:center;justify-content:space-between;width:100%;-webkit-user-select:none;user-select:none;cursor:pointer;transition:80ms ease}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .head-accord h2{color:#000;font-weight:500;font-size:18px;line-height:normal;text-align:left}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .head-accord .icon-el{transition:.2s ease;color:#000;font-size:17px}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .head-accord .icon-el.active{opacity:0}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .head-accord:active{transform:scale(.98)}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .content-accord-price{max-width:267px;border:1px solid transparent;border-radius:12px;-webkit-user-select:none;user-select:none;pointer-events:none;height:0;transition:.35s ease;overflow:hidden;width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .content-accord-price input{width:100%;border:2px solid rgba(0,0,0,.0784313725);border-radius:12px;cursor:pointer;font-weight:500;padding:14px 16px;font-size:16px;color:#000;transition:.2s ease}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .content-accord-price input:focus{border:2px solid #1472e2;cursor:auto}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .content-accord-price input::placeholder{color:#0009;font-size:16px;font-weight:400}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .content-accord-price ::-webkit-inner-spin-button{display:none}.products-page-wrapper .products-page .left-filter .bottom-content .price-filter .content-accord-price.active{gap:8px;height:60px;overflow-y:auto;pointer-events:all}.products-page-wrapper .products-page .left-filter .bottom-content ::-webkit-scrollbar{display:none}.products-page-wrapper .products-page .right-content{max-width:986px;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.products-page-wrapper .products-page .right-content .top-tag-container{width:100%;display:flex;align-items:center;justify-content:space-between}.products-page-wrapper .products-page .right-content .top-tag-container .left-tag-container{max-width:500px;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:12px}.products-page-wrapper .products-page .right-content .top-tag-container .left-tag-container .item-tag{display:flex;align-items:center;justify-content:center;padding:10px 16px;gap:12px;border-radius:12px;transition:.2s ease;border:2px solid rgba(0,0,0,.0392156863)}.products-page-wrapper .products-page .right-content .top-tag-container .left-tag-container .item-tag:hover{border:2px solid rgba(0,0,0,.1215686275)}.products-page-wrapper .products-page .right-content .top-tag-container .left-tag-container .item-tag img{min-width:16px;width:16px;height:16px;min-height:16px;cursor:pointer}.products-page-wrapper .products-page .right-content .top-tag-container .left-tag-container .item-tag img:active{transform:scale(.98)}.products-page-wrapper .products-page .right-content .top-tag-container .left-tag-container .item-tag p{color:#0009;font-weight:400;font-size:14px;line-height:normal}.products-page-wrapper .products-page .right-content .top-tag-container .sort-content{display:flex;align-items:center;justify-content:flex-end;gap:12px}.products-page-wrapper .products-page .right-content .top-tag-container .sort-content p{color:#0009;font-weight:400;font-size:12px;line-height:normal;text-align:end}.products-page-wrapper .products-page .right-content .top-tag-container .sort-content select{background:#fff;border-radius:12px;padding:12px 16px;width:100%;min-width:205px;max-width:205px}.products-page-wrapper .products-page .right-content .result-area{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.products-page-wrapper .products-page .right-content .result-area .products-content{width:100%;display:grid;grid-template-columns:repeat(3,1fr);justify-items:flex-start;align-items:flex-start;gap:20px}.products-page-wrapper .products-page .right-content .result-area .products-content .container{width:100%;background-color:transparent;height:507px;display:flex;align-items:flex-end;justify-content:center;position:relative}.products-page-wrapper .products-page .right-content .result-area .products-content .container .flag-area{position:absolute;z-index:10;top:24px;left:32px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .flag-area .discounted-flag,.products-page-wrapper .products-page .right-content .result-area .products-content .container .flag-area .new-flag{padding:6px 12px;background:#ffe6e3;border-radius:100px;display:flex;align-items:center;justify-content:center}.products-page-wrapper .products-page .right-content .result-area .products-content .container .flag-area .discounted-flag p,.products-page-wrapper .products-page .right-content .result-area .products-content .container .flag-area .new-flag p{width:100%;text-align:center;color:#ff2816;font-weight:400;font-size:12px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .flag-area .new-flag{background-color:#e7fbe9}.products-page-wrapper .products-page .right-content .result-area .products-content .container .flag-area .new-flag p{color:#3dc34d}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui{width:100%;min-height:437px;height:437px;position:relative;padding:24px 16px;display:flex;align-items:flex-end;justify-content:center;background:#fff;box-shadow:0 0 12px #0000000f;border-radius:10px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content{width:100%;height:482px;min-height:482px;background:transparent;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:16px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .image-product{cursor:pointer;width:100%;min-height:247px;height:247px;background:#fff6;border-radius:10px;border:1px solid rgba(0,0,0,.0392156863);padding:26px 8.3px;display:flex;align-items:center;justify-content:center;overflow:hidden}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .image-product img{width:100%;height:100%;object-fit:contain}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:28px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product{min-height:200px;height:100%;width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:12px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .category-and-title{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:2px;cursor:pointer}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .category-and-title p{text-transform:capitalize;color:#9c9c9c;font-weight:400;font-size:12px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2{text-transform:capitalize;color:#121212;font-weight:400;font-size:16px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;line-height:24px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .discounted-prices{display:flex;align-items:center;justify-content:flex-start;gap:10px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price{color:#8e8e8e;font-weight:400;font-size:14px;text-decoration:line-through;letter-spacing:-.1px;text-align:left}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price{text-transform:uppercase;color:#ff2816;font-weight:600;font-size:16px;text-align:left}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .price{text-transform:uppercase;color:#000;font-weight:600;font-size:16px;text-align:left}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount{display:flex;align-items:center;justify-content:flex-start;gap:8px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount{background:#49d75a0a;border-radius:100px;padding:5px;display:flex;align-items:center;justify-content:center}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p{width:100%;text-align:center;color:#49d75a;font-weight:400;font-size:14px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{padding:6px 12px;cursor:default;pointer-events:none;border-radius:100px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{text-align:center;width:100%;color:#8e8e8e;font-weight:400;font-size:12px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited{background:#fff4ed}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p{color:#ed620b}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{background:#f0fff2}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{color:#49d75a}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-buttons{width:100%;display:flex;align-items:center;gap:12px}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav{min-width:48px;width:48px;min-height:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f3f3f3;cursor:pointer}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active{transform:scale(.98)}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img{width:100%;height:100%;object-fit:scale-down}.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.products-page-wrapper .products-page .right-content .result-area .products-content .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover{background-color:#e4dfdf}.products-page-wrapper .products-page .right-content .result-area .more-button-area{width:100%;display:flex;align-items:center;justify-content:center}.products-page-wrapper .products-page .right-content .result-area .more-button-area .button-more{cursor:pointer;padding:14px 24px;display:flex;background:#fff;border-radius:100px;gap:8px;transition:.1s ease;border:2px solid transparent}.products-page-wrapper .products-page .right-content .result-area .more-button-area .button-more p{color:#1472e2;font-weight:500;font-size:16px;line-height:normal}.products-page-wrapper .products-page .right-content .result-area .more-button-area .button-more img{min-width:24px;width:24px;height:24px;min-height:24px}.products-page-wrapper .products-page .right-content .result-area .more-button-area .button-more:hover{border:2px solid #1f75df}.products-page-wrapper .products-page .right-content .result-area .more-button-area .button-more:active{transform:scale(.98)}.products-page-wrapper .products-page .container{width:100%;background-color:transparent;height:507px;display:flex;align-items:flex-end;justify-content:center;position:relative}.products-page-wrapper .products-page .container .flag-area{position:absolute;z-index:10;top:24px;left:32px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px}.products-page-wrapper .products-page .container .flag-area .discounted-flag,.products-page-wrapper .products-page .container .flag-area .new-flag{padding:6px 12px;background:#ffe6e3;border-radius:100px;display:flex;align-items:center;justify-content:center}.products-page-wrapper .products-page .container .flag-area .discounted-flag p,.products-page-wrapper .products-page .container .flag-area .new-flag p{width:100%;text-align:center;color:#ff2816;font-weight:400;font-size:12px}.products-page-wrapper .products-page .container .flag-area .new-flag{background-color:#e7fbe9}.products-page-wrapper .products-page .container .flag-area .new-flag p{color:#3dc34d}.products-page-wrapper .products-page .container .product-card-ui{width:100%;min-height:437px;height:437px;position:relative;padding:24px 16px;display:flex;align-items:flex-end;justify-content:center;background:#fff;box-shadow:0 0 12px #0000000f;border-radius:10px}.products-page-wrapper .products-page .container .product-card-ui .inner-content{width:100%;height:482px;min-height:482px;background:transparent;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:16px}.products-page-wrapper .products-page .container .product-card-ui .inner-content .image-product{cursor:pointer;width:100%;min-height:247px;height:247px;background:#fff6;border-radius:10px;border:1px solid rgba(0,0,0,.0392156863);padding:26px 8.3px;display:flex;align-items:center;justify-content:center;overflow:hidden}.products-page-wrapper .products-page .container .product-card-ui .inner-content .image-product img{width:100%;height:100%;object-fit:contain}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:28px}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product{min-height:200px;height:100%;width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:12px}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .category-and-title{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:2px;cursor:pointer}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .category-and-title p{text-transform:capitalize;color:#9c9c9c;font-weight:400;font-size:12px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2{text-transform:capitalize;color:#121212;font-weight:400;font-size:16px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;line-height:24px}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .discounted-prices{display:flex;align-items:center;justify-content:flex-start;gap:10px}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price{color:#8e8e8e;font-weight:400;font-size:14px;text-decoration:line-through;letter-spacing:-.1px;text-align:left}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price{text-transform:uppercase;color:#ff2816;font-weight:600;font-size:16px;text-align:left}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .price{text-transform:uppercase;color:#000;font-weight:600;font-size:16px;text-align:left}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount{display:flex;align-items:center;justify-content:flex-start;gap:8px}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount{background:#49d75a0a;border-radius:100px;padding:5px;display:flex;align-items:center;justify-content:center}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p{width:100%;text-align:center;color:#49d75a;font-weight:400;font-size:14px}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{padding:6px 12px;cursor:default;pointer-events:none;border-radius:100px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{text-align:center;width:100%;color:#8e8e8e;font-weight:400;font-size:12px}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited{background:#fff4ed}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p{color:#ed620b}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{background:#f0fff2}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{color:#49d75a}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-buttons{width:100%;display:flex;align-items:center;gap:12px}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav{min-width:48px;width:48px;min-height:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f3f3f3;cursor:pointer}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active{transform:scale(.98)}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img{width:100%;height:100%;object-fit:scale-down}.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.products-page-wrapper .products-page .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover{background-color:#e4dfdf}.about-page-wrapper{width:100%;padding:0 60px;margin-top:40px}.about-page-wrapper .about-page{width:100%;max-width:1320px;margin:0 auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.about-page-wrapper .about-page .about-card{width:100%;max-width:1320px;margin:0 auto;border-radius:20px;background:#fff;padding:20px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.about-page-wrapper .about-page .about-card .image-content{width:100%;height:480px;border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-page-wrapper .about-page .about-card .image-content img{width:100%;height:100%;object-fit:cover}.about-page-wrapper .about-page .about-card .paragraph{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px}.about-page-wrapper .about-page .about-card .paragraph span{color:#efaf00;font-weight:500;font-size:18px;line-height:normal;letter-spacing:-.2px;text-align:left}.about-page-wrapper .about-page .about-card .paragraph p{width:100%;line-height:20.83px;text-align:left;color:#000c}.about-page-wrapper .about-page .our-team{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.about-page-wrapper .about-page .our-team h2{color:#000;font-weight:600;font-size:40px;line-height:normal;text-align:left}.about-page-wrapper .about-page .our-team .grid-team{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:max-content;gap:24px;justify-items:flex-start;align-items:flex-start}.about-page-wrapper .about-page .our-team .grid-team .team-user{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:4px;cursor:pointer}.about-page-wrapper .about-page .our-team .grid-team .team-user .profile{width:100%;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:16px}.about-page-wrapper .about-page .our-team .grid-team .team-user .profile img{width:100%;height:100%;object-fit:fill;border-radius:12px}.about-page-wrapper .about-page .our-team .grid-team .team-user .title{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:14px 24px;background:#fff;border-radius:12px;box-shadow:0 0 12px #00000014;gap:4px}.about-page-wrapper .about-page .our-team .grid-team .team-user .title h2{color:#000;font-weight:400;font-size:16px;text-align:center;width:100%;line-height:normal}.about-page-wrapper .about-page .our-team .grid-team .team-user .title p{color:#0009;font-weight:400;font-size:14px;line-height:normal;text-align:center;width:100%}.about-page-wrapper .about-page .our-team .modal-overlay{width:100%;min-height:100vh;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000000;display:flex;align-items:center;justify-content:center;background-color:#09437a2f;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.about-page-wrapper .about-page .our-team .modal-overlay .close{position:absolute;top:32px;right:32px;background-color:#fff;font-size:40px;color:#000;padding:8px;border-radius:100px;box-shadow:0 0 5px #0000001a;cursor:pointer}.about-page-wrapper .about-page .our-team .modal-overlay .close:active{transform:scale(.98)}.about-page-wrapper .about-page .our-team .modal-overlay .close:hover{background-color:#000;color:#fff}.about-page-wrapper .about-page .our-team .modal-overlay .modal{width:auto;height:auto;display:flex;align-items:center;justify-content:center}.about-page-wrapper .about-page .our-team .modal-overlay .modal img{width:auto;height:auto;object-fit:contain;border-radius:12px}.comparison-page-wrapper{width:100%;padding:0 60px;margin-top:40px}.comparison-page-wrapper .comparison-page{width:100%;max-width:1320px;margin:0 auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.comparison-page-wrapper .comparison-page .title-container{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px}.comparison-page-wrapper .comparison-page .title-container .right{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:24px}.comparison-page-wrapper .comparison-page .title-container .right select{width:100%;max-width:200px;background:#fff;border-radius:12px;transition:.2s ease;border:2px solid transparent;cursor:pointer;padding:14px 21px;display:flex;align-items:center;justify-content:center;gap:8px;color:#093663;font-weight:500;font-size:16px;background-repeat:no-repeat;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-size:auto;background-position:90%;background-image:url(/s.svg)}.comparison-page-wrapper .comparison-page .title-container .right select:focus{border:2px solid #1472e2;cursor:default}.comparison-page-wrapper .comparison-page .title-container .right .swiper-buttons{display:flex;align-items:center;justify-content:flex-end;gap:20px}.comparison-page-wrapper .comparison-page .title-container .right .swiper-buttons button{cursor:pointer;min-width:48px;width:48px;min-height:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:100px;background:#fff;box-shadow:0 0 6px #0936631a}.comparison-page-wrapper .comparison-page .title-container .right .swiper-buttons button img{width:100%;height:100%;object-fit:scale-down}.comparison-page-wrapper .comparison-page .title-container .right .swiper-buttons button:active{transform:scale(.98)}.comparison-page-wrapper .comparison-page .container-comparison{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:28px}.comparison-page-wrapper .comparison-page .container-comparison .left{background:#fff;border-radius:12px;width:100%;max-width:311px;padding:28px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:0}.comparison-page-wrapper .comparison-page .container-comparison .left .top{background-color:transparent;width:100%;height:282px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px}.comparison-page-wrapper .comparison-page .container-comparison .left .top .title-top{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.1215686275);gap:12px}.comparison-page-wrapper .comparison-page .container-comparison .left .top .title-top h3{color:#000;font-weight:400;font-size:16px;line-height:normal;text-align:left}.comparison-page-wrapper .comparison-page .container-comparison .left .top .title-top .remove-all{display:flex;align-items:center;justify-content:flex-start;gap:8px;outline:none;border:none;background-color:transparent;cursor:pointer;transition:.1s ease}.comparison-page-wrapper .comparison-page .container-comparison .left .top .title-top .remove-all .remove-icon,.comparison-page-wrapper .comparison-page .container-comparison .left .top .title-top .remove-all p{color:#ff195e;font-weight:400;font-size:14px;text-align:left;line-height:normal;letter-spacing:-.1px}.comparison-page-wrapper .comparison-page .container-comparison .left .top .title-top .remove-all:hover .remove-icon,.comparison-page-wrapper .comparison-page .container-comparison .left .top .title-top .remove-all:hover p{color:#961515}.comparison-page-wrapper .comparison-page .container-comparison .left .top .title-top .remove-all:active{transform:scale(.98)}.comparison-page-wrapper .comparison-page .container-comparison .left .top .title-top .remove-all.disable-remove{pointer-events:none;cursor:auto;-webkit-user-select:none;user-select:none}.comparison-page-wrapper .comparison-page .container-comparison .left .top .title-top .remove-all.disable-remove .remove-icon,.comparison-page-wrapper .comparison-page .container-comparison .left .top .title-top .remove-all.disable-remove p{color:#909090}.comparison-page-wrapper .comparison-page .container-comparison .left .top .radio-inputs{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px}.comparison-page-wrapper .comparison-page .container-comparison .left .top .radio-inputs .item-input{cursor:pointer;display:flex;align-items:center;justify-content:flex-start;gap:12px}.comparison-page-wrapper .comparison-page .container-comparison .left .top .radio-inputs .item-input input[type=radio]{min-width:20px;width:20px;height:20px;min-height:20px}.comparison-page-wrapper .comparison-page .container-comparison .left .top .radio-inputs .item-input label{color:#0009;font-weight:400;font-size:14px;text-align:left;line-height:normal}.comparison-page-wrapper .comparison-page .container-comparison .left .top .radio-inputs .item-input label.active-label{color:#000}.comparison-page-wrapper .comparison-page .container-comparison .left .comparison-titles{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.comparison-page-wrapper .comparison-page .container-comparison .left .comparison-titles .title-item{padding-bottom:16px;width:100%;text-align:left;color:#000;font-weight:400;font-size:14px;line-height:normal;border-bottom:1px solid rgba(0,0,0,.0784313725)}.comparison-page-wrapper .comparison-page .container-comparison .right{width:100%;background-color:transparent;display:flex;align-items:flex-start;justify-content:flex-start;overflow:hidden}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper{width:100%;height:100%}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;background-color:transparent;padding:28px;background:#fff9;border-radius:12px}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content{width:100%;height:282px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content .titles-and-remove{width:100%;display:flex;align-items:center;justify-content:space-between}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content .titles-and-remove .titles{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content .titles-and-remove .titles h3{color:#121212;font-weight:400;font-size:16px;text-align:left;line-height:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content .titles-and-remove .titles p{text-transform:uppercase;color:#1472e2;font-weight:600;font-size:16px;text-align:left;line-height:normal;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content .titles-and-remove .remove-product{background:#fff9;border-radius:100px;min-width:40px;width:40px;height:40px;min-height:40px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;overflow:hidden;cursor:pointer;transition:.1s ease}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content .titles-and-remove .remove-product .remove{font-size:32px;color:#0009}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content .titles-and-remove .remove-product:hover{background-color:#1472e2}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content .titles-and-remove .remove-product:hover .remove{color:#fff}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content .titles-and-remove .remove-product:active{transform:scale(.98)}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content .product-image{width:100%;height:200px;min-height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .top-content .product-image img{width:100%;height:100%;object-fit:scale-down}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .comparison-properties{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.comparison-page-wrapper .comparison-page .container-comparison .right .swiper .swiper-slide .comparison-properties .prop{width:100%;color:#0009;font-weight:400;font-size:14px;text-align:left;line-height:normal;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.0784313725)}.my-favorites-page-wrapper{width:100%;padding:0 60px;margin-top:40px}.my-favorites-page-wrapper .my-favorites-page{width:100%;max-width:1320px;margin:0 auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:max-content;gap:20px;justify-items:flex-start;align-items:flex-start}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container{width:100%;background-color:transparent;height:507px;display:flex;align-items:flex-end;justify-content:center;position:relative}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .flag-area{position:absolute;z-index:10;top:24px;left:32px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .flag-area .discounted-flag,.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .flag-area .new-flag{padding:6px 12px;background:#ffe6e3;border-radius:100px;display:flex;align-items:center;justify-content:center}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .flag-area .discounted-flag p,.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .flag-area .new-flag p{width:100%;text-align:center;color:#ff2816;font-weight:400;font-size:12px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .flag-area .new-flag{background-color:#e7fbe9}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .flag-area .new-flag p{color:#3dc34d}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui{width:100%;min-height:437px;height:437px;position:relative;padding:24px 16px;display:flex;align-items:flex-end;justify-content:center;background:#fff;box-shadow:0 0 12px #0000000f;border-radius:10px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content{width:100%;height:482px;min-height:482px;background:transparent;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:16px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .image-product{cursor:pointer;width:100%;min-height:247px;height:247px;background:#fff6;border-radius:10px;border:1px solid rgba(0,0,0,.0392156863);padding:26px 8.3px;display:flex;align-items:center;justify-content:center;overflow:hidden}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .image-product img{width:100%;height:100%;object-fit:contain}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:28px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product{min-height:200px;height:100%;width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:12px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .category-and-title{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:2px;cursor:pointer}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .category-and-title p{text-transform:capitalize;color:#9c9c9c;font-weight:400;font-size:12px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2{text-transform:capitalize;color:#121212;font-weight:400;font-size:16px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;line-height:24px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .discounted-prices{display:flex;align-items:center;justify-content:flex-start;gap:10px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price{color:#8e8e8e;font-weight:400;font-size:14px;text-decoration:line-through;letter-spacing:-.1px;text-align:left}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price{text-transform:uppercase;color:#ff2816;font-weight:600;font-size:16px;text-align:left}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .price{text-transform:uppercase;color:#000;font-weight:600;font-size:16px;text-align:left}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount{display:flex;align-items:center;justify-content:flex-start;gap:8px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount{background:#49d75a0a;border-radius:100px;padding:5px;display:flex;align-items:center;justify-content:center}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p{width:100%;text-align:center;color:#49d75a;font-weight:400;font-size:14px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{padding:6px 12px;cursor:default;pointer-events:none;border-radius:100px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{text-align:center;width:100%;color:#8e8e8e;font-weight:400;font-size:12px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited{background:#fff4ed}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p{color:#ed620b}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{background:#f0fff2}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{color:#49d75a}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-buttons{width:100%;display:flex;align-items:center;gap:12px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav{min-width:48px;width:48px;min-height:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f3f3f3;cursor:pointer}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active{transform:scale(.98)}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img{width:100%;height:100%;object-fit:scale-down}.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.my-favorites-page-wrapper .my-favorites-page .favorites-grid .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover{background-color:#e4dfdf}.privacy-policy-wrapper{width:100%;padding:0 60px;margin-top:40px}.privacy-policy-wrapper .privacy-policy{width:100%;max-width:1320px;margin:0 auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.privacy-policy-wrapper .privacy-policy .text-content{width:100%;padding:40px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px;border-radius:20px;background:#fff}.privacy-policy-wrapper .privacy-policy .text-content .item{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px}.privacy-policy-wrapper .privacy-policy .text-content .item span{color:#efaf00;font-weight:500;font-size:18px;line-height:normal;text-align:left}.privacy-policy-wrapper .privacy-policy .text-content .item p{color:#000c;font-weight:400;font-size:16px;line-height:24px;text-align:left}.privacy-policy-wrapper .privacy-policy .form-area{width:100%;padding:48px 120px;max-width:960px;margin:0 auto}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain{width:100%;height:auto;transition:.25s ease;background:#fff;border-radius:12px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:40px;gap:32px}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .top-title{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:8px}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .top-title h2{color:#000;font-weight:600;font-size:24px;text-align:center;line-height:normal}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .top-title p{max-width:394px;width:100%;text-align:center;line-height:24px;font-size:15px;color:#000000b2}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container{width:100%;height:auto;max-width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .inputs-contain{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(2,1fr);justify-items:flex-start;align-items:flex-start;gap:16px}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .inputs-contain input{width:100%;padding:13.93px 16px;background:#f5f5f5;border-radius:12px;border:1px solid #f5f5f5;cursor:pointer;border:2px solid transparent;transition:.1s ease}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .inputs-contain input:focus{cursor:default;border:2px solid #0073ff}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .inputs-contain input::placeholder{color:#0009;font-weight:400;font-size:16px}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container textarea{width:100%;height:96px;resize:none;padding:13.93px 16px;background:#f5f5f5;border-radius:12px;border:1px solid #f5f5f5;cursor:pointer;border:2px solid transparent;transition:.1s ease}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container textarea:focus{cursor:default;border:2px solid #0073ff}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container textarea::placeholder{color:#0009;font-weight:400;font-size:16px}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .select-file-container{width:100%;position:relative;border:1px dashed #1472e2;border-radius:12px;cursor:pointer;transition:.1s ease;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;padding:13px 18px}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .select-file-container .left-content{display:flex;align-items:center;justify-content:flex-start;gap:12px}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .select-file-container .left-content img{min-width:28px;width:28px;min-height:28px;height:28px}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .select-file-container .left-content .titles{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .select-file-container .left-content .titles h4{color:#3a3a49;font-weight:400;font-size:14px;text-align:left;line-height:normal;letter-spacing:-.2px}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .select-file-container .left-content .titles p{color:#9c9c9c;font-weight:400;font-size:13px;text-align:left;letter-spacing:-.2px;line-height:normal}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .select-file-container .select-file{color:#1472e2;font-weight:500;font-size:14px;text-align:left;line-height:normal}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .select-file-container .file-input{opacity:0;position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:pointer}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container .select-file-container:active{transform:scale(.98)}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container button[type=submit]{width:100%;background-color:#1472e2;border-radius:12px;padding:12px 24px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:16px;cursor:pointer;transition:.1s ease;line-height:normal;text-align:center}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container button[type=submit]:hover{background-color:#093663}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain .form-container button[type=submit]:active{transform:scale(.98)}.privacy-policy-wrapper .privacy-policy .form-area .modal-contain.active{pointer-events:all;opacity:100%;transform:scale(1)}.product-inner-page-wrapper{width:100%;background-color:transparent;padding:0 60px}.product-inner-page-wrapper .product-inner-page{width:100%;height:auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;max-width:1320px;margin:33px auto}.product-inner-page-wrapper .product-inner-page .top-section-wrapper{width:100%;max-width:1320px;margin:0 auto;height:auto;background:#fff;border-radius:20px;padding:40px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel{max-width:640px;width:100%;height:440px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;background-color:transparent}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .mini-images{min-width:100px;width:100px;height:440px;overflow-y:auto;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:12px;background-color:transparent}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .mini-images .mini-image{width:100%;height:100px;max-width:100px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:10px;border-radius:12px;-webkit-user-select:none;user-select:none;background:#f5f5f5;border:3px solid transparent;transition:.1s ease;cursor:pointer}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .mini-images .mini-image img{width:100%;height:100%;object-fit:contain}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .mini-images .mini-image.active{border:3px solid rgba(20,114,226,.4);background:#fff;cursor:default}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .mini-images .mini-image.active:hover{border:3px solid rgba(20,114,226,.4)}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .mini-images .mini-image:active{transform:scale(.98)}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .mini-images .mini-image:hover{border:3px solid rgba(20,113,226,.0392156863)}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .carousel{background:#f5f5f5;border-radius:12px;width:100%;max-width:520px;height:440px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .carousel .custom-buttons-carousel{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;pointer-events:none;position:absolute;z-index:10}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .carousel .custom-buttons-carousel button{pointer-events:all;min-width:48px;width:48px;height:48px;min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:100px;background:#fff;cursor:pointer;transition:.1s ease;box-shadow:0 0 12px #00000014}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .carousel .custom-buttons-carousel button img{width:100%;height:100%;object-fit:scale-down}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .carousel .custom-buttons-carousel button:nth-child(1){position:relative;left:20px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .carousel .custom-buttons-carousel button:nth-child(2){position:relative;right:20px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .carousel .custom-buttons-carousel button:active{transform:scale(.98)}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .carousel .custom-buttons-carousel button:hover{background-color:#1471e22f}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .carousel .swiper{width:100%;height:100%;padding:20px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .carousel .swiper .swiper-slide{background:#f5f5f5;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .left-carousel .carousel .swiper .swiper-slide img{width:100%;height:100%;object-fit:contain}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content{max-width:544px;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:29px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .new-flag{padding:6px 12px;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;border-radius:100px;background:#e7fbe9}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .new-flag p{color:#3dc34d;font-weight:400;font-size:12px;text-align:center;width:100%}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .title-product{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .title-product h1{color:#000c;font-weight:500;font-size:28px;text-align:left;line-height:36.46px;letter-spacing:-.2px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .title-product .product-code{color:#0009;font-weight:400;font-size:14px;line-height:normal;letter-spacing:-.1px;text-align:left}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .title-product .product-description-mini{color:#000c;font-weight:400;font-size:16px;line-height:28px;text-align:left}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .prices{width:100%;display:flex;align-items:center;justify-content:flex-start}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .prices .price{color:#1472e2;font-weight:500;font-size:20px;text-transform:uppercase}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .prices .old-price{color:#8e8e8e;font-weight:400;font-size:14px;text-decoration:line-through;letter-spacing:-.1px;text-align:left;padding-right:12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stars{display:flex;align-items:center;justify-content:flex-start;gap:8px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stars .left-star{display:flex;align-items:center;justify-content:flex-start;gap:2px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stars .left-star img{min-width:24px;width:24px;height:24px;min-height:24px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stars .star-title{color:#0009;font-weight:400;font-size:14px;text-align:left;letter-spacing:-.2px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information .percentage{display:flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:100px;background:#49d75a0a;color:#49d75a;font-weight:400;font-size:14px;text-align:center}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information .right-stock,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information .limited,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information .have-stock{padding:6px 8px;cursor:default;pointer-events:none;border-radius:100px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information .right-stock p,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information .limited p,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information .have-stock p{text-align:center;width:100%;color:#8e8e8e;font-weight:400;font-size:14px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information .limited{background:#fff4ed}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information .limited p{color:#ed620b}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information .have-stock{background:#f0fff2}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .stock-information .have-stock p{color:#49d75a}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation{width:100%;padding-top:12px;border-top:1px solid rgba(0,0,0,.1215686275);display:flex;align-items:center;justify-content:space-between;gap:28px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .text{max-width:114px;width:100%;display:flex;align-items:center;justify-content:flex-start}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .text p{color:#0009;font-weight:400;font-size:12px;line-height:18.23px;text-align:left;max-width:114px;width:100%}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .months{display:flex;align-items:center;justify-content:center;gap:12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .months .month{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;transition:.1s ease}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .months .month .percentage{color:#ff0004;font-weight:400;font-size:11px;text-align:center;width:100%}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .months .month .item{min-width:52px;width:52px;height:52px;min-height:52px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px;padding:4px;border:2px solid transparent;transition:.1s ease}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .months .month .item p{color:#000c;font-weight:400;font-size:13px;text-align:center;width:100%;letter-spacing:-1px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .months .month.active{cursor:default}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .months .month.active .item{border:2px solid rgba(20,114,226,.6)}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .months .month.active .item p{color:#1472e2}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .result-permonth-payment{padding:12.5px 29px;min-width:130px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#f5f5f5;border-radius:12px;gap:4px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .result-permonth-payment p{color:#0009;font-weight:400;font-size:12px;text-align:center;letter-spacing:-.2px;width:100%;line-height:normal}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .top-texts .texts .purchase-calculation .result-permonth-payment h4{color:#093663;font-weight:600;font-size:18px;text-align:center;width:100%;letter-spacing:-.3px;line-height:normal;text-transform:uppercase}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .tipped,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .add-fav{min-width:52px;width:52px;height:52px;min-height:52px;padding:14px;border-radius:12px;background:#f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;transition:.1s ease}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .tipped img,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .add-fav img{width:100%;height:100%;object-fit:scale-down}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .tipped:active,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .add-fav:active{transform:scale(.98)}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .product-buttons{width:100%;display:flex;align-items:center;gap:12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .product-buttons .compare,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .product-buttons .add-fav{min-width:48px;width:48px;min-height:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f3f3f3;cursor:pointer}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .product-buttons .compare:active,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .product-buttons .add-fav:active{transform:scale(.98)}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .product-buttons .compare img,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .product-buttons .add-fav img{width:100%;height:100%;object-fit:scale-down}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .product-buttons .compare:hover,.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content .buttons .product-buttons .add-fav:hover{background-color:#e4dfdf}.product-inner-page-wrapper .product-inner-page .properties-section{width:100%;padding:40px;max-width:1320px;margin:40px auto auto;background:#fff;border-radius:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.product-inner-page-wrapper .product-inner-page .properties-section h5{color:#000;font-weight:500;font-size:18px;text-align:left}.product-inner-page-wrapper .product-inner-page .properties-section .grid-property{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:14px 58px;justify-items:flex-start;align-items:flex-start}.product-inner-page-wrapper .product-inner-page .properties-section .grid-property .item-property{display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:14px;border-bottom:1px solid rgba(0,0,0,.1215686275)}.product-inner-page-wrapper .product-inner-page .properties-section .grid-property .item-property .property{color:#0009;font-weight:400;font-size:14px;text-align:left}.product-inner-page-wrapper .product-inner-page .properties-section .grid-property .item-property .value{color:#000;font-weight:400;font-size:14px;text-align:right}.product-inner-page-wrapper .product-inner-page .properties-section .grid-property .item-property:nth-last-child(1){border-bottom:none;padding-bottom:0}.product-inner-page-wrapper .product-inner-page .properties-section .grid-property .item-property:nth-last-child(2){border-bottom:none;padding-bottom:0}.product-inner-page-wrapper .product-inner-page .comments-customer{width:100%;padding:40px;max-width:1320px;margin:40px auto auto;background:#fff;border-radius:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .title{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .title h6{color:#000;font-weight:500;font-size:18px;text-align:left;line-height:normal}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .title .star{gap:8px;display:flex;align-items:center;justify-content:flex-start}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .title .star img{min-width:24px;width:24px;height:24px;min-height:24px}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .title .star p{color:#0009;font-weight:400;font-size:14px;text-align:left;line-height:normal}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment{width:100%;position:relative}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment input{width:100%;background:#f5f5f5;border-radius:12px;padding:18.5px 300px 18.5px 18.5px;color:#093663;font-weight:500;border:3px solid transparent;font-size:16px;transition:.25s ease;cursor:pointer}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment input::placeholder{color:#0009;font-weight:400;font-size:16px}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment input:focus{cursor:default;border:3px solid rgba(20,113,226,.3764705882)}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment .get-vote{position:absolute;right:130px;top:18px;display:flex;align-items:center;justify-content:flex-end;gap:5px}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment .get-vote .star-no-fill{font-size:26px;color:#cecece;cursor:pointer;transition:color .1s ease}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment .get-vote .star-no-fill:hover{color:#daa520}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment .get-vote .star-no-fill.filled{color:gold;cursor:default}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment .get-vote .star-no-fill:active{transform:scale(.98)}.product-inner-page-wrapper .product-inner-page .comments-customer .comments-grid{width:100%;display:grid;grid-template-columns:repeat(1,1fr);justify-items:flex-start;align-items:flex-start;gap:24px}.product-inner-page-wrapper .product-inner-page .comments-customer .comments-grid .comment-item{width:100%;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.1215686275);display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px}.product-inner-page-wrapper .product-inner-page .comments-customer .comments-grid .comment-item .star-area{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:2px}.product-inner-page-wrapper .product-inner-page .comments-customer .comments-grid .comment-item .star-area img{min-width:24px;width:24px;height:24px;min-height:24px}.product-inner-page-wrapper .product-inner-page .comments-customer .comments-grid .comment-item .comment-content{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}.product-inner-page-wrapper .product-inner-page .comments-customer .comments-grid .comment-item .comment-content .time{color:#0009;font-weight:400;font-size:14px;text-align:left;line-height:normal;letter-spacing:-.1px}.product-inner-page-wrapper .product-inner-page .comments-customer .comments-grid .comment-item .comment-content .comment-paragraph{color:#000c;font-weight:400;font-size:16px;line-height:28px;text-align:left;word-break:break-word;overflow-wrap:break-word}.product-inner-page-wrapper .product-inner-page .comments-customer .comments-grid .comment-item:nth-last-child(1){border-bottom:none;padding-bottom:0}.product-inner-page-wrapper .product-inner-page .same-products-wrapper{width:100%;max-width:1320px;margin:100px auto auto;height:auto;background-color:transparent;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .title{color:#000;font-weight:600;font-size:40px;width:100%;text-align:center}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel{width:100%;height:auto;background-color:transparent;display:flex;align-items:center;justify-content:center;position:relative}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .custom-buttons{width:100%;position:absolute;z-index:10;pointer-events:none;top:50%;display:flex;align-items:center;justify-content:space-between}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .custom-buttons button{border-radius:100px;background:#fff;box-shadow:0 0 6px #0936631a;pointer-events:all;padding:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .custom-buttons button img{min-width:24px;width:24px;height:24px;min-height:24px;object-fit:scale-down}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .custom-buttons button:active{transform:scale(.98)}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .custom-buttons button:hover{background-color:#f5f5f5}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .custom-buttons button:nth-child(1){position:relative;left:-2rem}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .custom-buttons button:nth-child(2){position:relative;right:-2rem}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper{width:100%;height:100%}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container{width:100%;background-color:transparent;height:507px;display:flex;align-items:flex-end;justify-content:center;position:relative}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .flag-area{position:absolute;z-index:10;top:24px;left:32px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .flag-area .discounted-flag,.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .flag-area .new-flag{padding:6px 12px;background:#ffe6e3;border-radius:100px;display:flex;align-items:center;justify-content:center}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .flag-area .discounted-flag p,.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .flag-area .new-flag p{width:100%;text-align:center;color:#ff2816;font-weight:400;font-size:12px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .flag-area .new-flag{background-color:#e7fbe9}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .flag-area .new-flag p{color:#3dc34d}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui{width:100%;min-height:437px;height:437px;position:relative;padding:24px 16px;display:flex;align-items:flex-end;justify-content:center;background:#fff;box-shadow:0 0 12px #0000000f;border-radius:10px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content{width:100%;height:482px;min-height:482px;background:transparent;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:16px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .image-product{cursor:pointer;width:100%;min-height:247px;height:247px;background:#fff6;border-radius:10px;border:1px solid rgba(0,0,0,.0392156863);padding:26px 8.3px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .image-product img{width:100%;height:100%;object-fit:contain}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:28px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product{min-height:200px;height:100%;width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:12px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:2px;cursor:pointer}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title p{text-transform:capitalize;color:#9c9c9c;font-weight:400;font-size:12px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .category-and-title h2{text-transform:capitalize;color:#121212;font-weight:400;font-size:16px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;line-height:24px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices{display:flex;align-items:center;justify-content:flex-start;gap:10px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .old-price{color:#8e8e8e;font-weight:400;font-size:14px;text-decoration:line-through;letter-spacing:-.1px;text-align:left}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .discounted-prices .new-price{text-transform:uppercase;color:#ff2816;font-weight:600;font-size:16px;text-align:left}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .price{text-transform:uppercase;color:#000;font-weight:600;font-size:16px;text-align:left}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount{display:flex;align-items:center;justify-content:flex-start;gap:8px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount{background:#49d75a0a;border-radius:100px;padding:5px;display:flex;align-items:center;justify-content:center}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .left-discount p{width:100%;text-align:center;color:#49d75a;font-weight:400;font-size:14px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock,.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited,.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{padding:6px 12px;cursor:default;pointer-events:none;border-radius:100px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .right-stock p,.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p,.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{text-align:center;width:100%;color:#8e8e8e;font-weight:400;font-size:12px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited{background:#fff4ed}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .limited p{color:#ed620b}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock{background:#f0fff2}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-stock-and-discount .have-stock p{color:#49d75a}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons{width:100%;display:flex;align-items:center;gap:12px}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare,.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav{min-width:48px;width:48px;min-height:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f3f3f3;cursor:pointer}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:active,.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:active{transform:scale(.98)}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare img,.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav img{width:100%;height:100%;object-fit:scale-down}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .compare:hover,.product-inner-page-wrapper .product-inner-page .same-products-wrapper .carousel .swiper .swiper-slide .container .product-card-ui .inner-content .content .top-title-product .product-buttons .add-fav:hover{background-color:#e4dfdf}.news-wrapper{width:100%;padding:0 60px;margin-top:40px}.news-wrapper .news{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px;max-width:1320px;margin:0 auto}.news-wrapper .news .grid-news{width:100%;display:grid;grid-template-columns:repeat(4,1fr);justify-items:flex-start;align-items:flex-start;gap:24px}.news-wrapper .news .grid-news .news-item{width:100%;height:100%;background:#fff;border-radius:12px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px;padding:16px}.news-wrapper .news .grid-news .news-item .image{width:100%;border-radius:12px;background-color:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;height:220px}.news-wrapper .news .grid-news .news-item .image img{width:100%;height:100%;object-fit:fill}.news-wrapper .news .grid-news .news-item .content{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:24px}.news-wrapper .news .grid-news .news-item .content .title{width:100%}.news-wrapper .news .grid-news .news-item .content .title .date{color:#0009;font-weight:400;font-size:14px;text-align:left}.news-wrapper .news .grid-news .news-item .content .title p{color:#000c;font-weight:500;font-size:16px;line-height:21px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2}.news-wrapper .news .more{width:100%;display:flex;align-items:flex-start;justify-content:center}.news-wrapper .news .more button{padding:14px 24px;border-radius:100px;background:#fff;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;gap:8px;cursor:pointer;transition:background-color .1s ease}.news-wrapper .news .more button:active{transform:scale(.98)}.news-wrapper .news .more button p{color:#1472e2;font-weight:500;font-size:16px;transition:.1s ease}.news-wrapper .news .more button .icon{transition:.1s ease;color:#1472e2;font-size:21px}.news-wrapper .news .more button:hover{background-color:#1472e2}.news-wrapper .news .more button:hover p,.news-wrapper .news .more button:hover .icon{color:#fff}.news-inner-wrapper{width:100%}.news-inner-wrapper .news-inner{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.news-inner-wrapper .news-inner .hero-inner{width:100%;height:520px;position:relative;bottom:51.98px;background-color:transparent;z-index:0;border-radius:0}.news-inner-wrapper .news-inner .hero-inner img{width:100%;height:100%;object-fit:cover;border-radius:0}.news-inner-wrapper .news-inner .content-inner{width:100%;position:relative;bottom:40px;max-width:1440px;padding:0 60px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.news-inner-wrapper .news-inner .content-inner .left-content{max-width:941px;width:100%;height:auto;background:#fff;border-radius:12px;padding:40px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.news-inner-wrapper .news-inner .content-inner .left-content .title{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px}.news-inner-wrapper .news-inner .content-inner .left-content .title .time{color:#0009;font-weight:400;font-size:14px;text-align:left}.news-inner-wrapper .news-inner .content-inner .left-content .title h1{color:#000;font-weight:600;font-size:40px;line-height:52.08px;width:100%;max-width:861px;text-align:left}.news-inner-wrapper .news-inner .content-inner .left-content .content{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px}.news-inner-wrapper .news-inner .content-inner .left-content .content span{color:#efaf00;font-weight:500;font-size:18px;text-align:left}.news-inner-wrapper .news-inner .content-inner .left-content .content p{color:#000c;font-weight:400;font-size:16px;line-height:24px;text-align:justify}.news-inner-wrapper .news-inner .content-inner .left-content .image-c{width:100%;height:400px;border-radius:12px}.news-inner-wrapper .news-inner .content-inner .right-other{width:100%;max-width:355px;background:#fff;border-radius:12px;padding:20px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px}.news-inner-wrapper .news-inner .content-inner .right-other .item-other{width:100%;height:auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;color:unset;text-decoration:none;padding-bottom:20px;gap:12px;border-bottom:1px solid rgba(0,0,0,.1215686275)}.news-inner-wrapper .news-inner .content-inner .right-other .item-other .time{padding:8px 12px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center}.news-inner-wrapper .news-inner .content-inner .right-other .item-other .time span{color:#0009;font-weight:400;font-size:14px;text-align:center;width:100%}.news-inner-wrapper .news-inner .content-inner .right-other .item-other h2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;color:#000;font-weight:500;font-size:16px;line-height:21px;text-align:left;letter-spacing:-.1px}.news-inner-wrapper .news-inner .content-inner .right-other .item-other:nth-last-child(1){border-bottom:none;padding-bottom:0}.map-page-wrapper{width:100%;padding:0 60px;margin-top:40px}.map-page-wrapper .map-page{width:100%;max-width:1320px;margin:0 auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.map-page-wrapper .map-page .map-container{width:100%;height:558px;border-radius:20px;background:#fff;padding:20px}.map-page-wrapper .map-page .map-container iframe{width:100%;height:516px;display:flex;align-items:center;justify-content:center;border-radius:20px}.map-page-wrapper .map-page .information-container{width:100%;padding:40px;background:#fff;border-radius:20px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.map-page-wrapper .map-page .information-container h2{color:#000;font-weight:500;font-size:18px;text-align:left}.map-page-wrapper .map-page .information-container .information{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px}.map-page-wrapper .map-page .information-container .information .info-item{width:100%;height:82px;padding:20px 16px;border:3px solid rgba(0,0,0,.0392156863);border-radius:12px;display:flex;align-items:center;justify-content:flex-start;gap:12px}.map-page-wrapper .map-page .information-container .information .info-item img{min-width:24px;width:24px;height:24px;min-height:24px}.map-page-wrapper .map-page .information-container .information .info-item .link{color:#093663;font-weight:400;font-size:16px;text-align:left;line-height:normal;letter-spacing:-.1px}.cabinet-wrapper{width:100%;padding:0 60px;margin-top:20px}.cabinet-wrapper .cabinet{width:100%;max-width:1320px;margin:0 auto;height:auto;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.cabinet-wrapper .cabinet .left-navbar{max-width:314px;width:100%;background:#fff;border-radius:12px;padding:28px 22px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.cabinet-wrapper .cabinet .left-navbar .top-username{width:100%;display:flex;align-items:center;justify-content:flex-start;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.1215686275);gap:12px}.cabinet-wrapper .cabinet .left-navbar .top-username .icon{min-width:60px;width:60px;min-height:60px;height:60px;background:#093663;border-radius:100px;display:flex;align-items:center;justify-content:center}.cabinet-wrapper .cabinet .left-navbar .top-username .icon p{color:#fff;font-weight:600;font-size:20px;text-transform:uppercase;text-align:center}.cabinet-wrapper .cabinet .left-navbar .top-username h4{color:#093663;font-weight:500;font-size:18px;text-align:left;letter-spacing:-.2px;max-width:200px;width:100%}.cabinet-wrapper .cabinet .left-navbar .routes{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px}.cabinet-wrapper .cabinet .left-navbar .routes .item-route{cursor:pointer;transition:.1s ease;-webkit-user-select:none;user-select:none;width:100%;padding:15px 16px;display:flex;align-items:center;justify-content:flex-start;gap:8px;border:2px solid rgba(0,0,0,.0392156863);border-radius:12px}.cabinet-wrapper .cabinet .left-navbar .routes .item-route img{min-width:22px;width:22px;height:22px;min-height:22px}.cabinet-wrapper .cabinet .left-navbar .routes .item-route h2{color:#000c;font-weight:400;font-size:16px;text-align:left;letter-spacing:-.1px}.cabinet-wrapper .cabinet .left-navbar .routes .item-route:active{transform:scale(.98)}.cabinet-wrapper .cabinet .left-navbar .routes .item-route:hover{border:2px solid rgba(20,113,226,.0745098039)}.cabinet-wrapper .cabinet .left-navbar .routes .item-route.active{cursor:default;border:2px solid rgba(20,114,226,.4)}.cabinet-wrapper .cabinet .left-navbar .routes .item-route.active h2{color:#1472e2}.cabinet-wrapper .cabinet .right-content{width:100%;height:auto;overflow-y:auto;padding:40px;border-radius:12px;background:#fff;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.cabinet-wrapper .cabinet .right-content .my-informations{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.cabinet-wrapper .cabinet .right-content .my-informations .inputs{width:100%;height:auto;background-color:transparent;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;justify-items:flex-start;align-items:flex-start}.cabinet-wrapper .cabinet .right-content .my-informations .inputs input{width:100%;padding:16px;cursor:pointer;transition:.1s ease;border:1px solid transparent;background:#f5f5f5;border-radius:12px;color:#000000fd;font-weight:400;font-size:16px;text-align:left}.cabinet-wrapper .cabinet .right-content .my-informations .inputs input:focus{border:1px solid rgba(20,113,226,.2196078431);cursor:default}.cabinet-wrapper .cabinet .right-content .my-informations .inputs .pass-new{width:100%;position:relative}.cabinet-wrapper .cabinet .right-content .my-informations .inputs .pass-new input{width:100%;padding:16px;cursor:pointer;transition:.1s ease;border:1px solid transparent;background:#f5f5f5;border-radius:12px;color:#000000fd;font-weight:400;font-size:16px;text-align:left}.cabinet-wrapper .cabinet .right-content .my-informations .inputs .pass-new input:focus{border:1px solid rgba(20,113,226,.2196078431);cursor:default}.cabinet-wrapper .cabinet .right-content .my-informations .inputs .pass-new .eye{color:#121212;font-size:24px;position:absolute;z-index:5;right:16px;top:16px;cursor:pointer}.cabinet-wrapper .cabinet .right-content .my-informations .inputs .pass-new .eye:active{transform:scale(.98)}.cabinet-wrapper .cabinet .right-content .my-informations .button-sub{width:100%;display:flex;align-items:center;justify-content:flex-end;position:relative;bottom:12px}.cabinet-wrapper .cabinet .right-content .my-informations .button-sub button{border-radius:12px;background:#1472e2;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:16px;text-align:center;padding:14px 28px;cursor:pointer;transition:.1s ease}.cabinet-wrapper .cabinet .right-content .my-informations .button-sub button:active{transform:scale(.98)}.cabinet-wrapper .cabinet .right-content .my-informations .button-sub button:hover{background-color:#7b68ee}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay{z-index:10000;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;min-height:100vh;background-color:#0000001a;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .close-content{width:100%;display:flex;align-items:center;justify-content:flex-end}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .close-content .close{font-size:21px;color:#000c;cursor:pointer}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .close-content .close:hover{color:red}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .close-content .close:active{transform:scale(.98)}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .title-content{margin-top:8px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .title-content h2{color:#000;font-weight:500;font-size:18px;text-align:center;width:100%;max-width:200px}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .title-content p{color:#000c;font-weight:400;font-size:14px;text-align:center;width:100%;letter-spacing:-.1px}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .form-content-email{width:100%;margin-top:28px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .form-content-email input{width:100%;border:1px solid rgba(0,0,0,.0392156863);background:#f5f5f5;border-radius:12px;padding:16px;color:#000000fd;font-weight:400;font-size:16px;text-align:left;transition:.2s ease;cursor:pointer}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .form-content-email input:focus{border:1px solid rgba(20,113,226,.2196078431);cursor:default}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .form-content-email input::placeholder{color:#0009;font-weight:400;font-size:16px;text-align:left}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .form-content-email button{width:100%;display:flex;align-items:center;justify-content:center;background:#1472e2;border-radius:12px;color:#fff;font-weight:500;font-size:16px;text-align:center;cursor:pointer;padding:14px 142px}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .form-content-email button:active{transform:scale(.98)}.cabinet-wrapper .cabinet .right-content .my-informations .modaloverlay .modal .form-content-email button:hover{background-color:#7b68ee}.cabinet-wrapper .cabinet .right-content .notifications{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:30px}.cabinet-wrapper .cabinet .right-content .notifications .title-content{width:100%}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons{display:flex;align-items:center;justify-content:flex-end;gap:20px}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .remove-all,.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .read-all{transition:.2s ease;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:1px 0;background-color:transparent;cursor:pointer;position:relative}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .remove-all:active,.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .read-all:active{transform:scale(.98)}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .remove-all:before,.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .read-all:before{content:"";background-color:#ff2816;width:0;transition:.25s ease;position:absolute;bottom:0;padding-top:2px}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .remove-all:nth-child(2):before,.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .read-all:nth-child(2):before{content:"";background-color:#1472e2;width:0;transition:.25s ease;position:absolute;bottom:0;padding-top:2px}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .remove-all img,.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .read-all img{min-width:20px;width:20px;height:20px;min-height:20px}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .remove-all p,.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .read-all p{color:#ff2816;font-weight:500;font-size:14px}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .remove-all:hover:before,.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .read-all:hover:before{width:100%}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .remove-all:nth-child(2) p,.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .read-all:nth-child(2) p{color:#1472e2}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .remove-all:nth-child(2):hover:before,.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons .read-all:nth-child(2):hover:before{width:100%}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons.disabled{pointer-events:none}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons.disabled .remove-all img,.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons.disabled .read-all img{opacity:30%}.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons.disabled .remove-all *,.cabinet-wrapper .cabinet .right-content .notifications .title-content .right-buttons.disabled .read-all *{color:#c0c0c0dc!important}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications p{color:#0009;font-weight:400;font-size:12px;text-align:left;letter-spacing:-.1px}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template{width:100%;display:grid;grid-template-columns:repeat(1,1fr);justify-items:flex-start;align-items:flex-start}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template{width:100%;cursor:pointer;background:#fbfbfb;transition:.1s ease;border-bottom:1px solid rgba(0,0,0,.0784313725);padding:19.5px 18px;display:flex;-webkit-user-select:none;user-select:none;align-items:center;justify-content:space-between}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template .left{display:flex;align-items:center;justify-content:flex-start;gap:24px}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template .left .left-title{display:flex;align-items:center;justify-content:flex-start;gap:12px}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template .left .left-title .reading-flag{min-width:10px;width:10px;min-height:10px;height:10px;border-radius:100px;background-color:#ff2816}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template .left .left-title h2{color:#000;font-weight:400;font-size:14px;text-align:left;letter-spacing:-.1px;max-width:485px;width:100%}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template .left p{color:#0009;font-weight:400;font-size:12px;text-align:left;letter-spacing:-.1px}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template .remove{color:#0009;font-size:21px;cursor:pointer}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template .remove:active{transform:scale(.98)}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template .remove:hover{color:#ff2816}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template:hover{background-color:#2f2e2e0e}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template.readed{cursor:auto;background:#fbfbfb}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template.readed .left .left-title .reading-flag{background-color:#0000003d}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template.readed .left .left-title h2,.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template.readed .left p{color:#0009}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template.readed .remove{cursor:pointer;color:#53535399}.cabinet-wrapper .cabinet .right-content .notifications .content-notifications .grid-template .item-template.readed .remove:hover{color:red;transform:scale(1.05)}.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;background-color:#0000001a;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center}.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification .notification-modal{max-width:424px;width:100%;background:#fff;padding:20px;border-radius:16px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification .notification-modal .close-area{width:100%;display:flex;align-items:center;justify-content:flex-end}.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification .notification-modal .close-area .close{font-size:21px;color:#000c;cursor:pointer}.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification .notification-modal .close-area .close:active{transform:scale(.98)}.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification .notification-modal .close-area .close:hover{color:#ff2816}.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification .notification-modal .content{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;margin-top:8px;gap:8px}.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification .notification-modal .content .time{color:#0009;width:100%;text-align:start;font-weight:400;font-size:14px;letter-spacing:-.1px}.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification .notification-modal .content .paragraph,.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification .notification-modal .content .paragraph .n-data{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification .notification-modal .content .paragraph h3{color:#000;font-weight:400;font-size:16px;text-align:left;line-height:24px;letter-spacing:-.1px}.cabinet-wrapper .cabinet .right-content .notifications .modal-overlay-notification .notification-modal .content .paragraph p{color:#000c;font-weight:400;font-size:14px;text-align:left;line-height:21px}.cabinet-wrapper .cabinet .right-content .orders-container{width:100%}.cabinet-wrapper .cabinet .right-content .orders-container .title-content .right-nav{display:flex;align-items:center;justify-content:flex-end;gap:12px}.cabinet-wrapper .cabinet .right-content .orders-container .title-content .right-nav .nav-item{cursor:pointer;transition:.1s ease;background:#f5f5f5;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:10px 20px;-webkit-user-select:none;user-select:none}.cabinet-wrapper .cabinet .right-content .orders-container .title-content .right-nav .nav-item p{width:100%;text-align:center;color:#0009;font-weight:500;font-size:14px}.cabinet-wrapper .cabinet .right-content .orders-container .title-content .right-nav .nav-item:active{transform:scale(.98)}.cabinet-wrapper .cabinet .right-content .orders-container .title-content .right-nav .nav-item:hover{background-color:#16426e33}.cabinet-wrapper .cabinet .right-content .orders-container .title-content .right-nav .nav-item.active-nav{cursor:default;background-color:#093663}.cabinet-wrapper .cabinet .right-content .orders-container .title-content .right-nav .nav-item.active-nav p{color:#fff}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders{width:100%;margin-top:70px;background-color:transparent;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table{border-collapse:collapse;width:100%}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table thead{background:#f5f5f5}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table thead tr th{padding:19px 16px;color:#000;font-weight:400;font-size:14px;text-align:left}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody{width:100%}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody tr td{padding:19px 16px;border-bottom:1px solid rgba(0,0,0,.1215686275)}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody tr td .contain-table{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px;background-color:transparent}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody tr td .contain-table .order-item{display:flex;align-items:center;justify-content:flex-start;gap:16px}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody tr td .contain-table .order-item .order-img{min-width:80px;width:80px;height:80px;min-height:80px;border-radius:12px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:13px .35px}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody tr td .contain-table .order-item .order-img img{width:100%;height:100%;object-fit:contain}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody tr td .contain-table .order-item .order-text{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody tr td .contain-table .order-item .order-text span{color:#0009;font-weight:400;font-size:12px}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody tr td .contain-table .order-item .order-text h2{color:#000;font-weight:400;font-size:14px;text-align:left;max-width:256px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody tr td .contain-table .order-item .order-text p{color:#1472e2;font-weight:400;font-size:14px;text-align:left;text-transform:uppercase}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody tr td .status{display:flex;align-items:center;justify-content:center;justify-content:flex-start}.cabinet-wrapper .cabinet .right-content .orders-container .content-orders table tbody tr td .status p{color:#ff6a00;font-weight:400;font-size:14px;text-align:center}.cabinet-wrapper .cabinet .right-content .order-inner{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.cabinet-wrapper .cabinet .right-content .order-inner .get-back-area{display:flex;align-items:center;width:100%;justify-content:flex-start}.cabinet-wrapper .cabinet .right-content .order-inner .get-back-area .get-back{display:flex;align-items:center;justify-content:flex-start;gap:8px}.cabinet-wrapper .cabinet .right-content .order-inner .get-back-area .get-back img{min-width:20px;width:20px;height:20px;min-height:20px}.cabinet-wrapper .cabinet .right-content .order-inner .get-back-area .get-back p{color:#0009;font-weight:400;font-size:14px}.cabinet-wrapper .cabinet .right-content .order-inner .top-header-area{width:100%;display:flex;margin-top:20px;align-items:center;justify-content:space-between}.cabinet-wrapper .cabinet .right-content .order-inner .top-header-area .left-content{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.cabinet-wrapper .cabinet .right-content .order-inner .top-header-area .left-content span{color:#000c;font-weight:400;font-size:14px;text-align:left;line-height:normal}.cabinet-wrapper .cabinet .right-content .order-inner .top-header-area .left-content h1{color:#000;font-weight:500;font-size:28px;text-align:left;line-height:normal}.cabinet-wrapper .cabinet .right-content .order-inner .top-header-area .left-content .info-mini{display:flex;align-items:center;justify-content:flex-start;gap:8px}.cabinet-wrapper .cabinet .right-content .order-inner .top-header-area .left-content .info-mini img{min-width:16px;width:16px;min-height:16px;height:16px}.cabinet-wrapper .cabinet .right-content .order-inner .top-header-area .left-content .info-mini p{color:#0009;font-weight:400;font-size:12px;text-align:left;line-height:normal}.cabinet-wrapper .cabinet .right-content .order-inner .top-header-area .right-flag{display:flex;align-items:center;justify-content:flex-end;gap:5px}.cabinet-wrapper .cabinet .right-content .order-inner .top-header-area .right-flag img{min-width:48px;width:48px;min-height:48px;height:48px}.cabinet-wrapper .cabinet .right-content .order-inner .top-header-area .right-flag p{color:#000;font-weight:400;font-size:16px;line-height:normal;text-align:left}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;margin-top:40px;gap:12px}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area p{color:#000c;font-weight:400;font-size:14px;line-height:normal;text-align:left}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container{width:100%;max-width:899px;padding-bottom:40px;height:auto;background-color:transparent;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area{width:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .stage{width:100%;display:flex;align-items:center;justify-content:flex-start;transition:.6s ease}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .stage .icon{min-width:27px;width:27px;height:27px;min-height:27px;border:1.5px solid #8e8e8e;border-radius:100px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:4px}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .stage .icon img{width:100%;height:100%;object-fit:scale-down}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .stage .line{background-color:#efefef;border-radius:100px;height:4px;max-width:calc(100% - 40px);width:100%;z-index:0;margin:0 auto;position:relative}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .stage .line:before{content:"";width:0;position:absolute;left:0;top:0;z-index:1;height:4px;background-color:#3dc34d;transition:2s ease}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .stage.active .icon{border:1px solid #3dc34d}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .stage.active .line:before{width:100%}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .stage.active .text-for-info .message{color:#3dc34d}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .stage.active .text-for-info .date{color:#0009}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .text-for-info{position:absolute;z-index:0;top:calc(100% + 12px);display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:6px}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .text-for-info .message{color:#8e8e8e;font-weight:400;font-size:14px;line-height:normal;text-align:left;letter-spacing:-.2px}.cabinet-wrapper .cabinet .right-content .order-inner .progress-bar-area .progress-bar-container .top-circle-area .text-for-info .date{color:#0009;font-weight:400;font-size:12px;line-height:normal;text-align:left;text-wrap:nowrap}.cabinet-wrapper .cabinet .right-content .order-inner .products-is-ordered{width:100%;margin-top:48px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.cabinet-wrapper .cabinet .right-content .order-inner .products-is-ordered p{color:#000;font-weight:400;font-size:16px;text-align:left;letter-spacing:-.1px}.cabinet-wrapper .cabinet .right-content .order-inner .products-is-ordered .products{display:grid;grid-template-columns:repeat(3,1fr);justify-items:flex-start;align-items:flex-start;gap:20px}.cabinet-wrapper .cabinet .right-content .order-inner .products-is-ordered .products .order-item{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;gap:16px}.cabinet-wrapper .cabinet .right-content .order-inner .products-is-ordered .products .order-item .icon{border-radius:12px;min-width:80px;width:80px;min-height:80px;height:80px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f5f5f5}.cabinet-wrapper .cabinet .right-content .order-inner .products-is-ordered .products .order-item .icon img{width:100%;height:100%;object-fit:contain}.cabinet-wrapper .cabinet .right-content .order-inner .products-is-ordered .products .order-item .texts{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.cabinet-wrapper .cabinet .right-content .order-inner .products-is-ordered .products .order-item .texts span{color:#0009;font-weight:400;font-size:12px;text-align:left}.cabinet-wrapper .cabinet .right-content .order-inner .products-is-ordered .products .order-item .texts h3{color:#000c;font-weight:400;font-size:14px;line-height:20px;text-align:left;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;max-width:195px;width:100%}.cabinet-wrapper .cabinet .right-content .order-inner .products-is-ordered .products .order-item .texts p{color:#1472e2;font-weight:400;font-size:14px;text-align:left;text-transform:uppercase}.cabinet-wrapper .cabinet .right-content .order-inner .selects{width:100%;margin-top:48px;gap:27px;display:grid;grid-template-columns:repeat(2,1fr);justify-items:flex-start;align-items:flex-start}.cabinet-wrapper .cabinet .right-content .order-inner .remove-order{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:12px;margin-top:48px}.cabinet-wrapper .cabinet .right-content .order-inner .remove-order .reject-order-btn{padding:12px 16px;display:flex;align-items:center;justify-content:center;text-align:center;color:#ff2816;font-weight:500;font-size:14px;background-color:transparent;border:2px solid rgba(255,40,22,.4);border-radius:12px;cursor:pointer;transition:background-color .2s ease}.cabinet-wrapper .cabinet .right-content .order-inner .remove-order .reject-order-btn:hover{background-color:#ff2816;color:#fff}.cabinet-wrapper .cabinet .right-content .order-inner .remove-order .reject-order-btn:active{transform:scale(.98)}.cabinet-wrapper .cabinet .right-content .order-inner .remove-order .info-title{display:flex;align-items:center;justify-content:flex-start;gap:8px}.cabinet-wrapper .cabinet .right-content .order-inner .remove-order .info-title img{min-width:16px;width:16px;height:16px;min-height:16px}.cabinet-wrapper .cabinet .right-content .order-inner .remove-order .info-title p{color:#ff2816;font-weight:400;font-size:12px;text-align:left;line-height:normal;letter-spacing:-.1px}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay{background-color:#0000001a;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);width:100%;position:fixed;top:0;right:0;bottom:0;left:0;min-height:100vh;display:flex;align-items:center;justify-content:center;z-index:10000}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content{width:auto;height:auto;background:#fff;border-radius:16px;padding:20px 28px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .close-area{width:100%;display:flex;align-items:center;justify-content:flex-end}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .close-area .close{color:#000c;font-size:24px;cursor:pointer}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .close-area .close:hover{color:#ff2816}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container{width:auto;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:28px}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .title-content{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:8px}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .title-content h2{max-width:330px;width:100%;text-align:center;color:#000;font-weight:500;font-size:18px;line-height:normal}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .title-content p{color:#000c;font-weight:400;font-size:14px;text-align:center;line-height:24px}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .formed{max-width:368px;width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:20px}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .formed select,.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .formed textarea{max-width:368px;width:100%;padding:16px;border:1px solid rgba(0,0,0,.0392156863);border-radius:12px;background:#f5f5f5;cursor:pointer;color:#000;font-weight:400;outline:none;font-size:16px;transition:.2s ease}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .formed select:focus,.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .formed textarea:focus{border:1px solid #1472e2;cursor:default}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .formed textarea{width:100%;height:120px;resize:none;border:1px solid rgba(0,0,0,.0392156863);background-color:#f5f5f5}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .formed button{max-width:368px;width:100%;padding:14px 16px;background:#ff2816;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-weight:500;font-size:16px;text-align:center;transition:background-color .2s ease}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .formed button:active{transform:scale(.98)}.cabinet-wrapper .cabinet .right-content .order-inner .order-modal-overlay .modal-content .container .formed button:hover{background-color:#821616;color:#fff}.cabinet-wrapper .cabinet .right-content .title-content{width:100%;display:flex;align-items:center;justify-content:space-between}.cabinet-wrapper .cabinet .right-content .title-content h1{color:#000;font-weight:500;font-size:28px;text-align:left;line-height:normal}.basket-page-wrapper{width:100%;padding:0 60px;margin-top:40px}.basket-page-wrapper .basketpage{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px;max-width:1320px;margin:0 auto}.basket-page-wrapper .basketpage .container-baskets{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket{max-width:924px;width:100%;border-radius:12px;background:#fff;padding:40px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.1215686275)}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .left{display:flex;align-items:center;justify-content:flex-start;max-width:350px;width:100%;gap:16px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .left .image{min-width:80px;width:80px;min-height:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:12px;overflow:hidden}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .left .image img{width:100%;height:100%;object-fit:contain}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .left .text{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .left .text h2{color:#000;font-weight:400;font-size:16px;line-height:normal;text-align:left;max-width:256px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .left .text p{color:#1472e2;font-weight:400;font-size:14px;line-height:normal;text-align:left;text-transform:uppercase}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .left:hover .text h2{text-decoration:underline}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .center-counter{display:flex;align-items:center;justify-content:center;gap:12px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .center-counter .result{min-width:36px;width:36px;height:36px;min-height:36px;border-radius:100px;display:flex;align-items:center;justify-content:center;padding:10px;background-color:#093663}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .center-counter .result p{color:#fff;font-weight:500;font-size:14px;text-align:center}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .center-counter button{min-width:36px;width:36px;height:36px;min-height:36px;display:flex;align-items:center;justify-content:center;padding:10px;background:#f5f5f5;border-radius:100px;cursor:pointer;transition:.1s ease}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .center-counter button .icon{font-size:28px;color:#000c}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .center-counter button:active{transform:scale(.98)}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .center-counter button:hover{background-color:#1471e2ad}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .center-counter button:hover .icon{color:#fff}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .priced{display:flex;align-items:center;justify-content:flex-end;gap:28px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .priced h2{color:#1472e2;font-weight:500;font-size:18px;text-transform:uppercase}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .priced .remove{min-width:36px;width:36px;min-height:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:9px;background:#f5f5f5;transition:.1s ease;border-radius:100px;cursor:pointer}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .priced .remove:active{transform:scale(.98)}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .priced .remove .remove-icon{font-size:24px;color:#0009}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .priced .remove:hover{background-color:#d83c3c}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .priced .remove:hover .remove-icon{color:#fff}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket:nth-last-child(1){padding-bottom:0;border-bottom:0}.basket-page-wrapper .basketpage .container-baskets .status-content{max-width:356px;width:100%;border-radius:12px;background:#fff;padding:28px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.basket-page-wrapper .basketpage .container-baskets .status-content h4{color:#000;font-weight:500;font-size:18px;line-height:normal;text-align:left}.basket-page-wrapper .basketpage .container-baskets .status-content .bottom{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px}.basket-page-wrapper .basketpage .container-baskets .status-content .bottom .item-stat{width:100%;display:flex;align-items:center;justify-content:space-between}.basket-page-wrapper .basketpage .container-baskets .status-content .bottom .item-stat p{color:#0009;font-weight:400;font-size:14px;text-align:left;letter-spacing:-.1px}.basket-page-wrapper .basketpage .container-baskets .status-content .bottom .item-stat span{text-transform:uppercase;color:#000;font-weight:400;font-size:14px;text-align:right;letter-spacing:-.1px}.basket-page-wrapper .basketpage .container-baskets .status-content .bottom .item-stat:nth-child(3) p{color:#ff2816}.basket-page-wrapper .basketpage .container-baskets .status-content .bottom .item-stat:nth-child(3) span{color:#ff2816}.basket-page-wrapper .basketpage .container-baskets .status-content .bottom .total-price{padding-top:12px;border-top:1px solid #d9d9d9;width:100%;display:flex;align-items:center;justify-content:space-between}.basket-page-wrapper .basketpage .container-baskets .status-content .bottom .total-price p{color:#000c;font-weight:400;font-size:14px;text-align:left;letter-spacing:-.1px}.basket-page-wrapper .basketpage .container-baskets .status-content .bottom .total-price span{color:#3873c3;font-weight:600;font-size:16px;text-align:right;text-transform:uppercase;letter-spacing:-.2px}.confirm-order-wrapper{width:100%;padding:0 60px;margin-top:40px}.confirm-order-wrapper .confirm-order{width:100%;max-width:1320px;margin:0 auto}.confirm-order-wrapper .confirm-order .confirm-container{width:100%;gap:40px;margin-top:40px;display:flex;align-items:flex-start;justify-content:space-between}.confirm-order-wrapper .confirm-order .confirm-container .left-form{width:100%;max-width:924px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;border-radius:12px;background:#fff;padding:40px;gap:24px}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.0784313725)}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container p,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container p{color:#0009;font-weight:400;font-size:14px;text-align:left}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs{width:100%;display:grid;grid-template-columns:repeat(2,1fr);justify-items:flex-start;align-items:flex-start;gap:20px}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field{display:flex;align-items:center;justify-content:center;width:100%}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field input,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field input{width:100%;padding:16px;border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.0392156863);transition:.2s ease;cursor:pointer}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field input:focus,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field input:focus{border:1px solid #1472e2;cursor:default}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field::placeholder,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field::placeholder{color:#0009;font-weight:400;font-size:16px}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field-checkbox,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field-checkbox{cursor:pointer;width:100%;display:flex;align-items:center;-webkit-user-select:none;user-select:none;justify-content:space-between;position:relative;transition:.2s ease;background:#f5f5f5;border:2px solid transparent;border-radius:12px;height:52px}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field-checkbox .icon-label,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field-checkbox .icon-label{left:16px;position:relative;display:flex;align-items:center;justify-content:flex-start;gap:12px}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field-checkbox .icon-label img,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field-checkbox .icon-label img{min-width:24px;width:24px;height:24px;min-height:24px}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field-checkbox .icon-label label,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field-checkbox .icon-label label{color:#000000e5;font-weight:400;font-size:16px;text-align:left}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field-checkbox input[type=radio],.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field-checkbox input[type=radio]{width:auto;position:relative;right:16px;border:1px solid rgba(0,0,0,.2392156863);min-width:20px;width:20px;height:20px;min-height:20px;border-radius:100px}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field-checkbox input,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field-checkbox input{position:absolute;width:100%;padding:16px;border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.0392156863);transition:.2s ease;cursor:pointer}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field-checkbox input:focus,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field-checkbox input:focus{border:1px solid #1472e2;cursor:default}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field-checkbox.active,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field-checkbox.active{border:2px solid rgba(20,114,226,.4)}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field-checkbox.active .icon-label label,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field-checkbox.active .icon-label label{color:#1472e2}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .inputs .input-field-checkbox::placeholder,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .inputs .input-field-checkbox::placeholder{color:#0009;font-weight:400;font-size:16px}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store{width:100%;height:0;pointer-events:none;opacity:0;background-color:transparent;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:0;transition:.2s ease}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional .top-content,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store .top-content,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional .top-content,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store .top-content{width:100%;display:grid;grid-template-columns:repeat(2,1fr);justify-items:flex-start;align-items:flex-start;gap:12px}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional .top-content .input-field,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store .top-content .input-field,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional .top-content .input-field,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store .top-content .input-field{width:100%}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional .top-content .input-field select,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store .top-content .input-field select,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional .top-content .input-field select,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store .top-content .input-field select{width:100%;padding:16px;border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.0392156863);color:#000;font-weight:400;font-size:16px;line-height:normal;text-align:left;cursor:pointer;transition:.1s ease}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional .top-content .input-field select:focus,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store .top-content .input-field select:focus,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional .top-content .input-field select:focus,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store .top-content .input-field select:focus{cursor:default;border:1px solid #1472e2}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional .top-content .input-field input,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store .top-content .input-field input,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional .top-content .input-field input,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store .top-content .input-field input{width:100%;padding:16px;border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.0392156863);color:#000;font-weight:400;font-size:16px;line-height:normal;text-align:left;cursor:pointer;transition:.1s ease}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional .top-content .input-field input::placeholder,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store .top-content .input-field input::placeholder,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional .top-content .input-field input::placeholder,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store .top-content .input-field input::placeholder{color:#0009}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional .top-content .input-field input:focus,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store .top-content .input-field input:focus,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional .top-content .input-field input:focus,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store .top-content .input-field input:focus{cursor:default;border:1px solid #1472e2}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional textarea,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store textarea,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional textarea,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store textarea{width:100%;padding:16px;height:120px;min-height:120px;resize:none;border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.0392156863);color:#000;font-weight:400;font-size:16px;line-height:normal;text-align:left;cursor:pointer;transition:.1s ease}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional textarea::placeholder,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store textarea::placeholder,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional textarea::placeholder,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store textarea::placeholder{color:#0009}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional textarea:focus,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store textarea:focus,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional textarea:focus,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store textarea:focus{cursor:default;border:1px solid #1472e2}.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional.active,.confirm-order-wrapper .confirm-order .confirm-container .left-form .top-input-container .additional-store.active,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional.active,.confirm-order-wrapper .confirm-order .confirm-container .left-form .bottom-input-container .additional-store.active{height:auto;opacity:1;overflow-y:auto;gap:12px;pointer-events:all}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container{max-width:356px;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products{width:100%;background:#fff;border-radius:12px;padding:28px;gap:24px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products h3{color:#000;font-weight:500;font-size:18px;text-align:left;letter-spacing:-.1px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:15px;margin-top:24px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item{padding-bottom:15px;bottom:1px solid #d9d9d9;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .left{display:flex;align-items:center;justify-content:flex-start;gap:16px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .left .icon{min-width:80px;width:80px;height:80px;min-height:80px;border-radius:12px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:13px .35px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .left .icon img{width:100%;height:100%;object-fit:contain}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .left .text{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .left .text h2{color:#000;font-weight:400;font-size:14px;text-align:left;line-height:24px;max-width:160px;width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .left .text p{color:#1472e2;font-weight:400;text-transform:uppercase}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .left .text .prices{display:flex;align-items:center;justify-content:flex-start;gap:4px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .left .text .prices .discountprice{color:#0009;text-decoration:line-through;font-weight:400;font-size:13px;text-align:left}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .left .text .prices p{color:#ff2816;font-weight:400;font-size:14px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .left:hover .text h2{text-decoration:underline}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .remove-icon{border-radius:100px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:8px;min-width:36px;width:36px;min-height:36px;height:36px;cursor:pointer}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .remove-icon img{width:100%;height:100%;object-fit:contain}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .remove-icon:hover{background-color:#d9d9d9}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .in-basket-products .products .product-item .remove-icon:active{transform:scale(.98)}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .price-area{width:100%;padding:28px;border-radius:12px;background:#fff}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .price-area h4{color:#000;font-weight:500;font-size:18px;line-height:normal;text-align:left}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .price-area .bottom{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:16px;margin-top:24px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .price-area .bottom .item-stat{width:100%;display:flex;align-items:center;justify-content:space-between}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .price-area .bottom .item-stat p{color:#0009;font-weight:400;font-size:14px;text-align:left;letter-spacing:-.1px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .price-area .bottom .item-stat span{text-transform:uppercase;color:#000;font-weight:400;font-size:14px;text-align:right;letter-spacing:-.1px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .price-area .bottom .item-stat:nth-child(3) p{color:#ff2816}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .price-area .bottom .item-stat:nth-child(3) span{color:#ff2816}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .price-area .bottom .total-price{padding-top:12px;border-top:1px solid #d9d9d9;width:100%;display:flex;align-items:center;justify-content:space-between}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .price-area .bottom .total-price p{color:#000c;font-weight:400;font-size:14px;text-align:left;letter-spacing:-.1px}.confirm-order-wrapper .confirm-order .confirm-container .right-product-container .price-area .bottom .total-price span{color:#3873c3;font-weight:600;font-size:16px;text-align:right;text-transform:uppercase;letter-spacing:-.2px}.catalog-page-wrapper{width:100%;background-color:transparent;padding:0 60px}.catalog-page-wrapper .catalog-page{width:100%;height:auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;max-width:1320px;margin:40px auto}.catalog-page-wrapper .catalog-page .grid-catalog{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:max-content;justify-items:flex-start;align-items:flex-start;gap:24px;margin-top:40px}.certificates-wrapper{width:100%;max-width:1320px;margin:0 auto;border-radius:20px;background:#fff;padding:60px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.certificates-wrapper h2{color:#000;font-weight:600;font-size:40px;line-height:normal;text-align:left}.certificates-wrapper .certificate-content{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.certificates-wrapper .certificate-content .certificate-item{padding:21.75px 20px;width:100%;border-radius:12px;transition:.1s ease;border:3px solid rgba(0,0,0,.0392156863);background-color:transparent;display:flex;align-items:center;justify-content:space-between;cursor:default}.certificates-wrapper .certificate-content .certificate-item .left{display:flex;align-items:center;justify-content:flex-start;gap:20px}.certificates-wrapper .certificate-content .certificate-item .left .icon{min-width:48px;width:48px;height:57px;min-height:57px;display:flex;align-items:center;justify-content:center;overflow:hidden}.certificates-wrapper .certificate-content .certificate-item .left .icon img{width:100%;height:100%;object-fit:contain}.certificates-wrapper .certificate-content .certificate-item .left .text{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px}.certificates-wrapper .certificate-content .certificate-item .left .text h3{color:#000;font-weight:500;font-size:18px;line-height:normal;text-align:left;letter-spacing:-.2px}.certificates-wrapper .certificate-content .certificate-item .left .text p{color:#0009;font-weight:400;font-size:14px;line-height:normal;text-align:left;letter-spacing:-.1px}.certificates-wrapper .certificate-content .certificate-item .download-btn{padding:12px 24px;display:flex;align-items:center;justify-content:center;gap:12px;background:#1472e2;border-radius:12px;cursor:pointer;transition:80ms ease}.certificates-wrapper .certificate-content .certificate-item .download-btn img{min-width:24px;width:24px;min-height:24px;height:24px;transition:.3s ease}.certificates-wrapper .certificate-content .certificate-item .download-btn p{color:#fff;font-weight:500;font-size:16px;line-height:normal;text-align:center;transition:.2s ease;letter-spacing:-.2px}.certificates-wrapper .certificate-content .certificate-item .download-btn:active{transform:scale(.98)}.certificates-wrapper .certificate-content .certificate-item .download-btn:hover{background-color:#0f5dbd}.certificates-wrapper .certificate-content .certificate-item .download-btn:hover img{transform:translate(40px)}.certificates-wrapper .certificate-content .certificate-item .download-btn:hover p{transform:translate(-10px);opacity:0}.certificates-wrapper .certificate-content .certificate-item:hover{background-color:#edf0f37e}.carier-page-wrapper{width:100%;background-color:transparent;padding:0 60px}.carier-page-wrapper .carier-page{width:100%;height:auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;max-width:1320px;margin:40px auto}.carier-page-wrapper .carier-page .carier-hero{margin-top:40px;width:100%;height:340px;background:#093663;border-radius:20px;display:flex;align-items:center;justify-content:space-between;background-image:url(/imagecarier.png);background-repeat:no-repeat;background-size:contain;background-position:right}.carier-page-wrapper .carier-page .carier-hero .left-description{padding:95px 60px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.carier-page-wrapper .carier-page .carier-hero .left-description h2{color:#fff;font-weight:500;font-size:32px;line-height:40px;text-align:left;max-width:600px;width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2}.carier-page-wrapper .carier-page .carier-hero .left-description p{max-width:600px;width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;line-clamp:3;text-align:start;color:#fff;font-weight:400;font-size:16px;line-height:26px}.carier-page-wrapper .carier-page .top-content{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px;margin-top:60px}.carier-page-wrapper .carier-page .top-content p{color:#000;font-weight:400;font-size:14px;text-align:left}.carier-page-wrapper .carier-page .top-content .vacations-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);justify-items:flex-start;align-items:flex-start;gap:24px}.vacation-inner-wrapper{width:100%;background-color:transparent;padding:0 60px}.vacation-inner-wrapper .vacation-inner{width:100%;height:auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;max-width:1320px;margin:40px auto}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation{width:100%;border-radius:20px;background:#093663;padding:40px;display:flex;align-items:center;justify-content:space-between}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content{max-width:830px;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content h1{color:#fff;font-weight:600;font-size:32px;text-align:left;max-width:830px;width:100%;line-height:38px}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:14px}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content .date-item,.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content .location-item,.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content .view-item{display:flex;align-items:center;justify-content:flex-start;gap:8px}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content .date-item img,.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content .location-item img,.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content .view-item img{min-width:18px;width:18px;height:18px;min-height:18px}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content .date-item p,.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content .location-item p,.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content .view-item p{color:#fff;font-weight:400;font-size:12px;text-align:left;letter-spacing:-.1px}.vacation-inner-wrapper .vacation-inner .container-bottom{width:100%;margin-top:74px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content{max-width:760px;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .description-vacation{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px;padding:40px;background-color:#fff;border-radius:12px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container{width:100%;padding:40px;background:#fff;border-radius:12px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .top-title-form{width:100%;max-width:568px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:8px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .top-title-form h3{color:#000;font-weight:600;font-size:24px;text-align:center;width:100%;line-height:28px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .top-title-form p{color:#000000b2;max-width:400px;line-height:21px;font-size:14px;text-align:center;width:100%}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content{margin-top:16px;width:100%;cursor:pointer;transition:.1s ease;border:1px dashed #1472E2;border-radius:12px;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);background-color:#fff;padding:12.93px 18px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content:active{transform:scale(.98)}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content .left{display:flex;align-items:center;justify-content:flex-start;gap:12px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content .left img{min-width:28px;width:28px;height:28px;min-height:28px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content .left .text{max-width:350px;width:100%;gap:8px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content .left .text h6{color:#3a3a49;font-weight:400;font-size:14px;text-align:left;max-width:600px;width:100%}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content .left .text span{color:#9c9c9c;font-weight:400;font-size:12px;text-align:left;max-width:600px;width:100%}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content .select-a-file{color:#1472e2;font-weight:500;font-size:14px;text-align:end;letter-spacing:-.1px;cursor:pointer}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content .file-input{position:absolute;z-index:1000;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .form-input-content{margin-top:28.93px;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .form-input-content .title-content{width:100%;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;line-clamp:1;padding:14px 16px;background:#efefef;border-radius:12px;border:1px solid #EFEFEF;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);color:#000c;font-weight:400;font-size:16px;text-align:left;max-width:600px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .form-input-content .input-grid-field{width:100%;margin-top:16px;display:grid;grid-template-columns:repeat(2,1fr);justify-items:flex-start;align-items:flex-start;gap:16px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .form-input-content .input-grid-field .input-field{width:100%;position:relative}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .form-input-content .input-grid-field .input-field input{width:100%;background:#f5f5f5;border-radius:12px;border:2px solid #F5F5F5;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);padding:14px 13px;color:#0009;font-weight:400;font-size:16px;transition:.2s ease;cursor:pointer}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .form-input-content .input-grid-field .input-field input:focus{border:2px solid #093663;background-color:#fff;color:#000;font-weight:400;font-size:16px}.vacation-inner-wrapper .vacation-inner .container-bottom .right-image-content{max-width:536px;width:100%;display:flex;align-items:flex-end;justify-content:flex-start;flex-direction:column;gap:40px}.vacation-inner-wrapper .vacation-inner .container-bottom .right-image-content .image{width:100%;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.vacation-inner-wrapper .vacation-inner .container-bottom .right-image-content .image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.vacation-inner-wrapper .vacation-inner .container-bottom .right-image-content .social-share{display:flex;align-items:flex-end;justify-content:flex-start;flex-direction:column;gap:12px}.vacation-inner-wrapper .vacation-inner .container-bottom .right-image-content .social-share p{color:#0009;font-weight:400;font-size:14px;text-align:end}.vacation-inner-wrapper .vacation-inner .container-bottom .right-image-content .social-share .socials{display:flex;align-items:center;justify-content:flex-end;gap:12px}.vacation-inner-wrapper .vacation-inner .container-bottom .right-image-content .social-share .socials .icon-social{min-width:36px;width:36px;min-height:36px;height:36px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#fff;padding:9px 8px}.vacation-inner-wrapper .vacation-inner .container-bottom .right-image-content .social-share .socials .icon-social img{width:100%;height:100%;object-fit:scale-down}@media only screen and (max-width: 1100px){.carier-page-wrapper .carier-page .top-content{width:100%}.vacation-inner-wrapper{padding:0 24px}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content{max-width:650px}.carier-page-wrapper .carier-page .top-content .vacations-grid{width:100%!important;gap:12px!important}.carier-page-wrapper{padding:0 24px}.carier-page-wrapper .carier-page .carier-hero{margin-top:24px;height:300px}.carier-page-wrapper .carier-page .top-content{margin-top:24px;gap:18px}.carier-page-wrapper .carier-page .top-content .vacations-grid{grid-template-columns:repeat(3,1fr)}.news-wrapper{padding:0 24px;margin-top:24px}.news-wrapper .news .grid-news{grid-template-columns:repeat(3,1fr)}.about-page-wrapper .about-page .our-team h2{font-size:21px}.about-page-wrapper .about-page .our-team .grid-team{grid-template-columns:repeat(3,1fr)}.basket-page-wrapper,.my-favorites-page-wrapper{padding:0 24px;margin-top:24px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket{padding:24px}.products-page-wrapper .products-page .main-filter-container .right-container .filtered-products .products{grid-template-columns:repeat(2,1fr)}.products-page-wrapper{padding:0 24px}.breadcrumb-wrapper{padding:12px 24px!important}.products-page-wrapper .products-page .main-filter-container{margin-top:24px}.products-page-wrapper .products-page .main-filter-container .filter{max-width:300px;padding:18px}.comparison-page-wrapper{padding:0 24px;margin-top:24px}.comparison-page-wrapper .comparison-page{gap:24px}:root .no-data-msg{padding:1rem}}@media only screen and (max-width: 968px){.carier-page-wrapper .carier-page .top-content .vacations-grid{grid-template-columns:repeat(2,1fr)}.vacation-inner-wrapper .vacation-inner .container-bottom{margin-top:32px;gap:12px;flex-direction:column}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content{max-width:100%;gap:24px;width:100%}.vacation-inner-wrapper .vacation-inner .container-bottom .right-image-content{max-width:100%;width:100%;gap:24px}.news-wrapper .news .grid-news{grid-template-columns:repeat(2,1fr)}.about-page-wrapper .about-page .our-team .grid-team{grid-template-columns:repeat(1,2fr)}.about-page-wrapper .about-page .certificates-wrapper{padding:24px;gap:12px}.about-page-wrapper .about-page .certificates-wrapper h2{font-size:21px}.basket-page-wrapper .basketpage .container-baskets .status-content{max-width:100%;width:100%}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .left{max-width:100px}.basket-page-wrapper .basketpage .container-baskets{flex-direction:column}.comparison-page-wrapper .comparison-page .container-comparison .left{padding:21px}.comparison-page-wrapper .comparison-page .container-comparison .left{max-width:250px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket{gap:12px}.my-favorites-page-wrapper .my-favorites-page .favorites-grid{grid-template-columns:repeat(2,1fr)}.product-inner-page-wrapper .product-inner-page .top-section-wrapper .top-section .right-content{max-width:100%;width:100%}.product-inner-page-wrapper .product-inner-page .properties-section{padding:24px;gap:12px}.product-inner-page-wrapper .product-inner-page .top-section-wrapper{padding:24px}.product-inner-page-wrapper{padding:0 24px}.products-page-wrapper .products-page .main-filter-container .right-container .filtered-products .products{width:100%;max-width:100%;grid-template-columns:repeat(1,1fr)}.products-page-wrapper .products-page{margin:24px auto auto}.products-page-wrapper .products-page .main-filter-container{flex-direction:column}.products-page-wrapper .products-page .main-filter-container .filter{max-width:100%}.products-page-wrapper .products-page .main-filter-container .right-container .top-sorted .right-sort select{width:100%;min-width:100%;max-width:100%}.products-page-wrapper .products-page .main-filter-container .right-container .top-sorted .right-sort span{display:none}}@media only screen and (max-width: 768px){.carier-page-wrapper .carier-page .carier-hero .left-description{padding:24px}.carier-page-wrapper .carier-page .carier-hero .left-description h2{font-size:18px;line-height:normal;line-clamp:3;-webkit-line-clamp:3}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content .bottom-content{flex-direction:column;gap:24px;width:100%;align-items:flex-start}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation{flex-direction:column;gap:42px;padding:24px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .description-vacation{padding:24px}.vacation-inner-wrapper .vacation-inner .hero-inner-vacation .left-description-content h1{font-size:21px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .form-input-content .input-grid-field{grid-template-columns:repeat(1,1fr)}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .form-input-content .title-content{display:none}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .top-title-form h3{font-size:18px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container{padding:0 12px}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content{flex-direction:column}.vacation-inner-wrapper .vacation-inner .container-bottom .left-content .form-container .file-input-content .left{flex-direction:column;gap:24px}.carier-page-wrapper .carier-page .top-content .vacations-grid,.news-wrapper .news .grid-news,.about-page-wrapper .about-page .our-team .grid-team{grid-template-columns:repeat(1,1fr)}.news-wrapper .news .grid-news .news-item{gap:12px;padding:12px}.news-inner-wrapper .news-inner .content-inner{padding:12px;gap:12px}.news-inner-wrapper .news-inner{gap:12px}.news-inner-wrapper .news-inner .content-inner .left-content{gap:21px;padding:24px}.news-inner-wrapper .news-inner .content-inner .right-other{max-width:100%;width:100%}.carier-page-wrapper .carier-page{margin:24px auto auto}.news-inner-wrapper .news-inner .content-inner .left-content .title h1{font-size:21px;line-height:normal}.news-inner-wrapper .news-inner .hero-inner{height:250px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket{flex-direction:column;width:100%;max-width:100%;gap:48px}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .priced{width:100%}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .center-counter{width:100%;justify-content:space-between}.basket-page-wrapper .basketpage .container-baskets .products-in-basket .item-basket .left{max-width:100%;width:100%}.basket-page-wrapper .basketpage .container-baskets .status-content{padding:18px}.about-page-wrapper{padding:0 24px;margin-top:24px}.about-page-wrapper .about-page{gap:24px}.about-page-wrapper .about-page .about-card .image-content{height:auto}.about-page-wrapper .about-page .about-card{padding:8px;gap:24px}.comparison-page-wrapper .comparison-page .container-comparison{flex-direction:column}.comparison-page-wrapper .comparison-page .container-comparison .left{max-width:100%}.comparison-page-wrapper .comparison-page .title-container{flex-direction:column;align-items:flex-start;justify-content:flex-start}.comparison-page-wrapper .comparison-page .title-container .right{justify-content:flex-start}.comparison-page-wrapper .comparison-page .title-container .right select{max-width:100%;font-size:12px;padding:12px 8px;background-position:95%}.comparison-page-wrapper .comparison-page .title-container .right .swiper-buttons button{min-width:32px;width:32px;min-height:32px;height:32px}.comparison-page-wrapper .comparison-page .title-container .right .swiper-buttons{gap:8px}.comparison-page-wrapper .comparison-page .title-container .right .swiper-buttons button img{width:50%;height:50%}.my-favorites-page-wrapper .my-favorites-page .favorites-grid{grid-template-columns:repeat(1,1fr)}.product-inner-page-wrapper .product-inner-page .properties-section .grid-property{grid-template-columns:repeat(1,1fr);padding:12px;gap:24px}.product-inner-page-wrapper .product-inner-page .comments-customer{padding:32px 24px;margin:24px auto auto}.product-inner-page-wrapper .product-inner-page .same-products-wrapper{padding:24px;gap:24px;margin:30px auto auto}.product-inner-page-wrapper .product-inner-page .same-products-wrapper .title{font-size:21px}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment .get-vote{position:relative;left:0}.product-inner-page-wrapper .product-inner-page .comments-customer .top-title .input-field-for-comment input{padding-right:120px}.title-component{font-size:18px!important}.home .discountedproducts-wrapper{padding:24px}.products-page-wrapper .products-page .main-filter-container .filter{height:250px;overflow-y:auto}.products-page-wrapper .products-page .main-filter-container .right-container .top-sorted .left-tags{display:none}.home .discountedproducts-wrapper .discountedproducts .carousel .swiper .swiper-slide .discounted-product-card-ui{flex-direction:column;height:auto}.home .discountedproducts-wrapper .discountedproducts .carousel{height:auto}.home .brends-wrapper{padding:24px;margin-top:40px}.home .news-card-wrapper{padding:24px;margin:36px auto auto}.home .news-card-wrapper .vector_one,.home .news-card-wrapper .vector_two{display:none}.home .news-card-wrapper{width:calc(100% - 12px)!important}.home .news-card-wrapper .news-card h2{font-size:18px;line-height:28px;font-weight:400}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
