.navbar{width:100vw;height:75px;background:#454e50;position:sticky;padding:calc(1rem + env(safe-area-inset-top)) 0rem .75rem 0;top:0;z-index:100}.navbar-content{display:flex;align-items:center;justify-content:center;position:relative}.navbar-logo{display:flex;justify-content:center;padding-top:5px;padding-bottom:10px;cursor:pointer}.navbar-logo img{height:45px;max-width:120px}.navbar-menu{position:absolute;right:calc(1rem + env(safe-area-inset-right));top:50%;transform:translateY(-50%)}.navbar-fullscreen-dropdown{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#222222fa;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateY(-100%);transition:transform .4s cubic-bezier(.77,0,.18,1);opacity:0;pointer-events:none;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.navbar-fullscreen-dropdown.open{transform:translateY(0);opacity:1;pointer-events:auto}.navbar-close{position:absolute;top:calc(2rem + env(safe-area-inset-top));right:calc(2rem + env(safe-area-inset-right));background:none;border:none;border-radius:8px;color:#ffb803;font-size:2.5rem;cursor:pointer;z-index:101}.navbar-fullscreen-items{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 env(safe-area-inset-left) 0 env(safe-area-inset-right)}.navbar-dropdown-item{display:flex;align-items:center;gap:1rem;border:none;text-align:left}.navbar-fullscreen-dropdown .navbar-dropdown-item{font-size:1rem;color:#dedede;background:none;border:none;text-align:center;width:100%;cursor:pointer;padding:1rem 0;text-decoration:none;transition:color .2s}.navbar-fullscreen-dropdown .navbar-dropdown-item:hover{color:#ffb803}.navbar-dropdown-icon{width:35px;height:35px;flex-shrink:0}.navbar-logout{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-family:inherit;border:none;background:none;color:#dedede;font-size:1rem}.navbar-logout:hover{color:#ffb803;background:none}@media (min-width: 992px){.navbar{padding:1rem 0;height:85px}.navbar-fullscreen-dropdown{width:360px;height:100vh;top:0;right:0;left:auto;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) 0}.navbar-content{padding:0rem 1rem;justify-content:space-between}.navbar-logo{justify-content:flex-start}.navbar-menu{position:static;transform:none;margin-left:auto;margin-right:calc(1rem + env(safe-area-inset-right))}.navbar-close{top:calc(2rem + env(safe-area-inset-top));right:calc(2rem + env(safe-area-inset-right))}.navbar-fullscreen-items{padding:0 env(safe-area-inset-right) 0 0}}.appnav-bar{display:flex;justify-content:space-around;align-items:center;background:#454e50;padding:1rem 0;position:sticky;bottom:0;z-index:50}.appnav-icon{display:flex;flex-direction:column;align-items:center;color:#dedede;text-decoration:none;font-size:.75rem;gap:.25rem;background:none;border:none;cursor:pointer}.appnav-bar button{background:none;border:none;cursor:pointer;color:#dedede;font-size:.75rem;text-decoration:none;font-family:inherit}.appnav-icon:hover{color:#ffb803}.appnav-icons{width:40px;height:40px}.cart-item-count{color:#ffb803}@media (min-width: 992px){.appnav-bar{display:none}}.products-list{display:grid;grid-template-columns:repeat(1,1fr);list-style:none;padding:0;margin:0;box-sizing:border-box}.product-detail-error,.product-detail-empty{min-height:100vh;padding:1rem}.products-list-item{padding:0;margin:0;box-sizing:border-box}.product-card{width:100%;text-align:left;background:#222;color:#dedede;border:1px solid rgba(255,184,3,.08);border-radius:8px;padding:.75rem;display:flex;gap:.75rem;align-items:center;cursor:pointer;box-sizing:border-box;margin-bottom:.5rem}.product-card:hover{border-color:#ffb80338;transform:translateY(-3px);transition:transform .15s ease,border-color .15s ease}.product-thumb{width:80px;height:80px;object-fit:cover;border-radius:6px;flex-shrink:0}.product-card-body{display:flex;flex-direction:column;justify-content:center;gap:.25rem}.products-category-title{font-size:1rem}.product-card-name{font-size:.75rem;font-weight:600;color:#fff}.product-card-price{font-size:1.25rem;color:#ffb803;font-weight:700}.brand-title{font-size:.875rem;font-weight:700;color:#ffb803;margin-bottom:1rem}.product-detail-page{padding:1rem;max-width:1100px;margin:0 auto;box-sizing:border-box;min-height:100vh}.product-detail-back{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#ffb803;font-size:1rem;margin-bottom:1rem;gap:.5rem;cursor:pointer}.product-detail-grid{display:grid;flex-direction:column;gap:1rem;align-items:start}.product-detail-image{width:100%;height:auto;border-radius:8px;object-fit:cover;box-shadow:0 8px 20px #1010101a;transition:box-shadow .18s ease,transform .18s ease}.product-detail-image:hover{box-shadow:0 14px 36px #10101024;transform:translateY(-2px)}.product-modal-title{font-size:1rem;font-weight:700}.product-modal-subtext .link-button{font-size:.875rem;color:#ffb803;background:none;border:none;font-family:inherit;cursor:pointer}.product-modal-subtext .link-button:hover,.product-modal-subtext .link-button:focus{color:#191919}.product-modal-description{font-size:.75rem}.product-modal-subtext strong{color:#454e50}.product-modal-price{color:#ffb803;font-size:1.5rem;font-weight:700}.product-detail-info{color:#454e50}.product-detail-actions{text-align:center}.decrease-qty,.increase-qty,.remove-from-cart{border:none;border-radius:5px;background:#191919;color:#ffb803;padding:.5rem 1rem;font-family:inherit;margin-left:.4rem}.decrease-qty:hover,.increase-qty:hover,.remove-from-cart:hover,.decrease-qty:focus,.increase-qty:focus,.remove-from-cart:focus{background:#ffb803;color:#191919;transition:background .3s ease,color .3s ease}.add-to-cart{border:none;border-radius:5px;background:#191919;color:#ffb803;padding:.5rem 1rem;font-family:inherit;margin-left:.4rem}.product-card{position:relative;overflow:visible}.product-card-media{position:relative}.favorite-btn{position:absolute;top:8px;right:8px;background:#212529db;border-radius:8px;border:none;padding:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.favorite-btn svg{display:block}.favorite-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #1010101f}.favorite-btn.favorited{background:#fffaed}.favorite-btn.favorited svg{fill:#ffb803;stroke:none}.suggested-products-section{margin-top:1rem;padding-top:.5rem;border-top:1px solid #333}.suggested-products-section h2{color:#ffb803;margin-bottom:1.5rem;text-align:center;font-size:1.5rem}.suggested-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;margin:0 auto}@media (min-width: 992px){.product-thumb{width:150px;height:150px}.product-card{width:200px;min-height:270px;max-height:270px;flex-direction:column}.product-card-name{font-size:.6rem}.product-card-price{font-size:1rem}.product-detail-page{max-width:100vw}.product-detail-grid{display:flex;flex-direction:row}.product-detail-image{width:350px;height:350px}.suggested-products-grid,.related-products-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}}.homepage-container{display:flex;flex-direction:column;margin:0 auto;min-height:calc(100vh - 64px);box-sizing:border-box;align-items:stretch;max-width:100vw}.homepage-appbanner{width:100%;max-height:320px;object-fit:cover;display:block;margin-bottom:.5rem;height:auto}.user-welcome-text{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;color:#ffb803;max-width:100%;word-break:break-word;overflow-wrap:break-word}.headertext{font-weight:700;margin:1rem 0;text-align:center;color:#ffb803}.brands-section{gap:1rem}.brands-section{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;align-items:center;justify-items:center}.category-image,.brand-logo{width:75px;height:75px}.ExploreText{text-align:center;font-size:1rem;text-decoration:none;color:#ffb803;font-weight:600;margin-top:1rem;cursor:pointer}.ExploreText:hover{color:#191919}.suggestion-icon{padding:1rem;border-radius:75%}.category-label,.category-item{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.75rem}.products-section{width:100%;padding:1rem;margin:0;box-sizing:border-box;min-width:0}.products-section-title{color:#ffb803;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.products-category-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.ExploreLinkContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem}.homepage-searchbar{position:relative;width:100%;min-width:100vw;padding:1rem;background:#454e50;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.homepage-search-input{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid #FFB803;font-size:1.1rem;background:#222;color:#f8f9fa;box-sizing:border-box}.category-icon-home{width:30px;height:35px}.homepage-category-toggle-wrapper{display:flex;justify-content:flex-start}.homepage-category-toggle{display:flex;align-items:center;margin-top:.5rem;gap:.5rem;background:none;border:none;color:#ffb803;font-weight:600;cursor:pointer;padding:0;font-size:.95rem}.homepage-category-toggle:hover{color:#ffb803;background:none}.homepage-category-dropdown{position:absolute;left:50%;transform:translate(-50%);top:calc(100% + 0rem);width:calc(100% - 2rem);max-width:860px;background:#2b2b2b;border-radius:5px;box-shadow:0 8px 24px #00000059;overflow:hidden;max-height:0;opacity:0;transition:max-height .36s cubic-bezier(.22,.9,.29,1),opacity .26s ease;z-index:30}.homepage-category-dropdown.open{max-height:fit-content;opacity:1;padding:.5rem}.homepage-category-dropdown ul{list-style:none;margin:0;padding:.25rem;display:flex;flex-direction:column;gap:.6rem;justify-content:center}.homepage-category-item{background:#262626;color:#f8f9fa;padding:.5rem .9rem;border-radius:8px;cursor:pointer;font-size:.95rem;transition:background .15s,color .15s,transform .08s}.homepage-category-item:hover{background:#262626;color:#ffb803;transform:translateY(-2px)}.product-request-section{margin:3rem 0 2rem;padding:2rem 1rem;border-top:1px solid #333;text-align:center}.request-title{color:#ffb803;font-size:1.5rem;margin-bottom:.5rem}.request-subtitle{color:#aaa;font-size:.95rem;margin-bottom:1.5rem}.request-form{max-width:600px;margin:0 auto}.request-input-group{display:flex;gap:.5rem}.request-input{flex:1;padding:.75rem 1rem;border-radius:8px;border:1px solid #333;background-color:#222;color:#fff;font-size:1rem}.request-input:focus{outline:none;border-color:#ffb803;box-shadow:0 0 0 2px #ffb80333}.request-button{padding:0 1.5rem;background-color:#ffb803;color:#191919;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.request-button:hover{background-color:#e0a400}.request-button:disabled{background-color:#665227;cursor:not-allowed}.request-status{margin-top:.75rem;padding:.5rem;border-radius:4px;font-size:.9rem;animation:fadeIn .3s ease-in}.request-status.success{background-color:#4caf5033;color:#4caf50}.request-status.error{background-color:#f4433633;color:#f44336}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 600px){.request-input-group{flex-direction:column}.request-button{width:100%;padding:.75rem}}@media (min-width: 992px){.products-list{display:flex;flex-wrap:wrap;justify-content:start;gap:.5rem}.homepage-searchbar{padding:.5rem 1rem}.ExploreLinkContainer{display:none}.homepage-search-input{max-width:600px}.brands-section{grid-template-columns:repeat(6,1fr)}.homepage-appbanner{display:none}}.cart-container,.checkout-page,.order-confirmation-wrapper,.shared-cart-page{min-height:100vh;max-width:100vw}.shared-cart-page h1{text-align:center;color:#ffb803}.shared-cart-page{padding:0rem 1rem}.shared-item-meta{margin-top:.5rem;margin-bottom:1rem}.favorites-section,.cart-section,.order-confirmation-content{padding:0rem 1rem}.favorites-list,.cart-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.favorites-item,.cart-item{display:flex;flex-direction:column}.cart-item-details{display:flex;align-items:center;justify-content:space-between;gap:8px}.cart-item-action,.checkout-btn,.clearcart-btn,.sharecart-btn,.share-button{border:none;border-radius:5px;background:#191919;color:#ffb803;padding:.5rem 1rem;font-family:inherit;margin-left:.4rem}.checkout-btn,.clearcart-btn{font-size:1.125rem;padding:.75rem 1rem;background-color:#ffb803;color:#191919;transition:background .3s ease,color .3s ease}.checkout-btn:hover,.clearcart-btn:hover,.checkout-btn:focus,.clearcart-btn:focus{background:#191919;color:#ffb803}.cart-item-action:hover,.cart-item-action:focus,.sharecart-btn:hover,.sharecart-btn:focus,.share-button:hover,.share-button:focus{background:#ffb803;color:#191919}.sharecart-btn{height:50px;cursor:pointer}.share-link-block{display:flex;flex-direction:column;align-items:center}.share-link-input{width:80%;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:5px;margin-top:.5rem}.share-link-btns{display:flex;margin-top:.5rem}.cart-section h2{text-align:center;font-size:1.5rem;color:#ffb803}.shared-actions{display:flex;flex-direction:column;justify-content:center;gap:1rem;text-align:center;margin-bottom:1rem}.cart-summary{display:flex;flex-direction:column;margin-top:2rem;gap:12px}.cart-summary-total{font-size:1.5rem;font-weight:900;color:#ffb803;text-align:center}.empty-cart-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.favorites-remove{width:50%;border:none;background:#ffb803;color:#191919;padding:6px 10px;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.75rem}.favorites-remove:hover{background:#ffb803;color:#191919}.checkout-page h1{text-align:center;color:#ffb803}.checkout-items h2,.checkout-form h2,.order-details-section h2{text-align:center}.checkout-list,.checkout-item,.billing-summary{margin:0 auto;padding:.5rem}.money-back-summary{margin:1rem 0;padding:1rem;background:linear-gradient(135deg,#212121,#2a2a2a);border-radius:10px;box-shadow:0 4px 12px #ffb80333}.money-back-summary h3{text-align:center;color:#ffb803;margin-bottom:.75rem}.money-back-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.money-back-header{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.money-back-icon{width:32px;height:32px}.money-back-button{display:flex;align-items:center;justify-content:center;background-color:#ffb803;color:#212121;border:2px solid #FFB803;gap:8px;border-radius:8px;cursor:pointer;transition:all .3s ease;padding:.75rem 1rem;font-family:inherit;font-weight:700;font-size:.875rem;flex:1;box-shadow:0 2px 6px #ffb8034d;max-height:50px}.money-back-button:hover:not(:disabled){background:#212121;color:#ffb803;border-color:#ffb803;transform:translateY(-2px);box-shadow:0 4px 12px #ffb80366}.money-back-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.money-back-button img{width:28px;height:28px}.money-back-amount{background:linear-gradient(135deg,#212529,#212121);color:#ffb803;padding:.75rem 1rem;font-size:1rem;font-weight:900;border-radius:8px;flex:1;margin:0;text-align:center;box-shadow:0 2px 6px #0003;border:2px solid #212121;display:flex;align-items:center;justify-content:center;max-height:50px}.discount-applied-info{margin-top:.75rem;padding:.75rem;background:#4caf501a;border-left:4px solid #4caf50;border-radius:6px}.discount-applied-info p{margin:0 0 .25rem;color:#4caf50;font-weight:700;font-size:.95rem}.discount-applied-info small{color:#ffb803;font-size:.75rem;font-weight:500}.discount-deduction{margin:.75rem 0;padding:.75rem;background:linear-gradient(135deg,#4caf50,#66bb6a);border-radius:8px;color:#fff;font-weight:700;text-align:center;font-size:1rem;box-shadow:0 2px 6px #4caf504d}.total-bill,.cost-row.total{margin-top:.5rem;font-size:1.5rem;font-weight:900;color:#ffb803;text-align:center}.checkout-form{margin:0 auto;padding:.5rem;display:flex;flex-direction:column}.checkout-form label{text-align:center;padding:.5rem 0rem}.checkout-form input{width:100%;max-width:520px;box-sizing:border-box;border:1px solid #dee2e6;border-radius:8px;background-color:#f8f9fa;padding:.9rem .75rem;font-size:1.125rem;color:#212529;outline:none}.checkout-form input:focus{box-shadow:0 0 0 3px #ffb8031f;border-color:#ffb80399}.checkout-actions{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.place-order-button,.cancel-button{background-color:#212529;color:#ffb803;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s,color .3s;padding:.75rem .5rem;font-family:inherit;font-weight:700;font-size:large}.continue-shopping-btn:hover,.view-orders-button:hover,.continue-shopping-btn:focus,.view-orders-button:focus{background:#ffb803;color:#212529}.continue-shopping-btn,.view-orders-button{display:inline-block;background-color:#212529;color:#ffb803;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s,color .3s;padding:.75rem .5rem;font-family:inherit;font-weight:700;font-size:large;text-decoration:none;text-align:center}.place-order-button:hover,.cancel-button:hover,.place-order-button:focus,.cancel-button:focus,.continue-shopping-btn:hover,.view-orders-button:hover,.continue-shopping-btn:focus,.view-orders-button:focus{background:#ffb803;color:#212529}.order-confirmation-wrapper h1{text-align:center;color:#ffb803}.order-actions{display:flex;flex-direction:column;justify-content:center;gap:1rem;text-align:center;margin-bottom:1rem}.shop-link{text-decoration:none;color:#ffb803}.continue-shopping-btn,.view-orders-button,.shop-link{text-decoration:none;font-size:1.125rem}.continue-shopping-btn:hover,.view-orders-button:hover,.continue-shopping-btn:focus,.view-orders-button:focus,.shop-link:focus,.shop-link:hover{color:#ffb803}.error-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:50%;padding:1rem .5rem}.redirect-button{text-decoration:none;color:#ffb803}.redirect-button:focus,.redirect-button:hover{font-size:1.125rem}.product-image{width:100px;height:auto}.payfast-information{font-size:.875rem;text-align:center;margin-top:1rem;color:#6c757d}.payfast-logos{display:flex;justify-content:center;gap:1rem;margin-bottom:.5rem}.payfast-logo,.instanteft-logo{width:100px;height:auto;margin-top:.5rem}.shared-items-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;align-items:start;margin-top:1rem}.shared-item{background:#1f1f1f;border-radius:8px;padding:.75rem;box-shadow:0 2px 6px #00000040}.shared-item-card{display:flex;flex-direction:column;gap:.5rem;align-items:center}.shared-item-left{display:flex;flex-direction:column;gap:.25rem}.shared-item-title{font-weight:700;color:#ffb803}.shared-item-meta{color:#ddd;font-size:.9rem}.shared-actions{margin-top:.5rem}.shared-item .product-card{width:100%;max-width:320px}@media (min-width: 992px){.cart-container{margin:0 auto;display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start}.cart-section{max-width:50vw;min-width:50vw}.cart-item{align-items:center}.cart-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.favorites-list{display:flex;flex-wrap:wrap;gap:1.5rem}.cart-item-details{font-size:.75rem}.cart-item-action{font-size:.75rem;padding:.5rem}.checkout-list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.billing-summary,.order-costs{text-align:center}.checkout-form{max-width:600px;margin:0 auto;padding:1rem;gap:1rem;display:flex;flex-direction:column;align-items:center}.checkout-form input{max-width:500px}.place-order-button,.cancel-button{width:300px;margin:0 auto}.order-date{text-align:start}.order-items-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.continue-shopping-btn,.view-orders-button{width:300px;margin:0 auto;display:block;color:#ffb803}.continue-shopping-btn:hover,.view-orders-button:hover,.continue-shopping-btn:focus,.view-orders-button:focus{background:#ffb803;color:#212529}.shared-items-list{grid-template-columns:repeat(4,1fr);gap:1.5rem}.shared-item{padding:1rem}.shared-item .product-card{max-width:none}.shared-cart-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}}.messages-page{margin:0 auto;padding:0;min-height:100vh}.messages-header{display:grid;grid-template-columns:1fr 1fr;background:#454e50;padding:1rem .5rem}.tab-button{padding:12px 20px;background:transparent;border:none;font-size:16px;font-weight:500;cursor:pointer;position:relative;color:#dedede}.tab-button:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background:transparent}.tab-button.active{font-weight:600}.messages-content{min-height:300px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;color:#666}.empty-state img{opacity:.7;margin-bottom:20px}.empty-state h3{margin:10px 0;font-weight:500}.empty-state p{margin-top:0}.messages-login-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px}.login-button{display:inline-block;margin-top:20px;padding:12px 24px;background-color:#212529;color:#ffb803;text-decoration:none;border-radius:8px;font-weight:500;transition:all .2s ease}.login-button:hover{background-color:#ffb803;color:#212529}.messages-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner{border:4px solid rgba(255,184,3,.3);border-radius:50%;border-top:4px solid #FFB803;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message-item,.notification-item{flex-direction:column;padding:15px;border-bottom:1px solid #eee;display:flex;align-items:flex-start}.message-item,.notification-item{padding:18px;margin-bottom:15px;border-radius:10px;background:#fff;box-shadow:0 2px 10px #0000000d;position:relative;cursor:pointer;transition:transform .2s,box-shadow .2s;border-left:4px solid transparent}.message-item:hover,.notification-item:hover{box-shadow:0 4px 15px #00000014}.message-item.unread,.notification-item.unread{border-left-color:#ffb803}.message-header,.notification-header{display:flex;justify-content:space-between;margin-bottom:8px}.message-sender,.notification-sender{font-weight:600;color:#212529}.message-date,.notification-date{color:#777;font-size:.8rem}.message-title,.notification-title{font-weight:600;font-size:1.1rem;margin-bottom:8px;color:#212529}.message-body,.notification-body{color:#444;line-height:1.5;margin-bottom:10px}.message-image-container,.notification-image-container{margin:10px 0;border-radius:8px;overflow:hidden;max-height:200px;aspect-ratio:16 / 9;width:100%}.message-image,.notification-image{display:block;width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center}.unread-indicator{position:absolute;top:18px;right:18px;width:10px;height:10px;border-radius:50%;background:#ffb803}.view-order-btn{border:none;background:#191919;color:#ffb803;font-family:inherit;padding:.5rem;border-radius:8px}@supports not (aspect-ratio: 1/1){.message-image-container,.notification-image-container{max-height:200px}.message-image,.notification-image{width:100%;height:auto}}@media screen and (max-width: 600px){.message-image-container,.notification-image-container{aspect-ratio:4 / 3;max-height:240px}}@media screen and (min-width: 992px){.message-image-container,.notification-image-container,.message-image,.notification-image{max-height:400px}}.message-item,.notification-item{padding-bottom:16px}.order-rating-container{margin-top:20px;padding:15px;background-color:#f9f9f9;border-radius:8px;border-left:4px solid #ffb803}.order-rating-container h4{margin-top:0;margin-bottom:10px;color:#333}.stars-container{margin-bottom:15px;direction:rtl;text-align:left}.star{font-size:28px;color:#ddd;cursor:pointer;margin-right:5px;transition:color .2s ease}.star.filled{color:#ffb803}.rating-comment{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ddd;border-radius:4px;resize:vertical;font-family:inherit}.submit-rating{background-color:#ffb803;color:#fff;border:none;border-radius:4px;padding:8px 16px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.submit-rating:hover{background-color:#e5a600}.submit-rating:disabled{background-color:#ccc;cursor:not-allowed}.rating-error{color:#d32f2f;margin-top:10px;font-size:.9em}.order-rating-container.submitted{background-color:#e8f5e9;border-left:4px solid #4caf50}.stars-display{margin-bottom:10px}.stars-display .star{cursor:default}.submitted-comment{font-style:italic;color:#555;margin-top:10px;padding:10px;background-color:#f0f0f0;border-radius:4px}@media screen and (min-width: 1200px){.messages-content{max-width:900px;margin:0 auto}.message-image-container,.notification-image-container,.message-image,.notification-image{max-height:500px}}.store-categories-container{margin:0;padding:1rem;min-height:calc(100vh - 64px);box-sizing:border-box;align-items:stretch;max-width:100vw}.categories-header{text-align:center;margin-bottom:2rem;color:#191919}.categories-header h1{color:#ffb803;margin-bottom:.5rem}.categories-header p{font-size:1rem}.category-name{margin-top:.5rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(75px,1fr));gap:1.25rem;margin-bottom:2.5rem;padding:0 .5rem}.category-tile{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:1rem;border-radius:10px;transition:transform .2s,background-color .2s;background-color:#191919;font-family:inherit}.category-card:hover{transform:translateY(-5px);background-color:#252525}.category-card.selected{border:2px solid #FFB803;background-color:#ffb80326}.category-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 8px #0000004d}.category-icon img{width:100%;height:100%;object-fit:cover;width:75px;height:75px}.allCategoriesIcon{width:45px;height:45px}.category-icon.all-categories{background-color:#ffb803;display:flex;align-items:center;justify-content:center}.category-name{font-size:.7rem;text-align:center;color:#fff;font-weight:500;padding:.5rem}.category-card.selected .category-name{color:#ffb803;font-weight:600}.store-search input{border:1px solid #ccc;padding:1rem;border-radius:5px;width:100%;max-width:750px;box-sizing:border-box;font-size:1rem;margin:0 auto 2rem;display:flex;justify-content:center}.store-search input:focus{outline:none;border-color:#ffb803;box-shadow:0 0 5px #ffb80380}.category-products-section-title{font-size:1.75rem;color:#ffb803;border-bottom:1px solid rgba(255,184,3,.3)}.category-products-category-title{font-size:1.4rem;color:#191919}.category-products-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;list-style:none;padding:0;margin:0}.category-products-list-item{display:flex;flex-direction:column;transition:transform .2s}.category-products-list-item:hover{transform:translateY(-5px)}.category-products-category-group{margin-bottom:2rem}.category-no-products{text-align:center;padding:3rem 0;color:#ccc}.view-all-button{background-color:#ffb803;border:none;padding:.75rem 1.5rem;border-radius:5px;color:#191919;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:background-color .2s}.view-all-button:hover{background-color:#e0a400}.search-filter-container{max-width:1000px;margin:0 auto 2rem;padding:0 1rem}.store-search{width:100%;max-width:600px;margin:0 auto 1rem;position:relative}.store-search input{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid #ddd;background-color:#fff;color:#191919;font-size:.95rem;box-shadow:0 2px 5px #0000000d;display:block;margin:0}.store-search input:focus{outline:none;border-color:#ffb803;box-shadow:0 0 0 2px #ffb80333}.filter-toggle-button{background-color:#191919;color:#ffb803;border:none;padding:.6rem 1.2rem;border-radius:6px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;margin:0 auto;transition:all .2s ease}.filter-toggle-button:hover{background-color:#252525}.filter-toggle-button img{transition:transform .2s}.filter-toggle-button:hover img{transform:rotate(15deg)}.filters-panel{background-color:#191919;border-radius:8px;padding:1.5rem;margin-top:1rem;color:#fff;box-shadow:0 4px 12px #00000026;animation:fadeIn .3s ease-in-out}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.filters-header h3{color:#ffb803;margin:0;font-size:1.2rem}.clear-filters-btn{background:transparent;border:none;color:#aaa;cursor:pointer;font-size:.9rem;transition:color .2s}.clear-filters-btn:hover{color:#ffb803}.filter-section{margin-bottom:1.5rem}.filter-section h4{color:#fff;margin:0 0 .75rem;font-size:1rem;font-weight:500}.brands-grid{display:flex;flex-direction:column;gap:.75rem;height:350px;max-height:400px;overflow-y:auto;padding-right:.5rem}.brands-grid::-webkit-scrollbar{width:10px}.brands-grid::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.brands-grid::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.brand-checkbox{display:flex;align-items:center;cursor:pointer;padding:.25rem;border:#FFB803 1px solid transparent}.brand-checkbox input{margin-right:.5rem;accent-color:#FFB803}.brand-name{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price-ranges{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.price-range-option{display:flex;align-items:center;cursor:pointer;padding:.25rem}.price-range-option input{margin-right:.5rem;accent-color:#FFB803}.active-filters{background-color:#252525;padding:1rem;border-radius:6px;margin-top:.5rem}.active-filters h4{margin:0 0 .5rem;font-size:.9rem;color:#ccc}.filter-tags{display:flex;flex-wrap:wrap;gap:.5rem}.filter-tag{display:inline-flex;align-items:center;background-color:#ffb803;color:#191919;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:500}.filter-tag button{background:none;border:none;cursor:pointer;font-size:1.1rem;margin-left:.3rem;padding:0 .25rem;line-height:1}.filter-tag button:hover{color:#7d5900}.product-count{font-size:.9rem;color:#aaa;font-weight:400;margin-left:1rem}.support-container{margin:0 auto;padding:2rem 1.5rem;color:#fff;background-color:#191919;min-height:100vh}.support-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,184,3,.2)}.support-icon{font-size:4rem;color:#ffb803;margin-bottom:1.5rem}.support-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700;color:#ffb803}.support-header p{font-size:1.1rem;color:#ccc;max-width:600px}.support-content{display:flex;flex-direction:column;gap:2.5rem}.faq-section{background-color:#222;border-radius:10px;padding:1.5rem;box-shadow:0 4px 8px #0003}.faq-section h2{color:#ffb803;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;padding-bottom:.5rem;border-bottom:1px solid rgba(255,184,3,.2)}.faq-item{margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#333;border-radius:6px;cursor:pointer;transition:all .2s ease}.faq-question:hover{background-color:#444}.faq-question h3{font-size:1.1rem;margin:0;font-weight:500;color:#fff}.faq-question svg{font-size:1.25rem;color:#ffb803}.faq-answer{padding:1.5rem 1rem .5rem;color:#ddd;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{margin-bottom:1rem;line-height:1.5}.faq-answer ol,.faq-answer ul{margin-left:1.5rem;margin-bottom:1rem}.faq-answer li{margin-bottom:.5rem;line-height:1.5}.contact-section{background-color:#222;border-radius:10px;padding:2rem;margin-top:1rem;border-left:4px solid #FFB803}.contact-header{display:flex;align-items:center;margin-bottom:1.5rem}.contact-icon{font-size:2rem;color:#ffb803;margin-right:1rem}.contact-header h2{color:#ffb803;margin:0;font-size:1.5rem}.contact-section p{color:#ddd;margin-bottom:1.5rem}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.contact-method{background-color:#333;padding:1.5rem;border-radius:8px;transition:transform .2s ease}.contact-method:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000004d}.contact-method h3{color:#ffb803;margin-bottom:1rem;font-size:1.2rem}.contact-method p{margin-bottom:.5rem}.contact-hours{font-size:.85rem;color:#aaa}.support-form{margin-top:1rem;border-radius:8px}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:#ddd}.form-group input,.form-group textarea{width:100%;padding:.75rem;border-radius:4px;border:1px solid rgba(255,255,255,.2);background-color:#ffffff1a;color:#fff;font-size:.95rem}.form-group textarea{box-sizing:border-box;min-height:350px;resize:none}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ffb803;box-shadow:0 0 0 2px #ffb80333}.form-group .optional{color:#999;font-size:.8rem;font-style:italic}.submit-button{background-color:#ffb803;color:#191919;padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;width:100%;margin-top:.5rem;transition:background-color .2s}.submit-button:hover{background-color:#e0a400}.submit-button:disabled{background-color:#665227;cursor:not-allowed}.form-status{padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.form-status.success{background-color:#4caf5033;color:#4caf50;border:1px solid rgba(76,175,80,.5)}.form-status.error{background-color:#f4433633;color:#f44336;border:1px solid rgba(244,67,54,.5)}.whatsapp-icon.pulsate{display:flex;justify-content:center;align-items:center;margin-bottom:.5rem}.whatsapp-link{display:inline-block;text-decoration:none;transition:transform .2s ease}.whatsapp-link:hover{transform:scale(1.1)}.whatsapp-icon{display:flex;justify-content:center;align-items:center;cursor:pointer;margin:1rem 0}.team-login-link{display:inline-block;margin-bottom:.5rem;color:#fff;text-decoration:none;cursor:pointer;font-style:italic;font-size:.75rem;justify-content:center}.team-login-link:focus{color:#ffb803}.pulsate{animation:pulsate 1.5s ease-out;animation-iteration-count:infinite}@keyframes pulsate{0%{transform:scale(1);filter:drop-shadow(0 0 0 rgba(37,211,102,0))}50%{transform:scale(1.05);filter:drop-shadow(0 0 5px rgba(37,211,102,.6))}to{transform:scale(1);filter:drop-shadow(0 0 0 rgba(37,211,102,0))}}@media screen and (max-width: 768px){.support-container{padding:1.5rem 1rem}.support-header{margin-bottom:2rem}.support-icon{font-size:3rem}.support-header h1{font-size:2rem}.faq-section{padding:1.25rem}.contact-section{padding:1.5rem}}@media screen and (max-width: 480px){.support-header h1{font-size:1.75rem}.support-header p,.faq-question h3{font-size:1rem}.faq-answer{padding:1.25rem .5rem .5rem}.contact-methods{grid-template-columns:1fr}}
