body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.hero-section,.hero-title{color:#000;font-size:55px;font-weight:800;letter-spacing:.5px;margin:0 0 15px;text-align:center}.hero-subtitle{color:#000;font-size:22px;font-weight:400;margin:0 0 40px;text-align:center}.feature-image{height:400px;margin-bottom:40px;position:relative;width:400px}.feature-image img{border-radius:8px;box-shadow:0 4px 12px #0000001a;height:100%;object-fit:cover;width:100%}.feature-image-button{background-color:#fff;border:none;border-radius:20px;bottom:-25px;box-shadow:0 4px 10px #00000026;color:#4edafd;cursor:pointer;font-size:16px;left:50%;padding:12px;position:absolute;transform:translateX(-50%);width:60%}.feature-image-button:hover{background-color:#4edafd;color:#fff}.primary-button{background-color:#fff;border:1px solid var(--primary-color);border-radius:20px;color:var(--primary-color);cursor:pointer;font-size:16px;margin-top:20px;padding:12px 24px;transition:background-color .3s ease}.primary-button:hover{background-color:var(--primary-color);color:#fff}.delete-button{background-color:#dc3545;border:none;color:#fff}.delete-button:hover{background-color:#c82333}.delete-button:active{background-color:#bd2130}.delete-button:disabled{background-color:#e4606d;cursor:not-allowed;opacity:.7}.button-group{display:flex;gap:1rem;margin-top:1.5rem}.feature-images{display:flex;flex-wrap:nowrap;gap:20px;justify-content:center;padding:40px 20px}.image-text-section{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:1200px;padding:60px 20px}.image-text-section.reverse{flex-direction:row-reverse}.image-column,.text-column{box-sizing:border-box;flex:1 1 50%;padding:20px}.image-column img{border-radius:12px;height:auto;max-width:100%;object-fit:cover;width:100%}.text-column h2{font-size:32px;margin-bottom:20px}.text-column p{color:#444;font-size:18px;line-height:1.6}.hideButton{display:none}@media (max-width:768px){.image-text-section{padding:40px 16px}.image-text-section,.image-text-section.reverse{flex-direction:column}.image-column,.text-column{flex:1 1 100%;padding:12px 0;text-align:center}.image-column img{border-radius:12px;height:auto;max-width:100%;object-fit:cover}.text-column h2{font-size:24px;margin-bottom:16px}.text-column p{font-size:16px;line-height:1.6;padding:0 12px}.text-column a{display:inline-block;margin-top:16px}}.three-column-container{align-items:flex-start;gap:40px;height:100%;padding:40px}.three-column-container.equal-width .column{flex:1 1}.left-column{align-items:center;box-sizing:border-box;display:flex;height:1020px}.scroll-title{font-size:55px;font-weight:600}.middle-column{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;min-height:1020px;position:relative}.arrow-icon{height:40px;margin-bottom:20px;object-fit:contain;width:40px;z-index:5}.right-column{display:flex;flex-direction:column}.feature-block{border-radius:8px;box-sizing:border-box;flex-shrink:0;height:180px;margin-bottom:100px;padding:0}.feature-block:last-child{margin-bottom:0}.animated-button{background:#ddd;border:none;border-radius:4px;margin-top:20px;padding:12px 20px;transition:background .3s ease}.arrows-container{position:relative;text-align:center;width:40px}.arrows-stack.arrows-grey{align-items:center;display:flex;flex-direction:column;gap:100px}.arrows-grey .arrow-vertical{background-color:#0000001a;border-radius:4px;height:180px;width:10px}.arrows-stack.arrows-blue{left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.arrows-blue .arrow-vertical{background-color:#3498db;border-radius:4px;height:0;left:50%;position:absolute;transform:translateX(-50%);transition:height .4s ease;width:10px}.arrows-blue .arrow-vertical:first-child{top:0}.arrows-blue .arrow-vertical:nth-child(2){top:280px}.arrows-blue .arrow-vertical:nth-child(3){top:560px}.arrows-blue .arrow-vertical:nth-child(4){top:840px}.arrow-vertical:last-child{margin-bottom:0}.gap-icon{height:40px;left:50%;object-fit:contain;pointer-events:none;position:absolute;transform:translateX(-50%);-webkit-user-select:none;user-select:none;width:40px;z-index:20}.gap-icon-1{top:180px}.gap-icon-2{top:480px}.gap-icon-3{top:780px}.product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.product-image{background-color:#eee;display:block;height:200px;width:200px}.new-product-item{background-color:#f0fbff;border:2px dashed #61dafb;border-radius:8px;justify-content:space-between;transition:border-color .2s,background-color .2s,box-shadow .2s}.new-product-item,.new-product-link{display:flex;flex-direction:column;height:100%}.new-product-link{color:inherit;text-decoration:none}.new-product-content{flex-direction:column;flex-grow:1;padding:15px;width:390px}.new-product-content,.new-product-image-placeholder{align-items:center;display:flex;justify-content:center}.new-product-image-placeholder{background-color:#e8faff;border-radius:4px;color:#61dafb;font-size:3.5rem;height:180px;margin-bottom:12px;transition:background-color .2s;width:100%}.new-product-item:hover{background-color:#e2f7ff;border-color:#4cc9f0;box-shadow:0 4px 10px #61dafb26}.new-product-item h2{color:#007ea7;font-size:1.2rem;margin:0 0 .5rem;text-align:center}.new-product-item p{color:#555;font-size:.875rem;margin:0;text-align:center}@media (max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.product-grid{grid-template-columns:1fr}}.product{display:flex;flex-direction:column;width:390px}.product-image-wrapper{align-items:center;background-color:#fff;display:flex;height:460px;justify-content:center;width:390px}.shop-product-image{display:block;max-height:100%;max-width:100%;object-fit:contain}.product-grid div{margin-left:auto;margin-right:auto}.product .product-details{width:100%}.product-details{background-color:#f9f9f9;padding:1rem;text-align:center}.product-details:hover{background-color:#2a74ed1a}.add-to-cart-button{background-color:#fff;border:1px solid var(--primary-color);border-radius:20px;color:var(--primary-color);cursor:pointer;margin-top:.5rem;padding:.5rem 1rem}.add-to-cart-button:hover{background-color:var(--primary-color);color:#fff}.random-products-section.column .product-grid{display:flex;flex-direction:column;gap:1.5rem}.random-products-section.row .product-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem}.centered-heading{text-align:center}.shop-page{font-family:Arial,sans-serif}.breadcrumb{font-size:.9rem;margin-bottom:1rem;margin-top:1rem;text-align:left}.breadcrumb a{color:var(--secondary-color);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.shop-header{margin-bottom:2rem;text-align:center}.shop-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.shop-subtitle{color:#555;font-size:1rem}.filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.filter-button{background-color:#eee;border:none;border-radius:20px;cursor:pointer;font-size:.95rem;padding:.5rem 1rem;transition:background-color .2s ease}.filter-button:hover{background-color:#ccc}.gallery-main{position:relative}.main-image{background-color:#f8f8f8;border-radius:8px;object-fit:contain}.slick-arrow{align-items:center;background:#ffffffb3;border:2px solid #000;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none;z-index:2}.prev-arrow{left:10px}.next-arrow{right:10px}.gallery-thumbnails{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:10px}.thumbnail{border:2px solid #0000;border-radius:4px;cursor:pointer;height:60px;object-fit:cover;width:60px}.thumbnail.active{border-color:var(--secondary-color)}@media (max-width:768px){.main-image{height:auto;object-fit:contain;width:100%}.prev-arrow{left:calc(var(--spacing-sm)*-1)}.next-arrow{right:calc(var(--spacing-sm)*-1)}}.gallery-image-wrapper{align-items:center;background-color:#eee;border-radius:8px;cursor:pointer;display:flex;height:450px;justify-content:center;margin:1rem 0;position:relative;width:675px}.gallery-image-wrapper.dragging{background-color:#d3eaff}.gallery-image{border-radius:8px;height:450px;width:675px}.gallery-placeholder{color:#999;font-size:1.25rem}.gallery-delete-button{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px}.thumbnail-wrapper{display:inline-block;margin-right:8px;position:relative}.thumbnail-image{border:2px solid #0000;border-radius:4px;cursor:pointer;height:80px;width:80px}.thumbnail-wrapper.main-image .thumbnail-image{border-color:gold}.set-main-button{background:#0000;border:none;bottom:4px;color:gold;cursor:pointer;font-size:20px;position:absolute;right:4px;text-shadow:0 0 2px #000}.slick-dots{display:flex;gap:10px;justify-content:center;margin-top:16px}.dot{background:#ccc;border:none;border-radius:2px;cursor:pointer;height:4px;transition:background .3s ease;width:30px}.dot.active{background:#333}.product-info{font-size:24px;margin-bottom:5px}.main-image{height:100%;width:100%}.price{font-size:18px}.quantity-dropdown{background-color:#fff;border:1px solid #afafaf;border-radius:20px;color:#292929;line-height:44px;margin:auto;min-width:60px;padding:10px 40px 10px 20px}.quantityLabel{display:none}.blog-post-container{box-sizing:border-box;display:flex;flex-direction:row;gap:2rem;margin:2rem auto;max-width:1200px;padding:1rem}.post-main{flex:2 1}.post-input{font-size:2rem;margin-bottom:1rem}.blog-post-sidebar{flex:1 1}.blog-post-meta{gap:1rem;margin-bottom:1rem}.post-main img{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:auto;margin:1.5rem 0;max-width:100%}.blog-post-content{color:#333;font-size:1.1rem;line-height:1.6;white-space:pre-wrap}@media (max-width:768px){.blog-post-container{flex-direction:column}.blog-post-sidebar{margin-top:2rem}}.product-page{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:20px;width:100%}.product-gallery{flex:0 0 50%;min-width:0}.product-info{flex:0 0 40%;min-width:0}.three-column-container{margin-top:20px}@media (max-width:768px){.product-page{flex-direction:column;gap:10px}.accordion-section,.product-gallery,.product-info{flex:none;width:100%}}.accordion-section{width:100%}.faq-title{text-align:center}.product-long-desc{font-size:1rem}.three-column-container{display:flex;gap:20px;justify-content:space-between;padding:20px}.column{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center}.icon{margin-bottom:10px}.icon-image{height:auto;max-width:100%}.header{color:#333;font-size:1.25rem;font-weight:700;line-height:1.35;margin-bottom:1rem;margin-top:0;text-transform:uppercase}.description{color:#666;font-size:1rem;line-height:1.7;text-align:center}@media (max-width:768px){.three-column-container{align-items:center;flex-direction:column;gap:32px;padding:16px}.column{max-width:320px;width:100%}.header{font-size:1.1rem;margin-bottom:.75rem}.description{font-size:.95rem;padding:0 12px}.icon-image{height:auto;max-width:80px}}.accordion{margin:0 var(--spacing-xl)}.accordion,.accordion-item+.accordion-item{border-top:1px solid #ddd}.accordion-title{background:#f7f7f7;border:none;cursor:pointer;display:flex;font-size:16px;justify-content:space-between;padding:16px;text-align:left;width:100%}.accordion-content{background:#fff;max-height:0;padding:0 16px;transition:max-height .3s ease}.accordion-content.show{max-height:300px;padding:16px}.arrow{font-weight:700;transition:transform .3s ease}.arrow.open{transform:rotate(180deg)}@media (max-width:768px){.accordion{margin:0 var(--spacing-sm)}.accordion-content{background:#fff;max-height:0;overflow:hidden;padding:0 16px;transition:max-height .3s ease,padding .3s ease}.accordion-content.show{max-height:1000px;padding:16px}.accordion-title{font-size:15px;padding:14px}}.vertical-feature-list{display:flex;flex-direction:column;gap:12px}.feature-item{align-items:center;display:flex;font-size:16px;padding-top:15px}.feature-icon{height:20px;margin-right:10px;width:20px}.feature-text{color:#333;font-size:16px}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:8px;box-shadow:0 2px 10px #00000040;padding:2rem;width:300px}.modal-buttons{display:flex;justify-content:space-between;margin-top:1.5rem}.confirm-btn{background-color:#dc3545;color:#fff}.cancel-btn,.confirm-btn{border:none;border-radius:4px;cursor:pointer;padding:.5rem 1rem}.cancel-btn{background-color:#ccc;color:#000}.blog-post-grid{display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width:800px){.blog-post-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-post-grid{grid-template-columns:1fr}}.blog-post-item{display:flex;flex-direction:column;max-width:100%;width:100%}.blog-post-item img{height:200px;object-fit:cover;width:100%}.blog-post-item h2{font-size:1.25rem}.blog-post-item p{color:#555;font-size:.875rem;margin:0 15px 15px}.blog-post-item .read-more-link{color:#0073e6;display:block;font-size:1rem;padding:0 15px 10px;text-align:right;text-decoration:none}.blog-post-item .read-more-link:hover{text-decoration:underline}.new-post-item{background-color:#f0fbff;border:2px dashed #61dafb;border-radius:8px;display:flex;flex-direction:column;height:90%;justify-content:space-between;transition:border-color .2s,background-color .2s,box-shadow .2s}.new-blog-post-link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.new-blog-post-content{flex-direction:column;flex-grow:1;padding:15px}.new-blog-post-content,.new-post-image-placeholder{align-items:center;display:flex;justify-content:center}.new-post-image-placeholder{background-color:#e8faff;border-radius:4px;color:#61dafb;font-size:3.5rem;height:180px;margin-bottom:12px;transition:background-color .2s;width:100%}.new-post-item:hover{background-color:#e2f7ff;border-color:#4cc9f0;box-shadow:0 4px 10px #61dafb26}.new-post-item h2{color:#007ea7;font-size:1.2rem;margin:0 0 .5rem;text-align:center}.new-post-item p{color:#555;font-size:.875rem;margin:0;text-align:center}.blog-post{padding:20px}.blog-post-image{height:200px;object-fit:cover;width:100%}.blog-post-title{font-size:1.5rem;margin:15px 0}.blog-post-category{color:#777;font-size:.9rem;text-decoration:none}.blog-post-date{color:#999;font-size:.9rem}.blog-post-meta,.blog-post-reading-time{color:#777;font-size:.9rem}.blog-post-meta{display:flex;gap:10px;margin-bottom:10px}.center-title{text-align:center}.email-input{outline:none;padding:10px}.email-input,.sign-up-btn{background-color:initial;border:none}.sign-up-btn{cursor:pointer;font-weight:600}.footer-subscribe{align-items:flex-start;display:flex;flex-direction:column;font-family:Arial,sans-serif}.footer-subscribe h4{color:#333;font-size:18px;font-weight:700;margin-bottom:10px}.footer-subscribe p{color:#666;font-size:14px;margin-bottom:20px}.newsletter-form{display:flex;gap:10px;margin-bottom:20px}.footer-line{border:0;border-top:2px solid #292929;margin:20px 0;width:100%}.social-media-icons{display:flex;gap:15px}.social-icon{color:#666;font-size:20px;transition:color .3s ease}@media (max-width:768px){.social-media-icons{gap:10px}}.footer{background-color:var(--background-color);font-family:Arial,sans-serif}.footer-inner{margin:0 auto;max-width:1440px;padding:var(--spacing-sm) calc(var(--spacing-lg)*2)}.footer-row{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.footer-column{display:flex;flex:1 1 18%;flex-direction:column;min-width:200px}.footer-column .company-logo{margin-bottom:20px;max-width:180px}.footer-column h4{color:#333;font-size:18px;font-weight:700;margin-bottom:15px}.footer-column ul{list-style-type:none;margin:0;padding:0}.footer-column ul li{margin-bottom:10px}.footer-column ul li a{color:#666;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:var(--secondary-color)}.newsletter-subscription{display:flex;flex-direction:column}.newsletter-subscription input[type=email]{border:1px solid #ddd;border-radius:5px;font-size:14px;margin-bottom:10px;padding:10px}.newsletter-subscription button{background-color:var(--secondary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 15px}.newsletter-subscription button:hover{background-color:#0056b3}@media (max-width:1200px){.footer-column{flex:1 1 22%}}@media (max-width:992px){.footer-column{flex:1 1 48%}}@media (max-width:768px){.footer-column{flex:1 1 100%;margin-bottom:20px}.footer-row{flex-direction:column}}.footer-about{padding:40px 20px;width:100%}.footer-about p{color:#555;font-family:Arial,sans-serif;font-size:16px;line-height:1.6;margin:0;text-align:left}.footer-bottom-wrapper{width:100%}.footer-bottom{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:14px;justify-content:space-between;padding:20px 40px}.footer-bottom-left{flex:1 1;text-align:left}.footer-bottom-right{display:flex;flex:1 1;flex-wrap:wrap;gap:12px;justify-content:flex-end}.footer-bottom-right img{height:24px;object-fit:contain}.logo{max-height:50px}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center}.App-link{color:#61dafb}.page-container{margin:0 6rem;margin:0 calc(var(--spacing-lg)*3);padding:0 2rem;padding:0 var(--spacing-lg)}html{scroll-behavior:smooth}:root{--primary-color:#4edafd;--secondary-color:#007bff;--background-color:#f2fcff;--breakpoint-mobile:768px;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem}@media (max-width:768px){.page-container{margin:0 auto;padding:0 1rem;padding:0 var(--spacing-sm)}}.cart-items{padding:0 20px}table{border-collapse:collapse;margin-top:10px;width:100%}td,th{padding:10px;text-align:left}th{border-bottom:2px solid var(--primary-color)}td{background-color:var(--background-color);font-size:24px}td sub{font-size:14px}.cart-layout{display:flex;gap:20px}.cart-main{flex:2 1}.cart-sidebar{flex:1 1}.product-cell{align-items:center;display:flex;gap:12px}.product-image{border-radius:8px;height:80px;object-fit:cover;width:80px}.vat-text{color:#292929;font-size:14px}.product-info{display:flex;flex-direction:column}#quantity{font-size:24px}.remove-button{background:#fff;border:1px solid #0000004d;border-radius:50%;color:#0000004d;display:inline-flex;font-size:14px;font-weight:500;height:20px;justify-content:center;line-height:14px;text-align:center;width:20px}.remove-button:hover{background-color:#000;color:#fff}@media (max-width:768px){table,tbody,td,th,thead,tr{display:block}thead{display:none}tr{margin-bottom:1rem}td{align-items:center;display:flex;justify-content:space-between;padding:10px;position:relative}td:first-child{border-top:2px solid var(--primary-color)}td:before{color:#555;content:attr(data-label);flex-basis:40%;font-weight:700}.product-cell{align-items:flex-start;flex-direction:column}.product-image{margin-bottom:8px}td[data-label=Subtotal] .subtotal-wrapper{align-items:baseline;display:inline-flex;gap:2px}}.checkout-graph-container{align-items:center;cursor:default;display:flex;flex-direction:column;margin:30px auto;width:60%}.graph-row{align-items:center;display:flex;justify-content:center;width:100%}.checkout-element{position:relative;text-align:center}.checkout-icon img{display:block;margin:0 auto}.checkout-selected{border:1px solid var(--primary-color);border-radius:50%}.checkout-text{flex-basis:33.33%}.checkout-line{background-color:#909090;flex:1 1;height:2px}.invisible-placeholder{height:40px;visibility:hidden;width:40px}.sub-footer-image{height:40px;width:40px}.text-row{display:flex;justify-content:space-between;width:100%}.checkout-text-element{display:inline-block;flex-basis:auto;margin-top:var(--spacing-sm);position:relative}.checkout-text-element:first-child{left:0;text-align:left;transform:translateX(calc(-50% + 20px))}.checkout-text-element:nth-child(2){text-align:center;transform:translateX(20px)}.checkout-text-element:nth-child(3){right:0;text-align:right;transform:translateX(calc(50% - 20px))}@media (max-width:768px){.checkout-graph-container{transform:none;width:100%}.checkout-text-element:first-child,.checkout-text-element:nth-child(2),.checkout-text-element:nth-child(3){transform:none}}.custom-button{background-color:var(--primary-color);border:none;border-radius:20px;color:#000;cursor:pointer;font-size:16px;font-weight:600;margin-top:20px;min-height:46px;padding:10px 25px;transition:background-color .3s ease;width:20%}.custom-button.primary:hover{border:1px solid #000}.custom-button.secondary{background-color:#f0f0f0;color:#333}.custom-button.secondary:hover{background-color:#ddd}.custom-button:disabled{cursor:not-allowed;opacity:.6}.custom-button.third{background-color:var(--secondary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px;width:100%}.custom-button.third:hover{color:#000}.cart-button-container{display:flex;justify-content:flex-end;margin-top:20px;width:100%}@media (max-width:768px){.cart-layout{display:flex;flex-direction:column;gap:24px;padding:16px}.cart-main,.cart-sidebar{width:100%}.cart-button-container{justify-content:center;margin-top:16px;width:100%}.cart-button-container button{max-width:320px;width:100%}}.address-form{background-color:var(--background-color);font-size:18px;line-height:1.7;padding:0 5%;width:100%}.form-row{gap:20px;justify-content:space-between;margin-bottom:20px}.form-group{display:flex;flex:1 1;flex-direction:column}.form-group label{margin-bottom:6px}.form-group input,.form-group select{border:1px solid #ccc;border-radius:4px;border-radius:1remx;margin-right:2rem;padding:1.5rem}.align-right{text-align:right}.order-summary{background-color:#f9f9f9;border-radius:8px;padding:24px}.order-summary-title{font-size:20px;margin-bottom:16px}.edit-link{color:var(--secondary-color);cursor:pointer;font-size:14px}.order-summary-table{border-collapse:collapse;width:100%}.order-summary-table td{padding:12px;vertical-align:top}.order-summary-price{text-align:right;white-space:nowrap}.order-summary-item td{border-bottom:1px solid #e0e0e0}.order-summary-section td{font-weight:700;padding-top:16px}.order-summary-totals td{padding-top:10px}.order-summary-total td{font-size:18px;font-weight:700;padding-top:12px}.stripe-form{border-radius:1rem;box-shadow:0 4px 4px #0000001a;margin:auto;padding:1rem;width:100%}.input-label{color:#666;display:block;font-size:.9rem;margin-bottom:.4rem}.stripe-input{border-bottom:2px solid #b7b6bc;padding:.6rem .75rem;transition:border-color .2s ease}.stripe-input.StripeElement--focus{background-color:#fff;border-color:#0070f3}.form-group{margin-bottom:1.2rem}.form-row{display:flex;gap:1rem}.half-width{flex:1 1}.place-order-button{background-color:var(--primary-color);border-radius:20px;color:#000;font-size:14px;height:55px;line-height:35px;margin-top:5%;text-transform:uppercase;width:100%}.payment-container{padding:2rem}.payment-content{display:flex;flex-wrap:wrap;gap:2rem}.payment-left{flex:2 1;min-width:300px}.order-summary-container{flex:1 1;min-width:280px}.payment-methods{display:flex;gap:1rem;margin-bottom:1.5rem}.payment-method{background-color:#fff;border:.1rem solid #b6b6b6;cursor:pointer;flex:1 1;font-weight:500;padding:1rem;text-align:center}.payment-method input{display:none;margin-right:.5rem}.payment-method.selected{background-color:#e6f0ff;border-color:#222}.payment-form{margin-top:1rem}.success-page{background-color:var(--background-color);padding:1rem 2rem;text-align:center}.order-details{margin:2rem auto;max-width:100%;width:100%}.info-row{background-color:#fff;border:1px solid var(--primary-color);border-radius:40px;list-style:none;margin-bottom:1.5rem;padding:2rem 0}.info-row li{align-items:center;border-right:2px solid #aaa;display:inline-block;font-size:18px;font-weight:400;padding:0 10px}.info-row li:last-child{border-right:none}.label{font-weight:400}.pacifico-title{color:#3ab1ce;font-family:Pacifico,cursive;font-size:72px}.follow-text{font-size:20px;font-weight:600}.social-icons{gap:1.5rem;margin-top:1rem}.social-icons,.spinner-container{display:flex;justify-content:center}.spinner-container{align-items:center;height:100vh;width:100vw}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.top-header{align-items:center;background:#aeffba;display:flex;gap:8px;height:40px;justify-content:center;overflow:hidden;position:relative;z-index:10}.top-header-flag{height:20px;width:auto}.navbar{background-color:#fff;border-bottom:2px solid #ebebeb;left:0;padding:0 calc(var(--spacing-lg)*2);position:sticky;position:-webkit-sticky;top:0;z-index:1100}.navbar-inner{justify-content:space-between;margin:0 auto;padding:var(--spacing-sm) calc(var(--spacing-lg)*2)}.navbar-inner,.navbar-left,.navbar-right{align-items:center;display:flex}.navbar-right{justify-content:flex-end}.logo{font-size:24px;font-weight:700}.navbar-links{list-style-type:none}.navbar-links li{margin-right:var(--spacing-lg)}.navbar-links a{color:#000;font-size:16px;text-decoration:none;text-transform:uppercase;transition:color .3s}.navbar-links a:hover{color:#2a74ed}.language-dropdown{display:inline-block;height:40px;margin-right:30px;position:relative;width:40px}.dropdown-btn{background-color:initial;border:none;cursor:pointer;display:block;font-size:16px;height:40px;padding:0;width:40px}.dropdown-menu{background-color:#fff;display:none;flex-direction:column;left:0;list-style-type:none;margin:0;padding:0;top:100%;z-index:1000}.language-dropdown:hover .dropdown-menu{display:flex;position:absolute}.language-icon{height:40px;width:40px}.icon-button{align-items:center;background:none;border:none;cursor:pointer;display:flex}.icon-button img{height:40px;object-fit:contain;width:40px}.navbar-links{display:flex;flex-direction:row}.navbar-links.mobile-sidebar{background-color:#fff;border-right:1px solid #eee;display:flex;flex-direction:column;height:calc(100vh - 120px);left:0;margin:0;padding:0;position:fixed;top:120px;width:50%;z-index:1000}.navbar-links.mobile-sidebar li{align-items:center;border-bottom:1px solid #e4e4e4;display:flex;height:calc(20vh - 24px);justify-content:center;list-style:none}.navbar-links.mobile-sidebar .close-button-mobile{justify-content:center;padding:0}.cart-icon{gap:8px}.cart-icon,.thb-item-text{align-items:center;display:flex}.thb-item-icon-wrapper{color:#000;font-weight:700}.thb-cart-count{font-size:16px}.cart-img{height:40px;width:40px}.hamburger{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:24px;justify-content:space-between;padding:0;width:32px}.hamburger .bar{background-color:#000;border-radius:2px;height:3px;transition:all .3s ease;width:100%}.hamburger.open .bar:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.admin-login-wrapper{align-items:center;background-color:#f8f8f8;display:flex;height:100vh;justify-content:center}.admin-login-container{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:2rem;width:100%}.admin-login-container form{display:flex;flex-direction:column}.admin-login-container input{margin-bottom:1rem}.admin-login-container button,.admin-login-container input{border:1px solid #61dafb;border-radius:20px;color:#61dafb;font-size:1rem;padding:.75rem}.admin-login-container button{background-color:#fff;cursor:pointer}.admin-login-container button:hover{background-color:#61dafb;color:#fff}.error-msg{color:red;font-size:.9rem;margin-top:1rem}
/*# sourceMappingURL=main.0ed0cac3.css.map*/