@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;700&display=swap);*{box-sizing:border-box;font-family:Nunito,sans-serif;margin:0;padding:0}.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;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);background:#fff9;border-bottom:1px solid #ffffff4d;box-shadow:0 4px 20px #0000000f;display:flex;height:80px;justify-content:space-between;left:0;padding:0 4rem;position:fixed;top:0;width:100%;z-index:999}.nav-center,.nav-left,.nav-right{align-items:center;display:flex;gap:2rem}.logo-link{align-items:center;color:#1a1a1a;display:flex;font-size:1.2rem;font-weight:600;text-decoration:none;transition:opacity .3s ease}.logo-link:hover{opacity:.8}.logo-link img{height:42px;margin-right:12px}.nav-center a{color:#1a1a1a;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none}.nav-center a:after{background:linear-gradient(90deg,#4b70e2,#e24bc0);bottom:0;content:"";display:block;height:2px;left:0;position:absolute;transition:.3s;width:0}.nav-center a:hover:after{width:100%}.nav-icon{align-items:center;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;text-decoration:none;transition:all .3s ease}.nav-icon.sign-in{color:#4a4a4a}.nav-icon.sign-in:hover{color:#1a1a1a}.nav-icon.sign-in i{font-size:18px}.nav-icon.join-us{border:2px solid #4b70e2;border-radius:24px;color:#4b70e2;padding:.5rem 1rem;transition:all .3s ease}.nav-icon.join-us:hover{background-color:#4b70e21a;box-shadow:0 2px 8px #4b70e233;transform:translateY(-1px)}.cart-link{align-items:center;background:linear-gradient(135deg,#4b70e2,#3a56c1);border-radius:24px;box-shadow:0 2px 8px #00000014;color:#fff;display:flex;font-size:.95rem;font-weight:500;gap:.75rem;line-height:1;padding:.6rem 1.2rem;position:relative;transition:all .3s ease}.cart-link:hover{background:linear-gradient(135deg,#3a56c1,#4b70e2);box-shadow:0 4px 12px #4b70e24d;transform:translateY(-1px)}.cart-link i{font-size:18px}.bag-quantity{background:gold;border:2px solid #fff;border-radius:50%;font-size:12px;font-weight:700;height:22px;justify-content:center;position:absolute;right:-8px;top:-8px;width:22px}.bag-quantity,.profile-button{align-items:center;color:#1a1a1a;display:flex}.profile-button{background:#fff;border:1px solid #0000001a;border-radius:24px;box-shadow:0 2px 8px #00000014;font-size:.95rem;font-weight:500;gap:.75rem;overflow:hidden;padding:.6rem 1rem;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.22,1,.36,1)}.profile-button .profile-text,.profile-button i{transition:transform .4s cubic-bezier(.22,1,.36,1)}.profile-button i{color:#4b70e2;font-size:18px}.profile-button:hover .profile-text{transform:translateX(8px)}.profile-button:hover i{transform:translateX(-8px)}.profile-button:before{background:linear-gradient(90deg,#0000,#4b70e21a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.profile-button:hover:before{left:100%}.nav-icon.favorites-link{align-items:center;background:#fff;border:1px solid #0000001a;border-radius:24px;box-shadow:0 2px 8px #00000014;color:#1a1a1a;display:flex;font-size:.95rem;font-weight:500;gap:.75rem;overflow:hidden;padding:.6rem 1rem;position:relative;text-decoration:none;transition:all .6s cubic-bezier(.22,1,.36,1)}.nav-icon.favorites-link i{color:#000;font-size:18px;transition:all .3s ease}.nav-icon.favorites-link:hover i{color:#000;font-weight:900;transform:scale(1.05) translateY(-2px)}.nav-icon.favorites-link:before{background:linear-gradient(90deg,#0000,#e74c3c1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.nav-icon.favorites-link:hover:before{left:100%}.favorites-text{display:inline-block}.mobile-menu{align-items:center;background:linear-gradient(180deg,#fff,#fff 50%,#dadada);display:flex;flex-direction:column;height:100vh;left:0;opacity:0;overflow-y:auto;padding:6rem 2rem 3rem;pointer-events:none;position:fixed;top:0;transform:translateY(-100%);transition:transform .35s ease,opacity .35s ease;width:100vw;z-index:2000}.mobile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-links{display:flex;flex-direction:column;gap:5px;position:inherit;width:100%}.mobile-links a{align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#fff;color:#111827;display:flex;font-size:1.1rem;font-weight:500;justify-content:space-between;overflow:hidden;padding:1.2rem 1.5rem;position:relative;text-decoration:none;transition:all .3s ease;width:100%}.mobile-links a:before{animation:glass-flow 5s linear infinite;content:"";height:100%;left:-250%;top:0;transform:skewX(-20deg);width:350%}.mobile-links a .border-loop,.mobile-links a:before{border-radius:12px;pointer-events:none;position:absolute}.mobile-links a .border-loop{inset:0}.mobile-links a .border-loop:before{animation:border-loop 4s linear infinite;border:2px solid #000;border-radius:12px;box-shadow:0 0 10px #000c,0 0 20px #0009;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.mobile-links a .left-part{align-items:center;display:flex}.mobile-links a .left-part i{color:#4b70e2;flex-shrink:0;font-size:1.1rem;margin-right:10px}.mobile-links a:after{color:#9ca3af;content:"\f054";font-family:Font Awesome\ 6 Free;font-size:.9rem;font-weight:900;transition:transform .25s ease,color .25s ease}.mobile-links a:hover{background:linear-gradient(135deg,#0000000d,#00000005)}.mobile-links a:hover:after{color:#4b70e2;transform:translateX(5px)}.mobile-links .divider{background:#e5e7eb;height:1px;margin:1.2rem 0}.close-btn{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#374151;cursor:pointer;display:flex;font-size:1.5rem;height:38px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .25s ease;width:38px}.close-btn:hover{background:#e5e7eb;color:#111827;transform:rotate(90deg)}@keyframes glass-flow{0%{left:-250%}50%{left:-125%}to{left:0}}@keyframes border-loop{0%{transform:translate(0) rotate(0deg)}25%{transform:translate(100%) rotate(0deg)}50%{transform:translate(100%,100%) rotate(0deg)}75%{transform:translateY(100%) rotate(0deg)}to{transform:translate(0) rotate(0deg)}}.mobile-menu .menu-header{color:#111827;font-size:2rem;font-weight:700;left:0;letter-spacing:1px;position:absolute;text-shadow:0 1px 2px #0003;top:1.5rem;z-index:10}.mobile-menu .menu-footer{animation:fadeInUp .6s ease forwards;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#fff;box-shadow:0 8px 15px #0000001a,inset 0 4px 10px #fff3;color:#000;font-size:1rem;font-weight:500;margin-bottom:50px;margin-top:auto;padding:1.5rem 2rem;position:relative;text-align:center;width:100vw}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-profile-btn{background:linear-gradient(135deg,#4b70e2,#3a56c1)!important;border:none!important;box-shadow:0 4px 12px #4b70e24d;font-weight:600;transition:all .3s ease}.mobile-profile-btn,.mobile-profile-btn i{color:#fff!important}.mobile-profile-btn:hover{background:linear-gradient(135deg,#3a56c1,#4b70e2)!important;box-shadow:0 6px 16px #4b70e266;transform:translateY(-2px)}.burger{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#fff3;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 2px 10px #0000000d;color:#1a1a1a;cursor:pointer;display:none;font-size:1.4rem;padding:.4rem .5rem;transition:all .3s ease}.burger:hover{background:#ffffff59;box-shadow:0 4px 12px #4b70e233;color:#4b70e2;transform:scale(1.05)}.lang-selector{align-items:center;background:#fff;border:1px solid #0000001a;border-radius:20px;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:8px;padding:.4rem .8rem;position:relative}.lang-selector img{border-radius:3px;height:18px;width:24px}.lang-selector i{color:#333;font-size:12px}.lang-dropdown{background:#fff;border:1px solid #0000001a;border-radius:10px;box-shadow:0 4px 15px #00000014;display:flex;flex-direction:column;overflow:hidden;position:absolute;right:0;top:40px;width:120px;z-index:10}.lang-dropdown li{align-items:center;cursor:pointer;display:flex;gap:8px;padding:8px 12px;transition:background .3s ease}.lang-dropdown li:hover{background:#4b70e21a}.lang-dropdown img{height:15px;width:20px}@media (max-width:768px){.burger{align-items:center;display:flex;justify-content:center}.nav-center{display:none!important}.nav-right{gap:.8rem}.nav-icon.cart-link,.nav-icon.favorites-link,.nav-icon.join-us,.nav-icon.sign-in,.profile-button{display:none!important}.nav-left span{display:none}.mobile-links a .border-loop:before,.mobile-links a:before{animation:none!important}.mobile-links a{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.mobile-menu{will-change:transform,opacity}}@media (max-width:665px){.nav-bar{height:70px;padding:0 1.5rem}.nav-bar h2{font-size:1.5rem}.logo-link img{height:36px}.cart-link{padding:.5rem 1rem}}.uc-card-container{height:258px;margin:20px auto;perspective:1000px;position:relative;width:450px}.uc-flippable-card{cursor:pointer;height:100%;position:relative;transform-style:preserve-3d;transition:transform .7s ease;width:100%}.uc-flippable-card.uc-flipped{transform:rotateY(180deg)}.uc-card-back,.uc-card-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(135deg,#2c3e50,#1a1a1a);border-radius:14px;box-shadow:0 8px 20px #0006;color:#fff;display:flex;flex-direction:column;inset:0;justify-content:space-between;padding:1rem 1.2rem;position:absolute}.uc-card-back{background:linear-gradient(135deg,#34495e,#2c3e50);transform:rotateY(180deg)}.uc-flip-card-logo{align-items:center;font-size:.9rem;font-weight:600;left:1rem;z-index:10}.uc-flip-card-logo,.uc-flip-card-top{display:flex;gap:.5rem;position:absolute;top:.8rem}.uc-flip-card-top{right:1rem}.uc-card-button{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:1rem;gap:.5rem;padding:.35rem .7rem;transition:background .3s}.uc-button-icon{flex-shrink:0;height:1em;width:1em}.uc-card-button:hover{background:#ffffff40}.uc-flip-card-content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding-top:2.5rem}.uc-profile-info{display:flex;flex-direction:column;gap:.6rem}.uc-flip-card-section h2,.uc-flip-card-section p{margin:0}.uc-flip-section-label{color:#fff9;font-size:.7rem;text-transform:uppercase}.uc-flip-section-value{font-size:1.1rem;font-weight:500;letter-spacing:.06em}.uc-flip-user-name{font-size:1.2rem;font-weight:600}.uc-flip-user-email{color:#ffffffd9;font-size:.9rem;font-style:italic}.uc-flip-hint{margin-top:auto;text-align:center}.uc-flip-hint-text{color:#ffffff80;font-size:.7rem}.uc-delivery-container{padding-top:2rem}.uc-back-title{font-size:1rem;font-weight:700}.uc-back-section,.uc-back-title{margin-bottom:.8rem}.uc-back-label{color:#ffffffb3;font-size:.75rem}.uc-card-styling{display:flex;gap:.3rem;justify-content:flex-end;opacity:.3}@media (max-width:480px){.uc-card-container{height:240px;width:90%}.uc-card-button{font-size:.7rem;padding:.3rem .6rem}.uc-flip-user-name{font-size:1rem}}@media (min-width:768px){.uc-card-container{max-width:450px}.uc-flip-user-name{font-size:1.4rem}}.lottie-player{margin-left:40%;width:50%}@media(max-width:1200px){.lottie-player{margin-left:0;width:50%}}@media(max-width:692px){.lottie-player{margin-left:0;width:100%}}.appp-container{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;height:50vh;justify-content:space-around;margin-top:80px;overflow:hidden;position:relative}.glass-block{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff26;border-radius:12px;box-shadow:0 4px 20px #0000001a;color:#000;font-weight:700;height:75px;position:absolute;top:50px;width:20vw}.center-content,.glass-block{align-items:center;display:flex;justify-content:center;text-align:center}.center-content{flex-direction:column;height:100%;padding:50px;width:50%;z-index:1}.center-content h1{color:#111;font-size:2.5rem;font-weight:700;margin-bottom:10px}.center-content p{color:#333;font-size:16px;margin-bottom:20px}.glass-button{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:25px;box-shadow:0 4px 20px #0000001a;color:#111;cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px;transition:all .3s ease;width:30%}.glass-button:hover{background:#ffffff59}.right-lottie{height:100%;width:40%;z-index:0}@media(max-width:1200px){.appp-container{flex-direction:column;height:auto}.glass-block{height:10vh;margin-left:20%;position:relative;width:20vw}.center-content{height:auto;padding:20px;width:100%;z-index:1}.right-lottie{display:flex;height:100%;width:100%;z-index:0}}@media(max-width:692px){.glass-block{height:12vh;margin-left:10%;padding:5px;position:relative;width:auto;width:100%}}@media (max-width:665px){.appp-container{margin-top:70px}}.stripe-form{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:600px;padding:1rem}.payment-card,.stripe-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:all .3s ease}.payment-card{margin-bottom:100px}.stripe-card:hover{box-shadow:0 4px 12px #0000001f}.stripe-card-header{background:#f8fafc;border-bottom:2px solid #f3f4f6;padding:1.25rem 1.5rem}.stripe-card-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.stripe-card-content{padding:1.5rem}.stripe-card-footer{background:#f8fafc;border-top:2px solid #f3f4f6;display:flex;justify-content:center;padding:1rem 1.5rem}.stripe-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.stripe-card-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}@media (min-width:640px){.stripe-grid{gap:1.25rem;grid-template-columns:1fr 1fr}}.stripe-form-group{display:flex;flex-direction:column;gap:.5rem}.stripe-label-with-icon{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.stripe-icon{color:#2563eb;font-size:.875rem}.stripe-payment-icon{font-size:1.25rem}input,select{background:#fff;border:2px solid #d1d5db;border-radius:8px;font-size:.875rem;padding:.75rem 1rem;transition:all .2s ease}input:focus,select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.stripe-disabled-input{background:#f9fafb;cursor:not-allowed;opacity:.6}.stripe-card-input-container{align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:8px;display:flex;min-height:48px;padding:.75rem 1rem;transition:all .3s ease}.stripe-card-input-focused{background:#f8fafc;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.stripe-card-input-complete{background:#f0fdf4;border-color:#10b981}.stripe-card-input{background:#0000;border:none;color:#374151;font-size:16px;outline:none;width:100%}.stripe-card-input::placeholder{color:#9ca3af}.stripe-field-status{align-items:center;display:flex;font-size:.75rem;gap:.5rem;margin-top:.25rem}.stripe-field-complete{color:#10b981;font-weight:500}.stripe-field-error{color:#ef4444;font-weight:500}.stripe-toggle-btn{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.stripe-toggle-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.stripe-radio-group{display:flex;flex-direction:column;gap:.75rem}.stripe-radio-option{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.25rem;transition:all .2s ease}.stripe-radio-option:hover{background:#f8fafc;border-color:#2563eb}.stripe-option-selected{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.stripe-radio-option input[type=radio]{accent-color:#2563eb;margin:0}.stripe-label{color:#1f2937;cursor:pointer;flex:1 1;font-weight:500;gap:1rem}.stripe-label,.stripe-logo-box{align-items:center;display:flex}.stripe-logo-box{border:2px solid #e5e7eb;border-radius:8px;height:2.5rem;justify-content:center;transition:all .2s ease;width:3rem}.stripe-google{background:#fff;border-color:#e5e7eb}.stripe-apple{background:#000;border-color:#000;color:#fff}.stripe-blik{background:#dc2626;border-color:#dc2626;color:#fff}.stripe-card-icon{background:#2563eb;border-color:#2563eb;color:#fff}.stripe-radio-option-column{display:flex;flex-direction:column;gap:.75rem}.stripe-card-form{background:#f8fafc;border:2px solid #e5e7eb;border-radius:10px;margin-left:0;padding:1.25rem}@media (min-width:640px){.stripe-card-form{margin-left:2rem}}.stripe-card-element-wrapper{background:#fff;border:2px solid #d1d5db;border-radius:8px;padding:1rem}.stripe-card-actions{margin-top:1.5rem;padding:0 1.5rem 1.5rem}.stripe-pay-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 1.5rem;transition:all .2s ease;width:100%}.stripe-blik-btn{background:#dc2626;color:#fff}.stripe-blik-btn:hover{background:#b91c1c;transform:translateY(-1px)}.stripe-card-btn{background:#2563eb;color:#fff}.stripe-card-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.stripe-payment-request-wrapper{margin-top:1rem}@keyframes stripe-field-success{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.stripe-card-input-complete{animation:stripe-field-success .3s ease}@media (max-width:480px){.stripe-form{gap:1rem;padding:.5rem}.stripe-card-content{padding:1rem}.stripe-radio-option{padding:.75rem 1rem}.stripe-logo-box{height:2rem;width:2.5rem}.stripe-payment-icon{font-size:1rem}.stripe-card-grid{gap:1rem;grid-template-columns:1fr}.stripe-card-input-container{min-height:44px;padding:.5rem .75rem}}.stripe-pay-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.stripe-option-selected .stripe-logo-box{transform:scale(1.05)}.stripe-card-hint{color:#6b7280;font-size:.75rem;font-style:italic;margin-top:.25rem}.uc-modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.uc-modal-fullscreen{animation:fadeIn .3s ease-out;background:#fff;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:24px;width:100%}.uc-modal-fullscreen h2{font-size:1.8rem;margin-bottom:20px;text-align:center}.uc-modal-fullscreen label{color:#333;display:flex;flex-direction:column;font-size:1rem;margin-bottom:15px}.uc-modal-fullscreen input{border:1px solid #ccc;border-radius:6px;font-size:1rem;margin-top:5px;outline:none;padding:10px 12px;transition:border-color .2s}.uc-modal-fullscreen input:focus{border-color:#007bff}.uc-method-selector{margin-bottom:15px}.uc-method-selector p{font-weight:500;margin-bottom:8px}.uc-method-option{border:1px solid #ccc;border-radius:8px;cursor:pointer;margin-bottom:8px;padding:12px;transition:all .2s}.uc-method-option:hover{border-color:#007bff}.uc-method-option.selected{background-color:#007bff;border-color:#007bff;color:#fff}.uc-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:auto}.uc-modal-actions button{border:none;border-radius:6px;cursor:pointer;font-size:1rem;padding:10px 18px;transition:background .2s}.uc-modal-actions button:first-child{background-color:#007bff;color:#fff}.uc-modal-actions button:first-child:hover{background-color:#0056b3}.uc-modal-actions button:last-child{background-color:#ccc;color:#333}.uc-modal-actions button:last-child:hover{background-color:#999}.uc-new-recipient-card{background:linear-gradient(135deg,#2c3e50,#34495e);border:2px dashed #ffffff4d;border-radius:16px;box-shadow:0 20px 40px -12px #0000004d,inset 0 0 20px #ffffff0d;cursor:pointer;height:258px;margin:20px auto;overflow:hidden;padding:2rem;perspective:1000px;position:relative;transition:all .3s ease;width:450px}.uc-new-recipient-card:hover{border-color:#ffffff80;box-shadow:0 25px 50px -12px #0006,inset 0 0 30px #ffffff14}.uc-new-card-pattern{inset:0;opacity:.06;position:absolute;transition:opacity .3s}.uc-new-recipient-card:hover .uc-new-card-pattern{opacity:.1}.uc-new-pattern-element-1{border-radius:6px;right:1.5rem;top:1.5rem;width:4rem}.uc-new-pattern-element-1,.uc-new-pattern-element-2{background:linear-gradient(45deg,#ffffff26,#ffffff0d);height:3rem;position:absolute}.uc-new-pattern-element-2{border-radius:50%;bottom:1.5rem;left:1.5rem;width:3rem}.uc-new-pattern-element-3{background:linear-gradient(45deg,#ffffff1a,#ffffff08);border-radius:50%;height:6rem;position:absolute;right:33.33%;top:50%;width:6rem}.uc-new-card-content{flex-direction:column;gap:1.2rem;height:100%;position:relative;text-align:center;z-index:10}.uc-new-card-content,.uc-new-card-icon{align-items:center;display:flex;justify-content:center}.uc-new-card-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(45deg,#ffffff1f,#ffffff0f);border:1px solid #ffffff1a;border-radius:50%;height:4rem;transition:all .3s ease;width:4rem}.uc-new-recipient-card:hover .uc-new-card-icon{background:linear-gradient(45deg,#fff3,#ffffff1a);transform:scale(1.05)}.uc-new-icon-svg{color:#ffffffe6;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));height:2rem;width:2rem}.uc-new-card-text{display:flex;flex-direction:column;gap:.6rem}.uc-new-card-title{color:#fff;font-weight:600;text-shadow:0 1px 2px #0000004d}.uc-new-card-description{color:#fffc;font-size:.875rem;line-height:1.4;max-width:20rem}.uc-new-card-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(45deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff4d;border-radius:8px;color:#ffffffe6;cursor:pointer;display:flex;margin-top:1rem;padding:.6rem 1.2rem;transition:all .3s ease}.uc-new-recipient-card:hover .uc-new-card-button{background:linear-gradient(45deg,#fff3,#ffffff1a);box-shadow:0 4px 12px #0000004d;color:#fff;transform:translateY(-2px)}.uc-new-button-icon{filter:brightness(1.2);height:1rem;margin-right:.5rem;width:1rem}@media (max-width:480px){.uc-new-recipient-card{height:240px;width:90%}}.modal-overlay{align-items:center;background-color:#f9f9f9;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal-content{background-color:#fff;border-radius:0;box-shadow:none;color:#333;height:100%;overflow-y:auto;padding:2rem;position:relative;width:100%}.modal-close{background:#eee;border:none;border-radius:6px;color:#333;cursor:pointer;font-size:1.5rem;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.modal-title{font-size:1.4rem;margin-bottom:1.5rem}.modal-list{display:flex;flex-direction:column;gap:1.5rem}.delivery-card{border:2px solid #0000;border-radius:12px;padding:.5rem;position:relative}.delivery-card.selected{background-color:#c3e0ff;border-color:#007bff}.delivery-radio{cursor:pointer;position:absolute;right:.5rem;top:.5rem;transform:scale(1.5)}.shipping-title{margin-bottom:1.5rem;text-align:center}.shipping-options{display:flex;flex-direction:column;gap:1rem;margin:2rem auto;max-width:400px;width:100%}.shipping-option{align-items:center;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;transition:.3s}.shipping-option.select-another{border:2px dashed #ccc}.shipping-option.select-another:hover{border-color:#39f}.shipping-option.add-new{background-color:#f0fff0;border:1px solid #a0d6a0}.shipping-option.add-new:hover{background-color:#e6ffe6}.shipping-option-left{align-items:center;display:flex;gap:.75rem}.icon-circle.blue{background-color:#e0f0ff}.icon-circle.green{background-color:#d4f4d4}.icon.blue{color:#39f;font-size:20px}.icon.green{color:#393;font-size:20px}.option-title{color:#333;font-weight:500;margin:0}.option-subtitle{color:#777;font-size:14px;margin:0}.arrow-icon{color:#999;font-size:18px}.proceed-wrapper{align-items:center;background-color:#39f;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:center;padding:.75rem 1rem;width:100%}.proceed-wrapper:hover{background-color:#267acc}.proceed-wrapper button{background-color:#39f;border:none;color:#fff}.credit-icon{font-size:18px;margin-right:8px}.selected-items-container{background:#fff;border:1px solid #f1f5f9;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;flex-direction:column;gap:16px;padding:16px;width:100%}.cart-header{align-items:center;display:flex;gap:12px;padding:24px}.cart-icon{color:#2563eb;font-size:24px}.cart-title{color:#0f172a;font-size:24px;font-weight:700;margin:0}.selected-item{background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease;width:100%}.selected-item:hover{border-color:#2563eb;box-shadow:0 4px 12px #00000014}.selected-item-header{align-items:center;cursor:pointer;display:flex;gap:16px;justify-content:space-between;min-height:80px;padding:20px}.selected-item-price{color:#2563eb;font-size:20px;font-weight:700;min-width:80px;text-align:right}.selected-item-image{border-radius:8px;flex-shrink:0;height:60px;object-fit:cover;width:60px}.toggle-btn{align-items:center;background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.toggle-btn:hover{background:#f8fafc;color:#2563eb}.selected-item-info{animation:slideDown .3s ease-out;border-top:1px solid #f1f5f9;margin-top:0;padding:0 20px 20px}.selected-item-info h3{color:#0f172a;font-size:18px;font-weight:600;line-height:1.4;margin:16px 0 12px}.selected-item-info p{color:#475569;font-size:14px;line-height:1.5;margin:8px 0}.selected-item-info strong{color:#0f172a;font-weight:600}.selected-item-personalization{background:#f8fafc;border-left:3px solid #2563eb;border-radius:8px;margin-top:16px;padding:16px}.selected-item-personalization h4{color:#0f172a;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.empty-cart-message{background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 2px 8px #0000000a;color:#64748b;font-size:16px;padding:40px 20px;text-align:center}@media (max-width:768px){.selected-items-container{gap:12px;padding:12px}.cart-header{margin-bottom:4px;padding:20px}.cart-icon,.cart-title{font-size:20px}.selected-item-header{gap:12px;min-height:72px;padding:16px}.selected-item-price{font-size:18px;min-width:70px}.selected-item-image{height:50px;width:50px}.selected-item-info{padding:0 16px 16px}.selected-item-info h3{font-size:16px;margin:12px 0 8px}}@media (max-width:480px){.cart-header{gap:10px;padding:16px}.cart-icon,.cart-title{font-size:18px}.selected-item-header{gap:8px;padding:12px}.selected-item-price{font-size:16px;min-width:60px}.toggle-btn{height:28px;width:28px}.selected-item-personalization{padding:12px}}.payment-footer{align-items:center;background:#fff;border-top:2px solid #e5e7eb;bottom:0;box-shadow:0 -2px 8px #00000014;display:flex;gap:1rem;justify-content:space-between;left:0;padding:1rem 1.5rem;position:fixed;transition:all .3s ease;width:100%;z-index:50}.payment-footer-info{align-items:center;color:#1f2937;display:flex;font-size:1rem;font-weight:500;gap:.75rem}.payment-footer-info svg{font-size:1.5rem}.payment-footer button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s ease}.payment-footer .blik-btn{background:#dc2626;color:#fff}.payment-footer .blik-btn:hover{background:#b91c1c;transform:translateY(-1px)}.payment-footer .card-btn{background:#2563eb;color:#fff}.payment-footer .card-btn:hover{background:#1d4ed8;transform:translateY(-1px)}@media (max-width:480px){.payment-footer{align-items:stretch;flex-direction:column;gap:.5rem;padding:.75rem 1rem}.payment-footer button{width:100%}}.sidebar{background-color:#fff;border-right:1px solid #ddd;display:flex;flex-direction:column;height:100vh;width:220px}.sidebar-header{border-bottom:1px solid #eee;font-size:1.2rem;font-weight:600;padding:20px}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;padding:10px}.sidebar-btn{align-items:center;display:flex;gap:10px;justify-content:flex-start;margin-bottom:8px;padding:10px;width:100%}.sidebar-icon{height:18px;width:18px}.btn{align-items:center;border-radius:4px;display:inline-flex;font-weight:500;justify-content:center;transition:background .2s,color .2s}.btn-default{background-color:#007bff;color:#fff}.btn-default:hover{background-color:#0069d9}.btn-ghost{background-color:initial;border:1px solid #ccc;color:#333}.btn-ghost:hover{background-color:#f0f0f0}.btn-secondary{background-color:#e0e0e0}.btn-secondary:hover{background-color:#d5d5d5}.btn-outline{background-color:initial;border:1px solid #007bff;color:#007bff}.btn-outline:hover{background-color:#007bff}.btn-sm{font-size:.85rem;padding:4px 8px}.btn-medium{font-size:1rem;padding:8px 16px}.btn-lg{font-size:1.1rem;padding:12px 20px}.avatar{align-items:center;background-color:#ccc;border-radius:50%;color:#fff;display:inline-flex;font-weight:600;height:40px;justify-content:center;overflow:hidden;position:relative;width:40px}.avatar-img{height:100%;object-fit:cover;width:100%}.avatar-fallback{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.card{background-color:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 2px 6px #0000001a;overflow:hidden}.card-header{border-bottom:1px solid #eee;padding:12px 16px}.card-content{padding:16px}.card-title{font-size:1.1rem;margin:0}.badge{border-radius:12px;display:inline-block;font-weight:500;padding:2px 8px}.bg-green{background-color:#d4edda;color:#155724}.bg-red{background-color:#f8d7da;color:#721c24}.bg-blue{background-color:#d1ecf1;color:#0c5460}.bg-gray{background-color:#e2e3e5;color:#6c757d}.bg-purple{background-color:#e6d4f1;color:indigo}.table{border-collapse:collapse;width:100%}.table-header{background-color:#f0f0f0}.table-cell,.table-head{border-bottom:1px solid #ddd;padding:10px 12px;text-align:left}.table-row:hover{background-color:#f9f9f9}.admin-dashboard{background-color:#f5f5f5;display:flex;font-family:Arial,sans-serif;height:100vh}.main-content{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.content-area{flex:1 1;overflow-y:auto;padding:20px}.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}: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)}}.hero{background:linear-gradient(135deg,#f0f4ff,#ffe9f5);font-family:Poppins,sans-serif;padding:100px 20px;text-align:center}.hero__inner{animation:fadeIn .6s ease-out forwards;margin:0 auto;max-width:800px}.hero__badge{align-items:center;background:linear-gradient(90deg,#3b82f6,#ec4899);border-radius:999px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1.2rem}.hero__icon{font-size:1rem;margin-right:.5rem}.hero__title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#111827,#3b82f6,#ec4899);-webkit-background-clip:text;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero__subtitle{color:#475569;font-size:1.1rem;line-height:1.6;margin:0 auto 2rem;max-width:600px}.hero__button{animation:bounce 2s infinite;background-color:initial;border:2px solid #94a3b8;border-radius:999px;color:#64748b;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.hero__button:hover{border-color:#1f2937;color:#1f2937}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.product-grid{background-color:#fff;color:#1f2937;font-family:Poppins,sans-serif;padding:4rem 1rem}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{font-size:2rem;font-weight:700}.section-header p{color:#64748b;font-size:1rem;margin:0 auto;max-width:600px}.category-filter{display:flex;gap:.5rem;justify-content:center;margin-bottom:3rem}.category-btn{background:#f1f5f9;border:none;border-radius:9999px;color:#64748b;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.category-btn:hover{color:#1f2937}.category-btn.active{background:#3b82f6;box-shadow:0 2px 6px #0000001a;color:#fff}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-left:auto;margin-right:auto;width:80%}@media (min-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border-radius:1rem;box-shadow:0 6px 18px #0000000d;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease}.product-card:hover{transform:translateY(-4px)}.product-image{aspect-ratio:1/1;overflow:hidden;position:relative;width:100%}.product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.badges{display:flex;flex-direction:column;gap:.5rem;left:.75rem;position:absolute;top:.75rem}.badge{border-radius:9999px;color:#fff;font-size:.75rem;padding:.25rem .75rem}.badge.new{background-color:#3b82f6}.badge.popular{background:linear-gradient(90deg,#ec4899,purple)}.favorite{background:#ffffffe6;border:none;border-radius:9999px;color:#aaa;cursor:pointer;font-size:1rem;padding:.5rem;position:absolute;right:.75rem;top:.75rem;transition:all .01s ease}.favorite.favorited{color:#ec4899}.actions{bottom:.75rem;display:flex;gap:.5rem;left:.75rem;position:absolute;right:.75rem}.actions button{border:none;border-radius:9999px;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;padding:.5rem;transition:background .2s ease}.actions .buy-now{background-color:#3b82f6;color:#fff}.actions .buy-now:hover{background-color:#2563eb}.actions .view3d{background-color:#fff;border:1px solid #eee}.product-info{padding:1rem}.product-info h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.product-info p{color:#64748b;font-size:.875rem;margin-bottom:1rem}.product-footer{align-items:center;display:flex;justify-content:space-between}.price{color:#3b82f6;font-size:1.25rem;font-weight:700}.tag{border-radius:9999px;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.tag.male{background:#3b82f61a;color:#3b82f6}.tag.female{background:#ec48991a;color:#ec4899}.engraving{color:#64748b;font-size:.75rem;margin-top:.5rem}.personalization-overlay{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.personalization-modal{background:#fff;border-radius:16px;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow:hidden;position:relative;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;padding:16px}.back-btn{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:16px;font-weight:700}.modal-body{display:flex;flex:1 1;overflow:hidden}.image-section{align-items:center;background:#f9fafb;display:flex;flex:1 1;justify-content:center}.product-preview{border-radius:12px;max-height:300px;max-width:90%}.content-section{display:flex;flex:1 1;flex-direction:column;padding:24px}.preset-phrases{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}.phrase-block{background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;flex-basis:calc(50% - 10px);flex-grow:1;flex-shrink:1;font-size:14px;padding:12px;text-align:center;transition:all .3s ease}.phrase-block.selected{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#3b82f6,#ec4899) border-box;border:2px solid #0000;font-weight:700}.custom-name{display:flex;flex-direction:column;margin-bottom:20px}.custom-name input{border:1px solid #e5e7eb;border-radius:8px;font-size:14px;margin-top:8px;padding:10px}.confirm-btn{background:linear-gradient(90deg,#3b82f6,#ec4899);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px;transition:opacity .3s ease;width:100%}.confirm-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.personalization-modal{border-radius:0;height:100%;max-height:none;max-width:none;width:100%}.modal-body{flex-direction:column;overflow-y:auto}.image-section{padding:16px}.product-preview{max-height:200px}.content-section{padding:16px}.preset-phrases{gap:8px}.phrase-block{flex:1 1 100%}}.cart-container{background-color:#fff;color:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding-top:80px}.cart-container h2{color:#1a1a1a;font-size:36px;font-weight:700;margin-bottom:3rem;text-align:center}.cart-container .titles{grid-column-gap:1rem;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;column-gap:1rem;display:grid;grid-template-columns:3fr 1fr 1fr 1fr;margin:2rem 0 1.5rem;padding:1rem 1.5rem}.cart-container .titles h3{color:#64748b;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.cart-container .titles .product-title{padding-left:.5rem}.cart-items{padding-bottom:280px}.cart-item{grid-column-gap:1rem;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000000d;column-gap:1rem;display:grid;grid-template-columns:3fr 1fr 1fr 1fr;padding:1.5rem;transition:all .3s ease}.cart-item:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.cart-item .cart-product{align-items:center;display:flex;gap:1.5rem}.cart-item .cart-product img{border:1px solid #f1f5f9;border-radius:12px;height:100px;object-fit:cover;width:100px}.cart-item .cart-product h3{color:#1a1a1a;font-size:18px;font-weight:600;margin-bottom:.5rem}.cart-item .cart-product p{color:#64748b;font-size:14px;line-height:1.5}.cart-item .cart-product button{background:none;border:none;color:#ef4444;cursor:pointer;font-size:14px;font-weight:500;margin-top:.75rem;padding:0}.cart-item .cart-product button:hover{text-decoration:underline}.personalization-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:.75rem 0;padding:.75rem}.personalization-info h4{color:#1a1a1a;font-size:14px;font-weight:600;margin-bottom:.5rem}.personalization-info p{color:#64748b;font-size:13px;margin:.25rem 0}.cart-item .cart-product-quantity{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:center;width:120px}.cart-item .cart-product-quantity button{background:#f8fafc;border:none;color:#334155;cursor:pointer;font-size:16px;min-width:36px;padding:.5rem;transition:background-color .2s ease}.cart-item .cart-product-quantity button:hover{background:#e2e8f0}.cart-item .cart-product-quantity .count{color:#1a1a1a;font-weight:600;min-width:30px;padding:.5rem 0;text-align:center}.cart-item .cart-product-total-price{color:#1a1a1a;font-size:18px;font-weight:700}.cart-summary{background:#fff;border-top:1px solid #e2e8f0;bottom:0;box-shadow:0 -2px 10px #00000014;display:flex;justify-content:center;left:0;position:fixed;width:100%;z-index:1000}.cart-checkout{background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-width:600px;padding:1rem 1.5rem;width:100%}.cart-checkout .subtotal{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;font-size:20px;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.cart-checkout .amount{color:#1a1a1a;font-weight:700}.cart-checkout p{color:#64748b;font-size:14px;line-height:1.5;margin:.5rem 0}.cart-checkout button{background-color:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin:1rem 0;padding:1rem;transition:background-color .2s ease;width:100%}.cart-checkout button:hover{background-color:#1d4ed8}.cart-checkout .cart-login{background-color:#fbbf24;color:#1a1a1a}.cart-checkout .cart-login:hover{background-color:#f59e0b}.continue-shopping,.start-shopping{margin-top:1.5rem}.continue-shopping a,.start-shopping a{align-items:center;color:#64748b;display:flex;font-weight:500;text-decoration:none;transition:color .2s ease}.continue-shopping a:hover,.start-shopping a:hover{color:#2563eb}.continue-shopping a span,.start-shopping a span{margin-left:.5rem}.cart-empty{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:20px;margin-top:3rem;text-align:center}.cart-empty p{font-size:18px;margin-bottom:2rem}@media (max-width:768px){.cart-container{padding:100px 20px 20px}.cart-container h2{font-size:28px;margin-bottom:2rem}.cart-container .titles{display:none}.cart-item{gap:1rem;grid-template-columns:1fr;padding:1.5rem}.img-with-name-of-product{display:flex;width:100%}.cart-item .cart-product{align-items:center;flex-direction:column;gap:1rem}.cart-item .cart-product img{height:100px;margin-right:1rem;width:100px}.cart-item .cart-product h3,.cart-item .cart-product p{margin:0}.cart-item .cart-product-total-price{font-size:20px;justify-self:flex-start}.cart-summary{flex-direction:column;gap:1.5rem}.cart-summary .clear-btn{margin-bottom:1rem;width:100%}.cart-checkout{max-width:100%}.cart-item .cart-product-quantity{max-width:200px;width:100%}}.checkout-container{box-sizing:border-box;font-family:Arial,sans-serif;margin:auto;max-width:900px;padding:100px 20px 20px}.progress-container{margin-bottom:30px}.progress-steps{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px}.progress-step{flex:1 1;margin-bottom:10px;min-width:80px;text-align:center}.progress-step-circle{align-items:center;border-radius:50%;display:flex;font-weight:700;height:35px;justify-content:center;margin:0 auto 5px;width:35px}.progress-step-circle.active{background-color:#00b894;color:#fff}.progress-step-circle.current{background-color:#fff;border:2px solid #00b894;color:#00b894}.progress-step-circle.inactive{background-color:#ddd;color:#888}.progress-step-label{display:block;font-size:12px}.progress-bar-track{background-color:#eee;height:5px;margin:0 20px;position:relative}.progress-bar-fill{background-color:#00b894;height:5px;left:0;position:absolute;top:0;transition:width .3s ease}.form-section{margin-bottom:25px}.form-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-group{display:flex;flex-direction:column}.label{font-weight:500;margin-bottom:5px}.input,.label{font-size:14px}.input{border:1px solid #ccc;border-radius:6px;padding:12px;transition:border-color .3s ease}.input:focus{border-color:#00b894;outline:none}.radio-group{display:flex;flex-direction:column;gap:15px}.radio-header{align-items:center;display:flex;gap:10px}.radio-label{font-size:16px}.map-container{margin-top:10px}.map-area{align-items:center;display:flex;height:200px;justify-content:center}.checkout-actions{display:flex;gap:15px;justify-content:space-between;margin-top:20px}.btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:700;min-width:100px;padding:12px 20px;transition:all .3s ease}.btn-primary{background-color:#00b894;color:#fff}.btn-primary:hover{background-color:#009e7d}.btn-secondary{background-color:#f1f1f1;color:#333}.btn-secondary:hover{background-color:#e0e0e0}.btn-success{background-color:#27ae60;color:#fff}.btn-success:hover{background-color:#219653}.map-container{background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;margin-top:15px;padding:15px}.map-header{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.map-header h4{font-size:18px;margin:0}.map-area{background:#eaeaea;border-radius:6px;height:250px;margin-bottom:15px;overflow:hidden;position:relative}.map-background{color:#ccc;inset:0;position:absolute}.map-grid{height:100%;width:100%}.location-pin{background:#0000;border:none;cursor:pointer;padding:0;position:absolute;transform:translate(-50%,-50%)}.location-pin-icon{height:24px;transition:transform .2s ease;width:24px}.location-pin:hover .location-pin-icon{transform:scale(1.2)}.location-pin.default .location-pin-icon{color:#555}.location-pin.hovered .location-pin-icon{color:#00b894;transform:scale(1.1)}.location-pin.selected .location-pin-icon{color:#27ae60;transform:scale(1.3)}.location-popup{background:#fff;border-radius:6px;bottom:10px;box-shadow:0 4px 12px #00000026;left:10px;padding:15px;position:absolute;right:10px;z-index:10}.location-popup h5{font-size:16px;margin:0 0 8px}.location-popup .address,.location-popup .distance{color:#666;font-size:14px;margin:4px 0}.location-list{display:flex;flex-direction:column;gap:10px}.location-item{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:15px;transition:all .3s ease}.location-item:hover{border-color:#00b894;transform:translateY(-2px)}.location-item.selected{background:#f0fff8;border-color:#00b894}.location-item-content{align-items:flex-start;display:flex;gap:15px;justify-content:space-between;width:100%}.location-item-content h5{font-size:14px;margin:0 0 5px}.location-item-content .address{color:#666;font-size:12px;margin:0}.location-item-content .distance{color:#00b894;font-size:12px;font-weight:500;white-space:nowrap}.btn-outline{align-items:center;background:#0000;border:1px solid #00b894;border-radius:6px;color:#00b894;cursor:pointer;display:flex;font-size:14px;padding:10px 15px;transition:all .3s ease}.btn-outline:hover{background-color:#00b894;color:#fff}.delivery-cards{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:20px}.delivery-card{background-color:#fff;border:2px solid #ccc;border-radius:8px;cursor:pointer;min-height:100px;padding:20px;transition:all .3s ease}.delivery-card:hover{border-color:#00b894;box-shadow:0 5px 15px #00b89433;transform:translateY(-5px)}.delivery-card.selected{background-color:#e0f7f1;border-color:#00b894}.card-title{font-size:16px;font-weight:600;margin-bottom:8px}.card-desc{color:#555;font-size:14px;line-height:1.4}.poczta-form{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:15px}@media (max-width:768px){.checkout-container{padding:80px 15px 15px}.form-grid{grid-template-columns:1fr}.map-header{align-items:flex-start;flex-direction:column}.map-area{height:200px}.location-item-content{flex-direction:column;gap:8px}.delivery-cards{grid-template-columns:1fr}.checkout-actions{flex-direction:column}.btn{justify-content:center;width:100%}.poczta-form{grid-template-columns:1fr}.location-popup{bottom:15px;left:15px;right:15px}}@media (max-width:480px){.checkout-container{padding:80px 10px 10px}.progress-step-circle{font-size:12px;height:30px;width:30px}.map-area{height:180px}.location-pin-icon{height:20px;width:20px}.delivery-card{min-height:auto;padding:15px}.btn{font-size:13px;padding:10px 15px}}@media (max-width:320px){.checkout-container{padding:80px 5px 5px}.form-section{margin-bottom:15px}.map-area{height:150px}.location-popup{font-size:12px;padding:10px}}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease}.btn:focus,.delivery-card:focus,.input:focus,.location-item:focus{outline:2px solid #00b894;outline-offset:2px}.form-section{animation:fadeIn .5s ease-in}.checkout-info-sign{background-color:#fff3e0;border:2px solid #ffcc80;border-radius:16px;margin-bottom:32px;overflow:hidden;padding:24px;position:relative}.checkout-info-header{align-items:center;display:flex;gap:16px;margin-bottom:24px}.icon-circle{align-items:center;background-color:#ff9800;border-radius:50%;color:#fff;display:flex;flex-shrink:0;justify-content:center}.icon-circle,.icon-circle.info{height:40px;width:40px}.checkout-steps{display:flex;flex-wrap:wrap;gap:24px}.step{display:flex;flex:1 1;gap:16px;min-width:250px}.step-title{align-items:center;display:flex;gap:8px;margin-bottom:8px}.step-number{background-color:#ff9800;border-radius:6px;color:#fff;flex-shrink:0;font-size:12px;font-weight:700;padding:2px 8px}.step h4{margin:0;white-space:nowrap}.step p{line-height:1.4;margin:0}.checkout-bottom-highlight{align-items:center;background-color:#ffe0b2;border:1px solid #ffcc80;border-radius:8px;display:flex;gap:12px;margin-top:24px;padding:12px 16px}.pulse-dot{animation:pulse 1.5s infinite;background-color:#ff9800;border-radius:50%;flex-shrink:0;height:10px;width:10px}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.toggle-arrow{cursor:pointer;display:none;font-size:18px;margin-left:auto}@media (max-width:768px){.toggle-header{cursor:pointer}.toggle-arrow{display:block}.checkout-steps{display:none}.checkout-steps.open{display:flex;margin-top:16px}.checkout-steps,.checkout-steps.open{flex-direction:column;gap:20px}.step{align-items:flex-start;flex-direction:row;min-width:auto}.step-title{flex-wrap:wrap}.step h4{white-space:normal}}.address-search-container{position:relative;width:100%}.address-search-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:20px;transition:all .2s ease;width:100%}.address-search-card:focus-within{border-color:#b0b0b0;box-shadow:0 4px 12px #00000026}.address-search-label{color:#333;display:block;font-size:15px;font-weight:600;letter-spacing:.5px;margin-bottom:14px;text-transform:uppercase}.address-input-wrapper{display:flex;flex-direction:column;position:relative}.address-input-container{align-items:center;display:flex;position:relative}.search-icon{color:#666;font-size:18px;left:14px;position:absolute;z-index:2}.address-input{background-color:#f8f9fa;border:1px solid #d0d0d0;border-radius:10px;color:#333;font-size:15px;outline:none;padding:14px 14px 14px 44px;transition:all .2s ease;width:100%}.address-input:focus{background-color:#fff;border-color:#a0a0a0;box-shadow:0 0 0 2px #00000014}.address-input::placeholder{color:#999;font-size:14px}.address-dropdown{background:#fff;border:1px solid #e0e0e0;border-radius:0 0 10px 10px;border-top:none;box-shadow:0 4px 12px #0000001a;margin-top:-1px;max-height:250px;overflow-y:auto;width:100%}.address-item{align-items:center;border-bottom:1px solid #f5f5f5;cursor:pointer;display:flex;padding:14px 16px;transition:all .2s ease}.address-item:last-child{border-bottom:none}.address-item:hover{background-color:#f8f9fa}.address-icon{flex-shrink:0;height:20px;margin-right:14px;opacity:.7;width:20px}.address-text{word-wrap:break-word;color:#555;font-size:14px;font-weight:400;line-height:1.5}.address-search-card:has(.address-dropdown){border-radius:12px 12px 0 0}.address-input:focus{border-radius:10px 10px 0 0}.address-dropdown::-webkit-scrollbar{width:8px}.address-dropdown::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px;margin:4px 0}.address-dropdown::-webkit-scrollbar-thumb{background:#d0d0d0;border:2px solid #f8f9fa;border-radius:4px}.address-dropdown::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.address-dropdown{animation:slideDown .2s ease-out}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:250px;opacity:1}}@media (max-width:768px){.address-search-card{padding:16px}.address-input{font-size:14px;padding:12px 12px 12px 40px}.address-item{padding:12px}.address-text{font-size:13px}}.delivery-methods{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:20px;padding:20px;transition:all .2s ease;width:100%}.delivery-methods-title{color:#333;font-size:18px;font-weight:600;margin:0}.radio-group{width:100%}.methods-list{display:flex;flex-direction:column;gap:12px}.method-item{position:relative}.method-radio{height:0;opacity:0;position:absolute;width:0}.method-label{cursor:pointer;display:block}.method-card{background-color:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;padding:16px;transition:all .2s ease}.method-card:hover{background-color:#f8f9fa;border-color:#d0d0d0}.method-card-selected{background-color:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.method-content{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.method-icon-container{align-items:center;background-color:#eff6ff;border-radius:8px;color:#3b82f6;display:flex;flex-shrink:0;justify-content:center;padding:8px}.method-icon{height:20px;width:20px}.method-info{flex:1 1;min-width:0}.method-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.method-name{color:#333;font-size:14px;font-weight:600}.method-description{color:#666;font-size:13px;line-height:1.4;margin:0 0 8px}.method-time{align-items:center;color:#666;display:flex;font-size:13px;gap:6px}.time-icon{color:#666;height:14px;width:14px}.method-price{color:#333;font-size:14px;font-weight:600;white-space:nowrap}.badge{border-radius:6px;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.badge-popular{background-color:#e5e7eb;color:#374151}.badge-fastest{background-color:#fee2e2;color:#dc2626}.delivery-info{background-color:#f8f9fa;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.info-content{align-items:flex-start;display:flex;gap:12px}.info-icon-container{align-items:center;background-color:#eff6ff;border-radius:50%;color:#3b82f6;display:flex;flex-shrink:0;justify-content:center;padding:8px}.info-icon{height:16px;width:16px}.info-text{flex:1 1}.info-main{color:#333;font-size:13px;line-height:1.4;margin:0 0 4px}.info-secondary{color:#666;font-size:12px;line-height:1.4;margin:0}@media (max-width:768px){.method-content{flex-direction:column;gap:8px}.method-price{align-self:flex-end}.method-header{align-items:flex-start;flex-direction:column;gap:4px}.info-content{flex-direction:column;gap:8px;text-align:center}.info-icon-container{align-self:center}}.order-summary{position:-webkit-sticky;position:sticky;top:100px;width:100%}.order-summary-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000001a;max-height:calc(100vh - 40px);overflow-y:auto;padding:24px;top:20px}.order-summary-title{color:#333;font-size:18px;font-weight:600;margin:0 0 20px}.order-items{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.order-item{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.item-info{flex:1 1}.item-name{color:#333;font-size:14px;line-height:1.4;margin:0 0 4px}.item-quantity{color:#666;font-size:12px;margin:0}.item-price{color:#333;font-size:14px;font-weight:500;white-space:nowrap}.separator{background-color:#e0e0e0;height:1px;margin:16px 0}.cost-breakdown{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.cost-row{color:#666;font-size:14px}.cost-row,.total-row{align-items:center;display:flex;justify-content:space-between}.total-row{margin-bottom:20px}.total-label{color:#333;font-size:16px;font-weight:600}.total-amount{color:#3b82f6;font-size:18px;font-weight:700}.order-summary-actions{display:flex;flex-direction:column;gap:10px;width:100%}.place-order-btn{align-items:center;background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;margin-bottom:12px;padding:16px 24px;transition:all .2s ease;width:100%}.place-order-btn:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px)}.place-order-btn:active:not(:disabled){transform:translateY(0)}.place-order-btn:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.btn-icon{height:18px;width:18px}.payment-info{color:#666;font-size:12px;line-height:1.4;margin:0;text-align:center}@media (max-width:1024px){.order-summary-card{margin-top:20px;position:static}}@media (max-width:768px){.order-summary-card{padding:20px}.order-summary-title{font-size:16px}.place-order-btn{font-size:14px;padding:14px 20px}.total-label{font-size:14px}.total-amount{font-size:16px}}@media (max-width:480px){.order-item{flex-direction:column;gap:4px}.item-price{align-self:flex-end}.cost-row,.total-row{align-items:flex-start;flex-direction:column;gap:2px}.cost-row span:last-child,.total-row span:last-child{align-self:flex-end}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.checkouttest-container{display:flex;flex-direction:column;height:250vh;min-height:100vh;padding:20px;width:100%}.panels-container{display:flex;gap:20px;justify-content:space-around}.left-panel{display:flex;flex-direction:column;gap:20px;width:60%}.right-panel{align-self:flex-start;height:100%;position:relative;width:35%}.map-container{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:400px;padding:16px;position:relative;transition:box-shadow .2s ease;width:100%}@media (max-width:1024px){.checkouttest-container{height:auto}.panels-container{flex-direction:column}.left-panel,.right-panel{width:100%}}.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)}}.auth-container{display:flex;height:100vh;margin-top:80px}.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}}.uc-gallery-container{margin:0 auto;max-width:896px;position:relative;width:100%}.uc-card-stack{height:22rem;margin:0 auto 1.5rem;overflow:hidden;position:relative;width:100%}.uc-new-card-wrapper,.uc-profile-card-wrapper{align-items:center;display:flex;justify-content:center;position:absolute;top:0;transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .5s ease;width:100%}.uc-bottom-navigation{gap:1.5rem;margin:1.5rem 0;padding:0 1rem}.uc-bottom-navigation,.uc-nav-button{align-items:center;display:flex;justify-content:center}.uc-nav-button{background:#000;border:2px solid #000;border-radius:50%;box-shadow:0 4px 15px #00000026;cursor:pointer;height:2rem;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:2rem}.uc-nav-button:hover{background:#fff;box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.uc-nav-button:hover .uc-nav-icon{color:#000}.uc-nav-button:active{box-shadow:0 2px 10px #0000001a;transform:translateY(0)}.uc-nav-button:disabled{background:#ccc;border-color:#ccc;box-shadow:0 2px 8px #0000001a;cursor:not-allowed;transform:none}.uc-nav-button:disabled .uc-nav-icon{color:#666}.uc-nav-icon{color:#fff;height:1.8rem;transition:color .3s ease;width:1.8rem}.uc-card-indicators{background:#ffffffe6;border-radius:25px;box-shadow:0 4px 15px #0000001a;display:flex;gap:.75rem;justify-content:center;padding:.75rem 1.25rem}.uc-indicator{background:#0003;border:none;border-radius:50%;cursor:pointer;height:.7rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:.7rem}.uc-indicator.uc-active{background:#000;box-shadow:0 2px 8px #0000004d;transform:scale(1.2)}.uc-indicator:hover:not(.uc-active){background:#0006;transform:scale(1.1)}.uc-card-counter,.uc-nav-hint{margin-top:1rem;text-align:center}.uc-counter-text{color:#000c;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.uc-hint-text{color:#0009;font-size:.85rem;font-style:italic}@media (max-width:640px){.uc-bottom-navigation{gap:1rem}.uc-nav-button{height:3rem;width:3rem}.uc-nav-icon{height:1.5rem;width:1.5rem}.uc-card-indicators{gap:.6rem;padding:.6rem 1rem}.uc-indicator{height:.6rem;width:.6rem}.uc-indicator.uc-active{transform:scale(1.15)}}@media (max-width:480px){.uc-bottom-navigation{gap:.8rem}.uc-nav-button{height:2.8rem;width:2.8rem}.uc-nav-icon{height:1.3rem;width:1.3rem}.uc-card-indicators{gap:.5rem;padding:.5rem .8rem}.uc-indicator{height:.5rem;width:.5rem}}.up-container{align-items:center;animation:up-fadeInUp .6s ease-out;background:linear-gradient(180deg,#fff 0,#f5faff 30%,#eaf4ff 65%,#e0ecf9);color:#2d3748;display:flex;flex-direction:column;margin:80px auto 0;min-height:100vh;width:100%}.up-greeting-text{animation:fadeInDown .8s ease-out;margin:2rem 0;text-align:center}.up-greeting-text h1{color:#1e293b;font-size:2rem;font-weight:700;margin:0}.up-greeting-text p{color:#475569;font-size:1.1rem;font-weight:500;margin-top:.5rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.wave-hand{animation:wave 1.8s infinite;display:inline-block;transform-origin:70% 70%}@keyframes wave{0%{transform:rotate(0deg)}15%{transform:rotate(14deg)}30%{transform:rotate(-8deg)}45%{transform:rotate(14deg)}60%{transform:rotate(-4deg)}75%{transform:rotate(10deg)}to{transform:rotate(0deg)}}.up-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:none;border-radius:20px;box-shadow:0 10px 30px #00000014,0 4px 12px #0000000d;display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem;padding:2.5rem;width:90%}.up-header{border-bottom:2px solid #3b82f61a;gap:20px;justify-content:flex-start;margin-bottom:32px;padding-bottom:24px;text-align:left}.up-avatar,.up-header{align-items:center;display:flex}.up-avatar{background:linear-gradient(135deg,#2563eb,#1e40af);border:3px solid #fff;border-radius:50%;box-shadow:0 8px 20px #2563eb40,0 4px 10px #0000001a;color:#fff;font-size:2rem;font-weight:700;height:80px;justify-content:center;transition:all .3s ease;width:80px}.up-avatar:hover{box-shadow:0 12px 28px #2563eb59,0 6px 15px #00000026;transform:scale(1.05)}.up-header h2{color:#1e293b;font-size:2.25rem;font-weight:700;letter-spacing:-.5px;margin:0}.up-header p{color:#64748b;font-size:1.1rem;font-weight:500;margin:4px 0 0}.up-accordion{margin-top:2rem}.up-accordion-item{background:#fff;border:2px solid #e2e8f0;border-radius:16px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.up-accordion-item:hover{border-color:#93c5fd;box-shadow:0 4px 15px #3b82f61a}.up-accordion-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:none;color:#1e293b;cursor:pointer;display:flex;font-size:18px;font-weight:600;justify-content:space-between;padding:20px 24px;position:relative;text-align:left;transition:all .3s ease;width:100%}.up-accordion-header:hover{background:linear-gradient(135deg,#e0f2fe,#dbeafe)}.up-accordion-count{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;box-shadow:none;color:#1e293b;font-size:13px;font-weight:600;margin-left:auto;padding:4px 8px}.up-accordion-arrow{color:#64748b;font-size:16px;font-weight:700;margin-left:12px;transition:transform .3s ease}.up-accordion-item.open .up-accordion-arrow{color:#2563eb;transform:rotate(180deg)}.up-accordion-content-wrapper{overflow:hidden;transition:max-height .4s ease}.up-accordion-content{background:#fafbff;border-top:2px solid #f1f5f9;color:#374151;font-size:15px;padding:24px}.up-loading-state{align-items:center;color:#64748b;display:flex;font-weight:500;gap:1rem;justify-content:center;padding:3rem}.up-loading-spinner{animation:up-spin 1s linear infinite;border:3px solid #2563eb1a;border-radius:50%;border-top-color:#2563eb;height:24px;width:24px}@keyframes up-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.up-empty-state{color:#64748b;padding:3rem 2rem;text-align:center}.up-empty-icon{font-size:3.5rem;margin-bottom:1.5rem;opacity:.7;transition:all .3s ease}.up-empty-state:hover .up-empty-icon{opacity:1;transform:scale(1.1)}.up-empty-state p{color:#475569;font-size:1.2rem;font-weight:600;margin:0 0 .75rem}.up-empty-description{font-size:1rem;line-height:1.5;opacity:.8}.up-error-auth{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:16px;color:#64748b;margin:2rem 0;padding:3rem 2rem;text-align:center}.up-error-auth h3{color:#dc2626;font-size:1.5rem;margin-bottom:1.5rem}.up-error-auth p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.up-login-btn{background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:12px;box-shadow:0 4px 15px #2563eb4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.up-login-btn:hover{box-shadow:0 6px 20px #2563eb66;transform:translateY(-2px)}.up-error-message{background:#fef2f2;border-radius:12px;color:#dc2626;font-weight:500;margin:1rem 0;padding:1.5rem;text-align:center}.up-favorites-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));padding:16px 0}.up-favorite-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000d;color:inherit;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .3s ease}.up-favorite-card:hover{border-color:#93c5fd;box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.up-favorite-card img{border-bottom:2px solid #f1f5f9;height:180px;object-fit:cover;transition:transform .3s ease;width:100%}.up-favorite-card:hover img{transform:scale(1.08)}.up-favorite-info{display:flex;flex-direction:column;gap:8px;padding:16px}.up-favorite-name{color:#1e293b;font-size:1.1rem;font-weight:600;line-height:1.3}.up-favorite-price{color:#2563eb;font-size:1rem;font-weight:700}.up-discounts-list,.up-orders-list{display:flex;flex-direction:column;gap:16px}.up-discount-card,.up-order-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .3s ease}.up-discount-card:hover,.up-order-card:hover{border-color:#93c5fd;box-shadow:0 4px 15px #3b82f61a;transform:translateX(5px)}.up-discount-header,.up-order-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.up-order-id{color:#1e293b;font-weight:600}.up-order-status{border-radius:20px;font-size:12px;font-weight:600;padding:6px 12px;text-transform:uppercase}.up-order-status.pending{background:#ffedd5;color:#9a3412}.up-order-status.completed{background:#dcfce7;color:#166534}.up-order-details{color:#64748b;display:flex;font-size:14px;justify-content:space-between}.up-discount-code{color:#2563eb;font-size:1.1rem;font-weight:700}.up-discount-value{background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;color:#fff;font-size:14px;font-weight:600;padding:6px 12px}.up-discount-details{color:#64748b;font-size:14px}@keyframes up-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.up-container{margin-top:70px}.up-card{padding:1.5rem}.up-header{flex-direction:column;gap:16px;text-align:center}.up-favorites-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media (max-width:480px){.up-avatar,.up-header h2{font-size:1.75rem}.up-avatar{height:70px;width:70px}.up-favorites-grid{grid-template-columns:1fr}.up-discount-header,.up-order-header{align-items:flex-start;flex-direction:column;gap:8px}.up-order-details{flex-direction:column;gap:4px}}.bottom-nav-container{align-items:center;bottom:10px;display:flex;flex-direction:row;gap:8px;left:50%;position:fixed;transform:translateX(-50%);width:40%;z-index:1000}.bottom-nav{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000040;justify-content:space-around;padding:10px 0;width:100%}.bottom-nav,.nav-item{align-items:center;display:flex}.nav-item{color:#333;flex-direction:column;font-size:12px;text-decoration:none;transition:color .2s ease}.nav-icon{font-size:20px;margin-bottom:4px}.nav-item.active,.nav-item:hover{color:#007bff}.cart-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.cart-badge{border-radius:50%;font-size:11px;line-height:1;min-width:18px;padding:2px 6px;position:absolute;right:-10px;top:-5px}.buy-button-bottom-nav,.cart-badge{background:#007bff;color:#fff;font-weight:700;text-align:center}.buy-button-bottom-nav{border:none;border-radius:20px;box-shadow:0 4px 15px #00000026;cursor:pointer;font-size:14px;padding:10px;transition:background .2s ease;width:25%}@media (min-width:768px){.bottom-nav-container{display:none}}@media (max-width:768px){.bottom-nav-container{width:70%}.bottom-nav{border-radius:50px}}.footer{background-color:#f1f5f94d;border-top:1px solid #94a3b833;font-family:Poppins,sans-serif}.footer-container{margin:0 auto;max-width:1200px;padding:4rem 1rem}.footer-main{padding-bottom:2rem}.footer-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer-brand{flex:1 1 300px}.brand-header{gap:1rem;margin-bottom:1rem}.brand-header,.brand-icon{align-items:center;display:flex}.brand-icon{border-radius:50%;box-shadow:0 1px 3px #0000001a;color:#fff;height:40px;justify-content:center;width:40px}.brand-title{font-size:1.25rem;font-weight:600;margin:0}.brand-subtitle{color:#64748b;font-size:.75rem;margin:0}.footer-description{color:#64748b;font-size:.875rem;margin:1rem 0}.social-icons{display:flex;gap:.75rem}.icon-button{background:#0000;border:none;border-radius:50%;cursor:pointer;font-size:1.25rem;padding:.5rem;transition:background-color .2s ease,color .2s ease}.icon-button:hover{background-color:#3b82f61a;color:#3b82f6}.footer-section{flex:1 1 200px}.footer-title{align-items:center;color:#1f2937;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#64748b;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#3b82f6}.footer-separator{border:none;border-top:1px solid #94a3b833;margin:2rem 0}.footer-contact{display:flex;justify-content:center;padding:1rem 0}.contact-box{gap:1rem}.contact-box,.contact-icon{align-items:center;display:flex}.contact-icon{background-color:#3b82f61a;border-radius:50%;color:#3b82f6;height:40px;justify-content:center;width:40px}.contact-title{font-size:1rem;font-weight:500}.contact-email,.footer-bottom{color:#64748b;font-size:.875rem}.footer-bottom{align-items:center;display:flex;flex-direction:column;gap:1rem;padding-top:2rem}.footer-legal{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-legal a{color:#64748b;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:#3b82f6}@media (min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between}}.carousel-container{align-items:center;aspect-ratio:1/1;display:flex;flex-direction:column;gap:1.5rem;max-width:31rem;position:relative;width:95%}.carousel-images{height:100%;position:relative;width:100%}.carousel-card{cursor:pointer;inset:0;position:absolute;transition:all .4s ease-out}.carousel-card.inactive:hover{transform:scale(1.05)}.carousel-card-inner{border-radius:1rem;box-shadow:0 4px 10px #0000001a;height:100%;overflow:hidden;width:100%}.carousel-card-inner.active-ring{box-shadow:0 6px 20px #0003;outline:2px solid #000;outline-offset:4px}.carousel-image{height:100%;object-fit:cover;width:100%}.carousel-arrow{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffe6;border-radius:9999px;box-shadow:0 2px 10px #0000001a;color:#3b82f6;padding:.75rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;z-index:50}.carousel-arrow:hover{box-shadow:0 4px 16px #00000026}.carousel-arrow:disabled{cursor:not-allowed;opacity:.5}.carousel-arrow.left{left:1rem}.carousel-arrow.right{right:1rem}.carousel-indicators{display:flex;gap:.4rem}.indicator{background:#d1d5db;border-radius:50%;height:.5rem;transition:all .2s;width:.5rem}.indicator:hover{transform:scale(1.1)}.indicator.active{background:#000;transform:scale(1.15)}.product-details{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:900px;padding:2rem}.product-title{color:#111827;font-size:2.25rem;font-weight:700;margin-bottom:1rem}.product-description{color:#4b5563;font-size:1rem;line-height:1.625}.product-price{color:#111827;font-size:1.875rem;font-weight:700}.buy-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#ec4899);border-radius:.75rem;box-shadow:0 4px 12px #00000026;color:#fff;display:flex;font-weight:500;gap:.75rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease;width:100%}@media (min-width:1600px){.product-details{gap:3rem;max-width:1100px;padding:3rem}.product-title{font-size:3rem}.product-description{font-size:1.25rem;line-height:1.75}.product-price{font-size:2.5rem}.buy-button{padding:1.25rem 3rem}.buy-button,.extra-title{font-size:1.125rem}.extra-text{font-size:1rem}}@media (min-width:2000px){.product-details{gap:4rem;max-width:1300px;padding:4rem}.product-title{font-size:3.5rem}.product-description{font-size:1.375rem}.product-price{font-size:3rem}.buy-button{padding:1.5rem 3.5rem}.buy-button,.extra-title{font-size:1.25rem}.extra-text{font-size:1.125rem}}.three-d-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#ec4899);border-radius:.75rem;box-shadow:0 4px 12px #00000026;color:#fff;display:flex;font-weight:500;gap:.75rem;justify-content:center;padding:1rem 1.5rem;transform:scale(1);transition:all .3s ease}.three-d-button:hover{box-shadow:0 6px 20px #0003;transform:scale(1.05)}.three-d-icon{transition:transform .3s ease}.three-d-button:hover .three-d-icon{transform:rotate(12deg)}
/*# sourceMappingURL=main.fc356734.css.map*/