@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;700&display=swap);*{font-family:Nunito,sans-serif}.not-found{align-items:center;color:#444;display:flex;flex-direction:column;justify-content:center;min-height:80vh}.not-found h2{font-size:55px}.not-found p{font-size:20px}.nav-bar{align-items:center;background:#f5f3f0;display:flex;height:70px;justify-content:space-between;padding:0 4rem}.nav-bar a{color:#000;text-decoration:none}.nav-bar h2{font-size:40px}.bag-quantity,.nav-bag{align-items:center;display:flex}.bag-quantity{background:#ff0;border-radius:50%;color:#000;font-size:14px;font-weight:700;height:25px;justify-content:center;margin-left:5px;width:25px}.home-container{height:auto;overflow:hidden;position:relative}.home-container h2{font-size:40px;font-weight:400;text-align:center}.background-quote{align-items:center;box-sizing:border-box;display:flex;height:300px;justify-content:center;overflow:hidden;padding:1rem;position:relative;width:100%}.background-quote:before{background:url(/static/media/greece_1.b57271db5401a7abba50.png) no-repeat 50%;background-size:cover;content:"";inset:0;opacity:.3;position:absolute;z-index:0}.hero-text{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;border-radius:16px;color:#fff;font-family:Playfair Display,serif;font-size:2rem;font-weight:500;line-height:1.4;max-width:90%;padding:1rem 1.5rem;position:relative;text-align:center;text-shadow:0 2px 4px #0009;transition:all .3s ease-in-out;z-index:1}.products{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem auto;max-width:100%}.product{background-color:#f5f3f0;border-radius:16px;box-shadow:-5px -5px 15px #ffffff80,5px 5px 15px #5e68794d;display:flex;flex-direction:column;justify-content:space-between;max-width:300px;padding:1.5rem;transition:all .3s ease-in-out;width:100%}.product:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-4px) scale(1.01)}.product h3{font-size:24px;font-weight:600;margin:0;text-align:center}.product img{border-radius:12px;height:250px;margin:1rem auto;object-fit:cover;width:75%}.product .details{align-items:center;display:flex;font-size:18px;font-weight:500;justify-content:space-between;padding:.5rem 0}.product .details span:first-child{color:#6c757d;font-size:16px}.product .details .price{color:#333;font-size:20px;font-weight:700}.product .learn-more{align-items:center;background-color:#c1b69d;border-radius:8px;color:#f9f9f9;cursor:pointer;display:flex;font-weight:500;height:40px;justify-content:center;letter-spacing:1px;margin-top:1.5rem;text-decoration:none;transition:background-color .3s ease,transform .2s ease;width:100%}.product .learn-more:hover{background-color:#127a5b;transform:scale(1.02)}.product button{background-color:#4b70e2;border:none;border-radius:8px;color:#f9f9f9;cursor:pointer;font-weight:500;height:40px;letter-spacing:1px;margin-top:1rem;transition:background-color .3s ease,transform .2s ease;width:100%}.product button:hover{background-color:#3e5bc9;transform:scale(1.02)}.cart-container{padding:2rem 4rem}.cart-container h2{font-size:30px;font-weight:400;text-align:center}.cart-container .titles{margin:2rem 0 1rem}.cart-container .titles h3{font-size:14px;font-weight:400;text-transform:uppercase}.cart-container .titles,.cart-item{grid-column-gap:.5rem;align-items:center;column-gap:.5rem;display:grid;grid-template-columns:3fr 1fr 1fr 1fr}.cart-item{border-top:1px solid #bbb;padding:1rem 0}.cart-container .titles .product-title{padding-left:.5rem}.cart-container .titles .total{justify-self:right;padding-right:.5rem}.cart-item .cart-product{display:flex}.cart-item .cart-product img{height:auto;margin-right:1rem;max-width:100%;object-fit:contain;width:100px}.cart-item .cart-product h3{font-weight:400}.cart-item .cart-product button{background:none;border:none;color:gray;cursor:pointer;margin-top:.7rem;outline:none}.cart-item .cart-product button:hover{color:#000}.cart-item .cart-product-quantity{align-items:flex-start;border:.5px solid #b1b1b1;border-radius:5px;display:flex;justify-content:center;max-width:100%;width:130px}.cart-item .cart-product-quantity button{background:none;border:none;cursor:pointer;outline:none;padding:.7rem 1.5rem}.cart-item .cart-product-quantity .count{padding:.7rem 0}.cart-item .cart-product-total-price{font-weight:700;justify-self:right;padding-right:.5rem}.cart-summary{align-items:flex-start;border-top:1px solid #bbb;display:flex;justify-content:space-between;padding-top:2rem}.cart-summary .clear-btn{background:none;border:.5px solid #b1b1b1;border-radius:5px;color:gray;cursor:pointer;font-weight:400;height:40px;letter-spacing:1.15px;outline:none;width:130px}.cart-checkout{max-width:100%;width:270px}.cart-checkout .subtotal{display:flex;font-size:20px;justify-content:space-between}.cart-checkout .amount{font-weight:700}.cart-checkout p{font-size:14px;font-weight:200;margin:.5rem 0}.cart-checkout button{background-color:#4b70e2;border:none;border-radius:5px;color:#f9f9f9;cursor:pointer;font-weight:400;height:40px;letter-spacing:1.15px;outline:none;width:100%}.cart-checkout .cart-login{background-color:#ff0;color:#000}.continue-shopping,.start-shopping{margin-top:1rem}.continue-shopping a,.start-shopping a{align-items:center;color:gray;display:flex;text-decoration:none}.continue-shopping a span,.start-shopping a span{margin-left:.5rem}.cart-empty{align-items:center;color:#545454;display:flex;flex-direction:column;font-size:20px;margin-top:2rem}@media (max-width:665px){.nav-bar{padding:0 1rem}.nav-bar h2{font-size:30px}.cart-container{padding:2rem}.cart-container .titles{display:none}.cart-container .titles,.cart-item{grid-template-columns:1fr;row-gap:1rem}.cart-item .cart-product-total-price{justify-self:left}.cart-summary{flex-direction:column}.cart-summary .clear-btn{margin-bottom:2rem}}@media (min-width:768px){.hero-text{font-size:2.5rem;max-width:70%;padding:2rem 3rem}.background-quote{height:350px}}@media (min-width:1200px){.hero-text{font-size:3rem;max-width:60%}.background-quote{height:400px}}@media (max-width:480px){.hero-text{font-size:1.4rem;max-width:95%;padding:1rem}.background-quote{height:auto;padding:2rem 1rem}}.AddCustomName_window{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.overlay{background:#0000004d;height:100%;position:absolute;width:100%}.modal{background:#f4f3ef;border-radius:10px;box-sizing:border-box;flex-direction:column;height:auto;justify-content:space-around;margin:20px;max-height:90vh;max-width:600px;min-height:400px;min-width:300px;padding:20px;position:relative;width:90%;z-index:1001}.close-button,.modal{align-items:center;display:flex}.close-button{background:none;border:none;color:#666;cursor:pointer;font-size:2rem;height:40px;justify-content:center;position:absolute;right:15px;top:15px;transition:color .3s ease;width:40px}.close-button:hover{color:#333}.modal img{height:auto;max-width:400px;width:80%}.AddCustomName_productName{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;margin:10px 0;text-align:center}.AddCustomName_InputDescription{font-size:clamp(1rem,3vw,1.5rem);font-weight:600;margin:10px 0;text-align:center}.modal input{border:2px solid #ccc;border-radius:8px;box-shadow:inset 0 2px 4px #0000001a;font-size:1rem;height:40px;margin:10px 0;max-width:500px;outline:none;padding:0 15px;transition:border-color .3s ease,box-shadow .3s ease;width:80%}.modal input::placeholder{color:#999;font-style:italic}.modal input:focus{background-color:#fff;border-color:#4b70e2;box-shadow:0 0 8px #4b70e299}.confirm-button{align-items:center;background-color:#4b70e2;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:clamp(1rem,3vw,1.5rem);height:50px;justify-content:center;margin:10px 0;max-width:300px;min-height:40px;transition:background-color .3s ease;width:80%}.confirm-button:hover{background-color:#3a5bc7}@media (max-width:768px){.modal{padding:15px;width:95%}.modal input{font-size:.9rem;height:35px}.confirm-button{height:45px}.close-button{font-size:1.8rem;right:10px;top:10px}}@media (max-width:480px){.modal{border-radius:8px;padding:10px}.modal img{width:90%}.AddCustomName_productName{font-size:1.3rem}.AddCustomName_InputDescription{font-size:1rem}.modal input{font-size:.8rem;height:30px;padding:0 10px;width:90%}.confirm-button{font-size:1rem;height:40px;width:90%}.close-button{font-size:1.5rem;height:30px;width:30px}}@media (max-height:600px){.modal{max-height:95vh;overflow-y:auto}}.AddCustomName_Warning{color:#c0392b;font-size:.95rem;font-weight:500;margin:5px 0 15px;text-align:center}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-fade-in{animation:fadeInScale .35s ease-out}.women-banner{height:400px;opacity:0;overflow:hidden;position:relative;transform:translateY(80px);transition:opacity 1s ease,transform 1s ease;width:100%}.women-banner.visible{opacity:1;transform:translateY(0)}.women-banner-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}@media screen and (max-width:480px){.women-banner-video{object-position:50% 30%}}.women-banner-overlay{background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.women-banner-content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 20px;position:relative;text-align:center;z-index:2}.women-banner-content h1{font-size:3rem;font-weight:700;margin-bottom:20px;text-shadow:0 2px 4px #00000080}.women-banner-content p{font-size:1.5rem;margin-bottom:30px;text-shadow:0 2px 4px #00000080}.women-banner-content button{background-color:#e91e63;border:none;border-radius:10px;box-shadow:0 4px 8px #0000004d;color:#fff;cursor:pointer;font-size:1rem;padding:12px 24px;transition:background-color .3s ease}.women-banner-content button:hover{background-color:#c2185b}@media screen and (max-width:768px){.women-banner-content h1{font-size:2rem}.women-banner-content p{font-size:1.2rem}}@media screen and (max-width:480px){.women-banner-content h1{font-size:1.5rem}.women-banner-content p{font-size:1rem}.women-banner-content button{font-size:.9rem;padding:10px 20px}}.special_offer{align-items:center;background-color:red;border-radius:50%;box-shadow:0 0 10px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:10px;font-weight:700;height:50px;justify-content:center;padding:5px;position:fixed;right:20px;text-align:center;top:100px;-webkit-user-select:none;user-select:none;width:50px;z-index:9999}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box}header{background-color:#f5f3f0;height:75px;justify-content:space-between;padding:0 20px;position:relative;width:100%;z-index:10}.company_name_logo,header{align-items:center;display:flex}.company_name_logo{color:#000}.company_name_logo img{width:75px}.navigation_menu{display:flex;gap:30px;left:50%;position:absolute;transform:translateX(-50%)}.nav_link{color:#333;font-size:1.5rem;text-decoration:none}.burger_menu{cursor:pointer;display:none;font-size:30px}.mobile_menu{background-color:#f5f3f0;display:flex;flex-direction:column;gap:20px;height:100%;padding:20px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:250px;z-index:100}.close_menu{align-self:flex-end;cursor:pointer;font-size:30px}@media screen and (max-width:700px){.navigation_menu{display:none}.burger_menu{display:block}}*{margin:0;padding:0}footer{flex-direction:column}.img_and_links,footer{display:flex;width:100%}.img_and_links{flex-direction:row}.img_and_links img{width:25%}.link_container_wrapper{background-color:#f5f3f0;display:flex;flex-direction:row;justify-content:space-around;padding-top:30px;width:75%}.link_container{color:#000;display:flex;flex-direction:column}.link_title{font-size:32px;font-weight:500}.footer_link{font-size:24px;font-weight:400;margin-bottom:10px;margin-left:5px}.link_container a{color:inherit;text-decoration:none}.link_container a:hover{cursor:pointer;text-decoration:underline}.footer_slogan{align-items:center;background-color:#fff;display:flex;font-size:4rem;font-weight:600;justify-content:center;width:100%}@media screen and (max-width:700px){.img_and_links{flex-direction:column}.img_and_links img{width:100%}.link_container_wrapper{align-items:center;flex-direction:column;justify-content:normal;padding-top:0;width:100%}.link_container{display:flex;flex-direction:column;margin-bottom:20px;text-align:center;width:100%}.footer_slogan{font-size:3rem;font-size:2rem}}.body_of_product_info{align-items:center;background:linear-gradient(135deg,#f5f3f0,#eae4dd);color:#333;display:flex;font-family:Arial,sans-serif;justify-content:center;margin:0;min-height:100vh;padding:0}.main-container{background-color:#fff;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:row;height:80vh;max-width:1200px;overflow:hidden;width:90%}.image-section{align-items:center;background:linear-gradient(135deg,#fafafa,#eaeaea);box-shadow:inset 0 0 20px #0000000d,0 10px 20px #00000014;justify-content:center}.description-section,.image-section{display:flex;flex:1 1;height:100%;padding:2rem}.description-section{background:linear-gradient(135deg,#f5f3f0,#eae4dd);box-sizing:border-box;flex-direction:column;justify-content:space-between}.heading-block h1{color:#333;font-size:2rem;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.heading-block p{color:#666;font-size:1rem;line-height:1.6}.features-list{display:flex;flex-direction:column;gap:1rem;justify-content:flex-start}.feature-element{align-items:flex-start;background-color:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000d;display:flex;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.feature-element:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-3px)}.feature-icon{color:#d27d56;flex-shrink:0;font-size:1.5rem;margin-right:1rem}.feature-details h3{color:#333;font-size:1.1rem;margin:0 0 .5rem}.feature-details p{color:#666;font-size:.9rem;line-height:1.4;margin:0}.purchase-section{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;margin-top:auto}.price-tag{color:#d27d56;font-size:1.8rem;font-weight:700}.purchase-button{background-color:#d27d56;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 2rem;transition:background-color .3s ease,transform .3s ease}.purchase-button:hover{background-color:#b86547;transform:translateY(-2px)}model-viewer{height:100%;margin:0;max-height:600px;padding:0;width:100%}#lazy-load-poster{background-position:50%;background-repeat:no-repeat;background-size:contain;background-size:140%;bottom:0;left:0;position:absolute;right:0;top:0}#button-load{align-items:center;background:linear-gradient(135deg,#f6d365,#fda085);background-repeat:no-repeat;border:none;border-radius:12px;box-shadow:0 4px 10px #00000026;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:800;gap:10px;left:50%;padding:12px;position:absolute;top:90%;transform:translateX(-50%);transition:all .3s ease-in-out;z-index:100}#button-load:hover{background:linear-gradient(135deg,#fda085,#f6d365)}.controls{align-items:left;bottom:8px;display:flex;flex-direction:column;left:8px;position:absolute}#progress-bar{background:#ff9800;bottom:2px;display:none;height:4px;left:0;position:absolute;transition:width .3s ease;width:0}@media (min-width:1600px){model-viewer{max-height:700px}}@media (max-width:1200px){.body_of_product_info{padding-bottom:20px;padding-top:20px}.main-container{flex-direction:column;height:auto;min-height:80vh;width:90%}.description-section,.image-section{height:auto;width:100%}.image-section{padding:0}model-viewer{display:block;height:400px;margin-right:0;max-width:100%;padding:0;width:100%}.features-list{justify-content:flex-start}.purchase-button{text-align:center;width:100%}#lazy-load-poster{background-size:65%}#button-load{left:80%;top:50%}}@media (max-width:768px){.heading-block h1{font-size:1.5rem}.feature-details p,.heading-block p{font-size:.9rem}#lazy-load-poster{background-size:100%}#button-load{left:80%;top:40%}model-viewer{height:350px}}@media (max-height:800px) and (min-width:1200px){.features-list{height:60%;overflow-y:scroll}}@media (max-width:480px){.main-container{border-radius:10px;width:95%}.purchase-button{font-size:.9rem;padding:.6rem 1.5rem}.price-tag{font-size:1.5rem}#lazy-load-poster{background-size:120%}model-viewer{height:300px}}.auth-container{display:flex;height:100vh}.auth-form,.auth-image{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative}.auth-image img{height:100%;object-fit:cover;width:100%}.image-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1}.image-text{color:#fff;padding:20px;text-align:center;z-index:2}.image-text h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.image-text p{font-size:1.5rem}.mobile-image{display:none}@media (max-width:768px){.auth-container{flex-direction:column}.desktop-image{display:none!important}.mobile-image{display:flex;height:40vh;order:-1}.auth-form{height:60vh;padding:1rem}.image-text h1{font-size:2rem}.image-text p{font-size:1.2rem}}.checkout-success{animation:fadeIn .8s ease forwards;background:#f0f8ff;border-radius:15px;box-shadow:0 12px 24px #007bff40;color:#1a1a1a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:100px auto;max-width:450px;padding:40px 30px;text-align:center}.checkout-success__icon{animation:popIn .6s ease forwards;color:#28a745;font-size:60px;margin-bottom:20px}.checkout-success__title{color:#0d6efd;font-size:28px;font-weight:700;margin-bottom:12px}.checkout-success__text{color:#333;font-size:16px;margin:8px 0}.checkout-success__btn-home{background-color:#0d6efd;border:none;border-radius:30px;box-shadow:0 6px 12px #0d6efd66;color:#fff;cursor:pointer;font-size:16px;margin-top:25px;padding:14px 30px;transition:background-color .3s ease}.checkout-success__btn-home:hover{background-color:#084bd8}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.7)}60%{opacity:1;transform:scale(1.1)}to{transform:scale(1)}}.return-policy{background-color:#fff;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;margin:0 auto;max-width:800px;padding:2rem 1rem}.return-policy__title{color:#222;font-size:2rem;margin-bottom:1.5rem;text-align:center}.return-policy__list{list-style:decimal inside;padding:0}.return-policy__list li{margin-bottom:1.5rem}.return-policy__list h2{color:#111;font-size:1.2rem;margin-bottom:.5rem}.return-policy__list p{margin:0}.return-policy__legal{color:#666;font-size:.9rem;margin-top:2rem;text-align:center}.payment-methods{background-color:#fff;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;margin:0 auto;max-width:800px;padding:2rem 1rem}.payment-methods__title{color:#222;font-size:2rem;margin-bottom:1.5rem;text-align:center}.payment-methods__list{list-style:decimal inside;padding:0}.payment-methods__list li{margin-bottom:1.5rem}.payment-methods__list h2{color:#111;font-size:1.2rem;margin-bottom:.5rem}.payment-methods__list p{margin:0}.payment-methods__footer{color:#666;font-size:.9rem;margin-top:2rem;text-align:center}.shipping{background-color:#fff;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;margin:0 auto;max-width:800px;padding:2rem 1rem}.shipping__title{color:#222;font-size:2rem;margin-bottom:1.5rem;text-align:center}.shipping__list{list-style:decimal inside;padding:0}.shipping__list li{margin-bottom:1.5rem}.shipping__list h2{color:#111;font-size:1.2rem;margin-bottom:.5rem}.shipping__list p{margin:0}.shipping__info{color:#666;font-size:.9rem;margin-top:2rem;text-align:center}.contact-page{background-color:#fff;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:900px;padding:2rem 1rem}.contact-title{color:#222;font-size:2rem;margin-bottom:2rem;text-align:center}.contact-cards{display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.contact-cards{flex-direction:row;justify-content:space-between}}.contact-card{background-color:#f5f3f0;border-radius:16px;box-shadow:0 4px 10px #0000000f;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:1.5rem}.contact-card h2{font-size:1.3rem;margin-bottom:.5rem}.contact-card p{margin-bottom:1rem}.contact-button{border-radius:12px;color:#fff;display:inline-block;font-weight:700;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:background-color .3s ease}.email-button{background-color:#c1b69d}.email-button:hover{background-color:#aa9f87}.fb-button{background-color:#4b70e2}.fb-button:hover{background-color:#3b5fc4}
/*# sourceMappingURL=main.27e35c53.css.map*/