@charset "UTF-8";html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0;transition:.2s ease}body{font-family:var(--font-primary);font-size:13px;font-weight:var(--weight-regular);background-color:var(--color-light);color:var(--color-dark)}section{width:95%;margin:1em auto}@media (max-width:768px){section{width:95%}}.flex{display:flex;align-items:center}.flex-column{display:flex;justify-content:center;align-items:start;flex-direction:column}img{max-width:100%;height:auto;display:block;object-fit:cover}.icon{font-size:var(--font-medium)}button{outline:none;border:none;cursor:pointer}.button-transparent{background:transparent;outline:none;border:none;cursor:pointer}.hr{border:none;height:.5px;background:var(--color-grey);width:100%}a{cursor:pointer;outline:none;text-decoration:none;color:var(--color-dark)}li{list-style:none;padding:0;cursor:pointer}::-webkit-scrollbar{width:4px;background:var(--grey-color)}::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:5px;cursor:pointer}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.api-content{line-height:1.75;font-weight:400;font-size:1rem;color:var(--color-dark)}.api-content h1,.api-content h2,.api-content h3,.api-content h4,.api-content h5{font-weight:600;margin:1rem 0 .5rem}.api-content h1{font-size:var(--font-h1)}.api-content h2{font-size:var(--font-h2)}.api-content h3{font-size:var(--font-h3)}.api-content h4{font-size:var(--font-large)}.api-content h5{font-size:var(--font-medium)}.api-content p{margin:.6rem 0;font-size:1.05em;font-weight:400}.api-content ul{padding:0;list-style:disc!important}.api-content ol{padding:0;list-style:decimal!important}.api-content a{color:#e91e63;text-decoration:none}.api-content a:hover{text-decoration:underline}.api-content img{max-width:100%;height:auto;margin:1rem 0;object-fit:contain;display:block}.blog .api-content,.support-container .api-content{max-width:75ch;margin-left:auto;margin-right:auto}.react-tooltip{z-index:9999!important}.error-div{color:#c03;font-weight:550}.banner-div{margin:2rem 0;overflow:hidden}.banner-div img{height:100%;-o-object-fit:fill;object-fit:fill;width:100%}.section-heading{width:100%;justify-content:space-between;align-items:end;margin-bottom:1rem;display:flex}.section-heading .heading{font-size:2.2em;font-weight:700}.section-heading .redirect-button{position:relative;font-size:1.05em;font-weight:600;color:var(--accent-color);background:none;border:none;cursor:pointer;padding:0;outline:none}.section-heading .redirect-button:after{content:"";position:absolute;left:0;bottom:-4px;width:50%;height:2px;background-color:var(--accent-color);transition:width .3s ease;border-radius:5px}.section-heading .redirect-button:hover:after{width:80%}@media (max-width: 768px){.heading{font-size:2em!important}}:root{--accent-color: #008080;--color-light: #ffffff;--color-dark: #000000;--color-hover: #006666;--color-grey: #f4f4f1;--second-color: hsl(34, 94%, 87%);--font-primary: "Inter", sans-serif;--font-secondary: "Montserrat", sans-serif;--font-small: clamp(.875rem, 1.5vw, 1rem);--font-medium: clamp(1rem, 2vw, 1.125rem);--font-large: clamp(1.25rem, 3vw, 1.5rem);--font-h1: clamp(2rem, 5vw, 3rem);--font-h2: clamp(1.75rem, 4vw, 2.5rem);--font-h3: clamp(1.5rem, 3vw, 2rem);--weight-regular: 400;--weight-medium: 600;--weight-bold: 800;--space-small: clamp(.5rem, 1.5vw, .75rem);--space-medium: clamp(1rem, 2vw, 1.5rem);--space-large: clamp(1.5rem, 4vw, 3rem);--transition-duration: .4s;--transition-ease: cubic-bezier(.4, 0, .2, 1)}.blogs .blogs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.blogs .blogs-grid .blog{display:flex;flex-direction:column;align-items:flex-start;text-align:start;background:transparent;border:none;cursor:pointer;width:100%;height:55vh}.blogs .blogs-grid .blog .image-div{position:relative;width:100%;overflow:hidden;height:70%}.blogs .blogs-grid .blog .image-div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px;box-shadow:4px 4px 8px #0000001a;transition:transform var(--transition-duration) var(--transition-ease)}.blogs .blogs-grid .blog .image-div .category-tag{position:absolute;top:5px;left:5px;padding:.3rem .7rem;font-weight:500;background:#b0a6dfcc;color:var(--color-dark);border-radius:4px}.blogs .blogs-grid .blog .image-div .arrow-div{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;background:#00666640;opacity:0;z-index:100;transition:opacity var(--transition-duration) var(--transition-ease)}.blogs .blogs-grid .blog .image-div .arrow-div .arrow{background:var(--color-light);color:var(--accent-color);width:0;height:0;display:flex;justify-content:center;align-items:center;font-size:0;border-radius:50%;border:1px solid var(--accent-color)}.blogs .blogs-grid .blog .detail{display:flex;flex-direction:column;gap:5px;width:100%}.blogs .blogs-grid .blog .detail .reading-time{color:var(--accent-color)}.blogs .blogs-grid .blog .detail .title{font-weight:var(--weight-medium);font-size:1.1em;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blogs .blogs-grid .blog .detail .sub-title{color:#444;font-weight:500;width:100%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.blogs .blogs-grid .blog:hover .arrow-div{opacity:1}.blogs .blogs-grid .blog:hover .arrow-div .arrow{width:2.8rem;height:2.8rem;font-size:1.8em}.blogs .read-more{width:100%;justify-content:center;align-items:center;gap:5px;margin-top:1rem}.blogs .read-more .line{width:100%;background-color:#fed141;height:2px;flex:2}.blogs .read-more button{padding:.7rem 1.5rem;background:#001d51;color:var(--color-light);font-weight:550;border:1px solid #001d51;text-transform:uppercase;transition:all var(--transition-duration) var(--transition-ease)}.blogs .read-more button:hover{background:transparent;color:#001d51;border:1px solid #001d51}@media (max-width: 1024px){.blogs .blogs-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.blogs .blogs-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-medium)}.blogs .blogs-grid .blog{flex-direction:row;align-items:center;height:auto;gap:var(--space-small)}.blogs .blogs-grid .blog .image-div{width:40%;aspect-ratio:1/1}.blogs .blogs-grid .blog .image-div img{border-radius:6px}.blogs .blogs-grid .blog .image-div .category-tag{display:none}.blogs .blogs-grid .blog .detail{width:60%}.blogs .blogs-grid .blog .detail .sub-title{-webkit-line-clamp:2}.blogs .blogs-grid .arrow-div{opacity:1!important;background:#0066661a!important}.blogs .blogs-grid .arrow-div .arrow{width:1.6rem!important;height:1.6rem!important;opacity:1;font-size:1.1em!important;position:absolute!important;bottom:5px;right:5px}}@media (max-width: 425px){.blogs .blogs-grid{grid-template-columns:repeat(1,1fr)}}.skeleton{background-color:#e5e7eb;border-radius:.375rem;display:inline-block;width:100%;height:1em;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;left:-100%;height:100%;width:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{to{left:100%}}.brands .brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;justify-items:center;align-items:center}.brands .brand-image{width:100%;max-width:120px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;transition:transform .25s ease,filter .25s ease}.brands .brand-image img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%;width:auto;height:auto}.brands .brand-image:hover img{transform:scale(1.05)}.brands .brands-pagination{display:flex;gap:.5rem;justify-content:center;align-items:center;margin-top:1rem;width:100%}.brands .pagination-button,.brands .page-number{background:#fff;border:1px solid #ddd;padding:.4rem .6rem;border-radius:6px;cursor:pointer;font-size:.95rem}.brands .pagination-button[disabled]{opacity:.5;cursor:not-allowed}.brands .page-number.active{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.brands .brands-carousel{display:flex;align-items:center;gap:.5rem}.brands .brands-track{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding:.5rem 0;-webkit-overflow-scrolling:touch;width:100%}.brands .brands-track::-webkit-scrollbar{display:none}.brands .brands-carousel .brand-image{flex:0 0 auto;width:110px;max-width:140px;aspect-ratio:1/1}.brands .carousel-arrow{background:#fff;border:1px solid #ddd;padding:.3rem .6rem;border-radius:6px;cursor:pointer;font-size:1.3rem;line-height:1}.brands .carousel-arrow[disabled]{opacity:.5;cursor:not-allowed}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}:root{--accent-color: #008080;--color-light: #ffffff;--color-dark: #000000;--color-hover: #006666;--color-grey: #f4f4f1;--second-color: hsl(34, 94%, 87%);--font-primary: "Inter", sans-serif;--font-secondary: "Montserrat", sans-serif;--font-small: clamp(.875rem, 1.5vw, 1rem);--font-medium: clamp(1rem, 2vw, 1.125rem);--font-large: clamp(1.25rem, 3vw, 1.5rem);--font-h1: clamp(2rem, 5vw, 3rem);--font-h2: clamp(1.75rem, 4vw, 2.5rem);--font-h3: clamp(1.5rem, 3vw, 2rem);--weight-regular: 400;--weight-medium: 500;--weight-bold: 700;--space-small: clamp(.5rem, 1.5vw, .75rem);--space-medium: clamp(1rem, 2vw, 1.5rem);--space-large: clamp(1.5rem, 4vw, 3rem)}.floating-fabs{position:fixed;bottom:3rem;right:1rem;display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;z-index:100;transition:opacity .3s ease,transform .3s ease}.floating-fabs.hidden{opacity:0;transform:translateY(0);pointer-events:none}.floating-fabs.visible{opacity:1;transform:translateY(-20px)}.floating-fabs .glass{background:#ffffff80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.floating-fabs .whatsapp-wrapper{position:relative}.floating-fabs .whatsapp-wrapper .whatsapp-floating{width:3.5rem;height:3.5rem;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#25d366}.floating-fabs .whatsapp-wrapper .whatsapp-floating .whatsapp-icon{color:var(--color-light);font-size:2em}.floating-fabs .whatsapp-wrapper .whatsapp-floating:hover{background:#25d366cc}.floating-fabs .whatsapp-wrapper .whatsapp-menu{position:absolute;bottom:110%;right:0;display:flex;flex-direction:column;gap:.5rem;padding:10px;min-width:220px;box-shadow:0 4px 15px #0000001a;border-radius:5px;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-fabs .whatsapp-wrapper .whatsapp-menu .option-button{background:#008080cc;border:none;padding:.4rem .6rem;cursor:pointer;text-align:left;font-weight:600;font-size:.8rem;color:var(--color-light)}.floating-fabs .whatsapp-wrapper .whatsapp-menu .option-button:hover{background:#008080d9}.floating-fabs .whatsapp-wrapper .whatsapp-menu .custom-message{display:flex;gap:.3rem}.floating-fabs .whatsapp-wrapper .whatsapp-menu .custom-message input{flex:1;padding:.3rem .5rem;border-radius:6px;border:1px solid #ccc;font-size:.875rem;outline:none;color:var(--color-hover);font-weight:600}.floating-fabs .whatsapp-wrapper .whatsapp-menu .custom-message .send-button{background:var(--accent-color);color:var(--color-light);border:none;border-radius:6px;padding:.3rem .5rem;cursor:pointer;font-weight:600}.floating-fabs .whatsapp-wrapper .whatsapp-menu .custom-message .send-button:hover{background:var(--color-hover)}.floating-fabs .cart-floating{width:3.5rem;height:3.5rem;border-radius:50%;box-shadow:2px 2px 4px #0003;background:var(--second-color);background:#cbc5ea;background:#cbc5ead9}.floating-fabs .cart-floating .cart-container{position:relative}.floating-fabs .cart-floating .cart-container .cart-icon{font-size:2em;transition:transform .2s ease-in-out}.floating-fabs .cart-floating .cart-container .cart-counter-circle{position:absolute;top:-7px;right:10px;background:var(--accent-color);width:1.05rem;height:1.05rem;display:flex;justify-content:center;align-items:center;color:var(--color-light);font-size:10px;font-weight:600;border-radius:50%;animation:bounce 2s infinite}.floating-fabs .cart-floating:hover .cart-icon{transform:scale(1.1)}@media (max-width: 425px){.floating-fabs{right:10px;bottom:3rem}}.hero-section{width:99.5%;margin:auto;margin-bottom:1rem}.hero-section .hero-banners .hero-banner{background:var(--color-grey);height:80vh;border-radius:5px}.hero-section .hero-banners .hero-banner .banner-image{height:80%;width:100%}.hero-section .hero-banners .hero-banner .banner-detail{height:20%;padding:10px;display:flex;flex-direction:column;align-items:start;justify-content:space-between}.hero-section .hero-banners .hero-banner .banner-detail .banner-title{font-size:1.2em;font-weight:700}.hero-section .hero-banners .hero-banner .banner-detail .banner-subtitle{font-weight:500}.hero-section .hero-banners .hero-banner .banner-detail .banner-button{font-size:1.05em;font-weight:550;text-decoration:underline}@media (max-width: 768px){.hero-banner{height:65vh!important}.hero-banner .banner-title{font-size:1.1em!important}.hero-banner .banner-subtitle{font-size:.9em!important}.hero-banner .banner-button{font-size:1em!important}}.swiper-container{position:relative;width:100%;overflow:hidden}.swiper-container .swiper-wrapper{display:flex;transition:transform .5s ease-in-out}.swiper-container .swiper-slide{flex:0 0 100%;box-sizing:border-box}.swiper-container .swiper-button{position:absolute;top:35%;transform:translateY(-50%);color:var(--color-light);z-index:10;width:2.5rem;height:2.5rem;background:#000000b3;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:opacity .3s ease,background .3s ease;cursor:pointer}.swiper-container .swiper-button:hover{background:#000000d9}.swiper-container .swiper-button.prev{left:5px}.swiper-container .swiper-button.next{right:5px}.swiper-container .swiper-button.disabled{opacity:.3;cursor:not-allowed;pointer-events:none;opacity:0}.swiper-container .swiper-button .icon{font-size:1.2em}@media (min-width: 768px){.swiper-container .swiper-button{top:40%!important}}.swiper-container .swiper-pagination{position:absolute;bottom:5px;width:100%;display:flex;justify-content:center;gap:5px}.swiper-container .swiper-pagination .dot{width:5px;height:5px;border-radius:50%;background:#fffc;cursor:pointer;transition:background .3s ease,transform .2s ease;border:1px solid var(--color-dark)}.swiper-container .swiper-pagination .dot:hover{transform:scale(1.2)}.swiper-container .swiper-pagination .dot.active{background:var(--color-dark)}nav{position:sticky;top:0;left:0;width:100%;background:var(--color-light);z-index:1000}nav .icon{font-size:var(--font-large)}nav .navbar{padding:0 var(--space-small);display:flex;justify-content:space-between;align-items:center;position:relative}nav .navbar .logo-div{width:60px;height:60px}nav .navbar .actions{gap:1rem}nav .navbar .actions .action-icons{gap:6px;justify-content:center;align-items:center}nav .navbar .actions .action-icons .action-button-container{width:2.2rem;height:2.2rem;display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:1px 1px 2px #0000001a;background:linear-gradient(to bottom right,#eff6ff,#ecfeff,#f0fdfa)}nav .navbar .actions .action-icons .action-button-container .icon{font-size:22px;transition:transform .3s ease-in-out!important}nav .navbar .actions .action-icons .action-button-container:hover .icon{transform:scale(1.05)}nav .navbar .actions .action-icons .counter-group{position:relative}nav .navbar .actions .action-icons .counter-group .counter-circle{position:absolute;top:-10px;right:-10px;background-color:var(--accent-color);border:1px solid var(--color-light);color:var(--color-light);width:1.2rem;height:1.2rem;border-radius:5px;font-weight:var(--weight-bold);font-size:10px;justify-content:center;align-items:center;animation:bounce 1s infinite}nav .navbar .actions .hamburger-menu{width:2rem;height:2rem;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:2px 2px 4px #0003;background:var(--color-light)}nav .navbar .actions .hamburger-menu .hamburger-icon{font-size:1.5em;color:var(--accent-color)}@media (min-width: 768px){nav .navbar .actions .hamburger-menu{display:none}}@media (max-width: 768px){.counter-group{display:none}.hide{display:none!important}}:root{--accent-color: #008080;--color-light: #ffffff;--color-dark: #000000;--color-hover: #006666;--color-grey: #f4f4f1;--font-primary: "Inter", sans-serif;--font-secondary: "Montserrat", sans-serif;--font-small: clamp(.875rem, 1.5vw, 1rem);--font-medium: clamp(1rem, 2vw, 1.125rem);--font-large: clamp(1.25rem, 3vw, 1.5rem);--font-h1: clamp(2rem, 5vw, 3rem);--font-h2: clamp(1.75rem, 4vw, 2.5rem);--font-h3: clamp(1.5rem, 3vw, 2rem);--weight-regular: 400;--weight-medium: 500;--weight-bold: 700;--space-small: .5rem;--space-medium: 1rem;--space-large: 2rem}.dropdown-section{display:flex;justify-content:center;align-items:center;width:100%}.dropdown-section .nav-dropdown{width:100%;justify-content:center;align-items:center;padding:5px 0}.dropdown-section .nav-dropdown ul{gap:var(--space-small);margin:0;padding:0}.dropdown-section .nav-dropdown ul li button{font-weight:600;transition:color .2s ease}.dropdown-section .nav-dropdown ul li button:hover{color:var(--accent-color)}.dropdown-section .dropdown-content{position:absolute;top:100%;left:0;right:0;width:100%;background:var(--color-light);height:80vh;padding:var(--space-small);align-items:start;justify-content:space-between;gap:.5em;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,visibility .3s;z-index:1000}.dropdown-section .dropdown-content .sale,.dropdown-section .dropdown-content .offers-banner,.dropdown-section .dropdown-content .selected-products{flex:1}.dropdown-section .dropdown-content .dropdown-group{display:flex;flex-direction:column;gap:5px}.dropdown-section .dropdown-content .dropdown-group .dropdown-heading{color:var(--accent-color);font-size:1.1em;font-weight:600;text-transform:uppercase}.dropdown-section .dropdown-content .dropdown-group .dropdown-list{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:.8em;overflow-y:auto;max-height:70vh}.dropdown-section .dropdown-content .dropdown-group .dropdown-list li button{background:transparent;font-weight:500!important;color:var(--color-dark)}.dropdown-section .dropdown-content .dropdown-group .dropdown-list li button:hover{color:var(--accent-color)}.dropdown-section .dropdown-content .offers-banner{background-color:#eedca7;height:70vh;justify-content:center;align-items:center;gap:8px}.dropdown-section .dropdown-content .offers-banner :nth-child(1){font-size:2.5em;font-weight:800;text-transform:uppercase}.dropdown-section .dropdown-content .offers-banner :nth-child(2),.dropdown-section .dropdown-content .offers-banner :nth-child(3){font-size:1.3em;font-weight:600}.dropdown-section .dropdown-content .offers-banner .shop-now-button{padding:.8rem 2rem;font-weight:600;text-transform:uppercase;background:var(--color-dark);color:var(--color-light)}.dropdown-section .dropdown-content .offers-banner .shop-now-button:hover{background:#111}.dropdown-section .dropdown-content .products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}.dropdown-section .dropdown:hover .dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.dropdown:hover>.button-transparent{color:var(--accent-color)}@media (max-width: 768px){.nav-dropdown{display:none}}.product-item{height:60vh;cursor:pointer;border:1px solid var(--color-grey);border-radius:10px}.product-item .product-banner{height:70%;position:relative}.product-item .product-banner .add-to-cart{position:absolute;bottom:5px;right:5px;width:3.5rem;height:3.5rem;border-radius:50%;justify-content:center;align-items:center;background:var(--color-light);box-shadow:2px 2px 4px #0003;border:1px solid transparent}.product-item .product-banner .add-to-cart .bag-icon{font-size:1.8em;color:var(--accent-color);transition:transform .5s ease-in-out}.product-item .product-banner .add-to-cart:hover{border:1px solid var(--accent-color)}.product-item .product-banner .add-to-cart:hover .bag-icon{transform:scale(1.1)}.product-item .product-banner .in-cart{background:var(--accent-color)}.product-item .product-banner .in-cart .bag-icon{color:var(--color-light)}.product-item .product-banner .offer-tag{position:absolute;width:3rem;height:3rem;top:5px;left:5px;border-radius:50%;justify-content:center;align-items:center;text-align:center;text-transform:uppercase;font-weight:700;color:var(--color-light);background:#00dfffb3}.product-item .product-banner .product-img{border-top-left-radius:10px;border-top-right-radius:10px}.product-item .product-banner .product-image{width:100%;height:100%;position:relative}.product-item .product-banner .product-images{width:100%;height:100%;position:relative;top:0;left:0}.product-item .product-banner .product-images .default-image,.product-item .product-banner .product-images .hover-image{position:absolute;top:0;left:0;transition:opacity .5s ease-in-out}.product-item .product-banner .product-images .hover-image{opacity:0}.product-item .product-detail{height:30%;padding:5px;display:flex;flex-direction:column;align-items:start;gap:5px;position:relative;background:var(--color-light)}.product-item .product-detail .product-name{font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-item .product-detail .price-div .discount-price{gap:5px}.product-item .product-detail .price-div .product-price{color:var(--accent-color);font-weight:800;font-size:1.2em}.product-item .product-detail .price-div .old-price{text-decoration:line-through;font-size:.9em;color:#333;font-weight:600}.product-item .product-detail .buy-wishlist{width:98%;justify-content:space-between;align-items:center;height:2.2rem;position:absolute;bottom:10px;left:1%}.product-item .product-detail .buy-wishlist .buy-button,.product-item .product-detail .buy-wishlist .wishlist-button{height:100%;justify-content:center;align-items:center}.product-item .product-detail .buy-wishlist .buy-button{width:83%;background:#1a1a1a;color:var(--color-light);font-weight:700;border-radius:2rem;display:flex;justify-content:center;align-items:center}.product-item .product-detail .buy-wishlist .wishlist-button{width:2.2rem;height:2.2rem;display:flex;justify-content:center;align-items:center;border-radius:50%}@media (max-width: 768px){.product-item .product-detail .buy-wishlist{height:1.9rem}.product-item .product-detail .buy-wishlist .wishlist-button{width:1.9rem;height:1.9rem}.product-item .product-detail .buy-wishlist .buy-button{width:78%;font-size:1em}}.product-item:hover .default-image{opacity:0}.product-item:hover .hover-image{opacity:1!important}.cancel-button{color:var(--color-dark)}.swal-title{color:var(--color-dark);font-size:var(--font-large)}.swal-text{font-size:var(--font-small)}@media (min-width: 768px){.buy-wishlist{opacity:0;transition:opacity 1s ease-in-out}.product-name{font-weight:700}.product-item:hover .buy-wishlist{opacity:1}}@media (max-width: 767px){.product-item{height:40vh!important;font-size:1.05em}.product-item .product-banner{height:65%}.product-item .product-detail{height:35%}}.toast-container{position:fixed;bottom:1rem;left:1rem;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{padding:.8rem 1.5rem;background:#000000e6;color:var(--color-light);font-weight:600;border-radius:5px;gap:5px;align-items:center}.toast .toast-icon-div{justify-content:center;align-items:center;border-radius:50%;width:20px;height:20px;display:flex}.toast .toast-icon-div .toast-icon{font-size:15px}.toast .toast-action-btn{color:var(--color-light);font-weight:900;margin-left:1rem;text-decoration:underline}.toast-error .toast-icon-div{background:#e74c3c}.toast-warning .toast-icon-div{background:#f1c40f}.toast-success .toast-icon-div{background:#27ae60}@keyframes slideIn{to{opacity:1;transform:translate(0)}}@keyframes fadeOut{to{opacity:0;transform:translate(100%)}}.buy-popup{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background-color:#00000080;z-index:1700;animation:fadeIn .3s ease forwards}.buy-popup .buy-now{background-color:#fff;width:95%;max-width:500px;padding:2rem;box-shadow:0 10px 25px #0003;gap:1rem;transform:scale(.95);opacity:0;animation:scaleIn .3s ease forwards}.buy-popup .buy-now .header{font-size:1.2rem;font-weight:var(--weight-bold);width:100%;justify-content:space-between;align-items:center;display:flex}.buy-popup .buy-now .header .close-icon{font-size:2em}.buy-popup .buy-now hr{margin:10px 0}.buy-popup .buy-now .checkout-product{display:flex;gap:15px;align-items:center}.buy-popup .buy-now .checkout-product .image-div{flex-shrink:0;width:80px;height:80px;position:relative}.buy-popup .buy-now .checkout-product .image-div .quantity-circle{position:absolute;top:-10px;right:-10px;width:1.8rem;height:1.8rem;justify-content:center;align-items:center;border-radius:50%;font-weight:var(--weight-medium);background:#1a1a1a;color:var(--color-light)}.buy-popup .buy-now .checkout-product .detail{gap:5px;flex-grow:1;color:var(--color-dark);font-weight:600;font-size:1.05em}.buy-popup .buy-now .checkout-product .detail :nth-child(2){font-weight:var(--weight-bold);color:teal}.buy-popup .buy-now .checkout-product .detail .checkout-button{margin-top:5px;padding:.5rem 1.2rem;background:var(--color-dark);color:#fff;border:none;font-weight:var(--weight-bold);transition:background-color .2s ease}.buy-popup .buy-now .checkout-product .detail .checkout-button:hover{background:#1a1a1a}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.custom-alert-overlay{position:fixed;inset:0;z-index:2000;display:flex;justify-content:center;align-items:center;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.custom-alert-overlay .custom-alert-div{background:var(--color-light);width:min(95%,400px);padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 8px 24px #00000026;opacity:0;transform:translateY(20px) scale(.95);transition:transform .4s cubic-bezier(.25,1,.5,1),opacity .3s ease}.custom-alert-overlay .custom-alert-div.animate{opacity:1;transform:translateY(0) scale(1)}.custom-alert-overlay .custom-alert-div .header{display:flex;justify-content:space-between;align-items:center;font-size:1.4em;font-weight:600}.custom-alert-overlay .custom-alert-div .header .close-btn .icon{font-size:1.8rem;transition:.2s ease}.custom-alert-overlay .custom-alert-div .header .close-btn:hover .icon{transform:rotate(90deg);color:var(--accent-color)}.custom-alert-overlay .custom-alert-div .alert-content{display:flex;flex-direction:column;gap:1rem;font-size:1.05em}.custom-alert-overlay .custom-alert-div .alert-content .alert-info{color:#333}.custom-alert-overlay .custom-alert-div .alert-content .confirm-cancel{display:flex;justify-content:flex-end;gap:10px}.custom-alert-overlay .custom-alert-div .alert-content .confirm-cancel .cancel,.custom-alert-overlay .custom-alert-div .alert-content .confirm-cancel .confirm{padding:1em 1.5em;border-radius:5px;transition:.2s ease;border:none;cursor:pointer;font-weight:600}.custom-alert-overlay .custom-alert-div .alert-content .confirm-cancel .confirm{background:var(--accent-color);color:var(--color-light)}.custom-alert-overlay .custom-alert-div .alert-content .confirm-cancel .confirm:hover{background:var(--color-hover)}.custom-alert-overlay .custom-alert-div .alert-content .confirm-cancel .cancel{background:var(--color-grey)}.custom-alert-overlay .custom-alert-div .alert-content .confirm-cancel .cancel:hover{background:#d2d2d2}.categories-dropdown-content .product-types{flex:1}.categories-dropdown-content .category-banner{flex:1;height:90%;background-color:var(--color-grey);display:flex;justify-content:center;align-items:center;padding:2rem}.categories-dropdown-content .category-banner .banner-content{text-align:center;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1rem;font-size:1.2rem;font-weight:700;line-height:1.6}.categories-dropdown-content .category-banner .category-shop-now{background:#111;padding:.8rem 2.5rem;color:var(--color-light);text-transform:uppercase;transition:.3s ease-in-out}.categories-dropdown-content .category-banner .category-shop-now:hover{color:var(--color-light);background:var(--color-dark)}.categories-dropdown-content .recommendations{flex:2}.categories-dropdown-content .recommendations .products-grid{display:grid!important;grid-template-columns:repeat(3,1fr)}.brands-dropdown .brands-al{flex:1}.brands-dropdown .brands-al .brands-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-height:70vh;overflow-y:auto}.brands-dropdown .brands-al .brands-grid .brand-letter-group .letter-heading{font-size:1.1em;font-weight:800;margin-bottom:5px}.brands-dropdown .brands-al .brands-grid .brand-letter-group ul{display:flex;flex-direction:column;gap:3px}.brands-dropdown .brands-al .brands-grid .brand-letter-group ul li button{font-weight:500}.brands-dropdown .brands-al .brands-grid .brand-letter-group ul li button:hover{color:var(--accent-color)}.brands-dropdown .top-brands{flex:1}.brands-dropdown .top-brands .brand-logo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}.brands-dropdown .top-brands .brand-logo-grid .image{padding:10px;border:1px solid var(--second-color);height:200px}.brands-dropdown .top-brands .brand-logo-grid .image img{-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){.brands-grid{grid-template-columns:repeat(2,1fr)!important}.brand-logo-grid .image{height:150px!important}}.menu-sidebar{position:fixed;top:0;right:-100%;width:100%;height:100%;background-color:#fffffffc;box-shadow:-2px 0 10px #0003;z-index:1001;transition:right .5s ease;padding:1rem;display:flex;flex-direction:column;align-items:start;gap:6px}.menu-sidebar.open{right:0}.menu-sidebar .close-btn{width:1.8rem;height:1.8rem;border-radius:50%;display:flex;justify-content:center;align-items:center;background:var(--color-grey)}.menu-sidebar .close-btn .icon{font-size:1.2rem}.menu-sidebar .menu-list{width:100%}.menu-sidebar .menu-list .dropdown-item{padding:10px 0}.menu-sidebar .menu-list .dropdown-item button{justify-content:space-between;width:100%;height:100%;display:flex;align-items:center;font-weight:var(--weight-medium);transition:color .2s ease}.menu-sidebar .menu-list .dropdown-item button:hover{color:var(--accent-color)}.menu-sidebar .menu-list .dropdown-item button .icon{font-size:18px}.menu-sidebar .menu-list .dropdown-item .menu-items-wrapper{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .4s ease}.menu-sidebar .menu-list .dropdown-item .menu-items-wrapper.open{max-height:500px;opacity:1}.menu-sidebar .menu-list .dropdown-item .menu-items-wrapper .menu-items{display:flex;flex-direction:column;gap:5px;padding:5px 0 0 10px;color:#555;font-weight:500;font-size:1em;transition:all .3s ease;max-height:40vh;overflow-y:auto}.menu-sidebar .menu-list .dropdown-item .menu-items-wrapper .menu-items .menu-item{cursor:pointer;transition:color .2s ease}.menu-sidebar .menu-list .dropdown-item .menu-items-wrapper .menu-items .menu-item:hover{color:var(--accent-color)}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:1000}.sidebar-overlay.show{opacity:1;visibility:visible}.account-dropdown{display:flex;justify-content:center;gap:3px;font-weight:600;align-items:center;font-size:1.05em;position:relative;padding:1em}.account-dropdown .initials-circle{background:var(--color-dark);font-size:10px!important;width:1.6rem;height:1.6rem;display:flex;justify-content:center;align-items:center;border-radius:50%;margin-right:3px;color:var(--color-light);font-weight:600;text-transform:uppercase;box-shadow:2px 2px 4px #0003;background:linear-gradient(135deg,#4ade80,#16a34a)}.account-dropdown .account-icon{font-size:1.3em}.account-dropdown-menu{position:absolute;top:75%;right:6%;display:none;flex-direction:column;background:var(--color-light);border-radius:.25rem;box-shadow:2px 2px 4px #0003;z-index:100;min-width:180px;padding:10px}.account-dropdown-menu .dropdown-item{padding:.5rem 1rem;text-align:left;border:none;background:none;font-size:1em;font-weight:600}.account-dropdown-menu .dropdown-item:hover{background-color:#f0f0f0;color:var(--accent-color)}.account-dropdown-menu .logout-button{margin-top:5px;text-align:center;background:var(--color-grey)}@media (hover: hover) and (pointer: fine){.nav-auth-wrapper:hover .account-dropdown-menu{display:flex}}.account-dropdown-menu.open{display:flex}@media (max-width: 768px){.account-dropdown-menu{top:80%;right:5%;left:auto;min-width:140px}}:root{--accent-color: #008080;--secondary-color: #89cff0;--color-light: #fff;--color-dark: #000;--color-hover: #006666;--star-color: #f5d426;--grey-color: #f4f4f1;--font-primary: "Montserrat";--font-secondary: "Readex Pro";--font-third: "Quicksand";--font-fourth: "Jost";--font-fourth: "Lato";--header-height: 4rem;--first-color: hsl(176, 88%, 27%);--first-color-alt: hsl(29, 44%, 94%);--second-color: hsl(34,94%, 87%);--title-color: hsl(0, 0%, 13%);--text-color: hsl(154, 13%, 32%);--text-color-light: hsl(60, 1%, 56%);--body-color: hsl(0, 0%, 100%);--container-color: hsl(0, 0%, 93%);--border-color: hsl(129, 36%, 85%);--border-color-alt: hsl(113, 15%, 90%);--body-font: "Lato", sans-serif;--second-font: "League Spartan", sans-serif;--big-font-size: 3.5rem;--h1-font-size: 2.75rem;--h2-font-size: 2rem;--h3-font-size: 1.75rem;--h4-font-size: 1.375rem;--large-font-size: 1.125rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .75rem;--tiny-font-size: .6875rem;--weight-400: 400;--weight-500: 500;--weight-600: 600;--weight-700: 700;--transition: cubic-bezier(0,0, .05, 1)}.auth{position:fixed;top:0;left:0;z-index:3000;width:100%;height:100%;background-color:#00000080;justify-content:center;align-items:center}.auth .auth-div{background:var(--color-light);padding:2rem;width:45%;gap:5px;animation:slideIn .2s ease-in-out}.auth .auth-div .actions{gap:30px;position:relative}.auth .auth-div .actions .auth-btn{border:none;outline:none;background:transparent;font-size:1em;font-weight:600;cursor:pointer;position:relative;padding-bottom:5px;transition:color .3s ease-in-out}.auth .auth-div .actions .active{color:var(--accent-color)}.auth .auth-div .actions .auth-btn:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:1px;background-color:var(--accent-color);transition:width .5s ease-in-out,left .5s ease-in-out}.auth .auth-div .actions .active:after{width:100%;left:0}.auth .auth-div .heading,.auth .auth-div .hr,.auth .auth-div .form-container{width:100%}.auth .auth-div .heading{justify-content:space-between;font-size:1.2em;font-weight:600}.auth .auth-div .heading .close-icon{background:transparent;border:none;outline:none}.auth .auth-div .heading .close-icon :nth-child(1){font-size:26px}.auth .auth-div .hr{border:none;background:var(--grey-color);height:1px}.auth .auth-div .form-container form{display:flex;flex-direction:column;gap:10px}.auth .auth-div .form-container form .names{gap:5px}.auth .auth-div .form-container form .names .input-group{width:100%}.auth .auth-div .form-container form .input-group{gap:5px}.auth .auth-div .form-container form .input-group label{font-weight:500}.auth .auth-div .form-container form .input-group input{width:100%;height:40px;padding:1rem;border:1px solid #ccc;outline:none;color:var(--color-hover);font-size:1.1em;font-weight:500;transition:border-color .3s ease-in-out;border-radius:3px}.auth .auth-div .form-container form .input-group input:focus{border-color:var(--accent-color)!important;outline:none}.auth .auth-div .form-container form .input-group .error{color:#e63946;font-weight:500;font-size:1em}.auth .auth-div .form-container form .redirect-div{font-weight:550;gap:5px}.auth .auth-div .form-container form .redirect-div .link{background:transparent;border:none;outline:none;color:var(--accent-color);font-weight:600;cursor:pointer}.auth .auth-div .form-container form .terms{line-height:18px;font-weight:460}.auth .auth-div .form-container form .terms .terms-a{color:var(--accent-color)}.auth .auth-div .form-container form .submit-button{width:30%;height:35px;border:none;outline:none;background:var(--accent-color);background:#1a1a1a;color:var(--color-light);font-weight:550;font-size:1.1em;transition:.3s ease}.auth .auth-div .form-container form .submit-button:hover{background:var(--color-dark)}@keyframes slideIn{0%{transform:translateY(20px)}to{transform:translateY(0)}}@media (max-width: 768px){.auth-div{padding:1.5rem;width:90%!important}}:root{--swal2-outline: 0 0 0 3px rgba(100, 150, 200, .5);--swal2-container-padding: .625em;--swal2-backdrop: rgba(0, 0, 0, .4);--swal2-backdrop-transition: background-color .1s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: .3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-show-animation: swal2-show .3s;--swal2-hide-animation: swal2-hide .15s forwards;--swal2-icon-zoom: 1;--swal2-icon-animations: true;--swal2-title-padding: .8em 1em 0;--swal2-html-container-padding: 1em 1.6em .3em;--swal2-input-border: 1px solid #d9d9d9;--swal2-input-border-radius: .1875em;--swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-background: transparent;--swal2-input-transition: border-color .2s, box-shadow .2s;--swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-focus-border: 1px solid #b4dbed;--swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px $swal2-outline-color;--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--swal2-footer-border-color: #eee;--swal2-footer-background: transparent;--swal2-footer-color: inherit;--swal2-timer-progress-bar-background: rgba(0, 0, 0, .3);--swal2-close-button-position: initial;--swal2-close-button-inset: auto;--swal2-close-button-font-size: 2.5em;--swal2-close-button-color: #ccc;--swal2-close-button-transition: color .2s, box-shadow .2s;--swal2-close-button-outline: initial;--swal2-close-button-box-shadow: inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow: inset var(--swal2-outline);--swal2-close-button-hover-transform: none;--swal2-actions-justify-content: center;--swal2-actions-width: auto;--swal2-actions-margin: 1.25em auto 0;--swal2-actions-padding: 0;--swal2-actions-border-radius: 0;--swal2-actions-background: transparent;--swal2-action-button-transition: background-color .2s, box-shadow .2s;--swal2-action-button-hover: black 10%;--swal2-action-button-active: black 10%;--swal2-confirm-button-box-shadow: none;--swal2-confirm-button-border-radius: .25em;--swal2-confirm-button-background-color: #7066e0;--swal2-confirm-button-color: #fff;--swal2-deny-button-box-shadow: none;--swal2-deny-button-border-radius: .25em;--swal2-deny-button-background-color: #dc3741;--swal2-deny-button-color: #fff;--swal2-cancel-button-box-shadow: none;--swal2-cancel-button-border-radius: .25em;--swal2-cancel-button-background-color: #6e7881;--swal2-cancel-button-color: #fff;--swal2-toast-show-animation: swal2-toast-show .5s;--swal2-toast-hide-animation: swal2-toast-hide .1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / .075), 0 1px 2px hsl(0deg 0% 0% / .075), 1px 2px 4px hsl(0deg 0% 0% / .075), 1px 3px 8px hsl(0deg 0% 0% / .075), 2px 4px 16px hsl(0deg 0% 0% / .075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}@media (prefers-color-scheme: dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:#0000!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:#0000;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static!important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:#0000!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem;container-name:swal2-popup}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;overflow-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:var(--swal2-action-button-transition);border:none;box-shadow:0 0 0 3px #0000;font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:var(--swal2-timer-progress-bar-background)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:#0000;color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:#0000;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;overflow-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:#0000;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:all}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}:root{--accent-color: #008080;--secondary-color: #89cff0;--color-light: #fff;--color-dark: #000;--color-hover: #006666;--star-color: #f5d426;--grey-color: #f4f4f1;--font-primary: "Montserrat";--font-secondary: "Readex Pro";--font-third: "Quicksand";--font-fourth: "Jost";--font-fourth: "Lato";--header-height: 4rem;--first-color: hsl(176, 88%, 27%);--first-color-alt: hsl(29, 44%, 94%);--second-color: hsl(34,94%, 87%);--title-color: hsl(0, 0%, 13%);--text-color: hsl(154, 13%, 32%);--text-color-light: hsl(60, 1%, 56%);--body-color: hsl(0, 0%, 100%);--container-color: hsl(0, 0%, 93%);--border-color: hsl(129, 36%, 85%);--border-color-alt: hsl(113, 15%, 90%);--body-font: "Lato", sans-serif;--second-font: "League Spartan", sans-serif;--big-font-size: 3.5rem;--h1-font-size: 2.75rem;--h2-font-size: 2rem;--h3-font-size: 1.75rem;--h4-font-size: 1.375rem;--large-font-size: 1.125rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .75rem;--tiny-font-size: .6875rem;--weight-400: 400;--weight-500: 500;--weight-600: 600;--weight-700: 700;--transition: cubic-bezier(.4, 0, .2, 1)}.search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1000;opacity:0;animation:fadeInOverlay .3s var(--transition) forwards}.search-overlay .search-div{position:fixed;z-index:1100;width:100%;top:0;left:0;padding:1rem;background:var(--color-light);display:flex;flex-direction:column;gap:10px;transform:translateY(-120%);opacity:0;animation:slideDown .35s var(--transition) forwards}.search-overlay .search-div .search-heading{width:100%;display:flex;flex-direction:column;gap:1rem}.search-overlay .search-div .search-heading .search-snapshot{width:100%;justify-content:space-between}.search-overlay .search-div .search-heading .search-snapshot .icon-container{display:flex;justify-content:center;align-items:center;gap:10px}.search-overlay .search-div .search-heading .search-snapshot .icon-container .icon-div{width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-image:linear-gradient(to bottom right,#3b82f6,#9333ea)}.search-overlay .search-div .search-heading .search-snapshot .icon-container .icon-div .icon{font-size:1.5em;color:var(--color-light)}.search-overlay .search-div .search-heading .search-snapshot .icon-container .text{display:flex;flex-direction:column;gap:5px}.search-overlay .search-div .search-heading .search-snapshot .icon-container .text :nth-child(1){color:var(--color-dark);font-weight:600;font-size:1.05em}.search-overlay .search-div .search-heading .search-snapshot .icon-container .text :nth-child(2){color:#444}.search-overlay .search-div .search-heading .search-snapshot .close-search{color:var(--accent-color);font-weight:600;font-size:1.1em}.search-overlay .search-div .search-heading .search-bar{position:relative;height:3rem}.search-overlay .search-div .search-heading .search-bar .search-input{width:100%;height:100%;outline:none;border:1px solid #9CA3AF;border-radius:10px;background:#f7f7f7;padding:0 3rem;font-size:1.1em;color:#888}.search-overlay .search-div .search-heading .search-bar .search-icon{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none;font-size:1.5em;color:#888;left:1rem}.search-overlay .search-div .search-heading .search-bar .clear-search{position:absolute;top:50%;transform:translateY(-50%);right:10px;font-size:1.5em;color:#888;cursor:pointer}.search-overlay .search-div .search-heading .search-options{display:flex;gap:10px}.search-overlay .search-div .search-heading .search-options .active{box-shadow:2px 2px 4px #0003;background:linear-gradient(90deg,#44cee9,#798ed2);color:var(--color-light);background:#c3ea4f;color:var(--color-dark)}.search-overlay .search-div .search-heading .search-options button{padding:8px 2em;border-radius:2rem;display:flex;justify-content:center;align-items:center;gap:3px;font-weight:500}.search-overlay .search-div .search-heading .search-options button .icon{font-size:15px}.search-overlay .search-div .search-results{padding:10px;max-height:68vh;overflow-y:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:5px}@media (max-width: 430px){.search-overlay .search-div .search-results{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 768px){.search-overlay .search-div .search-results{grid-template-columns:repeat(3,1fr)}}@keyframes slideDown{0%{transform:translateY(-120%);opacity:0}to{transform:translateY(0);opacity:1}}.announcement-bar{background:#f7eeed;color:var(--color-dark);padding:8px 0;text-align:center;align-items:center;font-weight:500;position:relative;overflow:hidden;max-height:50px;font-size:.9em;transition:opacity .4s ease-in-out,max-height .4s ease-in-out,padding .4s ease-in-out}.announcement-bar .message{animation:fadeIn .5s ease-in-out}.announcement-bar.visible{opacity:1;max-height:50px;padding:8px 0;pointer-events:auto}.announcement-bar.hidden{opacity:0;max-height:0;padding:0;pointer-events:none}.beauty-reels{gap:1em}.beauty-reels .sub-title{color:#52525b;font-size:1.1em}.beauty-reels .tiktok-videos{width:100%;display:grid}.beauty-reels .tiktok-videos .tiktok-video{height:60vh;border-radius:1rem;position:relative;overflow:hidden}.beauty-reels .tiktok-videos .tiktok-video img{transition:transform .35s ease-in}.beauty-reels .tiktok-videos .tiktok-video .video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#0009,#0000,#0000)}.beauty-reels .tiktok-videos .tiktok-video .time{position:absolute;top:10px;right:10px;background:#0009;color:var(--color-light);font-size:.8em;padding:5px 10px;border-radius:7px;font-weight:400!important}.beauty-reels .tiktok-videos .tiktok-video .play-button{width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;border-radius:50%;position:absolute;transform:translate(-50%,-50%);background:var(--color-light);box-shadow:2px 2px 4px #0003;top:50%;left:50%;opacity:0}.beauty-reels .tiktok-videos .tiktok-video .play-button .play-icon{font-size:1.2em}.beauty-reels .tiktok-videos .tiktok-video .views-counter{position:absolute;bottom:10px;left:10px;font-weight:500;color:var(--color-light);font-size:1em}.beauty-reels .tiktok-videos .tiktok-video:hover .play-button{opacity:1}.beauty-reels .tiktok-videos .tiktok-video:hover img{transform:scale(1.05)}@media (max-width: 768px){.beauty-reels .tiktok-videos .tiktok-video{height:40vh}}.video-modal-overlay{background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;justify-content:center;align-items:center}.video-modal-overlay .video-container{background:var(--color-light);width:60%;height:95%;display:flex;flex-direction:column}.video-modal-overlay .video-container .detail{width:100%;padding:var(--space-medium);font-family:var(--font-primary)}.video-modal-overlay .video-container .video-div{width:100%}.video-modal-overlay .video-container .video-div{height:85%;background:var(--color-grey);position:relative}.video-modal-overlay .video-container .video-div .prev-next-btns{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none}.video-modal-overlay .video-container .video-div .prev-next-btns .next-btn,.video-modal-overlay .video-container .video-div .prev-next-btns .prev-btn{background:#e7d932;box-shadow:4px 4px 8px #0003;pointer-events:auto;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.video-modal-overlay .video-container .video-div .prev-next-btns .next-btn .icon,.video-modal-overlay .video-container .video-div .prev-next-btns .prev-btn .icon{font-size:1.5em;color:var(--color-dark)}.video-modal-overlay .video-container .video-div .video{height:100%;width:50%;margin:auto}.video-modal-overlay .video-container .video-div .video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width: 768px){.video-modal-overlay .video-container .video-div .video{width:80%!important}}.video-modal-overlay .video-container .video-div .close-button{position:absolute;width:2.5rem;height:2.5rem;border-radius:50%;top:5px;right:5px;display:flex;justify-content:center;align-items:center;background-color:var(--color-light);box-shadow:2px 2px 4px #0003}.video-modal-overlay .video-container .detail{height:15%;background:var(--color-light);display:flex;flex-direction:column;gap:var(--space-small);color:#52525b;font-size:var(--font-medium)}.video-modal-overlay .video-container .detail .caption{font-size:var(--font-small);font-weight:var(--weight-medium)}.video-modal-overlay .video-container .detail .video-snapshot{display:flex;align-items:center;gap:var(--space-small);font-size:var(--font-small)}.video-modal-overlay .video-container .detail .video-snapshot .total-views{display:flex;align-items:center;gap:5px}.video-modal-overlay .video-container .detail .video-snapshot .total-views .icon{font-size:var(--font-large)}.video-modal-overlay .video-container .detail .video-snapshot .dot{width:8px;height:8px;background:#52525b;border-radius:50%}@media (max-width: 768px){.video-container{width:95%!important;height:90%!important}}.empty-cart{width:100%;justify-content:center;height:80vh;align-items:center}.empty-cart .empty-cart-div{justify-content:center;align-items:center;gap:1rem}.empty-cart .empty-cart-div .gif-container{width:180px;height:180px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#ffcbeb}.empty-cart .empty-cart-div .cart-redirect{gap:5px;font-size:1.3em;justify-content:center;align-items:center;font-weight:500}.empty-cart .empty-cart-div .cart-redirect :nth-child(2){color:var(--accent-color)}.cart-section{min-height:80vh}.cart-heading{text-align:center;margin-top:10px;font-size:2em}.cart{display:flex;align-items:flex-start;gap:1rem;padding:1rem}.cart .cart-items{flex:3;border-radius:8px;gap:1rem}.cart .cart-items .items{gap:.5rem;width:100%;display:flex;flex-direction:column}.cart .cart-items .items .item{height:20vh;border:1px solid var(--color-grey);width:100%;display:flex;align-items:center;gap:1rem;padding:.5rem}.cart .cart-items .items .item .image-div{height:80px;width:80px;flex-shrink:0;border-radius:6px;overflow:hidden;background:var(--color-light)}.cart .cart-items .items .item .item-detail{width:90%;margin:auto;height:100%;padding:1rem;gap:5px;font-weight:500}.cart .cart-items .items .item .item-detail .item-price{font-size:1.1em;font-weight:700}.cart .cart-items .items .item .item-detail .quantity-remove{width:100%;justify-content:space-between}.cart .cart-items .items .item .item-detail .quantity-remove .quantity{width:25%;justify-content:space-between}.cart .cart-items .items .item .item-detail .quantity-remove .quantity .decrement,.cart .cart-items .items .item .item-detail .quantity-remove .quantity .increment{background:var(--color-dark);width:25px;height:25px;border-radius:50%;justify-content:center;align-items:center;color:var(--color-light);font-size:1.2em}.cart .cart-items .items .item .item-detail .quantity-remove .quantity .decrement:hover,.cart .cart-items .items .item .item-detail .quantity-remove .quantity .increment:hover{background:#1a1a1a}.cart .cart-items .items .item .item-detail .quantity-remove .remove{color:#ff1744;font-size:2em}.cart .cart-items .items .item .item-detail .quantity-remove .remove:hover{color:#d50000}.cart .cart-items .clear-button{width:100%;font-size:1.1em;color:#d50000;font-weight:700}.cart .cost{flex:2;padding:1rem;border-radius:8px;background-color:var(--color-grey);gap:1rem}.cart .cost .sub-total{width:100%;justify-content:space-between;align-items:center;font-size:1.2em;font-weight:600}.cart .cost .shipping-info{justify-content:center;align-items:center;gap:5px;font-weight:450}.cart .cost .shipping-info .inverted-exclamation{width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:18px;border-radius:50%;background:#bfdbfe;color:#1d4ed8}.cart .cost .checkout-button{padding:.7rem 2rem;background-color:#1a1a1a;color:var(--color-light);font-weight:600}.cart .cost .checkout-button:hover{background:var(--color-dark)}@media (max-width: 768px){.cart{flex-direction:column;padding:.3}.cart .cart-items,.cart .cost{width:100%}.cart .item{height:25vh!important;font-size:.9em}.cart .item-detail{padding:0!important;gap:3px!important}.cart .quantity{width:45%!important}}@media (min-width: 768px){.cart-section{max-width:85%;margin:auto}}.star-rating{display:flex;align-items:center;margin-bottom:4px}.star{font-size:1.5em;margin-right:3px}.favorites .heading{font-size:1.5em;text-align:center}.favorites-grid{width:100%;display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.favorites-grid .favorite-product{height:55vh;display:flex;flex-direction:column;align-items:start;text-align:start;border:1px solid var(--color-grey)}.favorites-grid .favorite-product .image-div{height:70%;width:100%;position:relative}.favorites-grid .favorite-product .image-div .remove-fav{position:absolute;top:5px;right:5px;width:2.1rem;height:2.1rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background:var(--color-light);box-shadow:2px 2px 4px #0003}.favorites-grid .favorite-product .image-div .remove-fav .trash{font-size:1.4rem;color:#ff1744}.favorites-grid .favorite-product .image-div .remove-fav:hover .trash{color:#d50000}.favorites-grid .favorite-product .detail{height:30%;padding:5px;display:flex;flex-direction:column;justify-content:space-between}.favorites-grid .favorite-product .detail .name{font-size:1em;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.favorites-grid .favorite-product .detail .price{color:var(--accent-color);font-size:1.1em;font-weight:900;text-transform:uppercase}@media (max-width: 1024px){.favorites-grid{grid-template-columns:repeat(3,1fr)}.favorite-product{height:50vh}.favorite-product .image-div{height:65%}.favorite-product .detail{height:35%}}@media (max-width: 768px){.favorites-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 435px){.favorites-grid{grid-template-columns:repeat(2,1fr)}.favorite-product{height:40vh}.favorite-product .image-div{height:75%}.favorite-product .detail{height:15%}.name{font-size:.9em}}.empty-favorites-div{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;border-radius:20px;background:#ffffffa6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25);animation:fadeIn .6s ease-out;gap:1rem}.empty-favorites-div .heartbreak{font-size:4rem;color:#e26486;animation:float 2.3s ease-in-out infinite}.empty-favorites-div .favorites-heading{font-size:1.2rem;font-weight:600;color:#1b1b1b}.empty-favorites-div .favorites-text{max-width:420px;font-size:1.1em;color:#525252;line-height:1.5}.empty-favorites-div .home-redirect{display:inline-flex;align-items:center;justify-content:center;color:var(--accent-color);font-weight:600;font-size:.95rem;transition:all .25s ease;text-decoration:none}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(-4px)}50%{transform:translateY(4px)}}:root{--accent-color: #008080;--color-light: #ffffff;--color-dark: #000000;--color-hover: #006666;--color-grey: #f4f4f1;--font-primary: "Inter", sans-serif;--font-secondary: "Montserrat", sans-serif;--font-small: clamp(.875rem, 1.5vw, 1rem);--font-medium: clamp(1rem, 2vw, 1.125rem);--font-large: clamp(1.25rem, 3vw, 1.5rem);--font-h1: clamp(2rem, 5vw, 3rem);--font-h2: clamp(1.75rem, 4vw, 2.5rem);--font-h3: clamp(1.5rem, 3vw, 2rem);--weight-regular: 400;--weight-medium: 500;--weight-bold: 700;--space-small: clamp(.5rem, 1.5vw, .75rem);--space-medium: clamp(1rem, 2vw, 1.5rem);--space-large: clamp(1.5rem, 4vw, 3rem)}.bottom-nav{z-index:1000;position:fixed;bottom:0;left:0;width:100%;padding:5px 10px;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);transition:transform .3s ease}.bottom-nav.hidden{transform:translateY(200%)}.bottom-nav .nav-items{justify-content:space-between}.bottom-nav .nav-items .nav-item{font-weight:var(--weight-bold);align-items:center}.bottom-nav .nav-items .nav-item .icon-container{position:relative}.bottom-nav .nav-items .nav-item .icon-container .counter-circle{position:absolute;top:-8px;right:-8px;background-color:var(--accent-color);color:var(--color-light);font-weight:var(--weight-bold);font-size:10px;width:15px;height:15px;border-radius:5px;animation:bounce 1s infinite;box-shadow:1px 1px 2px #0003;display:flex;justify-content:center;align-items:center}.nav-item.active .icon,.nav-item.active .label{color:var(--accent-color)}@keyframes bounce{0%{transform:translateY(0)}20%{transform:translateY(-6px)}40%{transform:translateY(0)}to{transform:translateY(0)}}@media (min-width: 768px){.bottom-nav{display:none}}:root{--accent-color: #008080;--color-light: #ffffff;--color-dark: #000000;--color-hover: #006666;--color-grey: #f4f4f1;--second-color: hsl(34,94%, 87%);--font-primary: "Inter", sans-serif;--font-secondary: "Montserrat", sans-serif;--font-small: clamp(.875rem, 1.5vw, 1rem);--font-medium: clamp(1rem, 2vw, 1.125rem);--font-large: clamp(1.25rem, 3vw, 1.5rem);--font-h1: clamp(2rem, 5vw, 3rem);--font-h2: clamp(1.75rem, 4vw, 2.5rem);--font-h3: clamp(1.5rem, 3vw, 2rem);--weight-regular: 400;--weight-medium: 500;--weight-bold: 700;--space-small: clamp(.5rem, 1.5vw, .75rem);--space-medium: clamp(1rem, 2vw, 1.5rem);--space-large: clamp(1.5rem, 4vw, 3rem)}footer{background-color:#111}footer h4{color:var(--color-light)}footer a,footer li{color:#ccc}footer a:hover,footer li:hover{color:var(--color-light)}footer .footer{justify-content:space-between;align-items:start;padding:var(--space-medium)}footer .footer .logo-div{width:70px;height:70px}footer .footer .footer-group{display:flex;flex-direction:column;gap:var(--space-small)}footer .footer .footer-group ul{display:flex;flex-direction:column;gap:.8rem}footer .footer .navigation ul a,footer .footer .navigation ul li{display:flex;gap:5px}footer .footer .socials{display:flex;flex-direction:row!important;gap:.5rem!important}footer .footer .socials .social-icon{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#444;color:var(--color-grey)}footer .footer .socials .social-icon a{display:flex;justify-content:center;align-items:center;color:var(--color-light)}footer .footer .socials .social-icon:hover{background:#666}footer .footer .socials .social-icon:hover .icon{transform:scale(1.1)}@media (max-width: 768px){.footer{flex-direction:column!important;gap:1.5rem}.footer .footer-group ul{gap:.8rem!important}}.selected-product-section .selected-product{width:100%;gap:2rem}.selected-product-section .selected-product .similar-products{width:100%}.selected-product-section .selected-product .similar-products .similar-products-container{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}@media (max-width: 425px){.selected-product-section .selected-product .similar-products .similar-products-container{grid-template-columns:repeat(2,1fr)}}@media (min-width: 430px){.selected-product-section .selected-product .similar-products .similar-products-container{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.selected-product-section .selected-product .similar-products .similar-products-container{grid-template-columns:repeat(5,1fr);gap:5px}}.product-detail{width:100%;gap:1rem;align-items:start}.product-detail .product-images{flex:4;height:90vh;align-items:start;gap:5px}.product-detail .product-images .all-images{flex:1;height:100%;gap:5px;width:100%}.product-detail .product-images .all-images .image-cards{height:100%;display:flex;flex-direction:column;align-items:start;gap:2px;overflow-y:auto;width:100%}.product-detail .product-images .all-images .image-cards .image-card{width:100%;height:12vh;justify-content:center;align-items:center;overflow-y:auto;position:relative}.product-detail .product-images .all-images .image-cards .image-card:hover .active-overlay{opacity:1}.product-detail .product-images .all-images .image-cards .active-overlay{width:100%;height:100%;position:absolute;top:0;left:0;background:#88d8c04d;background:#0080804d;opacity:0}.product-detail .product-images .all-images .image-cards .active-image{border:1px solid var(--color-dark)}.product-detail .product-images .all-images .image-cards .active-image .active-overlay{opacity:1}.product-detail .product-images .featured-image{flex:8;height:100%;justify-content:center;align-items:center}@media (max-width: 820px){.product-detail .product-images{flex-direction:column;gap:1rem}.product-detail .product-images .featured-image{order:1;width:100%}.product-detail .product-images .all-images{order:2;width:100%}.product-detail .product-images .all-images .image-cards{flex-direction:row}.product-detail .product-images .all-images .image-cards .image-card{width:2.5rem;height:2.5rem}}.product-detail .product-info{flex:3;gap:.7rem}.product-detail .product-info .product-name{font-size:var(--font-large);font-weight:700;color:var(--color-dark)}.product-detail .product-info .review-redirect{width:100%}.product-detail .product-info .review-redirect .rating{font-weight:600}.product-detail .product-info .review-redirect .text{font-size:1em}.product-detail .product-info .review-redirect .text :nth-child(2){font-weight:600;text-decoration:underline}@media (max-width: 768px){.product-detail .product-info .review-redirect .text{flex-direction:column;gap:5px}}.product-detail .product-info .save-text{background:var(--color-grey);font-weight:550;padding:.2rem 1rem}.product-detail .product-info .price-sold{gap:1rem}.product-detail .product-info .price-sold .product-price{font-size:var(--font-medium);color:var(--accent-color);font-weight:700}.product-detail .product-info .price-sold .discount{gap:5px}.product-detail .product-info .price-sold .discount .old-price{font-size:1em;font-weight:500;color:#1a1a1a;text-decoration:line-through}.product-detail .product-info .price-sold .sold-out{padding:.2rem 1rem;font-size:1em;font-weight:500;color:var(--color-light);border-radius:100px;justify-content:center;align-items:center;background:#1a1a1a}.product-detail .product-info .quantity-div{gap:5px;width:100%;align-items:start}.product-detail .product-info .quantity-div .label{font-size:1.1em;font-weight:500}.product-detail .product-info .quantity-div .quantity-buttons{background:var(--color-light);width:25%;justify-content:space-between;border:1px solid var(--color-dark);padding:10px 1rem;font-size:var(--font-medium)}@media (max-width: 768px){.product-detail .product-info .quantity-buttons{width:40%!important}}.product-detail .product-info .in-cart-info{font-weight:600;background:#25d36659;padding:.2rem 1rem}.product-detail .product-info .product-actions{width:100%;justify-content:space-between;gap:10px}.product-detail .product-info .product-actions .buy-button,.product-detail .product-info .product-actions .to-cart{height:2.5rem;width:100%;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:1em;border:1px solid transparent;cursor:pointer}.product-detail .product-info .product-actions .to-cart{border:1px solid var(--color-dark);color:#25d366}.product-detail .product-info .product-actions .to-cart:hover{border:2px solid #1a1a1a}.product-detail .product-info .product-actions .to-cart .remove-text{color:#d2042d}.product-detail .product-info .product-actions .buy-button{background:#1a1a1a;color:var(--color-light)}.product-detail .product-info .product-actions .buy-button:hover{background:var(--color-dark)}.product-detail .product-info .whatsapp-order{gap:3px;padding:.4rem 1.2rem;background:#25d366;color:var(--color-light);border-radius:2rem;font-weight:600}.product-detail .product-info .whatsapp-order:hover{background:#25d366e6}.product-detail .product-info .share-button{gap:3px;font-size:var(--font-small);color:var(--accent-color)}.product-detail .product-info .share-button:hover{color:var(--color-hover)}@media (max-width: 768px){.product-detail .product-info .product-actions{flex-direction:column}}@media (max-width: 1024px){.product-detail{flex-direction:column}.product-detail .product-info{width:100%}}:root{--accent-color: #008080;--secondary-color: #89cff0;--color-light: #fff;--color-dark: #000;--color-hover: #006666;--star-color: #f5d426;--grey-color: #f4f4f1;--font-primary: "Montserrat";--font-secondary: "Readex Pro"}.share-box{width:100%;height:100%;position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000}.sharebox-container{position:fixed;background:#fff;padding:20px;z-index:1000;width:350px;border-radius:15px;box-shadow:4px 4px 8px #0003}.sharebox-container .heading{justify-content:space-between;width:100%;align-items:center;color:var(--color-dark)}.sharebox-container .heading .close-icon{font-size:20px}.sharebox-container h3{margin:0 0 10px;font-size:16px}.share-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));width:100%}.share-option{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:#333;font-size:14px;background:none;border:none;cursor:pointer;padding:5px 0;font-weight:500}.share-option:hover{color:var(--accent-color)}.share-icon-container{width:45px;height:45px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:var(--color-dark)}.share-icon{font-size:20px;color:var(--color-light)}.about-product{width:100%;gap:.5rem}.about-product .about-heading{width:100%}.about-product .about-heading .options{gap:2rem}.about-product .about-heading .options button{position:relative;background:transparent;font-weight:500;cursor:pointer;padding-bottom:.4rem;font-size:1.1em;font-weight:550}.about-product .about-heading .options button:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background-color:var(--accent-color);opacity:0;transition:width .3s ease,opacity .3s ease}.about-product .about-heading .options button:hover{color:var(--color-hover)}.about-product .about-heading .options button:hover:after{width:70%;opacity:1}.about-product .about-heading .options .active{color:var(--accent-color)}.about-product .about-heading .options .active:after{width:70%;opacity:1}.about-product .detail-container{background-color:var(--color-grey);width:100%;padding:.5rem}.info-popup{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:1000;animation:fadeIn .3s ease-in-out}.info-popup .popup-container{background:#fff;padding:2rem;max-width:350px;text-align:center;box-shadow:2px 2px 4px #0003;animation:scaleIn .25s ease-in-out;gap:1rem;justify-content:center;align-items:center;position:relative}.info-popup .popup-container .close-popup{position:absolute;top:0;right:0;background:var(--color-grey);width:30px;height:30px;color:var(--color-dark)}.info-popup .popup-container .smile-icon{font-size:4em;color:#f9a825}.info-popup .popup-container .content h2{font-size:1.8em}.info-popup .popup-container .content p{color:#4d4d4d;font-size:1.07em;line-height:1.4;font-weight:500}.info-popup .popup-container .redirect-buttons{display:flex;gap:1rem;justify-content:center;width:100%}.info-popup .popup-container .redirect-buttons button{flex:1;height:2rem;font-weight:500;transition:background .25s;font-weight:450}.info-popup .popup-container .redirect-buttons .home{background:var(--color-dark);color:var(--color-light)}.info-popup .popup-container .redirect-buttons .home:hover{background:#1a1a1a}.info-popup .popup-container .redirect-buttons .stay{background:#e0e0e0;color:var(--color-dark)}.info-popup .popup-container .redirect-buttons .stay:hover{background:#cfcfcf}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.product-review{background:#ffe6f0;background:#d8bff8;gap:1rem;padding:3rem;font-size:1.05em;font-weight:450;line-height:1.5;width:100%}.product-review .review-heading{font-weight:600;text-transform:uppercase;font-size:1.5em}.product-review .review-header{gap:10px}.product-review .review-header :nth-child(2){text-decoration:underline}.product-review .add-review-form{gap:1rem}.product-review .add-review-form input,.product-review .add-review-form textarea{width:290px;outline:none;border:1px solid var(--color-dark);background:transparent;font-size:1.1em;font-weight:500}.product-review .add-review-form textarea{min-height:20vh;padding:10px}.product-review .add-review-form input{border:none;border-bottom:1px solid var(--color-dark);outline:none;height:25px}.product-review .add-review-form label{font-weight:600}.product-review .add-review-form .input-area{gap:5px}.product-review .add-review-form .input-area .stars{gap:3px}.product-review .add-review-form .input-area .stars .rating-star{font-size:2em}.product-review .add-review-form .post-button{padding:.7rem 3rem;font-weight:600;background:var(--color-dark);color:var(--color-light);text-transform:uppercase}.product-review .add-review-form .post-button:hover{background:#1a1a1a}.product-review .all-reviews{margin-top:1rem}.product-review .all-reviews .review-bubbles .review-bubble{gap:.5rem}.product-review .all-reviews .review-bubbles .review-bubble .nickname{color:#4d4d4d;text-transform:uppercase;font-weight:600}.product-review .all-reviews .review-bubbles .review-bubble .review{color:var(--color-dark)}.product-review .all-reviews .review-bubbles .review-bubble .date{font-weight:500;font-style:italic}.product-review .all-reviews .review-bubbles .review-bubble hr{background:var(--color-dark);margin:1.5rem 0}@media (min-width: 768px){.product-review .all-reviews{width:95%}}@media (max-width: 768px){.product-review{padding:1rem}}.circle-loader{width:20px;height:20px;border:2px solid var(--color-light);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checkout-section{max-width:90%;margin:auto}.checkout-section h3{font-weight:700;font-size:1.5em}.checkout-section .checkout-div .logo-div{width:80px;height:80px;align-items:start}.checkout-section .checkout-div .checkout{gap:1rem;width:100%;align-items:start;font-size:1em}.checkout-section .checkout-div .checkout .delivery-detail{flex:1;gap:1.5em}.checkout-section .checkout-div .return-to-cart{margin:2rem 0;font-size:1.1em;font-weight:600;justify-content:center;align-items:center;gap:5px;color:var(--accent-color)}.checkout-section .checkout-div .return-to-cart:hover{color:var(--color-hover)}@media (max-width: 768px){.checkout{flex-direction:column}.delivery-detail{width:100%}.checkout-section{max-width:95%}}.order-summary{flex:1;gap:1rem;font-weight:500}.order-summary .products{width:100%;padding:10px;background:#fafafa;gap:5px}.order-summary .products .product{width:100%;justify-content:space-between;align-items:center}.order-summary .products .product .image-name{display:flex;gap:10px;align-items:center;flex:1}.order-summary .products .product .image-name .image-div{width:50px;height:50px;flex-shrink:0;position:relative}.order-summary .products .product .image-name .image-div img{border-radius:6px}.order-summary .products .product .image-name .image-div .product-counter{position:absolute;top:-5px;right:-5px;width:1.1rem;height:1.1rem;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:.8em;border-radius:5px;background:#1a1a1a;color:var(--color-light);border:2px solid var(--color-light)}.order-summary .products .product .image-name .product-name{font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.order-summary .products .product .product-price{flex-shrink:0;margin-left:12px;text-align:right;min-width:80px}.order-summary .costs{width:100%;gap:10px;font-size:1.2em;font-weight:700}.order-summary .costs .account-discount-amount{color:#2ecc71}.order-summary .costs .cost-item{width:100%;display:flex;justify-content:space-between;align-items:center}.order-summary .costs .pay-button{width:100%;height:2.5rem;background:#1a1a1a;color:var(--color-light);font-weight:600}.order-summary .costs .pay-button:hover{background:var(--color-dark)}.order-summary .info{justify-content:center;align-items:center;font-weight:600}@media (max-width: 768px){.product-name{font-size:.8em}.products,.order-summary{width:100%}}.shipping-method .info-div{color:#555;border:1px solid #007bff;padding:1.2rem;border-radius:6px;background:#f8fbff;width:100%;gap:.5rem}.shipping-method .info-div :nth-child(1){font-weight:500;color:#007bff}.shipping-method .info-div :nth-child(2){color:#555;color:var(--color-dark)}.shipping-method .dropdown-group .dropdown .dropdown-list{list-style:none;margin:4px 0 0;padding:0;position:absolute;width:100%;border:1px solid #ccc;border-radius:6px;background:#fff;display:none;z-index:10}.shipping-method .dropdown-group .dropdown .dropdown-list li button{width:100%;padding:10px 12px;border:none;background:none;text-align:left;font-size:14px;cursor:pointer}.shipping-method{gap:1rem;width:100%}.shipping-method .dropdown-group{display:flex;flex-direction:column;gap:6px;width:100%}.shipping-method .dropdown-group label{font-size:1.1em;font-weight:600}.shipping-method .dropdown-group .dropdown{position:relative;width:100%}.shipping-method .dropdown-group .dropdown .dropdown-btn{font-size:1.05em;width:100%;height:2.5rem;padding:0 20px;border:1px solid #ccc;border-radius:6px;background:#fff;justify-content:space-between;transition:border-color .2s ease}.shipping-method .dropdown-group .dropdown .dropdown-btn:hover{border-color:#999}.shipping-method .dropdown-group .dropdown .dropdown-btn:focus{border-color:#007bff;outline:none}.shipping-method .dropdown-group .dropdown .dropdown-list{width:100%;border:1px solid #ccc;border-radius:6px;background:#fff;display:none;z-index:10;max-height:20vh;overflow-y:auto}.shipping-method .dropdown-group .dropdown .dropdown-list li button{width:100%;padding:10px 20px;text-align:left}.shipping-method .dropdown-group .dropdown .dropdown-list li button:hover{background:#f5f5f5}.shipping-method .dropdown-group .dropdown.open .dropdown-list{display:block}.customer-detail{width:100%;gap:1em}.customer-detail .account-prompt{background:linear-gradient(90deg,#dbe3f0,#f5f9fa);color:#000;width:100%;padding:1.5rem;border-radius:12px;box-shadow:2px 2px 4px #0000001a;margin-bottom:5px;animation:fadeIn .8s ease-in-out;display:flex;flex-direction:column;gap:1rem;font-size:1.1em;line-height:1.5}.customer-detail .account-prompt .signup-link,.customer-detail .account-prompt .login-link{color:var(--accent-color);font-weight:600;text-decoration:underline;font-size:1.05em}.customer-detail .account-prompt .account-message,.customer-detail .account-prompt .login-message{gap:5px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.customer-detail .customer-details{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1em}.customer-detail .customer-details .input-group{width:100%;gap:5px;display:flex;flex-direction:column}.customer-detail .customer-details .input-group label{font-weight:500}.customer-detail .customer-details .input-group .phone-input,.customer-detail .customer-details .input-group input{width:100%;height:2.5rem;border:1px solid #ccc;border-radius:6px;padding:0 10px;outline:none;transition:border-color .3s ease-in-out;font-weight:500;font-size:1.1em}.customer-detail .customer-details .input-group .phone-input:focus,.customer-detail .customer-details .input-group input:focus{border-color:var(--color-dark)}.customer-detail .customer-details .input-group .phone-input{padding-left:50px!important}.customer-detail .react-tel-input .flag-dropdown{border:none;background:transparent}.customer-detail .react-tel-input .selected-flag{padding-left:10px}.customer-detail .react-tel-input .country-list{max-height:200px;overflow-y:auto}@media (max-width: 768px){.customer-details{grid-template-columns:1fr!important}}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}.payment-success{width:50%;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;gap:.8rem}.payment-success__icon{width:70px;height:70px;background:teal;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:auto}.payment-success__icon svg{width:40px;height:40px;color:#fff}.payment-success__title{font-size:1.5em;font-weight:700;color:#333}.payment-success__subtitle{font-size:1.05em;color:#666}.payment-success__details{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;text-align:left}.payment-success__details .details-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.payment-success__details .details-row:last-of-type{border-bottom:none}.payment-success__details .details-row__left{display:flex;align-items:center;gap:.5rem;color:#666}.payment-success__details .details-row__left .icon{width:20px;height:20px;color:teal}.payment-success__details .details-row__value{font-weight:500;color:#333;text-align:right}.payment-success__details .details-total{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#555}.payment-success__details .details-total .amount{color:teal}.payment-success__actions{display:flex;flex-direction:column;gap:.75rem}.payment-success__actions .btn{width:100%;padding:.875rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.payment-success__actions .btn--primary{background:teal;color:#fff;border:none}.payment-success__actions .btn--primary:hover{background:#066}.payment-success__actions .btn--secondary{background:#fff;color:teal;border:2px solid #008080}.payment-success__actions .btn--secondary:hover{background:teal;color:#fff}.payment-success__footer{font-size:.875rem;color:#999;margin-top:2rem}@media (max-width: 768px){.payment-success{width:100%;padding:2rem 1rem}.payment-success .details-row{flex-direction:column;align-items:flex-start;gap:.4rem}.payment-success .details-row__value{text-align:left;width:100%;word-break:break-word;margin-left:30px}.payment-success .details-row__left{width:100%}}.page{min-height:100vh;background:#f5f5f5;padding:1rem;display:flex;flex-direction:column;gap:1rem}@media (max-width: 768px){.page{padding:.5rem!important}}.header{width:100%}.header img{width:80px;height:80px}.logo{font-size:1.1em;font-weight:700;color:teal;text-decoration:none}@media (max-width: 768px){.logo{font-size:1em}}.layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%!important}@media (min-width: 1024px){.layout{grid-template-columns:2fr 1fr}}.main-card,.sidebar{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a}@media (max-width: 768px){.main-card,.sidebar{padding:1.5rem}}@media (max-width: 480px){.main-card,.sidebar{padding:1.25rem}}.main-card h1{margin:0 0 1.5rem;font-size:1.2rem;color:#333}@media (max-width: 768px){.main-card h1{font-size:1.2em}}@media (max-width: 480px){.main-card h1{font-size:1.1em}}.sidebar h2{margin:0 0 1.5rem;font-size:1.1rem;color:#333}@media (max-width: 768px){.sidebar{position:static}}.tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:2rem}@media (max-width: 768px){.tabs{grid-template-columns:1fr;gap:.5rem}}.tab{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;background:#f9f9f9;border:2px solid transparent;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;color:#666;transition:all .2s;position:relative}.tab:hover:not(.disabled){background:#f0f0f0;color:#333}.tab.active{background:#fff;border-color:teal;color:teal}.tab.disabled{opacity:.5;cursor:not-allowed}.badge{position:absolute;top:-6px;right:-6px;background:#ff9800;color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:10px}.content{animation:fadeIn .3s}.content.center{text-align:center;padding:3rem 1rem;color:#999}.content.center h3{margin:1rem 0 .5rem;color:#333}.content.center p{margin:0;color:#666}.amount-box{background:teal;color:#fff;padding:1.5rem;border-radius:6px;text-align:center;margin-bottom:1.5rem}.amount-box .amount-label{font-size:.875rem;opacity:.9;margin-bottom:.25rem}.amount-box .amount{font-size:1.8em;font-weight:700}@media (max-width: 768px){.amount-box .amount{font-size:1.75rem}}@media (max-width: 480px){.amount-box .amount{font-size:1.2rem}}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:6px;margin-bottom:1.5rem;font-size:.95em}.alert.success{background:#e8f5e9;color:#2e7d32}.alert.error{background:#ffebee;color:#c62828}.alert.warning{background:#fff3e0;color:#ef6c00}.alert.info{background:#e3f2fd;color:#1565c0}.instructions{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:1.25rem;margin-bottom:1.5rem}.instructions .step{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;font-size:1em;color:#555}.instructions .step:not(:last-child){border-bottom:1px solid #e0e0e0}.instructions .step .num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:teal;color:#fff;border-radius:50%;font-size:1em;font-weight:700;flex-shrink:0}.form{display:flex;flex-direction:column;gap:1rem}.form .label{font-weight:600;color:#333}.phone-container{width:100%!important}.phone-input{width:100%!important;height:48px!important;border:2px solid #e0e0e0!important;border-radius:6px!important;padding-left:52px!important;transition:border-color .2s!important}.phone-input:focus{border-color:teal!important;outline:none!important}.phone-button{border:2px solid #e0e0e0!important;border-right:none!important;border-radius:6px 0 0 6px!important;background:#f9f9f9!important}.error{color:#c62828;margin-top:-.5rem}.checkbox{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#555;cursor:pointer}.checkbox input{width:18px;height:18px;cursor:pointer;accent-color:#008080}.pending{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem;background:#fff3e0;border:1px solid #ffb74d;border-radius:6px;color:#e65100;font-weight:600}.timer{display:flex;align-items:center;gap:.375rem;background:#ffffff80;padding:.375rem .75rem;border-radius:20px;font-weight:700}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn{width:100%;display:flex;justify-content:center;align-items:center;background:teal;height:3rem;color:#fff;font-size:1.05em!important;font-weight:600}.btn:hover:not(:disabled){background:#066}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.loading{background:#999}.btn.retry{background:#d32f2f}.btn.retry:hover{background:#b71c1c}.btn.secondary{background:#666}.btn.secondary:hover{background:#555}.goal-redeem-box .goal-header{font-size:1.1em;font-weight:600;color:teal;margin-bottom:.5rem}.goal-redeem-box .goal-info{font-size:1em;color:#555;margin-bottom:.5rem}.wallet-card{display:flex;align-items:center;gap:1rem;background:teal;color:#fff;padding:1.5rem;border-radius:6px;margin-bottom:1.5rem}.wallet-label{font-size:1em;opacity:.9;margin-bottom:.25rem}.wallet-amount{font-size:1.5em;font-weight:700}.summary-box{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:1.25rem;margin-bottom:1.5rem}.row{display:flex;justify-content:space-between;align-items:center;color:#555}.row:not(:last-child){margin-bottom:.75rem}.value{font-weight:700;color:#333}.value.success{color:#2e7d32}.value.error{color:#c62828}.divider{height:1px;background:#e0e0e0;margin:.75rem 0}.insufficient{text-align:center;padding:2rem 1rem;color:#ff9800}.insufficient h3{margin:1rem 0 .5rem;color:#333}.insufficient p{margin:0 0 1.5rem;color:#666}.sidebar{height:-moz-fit-content;height:fit-content;position:sticky;top:1rem}.section{margin-bottom:1.5rem}.section h3{font-size:1.1em;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.info{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.info-label{color:#999;flex-shrink:0}.info-value{color:#333;font-weight:500;text-align:right;word-break:break-word}.separator{height:1px;background:#e0e0e0;margin:1.5rem 0}.total-box{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9f9f9;border-radius:6px;font-weight:700}.total{font-size:1.2em;color:teal}.main-card{width:100%!important}@media (max-width: 768px){.page{padding:.75rem}.main-card,.sidebar{padding:1.5rem}.tabs{grid-template-columns:1fr;gap:.5rem}.sidebar{position:static}.pending{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.main-card,.sidebar{padding:1rem}.info{flex-direction:column;gap:.25rem}.info-value{text-align:left}}.products-section .products{gap:1rem}.products-section .products .banner{width:100%;height:50vh}.products-section .products .banner img{-o-object-fit:fill;object-fit:fill}.products-section .products .products-div{min-height:80vh;width:100%;align-items:start;gap:10px}.products-section .products .products-div .filters-section{flex:1}.products-section .products .products-div .all-products{flex:3;gap:1em}.products-section .products .products-div .all-products .sliders{width:2rem;height:2rem;border-radius:50%;display:flex;justify-content:center;align-items:center}.products-section .products .products-div .all-products .sliders .icon{font-size:15px;color:var(--color-dark)}@media (min-width: 768px){.products-section .products .products-div .all-products .sliders{display:none}}.products-section .products .products-div .all-products .products{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;width:100%}.products-section .products .products-div .all-products .pagination{width:100%;display:flex;justify-content:center;align-items:center;margin-top:10px}.products-section .products .products-div .all-products .pagination .pagination-buttons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px}.products-section .products .products-div .all-products .pagination .pagination-buttons button{font-size:1.1em;font-weight:500;border:none;border-radius:4px;width:1.8rem;height:1.8rem;display:flex;justify-content:center;align-items:center;transition:background .2s;background:var(--color-light)}.products-section .products .products-div .all-products .pagination .pagination-buttons button:hover{background:var(--color-grey)}.products-section .products .products-div .all-products .pagination .pagination-buttons button.active{background:#000;color:#fff}.products-section .products .products-div .all-products .pagination .pagination-buttons .icon{font-size:1em}@media (max-width: 768px){.products-div{flex-direction:column}.products-div .filters-section,.products-div .all-products{width:100%}.products-div .products{grid-template-columns:repeat(2,1fr)!important;width:100%}}.filters-section .filters-div{display:flex;flex-direction:column;gap:.5em;position:relative}.filters-section .filters-div h4{color:var(--accent-color);font-size:1.2em;width:100%;justify-content:space-between}.filters-section .filters-div h4 .icon{font-size:2em;color:var(--accent-color)}.filters-section .filters-div .filters{width:100%}.filters-section .filters-div .filters .filter-dropdown{width:100%;display:flex;flex-direction:column;border:none;cursor:pointer;padding:0;overflow:hidden;transition:background-color .3s ease}.filters-section .filters-div .filters .filter-dropdown .dropdown-label{justify-content:space-between;align-items:center;width:100%;padding:.75em 0;font-weight:600}.filters-section .filters-div .filters .filter-dropdown .dropdown-label .icon{transition:transform .3s ease}.filters-section .filters-div .filters .filter-dropdown .dropdown-content{display:flex;flex-direction:column;gap:.5em;max-height:0;opacity:0;overflow:hidden;transition:all .4s ease}.filters-section .filters-div .filters .filter-dropdown .dropdown-content span{display:flex;align-items:center;gap:5px;font-weight:500}.filters-section .filters-div .filters .filter-dropdown .dropdown-content span label{cursor:pointer;color:#333}.filters-section .filters-div .filters .filter-dropdown .dropdown-content.show{max-height:200px;opacity:1;padding:5px 0}.filters-section .filters-div .filters .filter-dropdown.open .dropdown-label .icon{transform:rotate(180deg)}.filters-section .filters-div .clear-all{margin-top:10px;padding:.8em 2em;border-radius:2em;background:#111;color:var(--color-light);font-weight:600}.filters-section .filters-div .clear-all:hover{background:var(--color-dark)}@media (max-width: 768px){.filters-section .filters-div .clear-all{display:none}}.filters-section .filters-div .action-buttons{width:100%;justify-content:space-between;padding:1rem;position:absolute;bottom:0;left:0}.filters-section .filters-div .action-buttons :nth-child(1),.filters-section .filters-div .action-buttons :nth-child(2){font-weight:600;font-size:1.05em}.filters-section .filters-div .action-buttons :nth-child(1){background:transparent;color:var(--accent-color)}.filters-section .filters-div .action-buttons :nth-child(2){padding:.7rem 2rem;border-radius:2.4rem;background:#111;color:var(--color-light)}.filters-section .filters-div .action-buttons :nth-child(2):hover{background:var(--color-dark)}@media (max-width: 768px){.filters-section{display:none;position:fixed;z-index:1000;width:100%;height:100%;top:0;left:0;justify-content:center;align-items:center;background:#0006;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease-in-out}.filters-section.show{display:flex;opacity:1;visibility:visible;transform:translateY(0)}.filters-section .filters-div{width:95%;margin:auto;min-height:80vh;background:var(--color-light);padding:2em;border-radius:10px;transform:translateY(20px);transition:transform .3s ease-in-out}.filters-section .filters-div .close-filters{display:flex}.filters-section.show .filters-div{transform:translateY(0)}}@media (min-width: 768px){.close-filters,.action-buttons{display:none}}.blog{gap:1em;font-size:1em;width:85%;margin:auto}.blog .highlighted-word{background:#fffac9;padding:2px 4px;border-radius:4px;transition:background .12s ease}.blog img{width:100%!important}.blog .read-buttons{gap:10px}.blog .read-buttons .loud-read,.blog .read-buttons .restart{gap:5px;justify-content:center;align-items:center;font-weight:600}.blog .read-buttons .loud-read .play-button,.blog .read-buttons .loud-read .restart-button,.blog .read-buttons .restart .play-button,.blog .read-buttons .restart .restart-button{width:2.2rem;height:2.2rem;border-radius:50%;justify-content:center;align-items:center;box-shadow:4px 4px 8px #0003;background:#333;color:var(--color-light)}.blog .read-buttons .restart-button{background:#013ff6!important}.blog .blog-heading{font-size:1.8em}.blog .sub-heading{font-size:1.1em;font-weight:500;color:#444}.blog .blog-header{color:#444;font-size:1em;font-weight:500;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.blog .blog-header .icon{font-size:1.2rem;color:#444}.blog .blog-header .header-item{gap:2px;justify-content:center;align-items:center}.blog .blog-header .share-button{padding:5px;border-radius:2rem;border:1px solid #444;background:var(--color-light)}.blog .blog-header .share-button:hover{background:var(--color-grey)}@media (max-width: 768px){.blog .blog-header{grid-template-columns:repeat(2,1fr)}}.blog .byline{gap:5px;font-weight:500}.blog .byline .by-circle{color:var(--color-light);width:2.5rem;height:2.5rem;justify-content:center;align-items:center;border-radius:50%;font-weight:600;background:linear-gradient(90deg,#0f8,#61efff);box-shadow:2px 2px 4px #0003;color:var(--color-dark)}.blog .blog-content{gap:1rem;width:100%}.blog .blog-content .api-content{width:100%;overflow-x:hidden}.blog .blog-content .api-content img{width:100%!important;max-width:100%!important;height:auto!important;display:block;margin:1em 0}.blog .blog-content .thumbnail{position:relative;width:100%}.blog .blog-content .actions{width:100%;gap:1rem}.blog .blog-content .actions .comment-button,.blog .blog-content .actions .like-div{gap:5px;padding:5px 1rem;border-radius:20px;justify-content:center;align-items:center;background:var(--color-grey);font-weight:600}.blog .blog-content .actions .comment-button .icon,.blog .blog-content .actions .like-div .icon{font-size:15px}.blog .blog-content .actions .comment-button{background:#e3f2ff;color:#0077b6}.blog .blog-content .actions .like-div{background:#ffecec;color:#ff4d6d}@media (max-width: 768px){.blog{width:96%!important}}.blog-comments{gap:1.5em;background:var(--color-grey);width:100%;padding:2em}.blog-comments .add-comment{gap:1em}.blog-comments .add-comment .comment-form{gap:1rem}.blog-comments .add-comment .comment-form .input-group{display:flex;flex-direction:column;gap:1rem;font-weight:600}.blog-comments .add-comment .comment-form input,.blog-comments .add-comment .comment-form textarea{border:none;outline:none;background:transparent;border-bottom:1px solid var(--color-dark);min-width:280px;padding:5px;font-size:1em}.blog-comments .add-comment .comment-form textarea{border:1px solid var(--color-dark);min-height:15vh}.blog-comments .add-comment .comment-form button{padding:.7rem 2.5rem;border-radius:2rem;background:#111;color:var(--color-light);font-weight:600;background:linear-gradient(90deg,#0f8,#61efff);color:var(--color-dark)}.blog-comments .add-comment .comment-form button:hover{transform:scale(.98)}.blog-comments .all-comments{width:100%}.blog-comments .all-comments .comments{gap:10px;width:100%}.blog-comments .all-comments .comments h4{font-size:1.1em;color:var(--accent-color)}.blog-comments .all-comments .comments .comment{gap:8px;width:100%}.blog-comments .all-comments .comments .comment .name{font-size:1.2em;font-weight:600;text-transform:uppercase}.blog-comments .all-comments .comments .comment .comment{line-height:1.6;font-size:1.02em}.blog-comments .all-comments .comments .comment .date{text-transform:uppercase;color:#666;font-weight:500;font-size:1em}.blog-comments .all-comments .comments .comment .hr{background:#ccc}@media (max-width: 768px){.blog-comments{padding:10px 5px}}.blog-categories{width:100%;gap:1rem}.blog-categories .blog-category{width:100%}.blog-categories .blog-category button{text-align:start}.blog-categories .blog-category .category-blogs{align-items:start;gap:10px;width:100%}.blog-categories .blog-category .category-blogs .blog-detail{height:20vh;display:flex;flex-direction:column;gap:5px}.blog-categories .blog-category .category-blogs .blog-detail .detail-header{gap:5px;color:var(--accent-color);font-weight:600}.blog-categories .blog-category .category-blogs .blog-detail .detail-header .dot{width:5px;height:5px;border-radius:50%;background:var(--accent-color)}.blog-categories .blog-category .category-blogs .blog-detail .blog-title{font-size:1.4em;font-weight:800;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.blog-categories .blog-category .category-blogs .blog-detail .blog-sub-title{color:#555;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.blog-categories .blog-category .category-blogs .featured-blog{flex:1;display:flex;flex-direction:column;gap:var(--space-small);height:auto;max-height:60vh}.blog-categories .blog-category .category-blogs .featured-blog .image-div{width:100%;aspect-ratio:16/9;max-height:45vh;overflow:hidden;margin-bottom:5px}.blog-categories .blog-category .category-blogs .featured-blog .image-div img{width:100%;height:100%;object-fit:cover;display:block}.blog-categories .blog-category .category-blogs .other-blogs{flex:1;height:100%;display:flex;flex-direction:column;gap:5px}.blog-categories .blog-category .category-blogs .other-blogs .other-blog{gap:5px;align-items:start}.blog-categories .blog-category .category-blogs .other-blogs .other-blog .image-div{flex:1;aspect-ratio:1/1}.blog-categories .blog-category .category-blogs .other-blogs .other-blog .blog-detail{flex:3}.blog-categories .blog-category .redirect{display:flex;justify-content:center;align-items:center;margin-top:.8rem;font-size:1.1em;font-weight:600;gap:5px;border:none;cursor:pointer}.blog-categories .blog-category .redirect .icon{font-size:1.5em;transition:transform .3s ease-in-out}.blog-categories .blog-category .redirect:hover .icon{transform:translate(8px);color:#ed254e;color:var(--accent-color)}.blog-categories .blog-category .redirect:hover{color:var(--accent-color)}@media (max-width: 768px){.category-blogs{flex-direction:column}.category-blogs .blog-title{font-size:1.1em!important;font-weight:600!important}.category-blogs .other-blogs .blog-sub-title{display:none!important}}.blog-section-heading{position:relative;margin-bottom:1.5rem;font-size:2.5em;text-transform:uppercase;font-weight:350;display:inline-block}.blog-section-heading:after{content:"";position:absolute;left:0;bottom:-5px;height:2px;width:100%;background-color:#ed254e;transform:scaleX(.2);transform-origin:left;transition:transform 1s ease-in-out}.blog-section-heading.active:after{transform:scaleX(.5)}@media (max-width: 768px){.blog-section-heading{font-size:1.5em}}.blog-page{gap:1.5rem}.blog-page .latest-quick-read{width:100%;align-items:start;justify-content:space-between;gap:1rem}.blog-page .latest-quick-read .latest-blogs{flex:3}.blog-page .latest-quick-read .quick-read{flex:1}@media (max-width: 768px){.latest-quick-read{flex-direction:column}.latest-quick-read .latest-blogs,.latest-quick-read .quick-read{width:100%}}.latest-blogs .blogs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.latest-blogs .blogs .latest-blog{width:100%;height:60vh;text-align:start}.latest-blogs .blogs .latest-blog .thumbnail-div{height:75%;width:100%;overflow:hidden}.latest-blogs .blogs .latest-blog .blog-detail{height:25%;padding:5px 0;display:flex;flex-direction:column;gap:5px}.latest-blogs .blogs .latest-blog .blog-detail .blog-header{color:#666;text-transform:uppercase;font-weight:500;gap:5px;font-size:.8em;font-weight:600}.latest-blogs .blogs .latest-blog .blog-detail .blog-header .dot{background:#666;width:5px;height:5px;border-radius:50%}.latest-blogs .blogs .latest-blog .blog-detail .blog-title{font-weight:600;font-size:1.05em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.latest-blogs .blogs .latest-blog .blog-detail .by{color:var(--accent-color);font-weight:600;text-transform:uppercase;font-size:.8em}.latest-blogs .blogs .latest-blog:hover .thumbnail-div img{transform:scale(1.05)}@media (max-width: 768px){.blogs{grid-template-columns:repeat(1,1fr)!important}}.quick-read .quick-read-blogs{gap:5px;align-items:start}.quick-read .quick-read-blogs .quick-read-blog{text-align:start;gap:5px}.quick-read .quick-read-blogs .quick-read-blog .thumbnail{flex:1;aspect-ratio:1/1;position:relative}.quick-read .quick-read-blogs .quick-read-blog .thumbnail .outline{position:absolute;top:0;left:0;width:100%;height:100%;background:#00808080;transition:opacity .5s ease-in-out;opacity:0}.quick-read .quick-read-blogs .quick-read-blog .detail{flex:3;gap:5px}.quick-read .quick-read-blogs .quick-read-blog .detail .read-time{font-weight:600;color:var(--accent-color)}.quick-read .quick-read-blogs .quick-read-blog .detail .blog-title{font-weight:500;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.quick-read .quick-read-blogs .quick-read-blog:hover .outline{opacity:1}.blogs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pagination{display:flex;gap:5px;justify-content:center;margin-top:2rem}.pagination button{font-weight:600;transition:.2s ease-in-out;text-transform:uppercase;width:2rem;height:2rem;background:var(--color-light);border-radius:5px}.pagination button.active{background:#111;color:#fff}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination button:hover:not(:disabled){background:#000;color:#fff}.pagination .nav-btn{font-size:.9rem}@media (max-width: 768px){.blogs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 425px){.blogs-grid{grid-template-columns:repeat(1,1fr)}}.blog-card{display:flex;flex-direction:column;align-items:flex-start;text-align:start;background:transparent;border:none;cursor:pointer;width:100%;height:55vh}.blog-card .image-div{position:relative;width:100%;overflow:hidden;height:70%}.blog-card .image-div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px;box-shadow:4px 4px 8px #0000001a;transition:transform var(--transition-duration) var(--transition-ease)}.blog-card .image-div .category-tag{position:absolute;top:5px;left:5px;padding:.3rem .7rem;font-weight:500;background:#b0a6dfcc;color:var(--color-dark);border-radius:4px}.blog-card .image-div .arrow-div{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;background:#00666640;opacity:0;z-index:100;transition:opacity var(--transition-duration) var(--transition-ease)}.blog-card .image-div .arrow-div .arrow{background:var(--color-light);color:var(--accent-color);width:0;height:0;display:flex;justify-content:center;align-items:center;font-size:0;border-radius:50%;border:1px solid var(--accent-color)}.blog-card .detail{display:flex;flex-direction:column;gap:5px;width:100%;padding:5px 0}.blog-card .detail .reading-time{color:var(--accent-color)}.blog-card .detail .title{font-weight:var(--weight-medium);font-size:1.1em;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card .detail .sub-title{color:#444;font-weight:500;width:100%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.blog-card:hover .arrow-div{opacity:1}.blog-card:hover .arrow-div .arrow{width:2.8rem;height:2.8rem;font-size:1.8em}@media (max-width: 768px){.blog-card{flex-direction:row;align-items:center;height:auto;gap:var(--space-small)}.blog-card .image-div{width:40%;aspect-ratio:1/1}.blog-card .image-div img{border-radius:6px}.blog-card .image-div .category-tag{display:none}.blog-card .detail{width:60%}.blog-card .detail .sub-title{-webkit-line-clamp:2}.arrow-div{opacity:1!important;background:#0066661a!important}.arrow-div .arrow{width:1.6rem!important;height:1.6rem!important;opacity:1;font-size:1.1em!important;position:absolute!important;bottom:5px;right:5px}}.support-container{width:100%}.support-container img{width:100%!important;height:auto;display:block;margin:1em 0}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.usp{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:2rem 0}.usp .feature{background:var(--color-light);padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:start;gap:1rem;border-radius:15px;box-shadow:2px 2px 4px #0003}.usp .feature .icon-container{width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;border-radius:15px}.usp .feature .icon-container .icon{color:var(--color-light);font-size:1.5em}.usp .feature .feature-title{font-size:1.05em;font-weight:500;text-transform:uppercase}.usp .feature:hover .icon{transform:scale(1.2)}@media (max-width: 768px){.usp{grid-template-columns:repeat(3,1fr)}}@media (max-width: 430px){.usp{grid-template-columns:repeat(2,1fr)}}.page{padding:28px}.container{max-width:980px;margin:0 auto}.order-detail-card{background:#fff;border:1px solid #eee;padding:20px;border-radius:8px}.order-header{display:flex;justify-content:space-between;align-items:center}.badge{padding:6px 10px;border-radius:16px;font-size:13px}.status-paid{background:#e6ffed;color:#08660d}.status-failed{background:#ffe6e6;color:#9a1a1a}.order-meta{display:flex;gap:16px;margin-top:10px}.items{margin-top:14px}.order-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f4f4f4}.shipping{margin-top:14px}.actions{display:flex;gap:8px;justify-content:flex-end;margin-top:18px}.order-detail-card .btn{padding:8px 12px;border-radius:6px;border:1px solid #ccc;background:#fff;color:var(--color-dark);cursor:pointer}.order-detail-card .btn.primary{background:#0b74ff;color:#fff;border-color:#0b74ff}.items .order-item.cart-like{display:flex;align-items:center;gap:12px;border:1px solid #f4f4f4;padding:10px;border-radius:6px;margin-bottom:8px}.items .order-item.cart-like .image-div{height:80px;width:80px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.items .order-item.cart-like .image-div img{width:100%;height:100%;object-fit:cover}.items .order-item.cart-like .item-detail{display:flex;flex-direction:column;gap:6px;padding:8px;flex:1}.items .order-item.cart-like .item-detail .item-price{font-weight:700}.items .order-item.cart-like .item-detail .item-subtotal{color:#666}@media (max-width: 768px){.items .order-item.cart-like{height:auto}.items .order-item.cart-like .item-detail{padding:6px}}.not-found-page{position:relative;display:flex;align-items:center;justify-content:center;height:95vh;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#111827;text-align:center;padding:2rem}.not-found-page .background{position:absolute;inset:0;overflow:hidden;z-index:0}.not-found-page .background .circle{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5;animation:float 10s ease-in-out infinite alternate}.not-found-page .background .circle.circle1{width:300px;height:300px;background:#60a5fa;top:10%;left:15%;animation-delay:0s}.not-found-page .background .circle.circle2{width:400px;height:400px;background:#a78bfa;bottom:10%;right:10%;animation-delay:2s}.not-found-page .background .circle.circle3{width:250px;height:250px;background:#f472b6;top:50%;left:60%;animation-delay:4s}@keyframes float{0%{transform:translateY(0) translate(0)}50%{transform:translateY(-50px) translate(30px)}to{transform:translateY(0) translate(0)}}.not-found-page .content{position:relative;z-index:1;max-width:600px;animation:fadeIn 1.2s ease-in-out}.not-found-page .content .title{font-size:8rem;font-weight:900;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;animation:pulse 2.5s infinite ease-in-out}.not-found-page .content .subtitle{font-size:1.2rem;color:#4b5563;margin-bottom:2rem}.not-found-page .content .home-btn{background:linear-gradient(90deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:.9rem 2rem;border-radius:999px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.not-found-page .content .home-btn:hover{box-shadow:8px 8px 15px #8b5cf666}.not-found-page .support-wrapper{position:fixed;left:2rem;bottom:12%!important;z-index:15}.not-found-page .support-wrapper .support-floating{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:50%;box-shadow:0 8px 20px #8b5cf64d;cursor:pointer;transition:all .3s ease;animation:floatPulse 3s ease-in-out infinite}.not-found-page .support-wrapper .support-floating .icon{font-size:1.8rem}.not-found-page .support-wrapper .support-floating:hover{transform:scale(1.1) rotate(10deg);box-shadow:0 10px 25px #8b5cf680}.not-found-page .support-wrapper .support-options{position:absolute;bottom:4.5rem;left:0;display:flex;flex-direction:column;gap:.75rem;animation:fadeInUp .3s ease-out}.not-found-page .support-wrapper .support-options .support-option{display:flex;align-items:center;gap:.5rem;background:#fff;border:none;border-radius:999px;padding:.6rem 1rem;font-weight:500;color:#111827;cursor:pointer;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;white-space:nowrap}.not-found-page .support-wrapper .support-options .support-option .icon{font-size:1.2rem}.not-found-page .support-wrapper .support-options .support-option:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.not-found-page .support-wrapper .support-options .support-option.whatsapp{color:#25d366}.not-found-page .support-wrapper .support-options .support-option.whatsapp:hover{background:#25d366;color:#fff}.not-found-page .support-wrapper .support-options .support-option.email{color:#3b82f6}.not-found-page .support-wrapper .support-options .support-option.email:hover{background:#3b82f6;color:#fff}@keyframes floatPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.not-found-page .support-wrapper{left:1rem;bottom:3rem}.not-found-page .support-wrapper .support-floating{width:3rem;height:3rem}.not-found-page .support-wrapper .support-floating .icon{font-size:1.5rem}.not-found-page .support-wrapper .support-options{bottom:3.8rem}.not-found-page .support-wrapper .support-options .support-option{padding:.5rem .9rem;font-size:.9rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}@media (max-width: 768px){.not-found-page .content .title{font-size:5rem}.not-found-page .content .subtitle{font-size:1rem}.not-found-page .content .home-btn{padding:.8rem 1.6rem;font-size:.95rem}}@media (max-width: 480px){.not-found-page .content .title{font-size:3.5rem}}.no-internet{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#333;z-index:9999;overflow:hidden;background:linear-gradient(135deg,#f0fdfa,#e0f2f1)}.no-internet:before,.no-internet:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;z-index:-1}.no-internet:before{width:300px;height:300px;background:#a7f3d0;top:-80px;left:-80px}.no-internet:after{width:350px;height:350px;background:#99f6e4;bottom:-100px;right:-100px}.no-internet .wifi-icon{font-size:2rem;color:#066;margin-bottom:1rem}.reconnect-message{animation:fadeIn .6s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-prompt{text-align:center;margin-top:2rem}.login-prompt h3{font-size:1.3rem;margin-bottom:.5rem}.login-prompt p{color:#666;margin-bottom:1.5rem}.login-prompt .auth-buttons{display:flex;justify-content:center;gap:1rem}.login-prompt .auth-buttons .btn-primary{background-color:#222;color:#fff;padding:.6rem 1.4rem;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.login-prompt .auth-buttons .btn-primary:hover{background-color:#444}.login-prompt .auth-buttons .btn-outline{background:transparent;border:1px solid #222;color:#222;padding:.6rem 1.4rem;border-radius:8px;cursor:pointer;transition:all .3s}.login-prompt .auth-buttons .btn-outline:hover{background-color:#222;color:#fff}.account-section{background:linear-gradient(135deg,#f0fdf8,#e6fffa);position:relative;padding:1.5rem;overflow:hidden}.account-section:before{content:"";position:absolute;top:-80px;right:-80px;width:250px;height:250px;background:var(--accent-color);border-radius:50%;opacity:.19;z-index:0}.account-section .account{position:relative;display:block;flex-direction:column;min-height:auto;gap:1rem;z-index:1;max-width:1100px;margin:2rem auto;background:var(--color-light);padding:1.25rem;border-radius:12px;box-shadow:0 6px 18px #0000000f}.account-section .account .account-header{display:flex;gap:1.5rem;align-items:center;justify-content:flex-start}.account-section .account .account-header h2,.account-section .account .account-header h3{margin-right:1rem}.account-section .account .account-header button{font-weight:600;background:none;color:#777;border:none;cursor:pointer;padding:.5rem 0;transition:color .3s,border-bottom .3s}.account-section .account .account-header button.active{color:var(--accent-color);border-bottom:2px solid var(--accent-color)}.account-section .account .account-header button:hover{color:var(--color-hover)}.account-section .account .account-content{z-index:1;display:flex;gap:1.5rem}.account-section .account .account-content .account-details{flex:2}.account-section .account .account-content .orders{flex:1;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 6px #0000000a;min-height:200px;max-height:60vh;overflow:auto}.account-section .account .account-content .orders .orders-loading,.account-section .account .account-content .orders .orders-error,.account-section .account .account-content .orders .no-orders{padding:1rem;color:#555}.account-section .account .account-content .orders .orders-list{display:flex;flex-direction:column;gap:.75rem}.account-section .account .account-content .orders .orders-list .order-item{border:1px solid #f0f0f0;padding:.75rem;border-radius:6px;background:#fff}.account-section .account .account-content .orders .orders-list .order-item .order-row{display:flex;justify-content:space-between;font-size:.95rem;color:#333;margin-bottom:4px}.account-section .account .account-content h3{font-size:1.2em}.account-section .account .account-content .account-details{display:flex;flex-direction:column;gap:1em;padding:.6rem .4rem;border-bottom:2px solid transparent}.account-section .account .account-content .account-details .title-div{display:flex;justify-content:space-between}.account-section .account .account-content .account-details .title-div .edit{color:var(--accent-color);font-weight:600}.account-section .account .account-content .account-details .details{display:flex;flex-direction:column;gap:1rem}.account-section .account .account-content .account-details .details .detail{display:flex;gap:5px;align-items:center}.account-section .account .account-content .account-details .details .detail .icon{font-size:15px}.account-section .account .account-content .account-details .details .detail-item{display:flex;flex-direction:column;gap:5px;color:#444}.account-section .account .account-content .account-details .details .detail-item h4{font-size:1.05em;color:var(--color-dark)}@media (max-width: 880px){.account-section .account .account-content{flex-direction:column}.account-section .account .account-content .orders{order:2}.account-section .account .account-content .account-details{order:1}}.account-section .account .account-content .delete-account{display:flex;justify-content:center;align-items:flex-end;gap:3px;font-weight:600}.account-section .account .account-content .delete-account:hover{transform:scale(.98)}:root{--accent-color: #008080;--color-light: #ffffff;--color-dark: #000000;--color-hover: #006666;--color-grey: #f4f4f1;--second-color: hsl(34, 94%, 87%);--font-primary: "Inter", sans-serif;--font-secondary: "Montserrat", sans-serif;--font-small: clamp(.875rem, 1.5vw, 1rem);--font-medium: clamp(1rem, 2vw, 1.125rem);--font-large: clamp(1.25rem, 3vw, 1.5rem);--font-h1: clamp(2rem, 5vw, 3rem);--font-h2: clamp(1.75rem, 4vw, 2.5rem);--font-h3: clamp(1.5rem, 3vw, 2rem);--weight-regular: 400;--weight-medium: 600;--weight-bold: 800;--space-small: clamp(.5rem, 1.5vw, .75rem);--space-medium: clamp(1rem, 2vw, 1.5rem);--space-large: clamp(1.5rem, 4vw, 3rem)}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.edit-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2001;display:flex;justify-content:center;align-items:center;background:#0000004d;animation:fadeInOverlay .3s ease forwards}.edit-overlay .details-edit{width:55%;min-height:50%;padding:1rem;background:var(--color-light);display:flex;flex-direction:column;gap:1em;box-shadow:4px 4px 8px #0003;animation:popIn .35s ease forwards;transform-origin:center}.edit-overlay .details-edit .edit-header{display:flex;justify-content:space-between;align-items:center}.edit-overlay .details-edit .edit-header .close-icon{font-size:25px;cursor:pointer;transition:transform .2s ease}.edit-overlay .details-edit .edit-header .close-icon:hover{transform:scale(1.1)}.edit-overlay .details-edit .edit-form{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-height:65vh;overflow-y:auto}.edit-overlay .details-edit .edit-form .input-group{width:100%;display:flex;flex-direction:column;gap:5px}.edit-overlay .details-edit .edit-form .input-group label{font-weight:500}.edit-overlay .details-edit .edit-form .input-group input,.edit-overlay .details-edit .edit-form .input-group .phone-input{width:100%;height:2.5rem;border:1px solid #ccc;border-radius:6px;padding:0 10px;outline:none;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;font-weight:500;font-size:1.1em}.edit-overlay .details-edit .edit-form .input-group input:focus,.edit-overlay .details-edit .edit-form .input-group .phone-input:focus{border-color:var(--color-dark);box-shadow:0 0 4px #0000001a}.edit-overlay .details-edit .edit-form .input-group .phone-input{padding-left:50px!important}@media (max-width: 430px){.edit-overlay .details-edit .edit-form{grid-template-columns:repeat(1,1fr)!important}}.edit-overlay .details-edit .submit-button{width:25%;height:2.6rem;background:#111;color:var(--color-light);font-weight:600;border:none;cursor:pointer;transition:background .3s ease,transform .2s ease;align-self:flex-start}.edit-overlay .details-edit .submit-button:hover{background:var(--color-dark)}@media (max-width: 430px){.edit-overlay .details-edit .submit-button{width:100%}}@media (max-width: 768px){.edit-overlay .details-edit{width:90%}}@media (max-width: 430px){.edit-overlay .details-edit{width:95%!important}}.delete-overlay{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:center;background:#0006;opacity:0;animation:fadeIn .25s ease forwards}.delete-overlay .delete-popup{background:#fff;width:min(90%,420px);box-shadow:0 12px 32px #00000026;padding:20px;display:flex;flex-direction:column;gap:10px;transform:scale(.85);opacity:0;animation:scaleIn .25s ease forwards}.delete-overlay .delete-popup .heading-delete{display:flex;justify-content:space-between;align-items:center}.delete-overlay .delete-popup .heading-delete h4{margin:0;font-size:1.2em;font-weight:600}.delete-overlay .delete-popup .heading-delete .close-popup .icon{font-size:1.5rem}.delete-overlay .delete-popup .heading-delete .close-popup:hover{opacity:.6}.delete-overlay .delete-popup .delete-content h4{font-size:1.1em;font-weight:600}.delete-overlay .delete-popup .delete-content p{margin:8px 0 16px;font-size:1em;color:#555}.delete-overlay .delete-popup .delete-content .input-group input{width:100%;padding:10px 12px;font-size:1rem;border-radius:8px;border:1px solid #ddd;transition:border-color .2s ease;margin-bottom:5px}.delete-overlay .delete-popup .delete-content .input-group input:focus{outline:none;border-color:#007bff}.delete-overlay .delete-popup .delete-content .action-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:16px}.delete-overlay .delete-popup .delete-content .action-buttons button{padding:10px 16px;border-radius:8px;font-size:1em;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.delete-overlay .delete-popup .delete-content .action-buttons button:first-child{background:#f44;color:#fff}.delete-overlay .delete-popup .delete-content .action-buttons button:first-child:hover{opacity:.85;transform:translateY(-1px)}.delete-overlay .delete-popup .delete-content .action-buttons button:last-child{background:#f0f0f0}.delete-overlay .delete-popup .delete-content .action-buttons button:last-child:hover{background:#e7e7e7;transform:translateY(-1px)}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.wallet-section{background:#e0ffff;width:100%;min-height:100vh;padding:2rem;font-size:1.1em}.wallet-section .header{width:100%;justify-content:space-between}.wallet-section .section-content{padding:2rem;border-radius:1rem;box-shadow:2px 2px 1px #0000001a;background:var(--color-light);margin-bottom:1rem}.wallet-section .wallet-div{margin-top:3rem}.wallet-section .wallet-div .wallet-navbar{position:fixed;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--color-light);box-shadow:0 2px 8px #0000001a}.wallet-section .wallet-div .wallet-navbar .wallet-nav{display:flex;align-items:center;gap:.5rem;font-size:1.2em;color:var(--accent-color)}.wallet-section .wallet-div .wallet-navbar .wallet-nav .icon{font-size:1.2em}.wallet-section .wallet-div .wallet-navbar button{display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;border-radius:50%;background:transparent}.wallet-section .wallet-div .wallet-navbar button:hover{background:var(--color-grey)}.wallet-section .wallet-div .wallet-navbar button .icon{font-size:1.2em}.wallet-section .wallet-div .main-div{display:flex;align-items:flex-start;gap:1rem;margin-top:1rem;width:100%}.wallet-section .wallet-div .main-div .wallet-nav-menu{flex:1;background:var(--color-light);border-radius:8px;padding:1rem;box-shadow:2px 2px 2px #0000001a}.wallet-section .wallet-div .main-div .wallet-nav-menu ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem;width:100%}.wallet-section .wallet-div .main-div .wallet-nav-menu ul li{border-radius:6px;cursor:pointer;transition:background .2s,color .2s}.wallet-section .wallet-div .main-div .wallet-nav-menu ul li.active{background:#e0ffff}.wallet-section .wallet-div .main-div .wallet-nav-menu ul li.active .text,.wallet-section .wallet-div .main-div .wallet-nav-menu ul li.active .icon{color:var(--accent-color)}.wallet-section .wallet-div .main-div .wallet-nav-menu ul li:hover{background:#e0ffff}.wallet-section .wallet-div .main-div .wallet-nav-menu ul li button{display:flex;align-items:center;gap:.5rem;width:100%;font-size:1rem;background:transparent;border:none;padding:.5rem 1rem;text-align:left}.wallet-section .wallet-div .main-div .wallet-nav-menu ul li button .text{display:inline}.wallet-section .wallet-div .main-div .wallet-content{flex:3}@media (max-width: 768px){.wallet-section .wallet-div .main-div{flex-direction:column}.wallet-section .wallet-div .main-div .wallet-nav-menu{position:fixed;bottom:0;left:0;width:100%;border-radius:0;padding:.5rem}.wallet-section .wallet-div .main-div .wallet-nav-menu ul{flex-direction:row;justify-content:space-around}.wallet-section .wallet-div .main-div .wallet-nav-menu ul li button{flex-direction:column;align-items:center;font-size:.85rem;gap:.25rem;background:var(--color-light)}.wallet-section .wallet-div .main-div .wallet-nav-menu ul li button .text{display:none}.wallet-section .wallet-div .main-div .wallet-content{width:100%}}@media (max-width: 768px){.wallet-section{padding:1em}}.dashboard{font-size:1.2em}.dashboard .header{width:100%;display:flex;justify-content:space-between;align-items:baseline}.dashboard .user-snapshot{gap:10px}.dashboard .user-snapshot :nth-child(2){color:purple}.dashboard .points-overview{background-color:var(--accent-color);gap:1rem;background:linear-gradient(to bottom right,#028080,#20b2aa);color:var(--color-light)}.dashboard .points-overview .wallet-balance{gap:5px}.dashboard .points-overview .points{gap:10px;display:flex;justify-content:center;align-items:baseline}.dashboard .points-overview .points :nth-child(1){font-size:2em}.dashboard .points-overview .points :nth-child(2){font-weight:450}.dashboard .points-overview .dashboard-buttons{width:100%;justify-content:space-between;gap:10px}.dashboard .points-overview .dashboard-buttons button{width:100%;height:3.5em;border-radius:1em;display:flex;justify-content:center;align-items:center;gap:10px;font-size:1em;background:#fff3;color:var(--color-light)}.dashboard .points-overview .dashboard-buttons button .icon{font-size:20px}.dashboard .referral-dashboard{gap:1rem;font-size:.85em;font-weight:400;background:linear-gradient(to right,#fff7ed,#fdf2f8);border:1px solid #ffedd5}.dashboard .referral-dashboard .code-div,.dashboard .referral-dashboard .header{width:100%;justify-content:space-between;align-items:center}.dashboard .referral-dashboard .header .icon,.dashboard .referral-dashboard .header button{color:#ea580c}.dashboard .referral-dashboard .header button{font-size:1em}.dashboard .referral-dashboard .header .icon{font-size:1.4em}.dashboard .referral-dashboard .header .referral-title{gap:8px}.dashboard .referral-dashboard .referral-text{color:#4b5563}.dashboard .referral-dashboard .code-div{display:flex;gap:10px}.dashboard .referral-dashboard .code-div .code,.dashboard .referral-dashboard .code-div .earned{background-color:var(--color-light);padding:1rem;border-radius:10px;display:flex;flex-direction:column;align-items:start;gap:10px}.dashboard .referral-dashboard .code-div .code :nth-child(1),.dashboard .referral-dashboard .code-div .earned :nth-child(1){color:#ea580c}.dashboard .referral-dashboard .code-div .code{flex:3}.dashboard .referral-dashboard .code-div .earned{flex:1}.dashboard .referral-dashboard .code-div .earned span:last-child{white-space:nowrap}.dashboard .referral-dashboard .code-div span{text-align:center}.dashboard .referral-dashboard .simulate-referral{background:#f97316;color:var(--color-light);width:100%;height:2rem;padding:5px;border-radius:6px;gap:5px}.dashboard .referral-dashboard .simulate-referral:hover{background:#ea580c}.dashboard .quick-actions-dashboard{gap:1em}.dashboard .quick-actions-dashboard .dash-cards{gap:10px;width:100%}.dashboard .quick-actions-dashboard .dash-cards .dash-card{background:var(--color-grey);width:100%;justify-content:space-between;padding:1.5em 1em;border-radius:1rem}.dashboard .quick-actions-dashboard .dash-cards .dash-card .left-div{gap:10px;justify-content:center;align-items:center}.dashboard .quick-actions-dashboard .dash-cards .dash-card .left-div .icon-container{background:var(--color-light);width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;border-radius:50%}.dashboard .quick-actions-dashboard .dash-cards .dash-card .left-div .icon-container .icon{color:var(--color-light)}.dashboard .quick-actions-dashboard .dash-cards .dash-card .left-div .text-container{height:100%;gap:5px}.dashboard .quick-actions-dashboard .dash-cards .dash-card .left-div .text-container :nth-child(1){font-size:1.2em}.dashboard .quick-actions-dashboard .dash-cards .dash-card .left-div .text-container :nth-child(2){color:#4b5563}.dashboard .quick-actions-dashboard .dash-cards .dash-card .redirect .icon{font-size:18px;color:#4b5563}.dashboard .quick-actions-dashboard .dash-cards .savings-goals{background:#eff6ff}.dashboard .quick-actions-dashboard .dash-cards .savings-goals .icon-container{background:#3b82f6!important}.dashboard .quick-actions-dashboard .dash-cards .savings-goals:hover{background:#dbeafe}.dashboard .quick-actions-dashboard .dash-cards .shop-redirect{background-color:#f5f3ff}.dashboard .quick-actions-dashboard .dash-cards .shop-redirect .icon-container{background-color:#8b5cf6!important}.dashboard .quick-actions-dashboard .dash-cards .shop-redirect:hover{background-color:#ede9fe}.dashboard .quick-actions-dashboard .dash-cards .redeem-redirect{background-color:#fdf2f8}.dashboard .quick-actions-dashboard .dash-cards .redeem-redirect .icon-container{background-color:#ec4899!important}.dashboard .quick-actions-dashboard .dash-cards .redeem-redirect:hover{background-color:#fce7f3}.dashboard .recent-actions{gap:1em}.dashboard .recent-actions .header button{font-size:.9em;color:#0f766e}.dashboard .recent-actions .header button:hover{color:#115e59}.dashboard .recent-actions .recent-activities{width:100%;gap:10px}.dashboard .recent-actions .recent-activities .recent-activity{width:100%;justify-content:space-between;align-items:center;font-size:.85em}.dashboard .recent-actions .recent-activities .recent-activity .left{gap:10px}.dashboard .recent-actions .recent-activities .recent-activity .left :nth-child(2){font-size:.8em;color:#4b5563}.dashboard .recent-actions .recent-activities .recent-activity .right{color:#16a34a}.goals-savings .points-card{background:linear-gradient(to bottom right,#028080,#20b2aa);color:var(--color-light);gap:1.05em;font-size:1.2em}.goals-savings .points-card button{background:#ffffff4d;color:var(--color-light);display:flex;justify-content:center;align-items:center}.goals-savings .points-card .header :nth-child(1){gap:5px}.goals-savings .points-card .header button{width:2.2rem;height:2.2rem;border-radius:50%}.goals-savings .points-card .header button .icon{font-size:1.5em}.goals-savings .points-card .points{align-items:baseline;gap:5px}.goals-savings .points-card .points :nth-child(1){font-size:2em}.goals-savings .points-card .cash{font-weight:300;font-size:.9em}.goals-savings .points-card .points-tip{background:#fff3;padding:1.5rem;font-size:.75em;width:100%;border-radius:1rem;gap:10px}.goals-savings .points-card .points-tip .tip-header{gap:5px}.goals-savings .add-money{gap:1rem;font-size:1.15em}.goals-savings .add-money .heading{width:100%;justify-content:space-between}.goals-savings .add-money .heading .icon{font-size:1.5em;color:#374151}.goals-savings .add-money .money-group{font-size:.9em;gap:5px;width:100%}.goals-savings .add-money .money-group label{color:#374151}.goals-savings .add-money .money-group input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;outline:none;transition:border-color .2s ease}.goals-savings .add-money .money-group input:focus{border-color:#14b8a6}.goals-savings .add-money .money-group .points-equivalent{font-size:.8em;color:#0d9488}.goals-savings .add-money .money-group .amounts{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px}.goals-savings .add-money .money-group .amounts .amount{padding:.375rem .75rem;font-size:.875rem;border-radius:.5rem;cursor:pointer;background:transparent;border:2px solid #e5e7eb;color:#374151;transition:all .2s ease;overflow:hidden}.goals-savings .add-money .money-group .amounts .amount:hover{border-color:#5eead4}.goals-savings .add-money .money-group .amounts .amount.selected{border-color:#14b8a6;background-color:#f0fdfa;color:#0f766e}.goals-savings .add-money .money-group .payment-methods{width:100%;gap:8px}.goals-savings .add-money .money-group .payment-methods .payment-method{width:100%;justify-content:space-between;border:2px solid #e5e7eb;background:transparent;height:3rem;padding:1rem;border-radius:1em;font-size:1.05em;color:#374151;display:flex;align-items:center;gap:10px;transition:all .2s ease}.goals-savings .add-money .money-group .payment-methods .payment-method:hover{border-color:#d1d5db}.goals-savings .add-money .money-group .payment-methods .payment-method.selected{border-color:#14b8a6;background-color:#f0fdfa}.goals-savings .add-money .money-group .payment-methods .payment-method .method-icon{display:flex;gap:10px;align-items:center}.goals-savings .add-money .money-group .payment-methods .payment-method .check-icon-container{border-radius:50%;border:2px solid #0d9488;display:flex;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;color:#0d9488}.goals-savings .add-money .money-group .payment-methods .payment-method .check-icon-container .icon{font-size:200px}.goals-savings .add-money .add-points-button{width:100%;height:3rem;padding:.75rem;border-radius:1rem;color:#fff;background:linear-gradient(to right,#028080,#20b2aa);font-weight:500;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.goals-savings .add-money .add-points-button:hover:not(:disabled){background:linear-gradient(to right,#016666,#1a9999)}.goals-savings .add-money .add-points-button:disabled{opacity:.5;cursor:not-allowed}.goals-savings .savings-card{gap:1rem}.goals-savings .savings-card .savings-heading{width:100%;justify-content:space-between;font-size:1.2em}.goals-savings .savings-card .savings-heading :nth-child(1){gap:5px}.goals-savings .savings-card .savings-heading button{width:2.2rem;height:2.2rem;border-radius:50%;background:var(--accent-color);display:flex;justify-content:center;align-items:center;color:var(--color-light)}.goals-savings .savings-card .savings-heading button .icon{font-size:1.5em}.goals-savings .savings-card .savings-text{opacity:.8}.goals-savings .new-goal{gap:1em;font-size:1.1em}.goals-savings .new-goal .new-goal-form{font-size:1em;gap:10px;font-weight:300;width:100%}.goals-savings .new-goal .new-goal-form .input-group{display:block;margin-bottom:.5rem;width:100%}.goals-savings .new-goal .new-goal-form .input-group label{display:block;font-size:.875em;color:#4b5563;margin-bottom:.5em}.goals-savings .new-goal .new-goal-form .input-group input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;outline:none;transition:border-color .2s ease}.goals-savings .new-goal .new-goal-form .input-group input:focus{border-color:#8b5cf6}.goals-savings .new-goal .new-goal-form .buttons{width:100%;height:3rem;justify-content:space-between;gap:10px}.goals-savings .new-goal .new-goal-form .buttons button{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:1.05em;font-weight:400;border-radius:15px}.goals-savings .new-goal .new-goal-form .create-button{flex:3;background:var(--accent-color);color:var(--color-light)}.goals-savings .new-goal .new-goal-form :nth-child(2){flex:1}.goals-savings .current-goals{font-size:1.05em}.goals-savings .current-goals .empty-goals{display:flex;width:100%;justify-content:center;align-items:center;gap:1rem}.goals-savings .current-goals .empty-goals .icon-container{width:3.5rem;height:3.5rem;justify-content:center;align-items:center;border-radius:50%;text-align:center;background-color:#ccfbf1}.goals-savings .current-goals .empty-goals .icon-container .icon{font-size:2em;color:var(--accent-color)}.goals-savings .current-goals .empty-goals :nth-child(2){color:#4b5563}.goals-savings .current-goals .empty-goals :nth-child(3){color:#6b7280}:root{--accent-color: #008080;--color-light: #ffffff;--color-dark: #000000;--color-hover: #006666;--color-grey: #f4f4f1;--second-color: hsl(34,94%, 87%);--font-primary: "Inter", sans-serif;--font-secondary: "Montserrat", sans-serif;--font-small: clamp(.875rem, 1.5vw, 1rem);--font-medium: clamp(1rem, 2vw, 1.125rem);--font-large: clamp(1.25rem, 3vw, 1.5rem);--font-h1: clamp(2rem, 5vw, 3rem);--font-h2: clamp(1.75rem, 4vw, 2.5rem);--font-h3: clamp(1.5rem, 3vw, 2rem);--weight-regular: 400;--weight-medium: 600;--weight-bold: 800;--space-small: clamp(.5rem, 1.5vw, .75rem);--space-medium: clamp(1rem, 2vw, 1.5rem);--space-large: clamp(1.5rem, 4vw, 3rem)}.cookie-banner{position:fixed!important;bottom:0;left:0;right:0;width:100%;display:flex;justify-content:center;z-index:9999999!important;pointer-events:none}.cookie-banner__card{position:relative!important;background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;box-shadow:0 10px 25px #0000001a;overflow:hidden;max-width:1200px;width:100%;pointer-events:auto}.cookie-banner__gradient{position:absolute;top:0;left:0;right:0;height:.5rem;background:linear-gradient(to right,#3b82f6,#8b5cf6,#ec4899);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;z-index:1}.cookie-banner__content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;position:relative;z-index:2}@media (min-width: 640px){.cookie-banner__content{flex-direction:row;align-items:center}}.cookie-banner__icon{flex-shrink:0}.cookie-banner__icon-inner{width:3rem;height:3rem;background:linear-gradient(to bottom right,#3b82f6,#8b5cf6);border-radius:.75rem;display:flex;align-items:center;justify-content:center}.cookie-banner__icon-inner .cookie-banner__cookie-icon{width:1.5rem;height:1.5rem;color:#fff}.cookie-banner__text{flex:1}.cookie-banner__text h3{margin:0;color:#111827;font-size:1em;font-weight:600}.cookie-banner__text p{margin:.25rem 0 0;font-size:.9em;color:#4b5563}.cookie-banner__actions{display:flex;gap:.5rem;flex-shrink:0;width:100%}@media (min-width: 640px){.cookie-banner__actions{width:auto}}.cookie-banner__close{position:absolute;top:5px;right:5px;background:none;border:none;cursor:pointer;color:#9ca3af;background:var(--color-light)}.cookie-banner__close:hover{color:#4b5563}.btn{padding:.5rem 1rem;border-radius:.5rem;font-size:.875em;cursor:pointer;border:none}.btn--outline{border:1px solid #6b7280;background:#fff;color:#374151}.btn--outline:hover{background:#f3f4f6}.btn--gradient{background:linear-gradient(to right,#3b82f6,#8b5cf6);color:#fff}.btn--gradient:hover{background:linear-gradient(to right,#2563eb,#7c3aed)}.loading-container{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f8fafc,#f4f9f8,#e8f5f4);animation:fadeIn 1s ease-in-out}.loading-container .loading-div{width:90px;height:90px;display:flex;justify-content:center;align-items:center;border-radius:30px;box-shadow:3px 4px 8px #0003;background:var(--color-light)}.loading-container .loading-div .logo-div{width:50px;height:50px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
