.footer{background:#000;color:#fff;font-weight:600}.footer-top{margin:0 auto}.support-section{text-align:center;padding:40px 20px;background:#000;border-top:4px solid #e0e0e0}.support-section h2{font-size:18px;color:#fff;margin-bottom:8px}.support-section p{color:#fff;margin-bottom:24px}.support-channels{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.support-channel{display:flex;align-items:center;gap:16px}.icon-wrapper{color:#fff}.icon-wrapper svg{width:24px;height:24px;stroke-width:2px}.channel-details{text-align:left}.channel-label{display:block;font-size:12px;color:#fff;margin-bottom:4px}.channel-link{color:#fff;text-decoration:none;font-weight:600}.footer-bottom{background:#000;padding:40px 0}.footer-content{max-width:1200px;margin:0 auto;padding:0 20px}.footer-sections{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.connect-section h3,.payment-section h3{font-size:14px;color:#fff;margin-bottom:20px;font-weight:600}.social-links{display:flex;gap:16px}.social-icon{width:36px;height:36px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease}.social-icon:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.social-icon svg{width:18px;height:18px}.payment-methods{display:flex;flex-direction:column;gap:12px}.payment-row{display:flex;align-items:center;gap:16px}.payment-row img{height:20px;object-fit:contain}.payment-row .upi-logo{height:24px}.payment-row .cash-logo{height:32px}.footer-links{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-top:24px;border-top:1px solid #333}.copyright{color:#fff;font-size:13px}.legal-links{display:flex;gap:24px;flex-wrap:wrap}.legal-links a{color:#fff;text-decoration:none;font-size:13px;transition:color .2s ease}.legal-links a:hover{color:#fff}@media (max-width:768px){.support-channels{flex-direction:column;gap:24px}.footer-sections{gap:32px;align-items:center}.footer-links,.footer-sections{flex-direction:column;text-align:center}.legal-links,.payment-methods,.payment-row,.social-links{justify-content:center}.payment-row{flex-wrap:wrap}}.country-selector{position:relative;display:flex;align-items:center;padding:2px 8px;border:1px solid #fff;border-radius:8px;background-color:#0d47a1}.country-label{margin-right:8px;font-size:18px;color:#616161;font-weight:500}.country-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:unset;border:unset;cursor:pointer;font-size:14px;text-transform:capitalize;font-weight:900;background-repeat:no-repeat;background-position:right 8px center;background-size:12px;color:#fff;width:100%;height:100%}.country-select:focus{outline:none}.country-select option{padding:8px;font-size:14px}.country-select::-ms-expand{display:none}.selected-display{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:14px;pointer-events:none;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 40px)}@media (max-width:768px){.country-label{display:none}.selected-display{font-size:12px}}.ecommerce-details-container{max-width:80%;margin:0 auto;padding:20px}.ecommerce-cart{display:flex;flex-direction:column;padding:10px;height:-webkit-fill-available;background-color:#fff}.ecommerce-form-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:12px;padding-right:24px}.ecommerce-sign-in-link{color:#737373;text-decoration:none;display:flex;align-items:center;gap:8px;font-size:15px}.ecommerce-sign-in-link span:first-child{color:#8e8e8e}.ecommerce-sign-in-link span:last-child{color:#404040;font-weight:500}.ecommerce-checkout-layout{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;align-items:start;position:relative}@media (min-width:768px){.ecommerce-checkout-layout{grid-template-columns:1fr 380px;gap:64px}}.ecommerce-form{display:flex;flex-direction:column;gap:24px}.ecommerce-cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;border-bottom:.5px solid #e0e0e0}.ecommerce-cart-header h2{font-size:18px;color:#404040;font-weight:500}.ecommerce-cart-section{display:flex;flex-direction:column;height:100%}.ecommerce-cart-items{flex:1 1;overflow-y:scroll;padding-right:8px;height:60vh}.ecommerce-cart-footer{position:-webkit-sticky;position:sticky;bottom:0;background:#fff;padding-top:16px;border-top:1px solid #e6e6e6;margin-top:auto}.ecommerce-cart-item{display:grid;grid-template-columns:80px 1fr auto;grid-gap:16px;gap:16px;padding-bottom:16px;padding-top:16px;border-bottom:1px solid #e6e6e6}.ecommerce-cart-item-image{width:80px;height:80px;border-radius:8px;object-fit:cover;background:#f5f5f5}.ecommerce-cart-item-details{display:flex;flex-direction:column;gap:4px}.ecommerce-cart-item-name{font-weight:500;color:#404040;cursor:pointer;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ecommerce-cart-item-variant{font-size:14px;color:#737373}.ecommerce-cart-item-price{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.ecommerce-cart-item-price .price{font-weight:600;color:#404040}.ecommerce-cart-item-price .unit-price{font-size:12px;color:#737373}.ecommerce-cart-summary{margin-top:0;display:flex;flex-direction:column;gap:12px}.ecommerce-summary-row{display:flex;justify-content:space-between;color:#737373;font-size:15px}.ecommerce-summary-row.total{color:#404040;font-weight:500;font-size:16px;padding-top:12px;margin-top:12px;border-top:1px solid #e6e6e6}.ecommerce-form-row{display:flex;gap:16px;flex-direction:column}.ecommerce-form-row-name{flex-direction:row}.ecommerce-input-container{position:relative;width:100%}.ecommerce-input-field{width:100%;padding:12px 18px;border:1px solid #d9d9d9;border-radius:8px;font-size:16px;color:#404040;background-color:#fff;transition:all .2s ease;box-shadow:inset 0 2px 4px rgba(0,0,0,.05)}.ecommerce-input-field:hover{border-color:#bfbfbf}.ecommerce-input-field:focus{outline:none;border-color:#404040;box-shadow:inset 0 2px 4px rgba(0,0,0,.05),0 0 0 .5px #404040}.ecommerce-input-field::placeholder{color:#737373;font-size:16px}select.ecommerce-input-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.ecommerce-checkbox-container{display:flex;align-items:center;gap:12px;margin:8px 0}.ecommerce-checkbox-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border:1.5px solid #d9d9d9;border-radius:4px;position:relative;cursor:pointer;transition:all .2s ease;background-color:#fff;box-shadow:inset 0 2px 4px rgba(0,0,0,.05)}.ecommerce-checkbox-field:checked{background-color:#404040;border-color:#404040}.ecommerce-checkbox-field:checked:after{content:"";position:absolute;left:7px;top:3px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.ecommerce-checkbox-label{color:#737373;font-size:16px;margin-bottom:0}.ecommerce-input-field.warning{border-color:#f90;box-shadow:inset 0 2px 4px rgba(0,0,0,.05),0 0 0 1px #f90}.ecommerce-input-field.error{border-color:#dc3545;box-shadow:0 0 0 1px #dc3545}.ecommerce-input-field.success{border-color:#28a745;box-shadow:0 0 0 1px #28a745}input[name=email].ecommerce-input-field{border:1.5px solid #f90;box-shadow:inset 0 2px 4px rgba(0,0,0,.05),0 0 0 1px #f90}.close-button{color:#666}.view-cart-button{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);padding:12px 24px;background:var(--color-primary);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .2s ease;width:calc(100% - 48px);max-width:400px;display:flex;align-items:center;justify-content:center;gap:8px}.view-cart-button:hover{background:#e5a600;transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.15)}@media (min-width:768px){.view-cart-button{display:none}}.quantity-controls{display:flex;align-items:center;gap:8px;margin-top:8px}.quantity-display{min-width:24px;text-align:center;font-weight:500}.checkout-button{width:100%;margin-top:24px;background-color:#43a047;color:#fff;border:none;border-radius:8px;padding:.875rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.checkout-button:hover{transform:translateY(-2px);box-shadow:inset 0 2px 4px rgba(0,0,0,.1),0 4px 12px rgba(255,184,0,.2)}.cart-drawer{position:fixed;top:0;right:-100%;width:100%;max-width:480px;height:100vh;background:#fff;z-index:1001;transition:right .3s ease-in-out;box-shadow:-2px 0 8px rgba(0,0,0,.1)}.cart-drawer.open{right:0}.cart-drawer:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:all .3s ease-in-out;z-index:-1}.cart-drawer.open:before{opacity:1;visibility:visible}.close-button{background:none;border:none;padding:8px;cursor:pointer;color:#404040;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.close-button:hover{background-color:rgba(0,0,0,.05)}.quantity-button{background:none;border:none;padding:4px;cursor:pointer;color:#404040;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.quantity-button:hover{background-color:rgba(0,0,0,.05)}.empty-cart{display:flex;align-items:center;justify-content:center;min-height:300px;padding:40px 20px}.empty-cart-content{text-align:center;max-width:280px}.empty-cart-icon{display:flex;justify-content:center;margin-bottom:20px;color:#d1d5db}.empty-cart-content h3{font-size:20px;font-weight:600;color:#374151;margin:0 0 8px}.empty-cart-content p{font-size:16px;color:#6b7280;margin:0;line-height:1.5}.checkout-loader{display:flex;align-items:center;justify-content:center;gap:8px}.spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.checkout-button:disabled{background-color:#9e9e9e;cursor:not-allowed}.checkout-button:disabled,.checkout-button:disabled:hover{transform:none;box-shadow:none}.header-container{display:flex;width:100%;@media (max-width:768px){flex-direction:row;justify-content:space-between}}.header{position:-webkit-sticky;position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#0d47a1;z-index:100;transition:transform .3s ease}.header.visible{transform:translateY(0)}.header.hidden{transform:translateY(-100%)}.header-left{display:flex;align-items:center}.logo{display:block;cursor:pointer}.logo img{height:32px;width:auto}.header-icons{display:flex;gap:16px}.icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:background-color .2s;position:relative}.icon-wrapper:hover{background-color:#e0e0e0}.icon{width:20px;height:20px;color:#404553}@media (max-width:768px){.header{padding:12px 16px;flex-direction:column;gap:12px}.logo img{height:28px}.icon-wrapper{width:36px;height:36px}.icon{width:18px;height:18px}}.search-section{flex:1 1;max-width:60vw;margin:0 auto;@media (max-width:768px){order:3;width:100%;max-width:none}}.country-select-search{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:8px;padding-right:6px;font-weight:600;border:none;border-left:3px solid #757575;color:#2196f3;background:#c8e6c9;font-size:16px;opacity:.75;&:focus{outline:none}}.cart-item-count{position:absolute;top:-4px;right:-10px;font-size:14px;font-weight:600;background:#43a047;padding:4px 8px;border-radius:50px;color:#fff}.navigation-menu{background:#000;padding:40px 0;border-top:1px solid #333;color:#fff;font-weight:600}.nav-grid{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:32px;gap:32px}.nav-section h3{font-size:14px;font-weight:600;color:#fff;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.nav-section ul{list-style:none;padding:0;margin:0}.nav-section li{margin-bottom:12px}.nav-section a{font-size:13px;color:#fff;text-decoration:none;transition:color .2s ease;display:block;line-height:1.4;font-weight:600}.nav-section a:hover{color:#fff}@media (max-width:768px){.navigation-menu{padding:24px 0}.nav-grid{grid-template-columns:repeat(2,1fr);gap:24px;padding:0 16px}.nav-section h3{font-size:13px;margin-bottom:12px}.nav-section a{font-size:12px}.nav-section li{margin-bottom:8px}}.details{background-color:#000;color:#fff;font-weight:600;padding:48px 0 24px}.details__container{max-width:1200px;margin:0 auto;padding:0 20px}.details__source{margin-bottom:32px}.details__source h4{margin:0 0 16px;letter-spacing:1px;color:#cfcfcf;font-size:12px}.details__pills{display:flex;gap:12px;flex-wrap:wrap}.details__pill{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#0f0f0f;border-radius:10px;border:1px solid #1e1e1e}.details__pill .flag-emoji{font-size:16px;line-height:1}.details__pill span{color:#fff;font-size:12px}.details__grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:32px;gap:32px;padding-top:12px}@media(max-width:900px){.details__grid{grid-template-columns:1fr}}.details__columns{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));grid-gap:32px;gap:32px}@media(max-width:600px){.details__columns{grid-template-columns:1fr}}.details__col h5{color:#d0d0d0;font-size:12px;margin:0 0 16px;letter-spacing:.5px}.details__col ul{list-style:none;padding:0;margin:0}.details__col li{margin:12px 0}.details__col a{color:#fff;text-decoration:none;font-size:14px;transition:opacity .2s ease}.details__col a:hover{opacity:.9}.details__col--with-divider{position:relative}.details__col--with-divider:after{content:"";position:absolute;top:0;right:-16px;width:1px;height:100%;background:#1e1e1e}@media(max-width:900px){.details__col--with-divider:after{display:none}}.details__support h5{margin:0 0 16px;font-size:14px;color:#d0d0d0}.details__support-item{display:flex;align-items:center;gap:12px;padding:10px 0}.details__support-avatar img,.details__support-icon{width:40px;height:40px;border-radius:50%}.details__support-icon{display:flex;align-items:center;justify-content:center;background:#111;border:1px solid #1e1e1e;color:#fff}.details__support-icon svg{width:22px;height:22px}.details__support-text .label{color:#fff;font-size:14px}.details__support-text .muted{color:#b3b3b3;font-size:12px;font-weight:400}.details__support-text a{color:#fff;text-decoration:none;font-size:14px}.details__social{display:flex;gap:12px;margin-top:12px}.details__social .social-btn{width:36px;height:36px;border-radius:50%;background:#111;border:1px solid #1e1e1e;color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.details__social .social-btn:hover{transform:translateY(-2px)}.details__social .social-btn svg{width:18px;height:18px}.details__bottom{justify-content:space-between;border-top:1px solid #1e1e1e;margin-top:32px;padding-top:20px;gap:16px}.details__bottom,.details__payments{display:flex;align-items:center;flex-wrap:wrap}.details__payments{gap:10px}.details__payments .details__payment-pill{display:flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:10px;background:#fff;border:1px solid #1e1e1e;min-width:44px;min-height:20px}.details__payments .payment-icon{height:18px;object-fit:contain}.details__payments .square-icon,.details__payments .wide-icon{height:16px}.details__policies{display:flex;gap:20px;flex-wrap:wrap}.details__policies a{color:#fff;text-decoration:none;font-size:14px;display:inline-flex;align-items:center;gap:8px;position:relative}.details__policies a:after{content:"";width:14px;height:14px;display:inline-block;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M7 7h10v10'/><path d='M7 17L17 7'/></svg>");background-repeat:no-repeat;background-position:50%;background-size:contain;opacity:.95}.details__copyright{margin-top:20px;color:#c7c7c7;font-size:12px;letter-spacing:1px}:root{--spacing-xs:4px;--spacing-sm:8px;--spacing-md:12px;--spacing-lg:18px;--spacing-xl:24px;--spacing-xxl:32px;--font-size-xxs:11px;--font-size-xs:12px;--font-size-sm:14px;--font-size-md:16px;--font-size-lg:18px;--font-size-xl:20px;--font-size-xxl:24px;--font-size-xxxl:32px;--line-height-xs:16px;--line-height-sm:20px;--line-height-md:24px;--line-height-lg:28px;--line-height-xl:32px;--line-height-xxl:36px;--line-height-xxxl:40px;--radius-none:0;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-round:999px;--color-primary:#0086c9;--color-primary-light:#47a1ff;--color-primary-dark:#0055b3;--color-secondary:#f4b345;--color-secondary-light:#f7c674;--color-secondary-dark:#703725;--color-success:#34c759;--color-warning:#ff9500;--color-error:#ff3b30;--color-info:#5856d6;--color-background:#fff;--color-surface:#f2f2f7;--color-card:#fff;--color-card-2:#f2f2f7;--color-text-primary:#000;--color-text-secondary:#3c3c43;--color-text-tertiary:#667085;--color-text-disabled:#c5c5c7;--color-border:#0086c9;--color-border-light:#43a9ec;--color-skeleton:#e5e5ea;--color-skeleton-contrast:#e5e5ea;--color-overlay:rgba(0,0,0,.4);--color-light-gray:#fafafa;--shadow-sm:0 1px 2px rgba(0,0,0,.18);--shadow-md:0 1.5px 4px rgba(0,0,0,.23);--shadow-lg:0 4px 8px rgba(0,0,0,.3)}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container,.search-form{margin:0 auto}.search-form{display:flex;position:relative;width:100%;max-width:1200px;border-radius:8px;overflow:hidden;border:2px solid #fff}.search-input{flex:1 1;font-size:16px;padding:12px 16px;outline:none;width:100%;transition:border-color .2s;box-shadow:none;border:unset;color:#2196f3;font-weight:600}.search-input::placeholder{color:#757575;font-size:16px;font-weight:400;opacity:1}.search-button{display:flex;align-items:center;justify-content:center;padding:0 20px;color:#fff;border:none;cursor:pointer;transition:background-color .2s;box-shadow:none}.search-button,.search-button:hover{background-color:#ffa726}@media (max-width:768px){.search-form{max-width:100%}.search-input{padding:10px 14px;font-size:14px}.search-button{padding:0 10px}.search-button svg{width:20px;height:20px}}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:40px 20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.loading-content{text-align:center;animation:fadeIn .5s ease}.loading-text{color:#ff8c00;font-size:28px;font-weight:600;margin:24px 0 8px;background:linear-gradient(45deg,#ff8c00,#ff6b00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 2s infinite}.loading-subtext{color:#666;font-size:16px;font-weight:400;margin-bottom:24px;opacity:.8}.loading-progress{height:10px;background:#eee;border-radius:8px;overflow:hidden;margin-top:20px;position:relative}.progress-bar{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#ff8c00,#ff6b00);animation:progress 2s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes progress{0%{width:0;left:0}50%{width:100%;left:0}to{width:0;left:100%}}.container{margin-top:20px;padding:0 16px;@media (max-width:768px){padding-left:8px;padding-bottom:0;padding-right:8px;padding-top:0}}.products-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px;margin-bottom:30px;@media (max-width:1200px){grid-template-columns:repeat(3,1fr)}@media (max-width:480px){grid-template-columns:repeat(2,1fr);gap:6px}}.product-card{cursor:pointer;background:#fff;border-radius:8px;border:1px solid #bdbdbd;min-width:0;position:relative;height:100%;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s;&:hover{box-shadow:var(--shadow-sm)}}.product-image-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,0));transform:translateX(-100%);transition:none;pointer-events:none;z-index:2;opacity:0}.product-image-container:hover:after{transform:translateX(100%);transition:transform 1s;opacity:1}.product-image-container{height:250px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;@media (max-width:768px){height:200px}}.product-image{width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.02)}.product-info{display:flex;flex-direction:column;gap:2px;padding:10px;flex:1 1;background-color:#f5f5f5;border-top:.5px solid #9e9e9e;min-height:0}.product-title{font-size:14px;font-weight:600;line-height:20px;margin:0;color:#424242;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.product-title:hover{color:#c45500}.rating-container{display:flex;align-items:center;gap:10px}.stars{position:relative;display:inline-block;color:#ddd;height:26px;width:80px;font-size:16px;overflow:hidden}.stars:before{content:"★★★★★";position:absolute}.filled-stars{position:absolute;top:0;left:0;color:#ffa41c;overflow:hidden;height:100%}.filled-stars:before{content:"★★★★★";position:absolute}.review-count{color:#007185;font-size:14px;font-weight:600}.price-container{margin:4px 0}.price-container,.price-wrapper{display:flex;flex-direction:column}.current-price{font-size:20px;font-weight:700;color:#0f1111;display:flex;align-items:baseline}.currency-symbol{font-size:14px;vertical-align:top;position:relative;top:-2px;margin-right:1px}.price-whole{font-size:20px}.price-fraction{font-size:14px;vertical-align:top;position:relative;top:-2px;margin-left:1px}.original-price{font-size:14px;color:#565959;text-decoration:line-through;margin-top:2px}.discount-badge{background-color:#cc0c39;color:#fff;font-size:16px;padding:2px 6px;border-radius:2px;display:inline-block;margin-bottom:4px;font-weight:500}.discount-row{display:flex;align-items:center;gap:8px;margin-bottom:2px}.list-price-label{font-size:12px;color:#565959}.tags-row{display:flex;align-items:center;gap:8px}.limited-deal{color:#b12704;font-size:14px;font-weight:600;display:inline-block}.prime-badge{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.prime-text{color:#00a8e1;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;display:inline-block}.delivery-info{font-size:14px;color:#565959;margin-top:auto}.delivery-text-bold{font-size:12px;font-weight:600;letter-spacing:.5px}.shipping-info{margin-top:4px}.stock-info{color:#007600}.color-options{display:flex;gap:4px;margin-bottom:8px}.color-option{width:20px;height:20px;border-radius:50%;border:1px solid #d5d9d9;cursor:pointer}.color-option.black{background-color:#000}.color-option.white{background-color:#fff}.color-option.blue{background-color:#7cb9e8}.color-option.purple{background-color:purple}.color-option.graphite{background-color:#383838}.color-option.gold{background-color:gold}.color-option.pink{background-color:pink}.color-option.green{background-color:#90ee90}.store-info{display:flex;align-items:center;gap:8px;margin-bottom:10px}.rating{color:#ff9f00;font-weight:600}.store-name{color:#fb8c00;font-size:14px}.purchase-info{color:#666;font-size:14px;margin-bottom:15px}.price{font-size:12px;font-weight:500;color:#1d1d1f;margin-bottom:10px;margin-top:10px}.load-more-container{text-align:center;margin:30px 0}.load-more-button{padding:12px 24px;background-color:#007aff;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .2s;&:hover{background-color:#0056b3}}.no-results-container{display:flex;justify-content:center;align-items:center;flex-direction:column}.no-results{text-align:center;padding:30px;font-size:24px;color:#757575}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.8);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.7);box-shadow:0 8px 32px 0 rgba(31,38,135,.15),inset 0 0 32px hsla(0,0%,100%,.3)}.loading-message{margin-top:12px;color:#4a4a4a;font-size:16px;font-weight:500;text-align:center;line-height:1.4;max-width:200px;text-shadow:0 1px 1px hsla(0,0%,100%,.5)}.loading-time{color:#666;font-size:14px;font-weight:400;margin-top:4px;opacity:.8}.suggestions-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:2px solid #ff8c00;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000;max-height:400px;overflow-y:auto}.suggestion-item{padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background-color .2s}.suggestion-item:hover{background-color:rgba(255,140,0,.1)}.suggestion-item:not(:last-child){border-bottom:1px solid #eee}.suggestion-item svg{color:#ff8c00}@media (max-width:768px){.suggestions-dropdown{position:fixed;top:120px;left:16px;right:16px;border-radius:12px;max-height:calc(100vh - 140px)}}