:root{--bg-page: rgb(247, 248, 246);--text-primary: rgb(28, 33, 31);--text-muted: rgb(103, 112, 109);--surface-1: rgb(255, 255, 255);--surface-2: rgb(243, 246, 244);--border-color: rgb(216, 223, 220);--border-subtle: rgb(233, 237, 235);--accent: rgb(23, 119, 100);--accent-hover: rgba(23, 119, 100, .82);--accent-active: rgba(23, 119, 100, .64);--on-accent: rgb(255, 255, 255);--header-bg: rgb(22, 42, 36);--header-text: rgb(245, 247, 246);--header-search-bg: rgb(255, 255, 255);--header-search-text: rgb(28, 33, 31);--header-search-button-bg: rgb(226, 241, 236);--header-search-button-hover: rgb(211, 233, 226);--header-search-button-active: rgb(194, 223, 214);--button-secondary-bg: rgb(255, 255, 255);--button-secondary-hover: rgb(248, 250, 249);--button-secondary-active: rgb(239, 243, 241);--button-secondary-text: rgb(28, 33, 31);--focus-ring: rgb(23, 119, 100)}body[data-theme=dark]{--bg-page: rgb(17, 22, 24);--text-primary: rgb(230, 235, 233);--text-muted: rgb(155, 166, 163);--surface-1: rgb(28, 35, 38);--surface-2: rgb(34, 42, 45);--border-color: rgb(66, 76, 79);--border-subtle: rgb(49, 57, 60);--accent: rgb(61, 195, 172);--accent-hover: rgb(47, 174, 153);--accent-active: rgb(38, 149, 131);--on-accent: rgb(10, 19, 17);--header-bg: rgb(12, 17, 19);--header-text: rgb(236, 240, 239);--header-search-bg: rgb(38, 46, 49);--header-search-text: rgb(236, 240, 239);--header-search-button-bg: rgb(61, 195, 172);--header-search-button-hover: rgb(74, 210, 186);--header-search-button-active: rgb(47, 174, 153);--button-secondary-bg: rgb(45, 53, 57);--button-secondary-hover: rgb(54, 63, 67);--button-secondary-active: rgb(40, 47, 51);--button-secondary-text: rgb(236, 240, 239);--focus-ring: rgb(61, 195, 172)}body{font-family:Roboto,Arial;color:var(--text-primary);background-color:var(--bg-page);margin:0;transition:background-color .2s ease,color .2s ease}p{margin:0}button{font-size:14px;cursor:pointer}select{cursor:pointer}input,select,button{font-family:Roboto,Arial}.button-primary{color:var(--on-accent);background-color:var(--accent);border:1px solid transparent;border-radius:5px;cursor:pointer;box-shadow:0 2px 5px #00000040}.button-primary:hover{background-color:var(--accent-hover);border:1px solid transparent}.button-primary:active{background:var(--accent-active);border-color:transparent;box-shadow:none}.button-secondary{color:var(--button-secondary-text);background:var(--button-secondary-bg);border:1px solid var(--border-color);border-radius:5px;cursor:pointer;box-shadow:0 2px 5px #00000026}.button-secondary:hover{background-color:var(--button-secondary-hover)}.button-secondary:active{background-color:var(--button-secondary-active);box-shadow:none}.limit-text-to-2-lines{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-primary{color:var(--accent);cursor:pointer}.link-primary:hover{opacity:.75}.link-primary:active{opacity:.5}select{color:var(--text-primary);background-color:var(--surface-1);border:1px solid var(--border-color);border-radius:5px;padding:3px 5px;font-size:15px;cursor:pointer;box-shadow:0 1px 3px #00000026}select:focus,input:focus{outline:2px solid var(--focus-ring)}@keyframes ai-assistant-pulse{0%{box-shadow:0 0 color-mix(in srgb,var(--accent) 50%,transparent)}60%{box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 0%,transparent)}to{box-shadow:0 0 color-mix(in srgb,var(--accent) 0%,transparent)}}.ai-assistant{position:fixed;right:18px;bottom:calc(18px + env(safe-area-inset-bottom,0px));z-index:1200;display:flex;flex-direction:column;align-items:end;gap:12px;pointer-events:none}.ai-assistant-trigger{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0 16px;border-radius:999px;border:1.5px solid var(--accent);background:color-mix(in srgb,var(--accent) 10%,var(--surface-1));color:var(--accent);font-weight:800;box-shadow:0 12px 26px #0000002e;animation:ai-assistant-pulse 1.4s ease-out .8s 1;animation-fill-mode:backwards;pointer-events:auto}.ai-assistant-trigger:hover{background:var(--accent);color:#fff}.ai-assistant-trigger-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1}.ai-assistant-panel{width:min(360px,calc(100vw - 24px));max-height:min(620px,calc(100vh - 120px));display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:18px;background:var(--surface-1);box-shadow:0 18px 38px #0000002e;overflow:hidden;pointer-events:auto}.ai-assistant-body{flex:1;min-height:0;overflow:auto}.ai-assistant-panel-header{display:flex;align-items:start;justify-content:space-between;gap:12px;padding:16px 18px 14px;border-bottom:1px solid var(--border-subtle)}.ai-assistant-title{font-size:16px;font-weight:800}.ai-assistant-subtitle{margin-top:4px;color:var(--text-muted);font-size:12px;line-height:1.4}.ai-assistant-close{border:1px solid var(--border-color);background:var(--surface-2);color:var(--text-primary);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.ai-assistant-messages{display:flex;flex-direction:column;gap:12px;padding:16px 18px}.ai-assistant-message{max-width:88%;padding:12px 14px;border-radius:16px;line-height:1.5;font-size:14px}.ai-assistant-message-assistant{align-self:start;background:var(--surface-2);color:var(--text-primary)}.ai-assistant-message-user{align-self:end;background:var(--accent);color:var(--on-accent)}.ai-assistant-message-thinking{display:inline-flex;align-items:center;gap:6px;min-height:44px}.ai-assistant-thinking-dot{width:8px;height:8px;border-radius:999px;background:color-mix(in srgb,var(--accent) 70%,#fff);animation:ai-assistant-thinking 1.1s infinite ease-in-out}.ai-assistant-thinking-dot:nth-child(2){animation-delay:.15s}.ai-assistant-thinking-dot:nth-child(3){animation-delay:.3s}.ai-assistant-products{padding:0 18px 16px}.ai-assistant-products-title{margin-bottom:10px;font-size:12px;font-weight:800;letter-spacing:.06em;color:var(--text-muted);text-transform:uppercase}.ai-assistant-products-list{display:flex;flex-direction:column;gap:10px}.ai-assistant-product-card{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--border-subtle);border-radius:14px;background:var(--surface-2)}.ai-assistant-product-card img{width:52px;height:52px;object-fit:contain;border-radius:10px;background:var(--surface-1)}.ai-assistant-product-info{min-width:0;flex:1}.ai-assistant-product-name{font-size:13px;font-weight:700;line-height:1.35}.ai-assistant-product-price{margin-top:4px;font-size:13px;color:var(--accent);font-weight:800}.ai-assistant-product-action{min-width:96px;height:36px;padding:0 12px;flex-shrink:0;font-size:12px;font-weight:800}.ai-assistant-input-row{display:flex;gap:10px;padding:16px 18px 18px;border-top:1px solid var(--border-subtle)}.ai-assistant-input{flex:1;min-width:0;border:1px solid var(--border-color);border-radius:12px;background:var(--surface-2);color:var(--text-primary);padding:0 14px;height:44px}.ai-assistant-send{min-width:78px;height:44px;padding:0 16px;font-weight:800}.ai-assistant-send:disabled{opacity:.5;cursor:not-allowed}.ai-assistant-cart-error{padding:0 18px 16px;color:var(--color-danger, #b42318);font-size:12px;line-height:1.4}@keyframes ai-assistant-thinking{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-2px);opacity:1}}@media(max-width:575px){.ai-assistant{right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));left:12px;align-items:stretch}.ai-assistant-trigger{align-self:end;min-height:44px;padding:0 14px;font-size:13px}.ai-assistant-panel{width:100%;max-height:min(420px,70vh);border-radius:16px}.ai-assistant-panel-header{padding:14px 16px 12px}.ai-assistant-messages{padding:14px 16px;gap:10px}.ai-assistant-products{padding:0 16px 14px}.ai-assistant-input-row{padding:14px 16px 16px;gap:8px}.ai-assistant-input{height:40px;padding:0 12px}.ai-assistant-send{min-width:72px;height:40px;padding:0 14px;font-size:12px}.ai-assistant-product-card{align-items:flex-start}.ai-assistant-product-action{min-width:88px;height:34px;padding:0 10px;font-size:11px}}@keyframes ai-pulse{0%{box-shadow:0 0 color-mix(in srgb,var(--accent) 50%,transparent)}60%{box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 0%,transparent)}to{box-shadow:0 0 color-mix(in srgb,var(--accent) 0%,transparent)}}.header{background-color:var(--header-bg);color:var(--header-text);padding-left:15px;padding-right:15px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:60px}.header .left-section{width:208px}@media(max-width:800px){.header .left-section{width:unset}}.header .header-link{display:inline-block;padding:6px 9.5px;border-radius:2px;cursor:pointer;text-decoration:none;border:1px solid rgba(0,0,0,0)}.header .header-link:hover{border:1px solid var(--header-text)}.header .logo{height:28px;width:auto;display:block}.header .mobile-logo{display:none}@media(max-width:675px){.header .logo{display:none}.header .mobile-logo{display:block;height:28px;width:auto}}.header .middle-section{flex:1;min-width:0;max-width:850px;margin-left:10px;margin-right:10px;display:flex;align-items:center;position:relative}.header .search-bar{flex:1;width:0;font-size:16px;height:40px;box-sizing:border-box;padding-left:15px;padding-right:122px;border:1px solid var(--border-color);border-right:none;background-color:var(--header-search-bg);color:var(--header-search-text);border-radius:5px 0 0 5px}.header .search-bar::placeholder{color:color-mix(in srgb,var(--header-search-text) 68%,transparent);opacity:1}.header .ai-pill{position:absolute;right:50px;top:50%;transform:translateY(-50%);height:26px;padding:0 11px;border-radius:999px;border:1.5px solid var(--accent);background:transparent;color:var(--accent);font-size:11.5px;font-weight:800;letter-spacing:.06em;cursor:pointer;transition:background .15s,color .15s,border-color .15s,box-shadow .15s;white-space:nowrap;z-index:1;box-shadow:0 0 0 0 var(--accent);display:inline-flex;align-items:center;gap:5px;animation:ai-pulse 1.4s ease-out .8s 1;animation-fill-mode:backwards}.header .ai-pill-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;line-height:1;transform:translateY(0)}.header .ai-pill-label-short{display:none}.header .ai-pill:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.header .ai-pill.active{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 25%,transparent)}.header .ai-pill.active:hover{opacity:.88;color:#fff}.header .search-button{background-color:var(--header-search-button-bg);border:1px solid var(--border-color);border-left:none;width:45px;height:40px;box-sizing:border-box;border-top-right-radius:5px;border-bottom-right-radius:5px;flex-shrink:0}.header .search-button:hover{background-color:var(--header-search-button-hover)}.header .search-button:active{background-color:var(--header-search-button-active)}.header .search-icon{height:20px;margin:0;vertical-align:middle}.header .right-section{width:auto;flex-shrink:0;display:flex;justify-content:end;gap:8px}.header .orders-link{color:var(--header-text);display:flex;align-items:center;padding-left:13px;padding-right:13px}.header .orders-link.active{text-decoration:underline}.header .orders-text{display:block;font-size:15px;font-weight:700}.header .cart-link{color:var(--header-text);display:flex;align-items:center;position:relative}.header .cart-icon{width:38px}.header .cart-text{margin-left:5px;font-size:15px;font-weight:700}.header .cart-quantity{color:var(--header-bg);font-size:14px;font-weight:700;position:absolute;top:8.5px;right:46px;width:26px;text-align:center}.header .theme-toggle-button{position:fixed;left:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:1100;border:1px solid rgba(255,255,255,.22);background-color:#f7f8f6b8;color:var(--text-primary);border-radius:999px;min-width:62px;min-height:44px;padding:0 16px;font-weight:700;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 10px 24px #0000002e}.header .theme-toggle-button:hover{background-color:#f7f8f6db}.header .theme-toggle-button:active{background-color:#eff3f1eb}body[data-theme=dark] .header .theme-toggle-button{border-color:#ecf0ef24;background-color:#181f22b3;color:var(--header-text)}body[data-theme=dark] .header .theme-toggle-button:hover{background-color:#1f282cd1}body[data-theme=dark] .header .theme-toggle-button:active{background-color:#273135e6}@media(max-width:800px){.header .search-bar::placeholder{font-size:12px}}@media(max-width:575px){.header{padding-left:8px;padding-right:8px}.header .middle-section{margin-left:3px;margin-right:3px}.header .mobile-logo{height:24px}.header .search-bar{height:34px;padding-left:10px;padding-right:46px;font-size:13px}.header .search-bar::placeholder{font-size:10.5px;letter-spacing:-.01em;color:color-mix(in srgb,var(--header-search-text) 78%,transparent)}.header .ai-pill{right:42px;height:22px;padding:0 5px;font-size:8.5px;border-width:1.5px;gap:2px}.header .ai-pill-icon{width:11px;height:11px;font-size:9px;transform:translateY(0)}.header .ai-pill-label-full{display:none}.header .ai-pill-label-short{display:inline}.header .search-button{width:36px;height:34px}.header .search-icon{height:16px}.header .right-section{gap:0}.header .orders-link,.header .cart-link{padding-left:4px;padding-right:4px}.header .orders-text{display:block;font-size:12px;font-weight:700}.header .cart-text{margin-left:3px;font-size:12px}.header .cart-icon{width:30px}.header .cart-quantity{top:9px;right:31px;width:22px;font-size:12px}.header .theme-toggle-button{left:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));min-width:58px;min-height:42px;padding:0 14px;font-size:13px}}.home-page{margin-top:80px}.home-page .products-grid{display:grid;grid-template-columns:repeat(8,1fr)}@media(max-width:2000px){.home-page .products-grid{grid-template-columns:repeat(7,1fr)}}@media(max-width:1600px){.home-page .products-grid{grid-template-columns:repeat(6,1fr)}}@media(max-width:1300px){.home-page .products-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:1000px){.home-page .products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.home-page .products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:575px){.home-page .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:450px){.home-page .products-grid{grid-template-columns:1fr}}.home-page .product-container{padding:40px 25px 25px;border-right:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);display:flex;flex-direction:column}.home-page .product-image-container{display:flex;justify-content:center;align-items:center;height:180px;margin-bottom:20px}.home-page .product-image{max-width:100%;max-height:100%;border-radius:5px}.home-page .product-name{height:40px;margin-bottom:5px}.home-page .product-rating-container{display:flex;align-items:center;margin-bottom:10px}.home-page .product-rating-stars{width:100px;margin-right:6px}.home-page .product-rating-count{color:var(--accent);cursor:auto;margin-top:3px}.home-page .product-price{font-weight:700;margin-bottom:10px}.home-page .product-quantity-container{margin-bottom:17px}.home-page .product-spacer{flex:1}.home-page .added-to-cart{color:var(--accent);font-size:16px;display:flex;align-items:center;margin-bottom:8px;opacity:0}.home-page .added-to-cart img{height:19px;margin-right:6px}.home-page .add-to-cart-button{width:100%;padding:8px;height:34px;margin-top:1px}.home-page .ai-status-text{margin:0 24px 14px;padding:16px 18px;border:1px solid var(--border-color);border-radius:12px;background-color:var(--surface-2);color:var(--text-primary);font-size:15px;font-weight:600;line-height:1.5}.home-page .ai-status-info{border-color:color-mix(in srgb,var(--accent) 20%,var(--border-color));background-color:color-mix(in srgb,var(--accent) 6%,var(--surface-2))}.home-page .ai-status-empty{border-color:var(--border-color);background-color:var(--surface-2)}.home-page .ai-status-warning{border-color:color-mix(in srgb,rgb(214,118,46) 35%,var(--border-color));background-color:color-mix(in srgb,rgb(214,118,46) 10%,var(--surface-2));color:color-mix(in srgb,rgb(214,118,46) 78%,var(--text-primary))}.home-page .ai-results-banner{margin:0 24px 12px;padding:10px 14px;border:1px solid color-mix(in srgb,var(--accent) 25%,transparent);border-radius:10px;background-color:color-mix(in srgb,var(--accent) 8%,var(--surface-1));color:var(--text-primary);font-size:13px;font-weight:700;letter-spacing:.01em}.checkout-header{height:60px;padding-left:30px;padding-right:30px;background-color:var(--surface-1);color:var(--text-primary);display:flex;justify-content:center;position:fixed;top:0;left:0;right:0;z-index:1000}.checkout-header .header-content{width:100%;max-width:1100px;display:flex;align-items:center}.checkout-header .checkout-header-left-section{width:200px}.checkout-header .logo{height:28px;width:auto;display:block}.checkout-header .mobile-logo{display:none}@media(max-width:575px){.checkout-header .checkout-header-left-section{width:auto}.checkout-header .logo{display:none}.checkout-header .mobile-logo{display:inline-block;height:28px;width:auto}}.checkout-header .checkout-header-middle-section{flex:1;flex-shrink:0;text-align:center;font-size:22px;font-weight:500;display:flex;justify-content:center}.checkout-header .return-to-home-link{color:var(--accent);text-decoration:none;cursor:pointer}@media(max-width:1000px){.checkout-header .checkout-header-middle-section{font-size:20px;margin-right:60px}.checkout-header .return-to-home-link{font-size:20px}}@media(max-width:575px){.checkout-header .checkout-header-middle-section{margin-right:5px}}.checkout-header .checkout-header-right-section{text-align:right;width:200px;display:flex;align-items:center;justify-content:end;gap:10px}.checkout-header .checkout-header-right-section img{height:32px}.checkout-header .theme-toggle-button{position:fixed;left:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:1100;border:1px solid rgba(255,255,255,.18);background-color:#ffffff80;color:var(--text-primary);border-radius:999px;min-width:62px;min-height:44px;padding:0 16px;font-weight:700;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 10px 24px #0000002e}.checkout-header .theme-toggle-button:hover{background-color:#ffffff9e}.checkout-header .theme-toggle-button:active{background-color:#ffffffb8}body[data-theme=dark] .checkout-header .theme-toggle-button{border-color:#ffffff1f;background-color:#11182094;color:var(--header-text)}body[data-theme=dark] .checkout-header .theme-toggle-button:hover{background-color:#1b252fb8}body[data-theme=dark] .checkout-header .theme-toggle-button:active{background-color:#24303cd6}@media(max-width:1000px){.checkout-header .checkout-header-right-section{width:auto}}@media(max-width:575px){.checkout-header .theme-toggle-button{left:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));min-width:58px;min-height:42px;padding:0 14px;font-size:13px}}.checkout-page{max-width:1100px;padding-left:30px;padding-right:30px;margin:140px auto 100px}.checkout-page .page-title{font-weight:700;font-size:22px;margin-bottom:18px}.checkout-page .checkout-grid{display:grid;grid-template-columns:1fr 350px;column-gap:12px;align-items:start}@media(max-width:1000px){.checkout-page{padding-left:16px;padding-right:16px;margin-top:100px}.checkout-page .main{max-width:500px}.checkout-page .checkout-grid{grid-template-columns:1fr}}.checkout-page .cart-item-container,.checkout-page .payment-summary{border:1px solid var(--border-color);background-color:var(--surface-1);border-radius:4px;padding:18px}.checkout-page .cart-item-container{margin-bottom:12px}.checkout-page .payment-summary{padding-bottom:5px}@media(max-width:1000px){.checkout-page .payment-summary{grid-row:1;margin-bottom:12px}}.checkout-page .delivery-date{color:var(--accent);font-weight:700;font-size:19px;margin-top:5px;margin-bottom:22px}.checkout-page .cart-item-details-grid{display:grid;grid-template-columns:100px 1fr 1fr;column-gap:25px}@media(max-width:1000px){.checkout-page .cart-item-details-grid{grid-template-columns:100px 1fr;row-gap:30px}}@media(max-width:600px){.checkout-page{padding-left:12px;padding-right:12px}.checkout-page .checkout-grid{width:100%}.checkout-page .cart-item-details-grid{grid-template-columns:80px 1fr;column-gap:12px}}.checkout-page .product-image{max-width:100%;max-height:120px;margin-left:auto;margin-right:auto}.checkout-page .product-name{font-weight:700;margin-bottom:8px}.checkout-page .product-price{font-weight:700;margin-bottom:5px}.checkout-page .product-quantity .link-primary{margin-left:3px}@media(max-width:1000px){.checkout-page .delivery-options{grid-column:1 / span 2}}.checkout-page .delivery-options-title{font-weight:700;margin-bottom:10px}.checkout-page .delivery-option{display:grid;grid-template-columns:24px 1fr;margin-bottom:12px;cursor:pointer}.checkout-page .delivery-option-input{margin:3px 5px 0 0;cursor:pointer}.checkout-page .delivery-option-date{font-weight:500;margin-bottom:3px}.checkout-page .delivery-option-price{color:var(--text-muted);font-size:15px}.checkout-page .payment-summary-title{font-weight:700;font-size:18px;margin-bottom:12px}.checkout-page .payment-summary-row{display:grid;grid-template-columns:1fr auto;font-size:15px;margin-bottom:9px}.checkout-page .payment-summary-money{text-align:right}.checkout-page .subtotal-row .payment-summary-money{border-top:1px solid var(--border-color)}.checkout-page .subtotal-row div{padding-top:9px}.checkout-page .total-row{color:var(--accent);font-weight:700;font-size:18px;border-top:1px solid var(--border-color);padding-top:18px}.checkout-page .place-order-button{width:100%;padding-top:12px;padding-bottom:12px;border-radius:5px;margin-top:20px;margin-bottom:19px}.checkout-page .quantity-input{width:50px}.orders-page{max-width:850px;padding-left:20px;padding-right:20px;margin:90px auto 100px}.orders-page .page-title{font-weight:700;font-size:26px;margin-bottom:25px}.orders-page .orders-grid{display:grid;grid-template-columns:1fr;row-gap:50px}.orders-page .order-header{background-color:var(--surface-1);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:20px 25px;border-top-left-radius:5px;border-top-right-radius:5px}.orders-page .order-header-left-section{display:flex;flex-shrink:0}.orders-page .order-header-label{font-weight:700}.orders-page .order-date,.orders-page .order-total{margin-right:45px}.orders-page .order-header-right-section{flex-shrink:1}@media(max-width:575px){.orders-page .order-header{flex-direction:column;align-items:start;line-height:23px;padding:15px}.orders-page .order-header-left-section{flex-direction:column}.orders-page .order-header-label{margin-right:5px}.orders-page .order-date,.orders-page .order-total{display:grid;grid-template-columns:auto 1fr;margin-right:0}.orders-page .order-header-right-section{display:grid;grid-template-columns:auto 1fr}}.orders-page .order-details-grid{padding:40px 25px;border:1px solid var(--border-color);border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:grid;grid-template-columns:110px 1fr 220px;column-gap:35px;row-gap:60px;align-items:center}@media(max-width:800px){.orders-page .order-details-grid{grid-template-columns:110px 1fr;row-gap:0;padding-bottom:8px}}@media(max-width:450px){.orders-page .order-details-grid{grid-template-columns:1fr}}.orders-page .product-image-container{text-align:center}.orders-page .product-image-container img{max-width:110px;max-height:110px}.orders-page .product-name{font-weight:700;margin-bottom:5px}.orders-page .product-delivery-date{margin-bottom:3px}.orders-page .product-quantity{margin-bottom:8px}.orders-page .buy-again-button{font-size:14px;width:140px;height:36px;border-radius:5px;display:flex;align-items:center;justify-content:center}.orders-page .buy-again-icon{width:20px;margin-right:10px}.orders-page .product-actions{align-self:start}.orders-page .track-package-button{width:100%;font-size:14px;padding:8px}@media(max-width:800px){.orders-page .buy-again-button{margin-bottom:10px}.orders-page .product-actions{grid-column:2;margin-bottom:30px}.orders-page .track-package-button{width:140px}}@media(max-width:450px){.orders-page .product-image-container{text-align:center;margin-bottom:25px}.orders-page .product-image-container img{max-width:150px;max-height:150px}.orders-page .product-name{margin-bottom:10px}.orders-page .product-quantity{margin-bottom:15px}.orders-page .buy-again-button{width:100%;margin-bottom:15px}.orders-page .product-actions{grid-column:auto;margin-bottom:70px}.orders-page .track-package-button{width:100%;padding:12px}}.tracking-page{max-width:850px;padding-left:30px;padding-right:30px;margin:90px auto 100px}.tracking-page .back-to-orders-link{display:inline-block;margin-bottom:30px}.tracking-page .delivery-date{font-size:25px;font-weight:700;margin-bottom:10px}.tracking-page .product-info{margin-bottom:3px}.tracking-page .product-image{max-width:150px;max-height:150px;margin-top:25px;margin-bottom:50px}.tracking-page .progress-labels-container{display:flex;justify-content:space-between;font-size:20px;font-weight:500;margin-bottom:15px}.tracking-page .current-status{color:var(--accent)}@media(max-width:575px){.tracking-page .progress-labels-container{font-size:16px}}@media(max-width:450px){.tracking-page .progress-labels-container{flex-direction:column;margin-bottom:5px}.tracking-page .progress-label{margin-bottom:3px}}.tracking-page .progress-bar-container{height:25px;width:100%;border:1px solid var(--border-color);border-radius:50px;overflow:hidden}.tracking-page .progress-bar{height:100%;background-color:var(--accent);border-radius:50px;width:50%}.not-found-message{margin-top:250px;text-align:center;font-size:24px;color:var(--text-muted)}
