@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";.header{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000001a}.header__container{max-width:1440px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 2fr 1fr;gap:2rem;align-items:center}.header__left{display:flex;flex-direction:column;gap:.5rem}.header__logo-section{display:flex;align-items:center;gap:2rem}.header__logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#2c3e50}.header__logo-icon{font-size:1.8rem}.header__logo-image{width:40px;height:40px;object-fit:contain}.header__logo-text{font-family:Playfair Display,serif}.header__address-text{font-size:.85rem;color:#6c757d;font-weight:500}.header__center{display:flex;justify-content:center}.header__search{display:flex;align-items:center;background:#f8f9fa;border-radius:20px;padding:.75rem 1.5rem;border:1px solid #e9ecef;width:100%;max-width:600px;transition:all .3s ease}.header__search:focus-within{background:#fff;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.header__search-input{border:none;background:transparent;outline:none;width:100%;font-size:1rem;color:#495057}.header__search-input::placeholder{color:#adb5bd}.header__search-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;color:#6c757d;padding:.25rem;transition:color .3s ease;margin-left:.5rem;display:flex;align-items:center;justify-content:center}.header__search-btn:hover{color:#2c3e50}.header__right{display:flex;align-items:center;gap:1.5rem;justify-content:flex-end}.header__signin-btn{background:#e74c3c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.header__signin-btn:hover{background:#c0392b}.header__profile{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .3s ease}.header__profile-avatar{width:42px;height:42px;min-width:42px;min-height:42px;max-width:42px;max-height:42px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem;letter-spacing:.5px;box-shadow:0 4px 12px #667eea4d;border:2px solid rgba(255,255,255,.2);transition:all .3s ease;position:relative;overflow:hidden;flex-shrink:0;box-sizing:border-box}.header__profile-avatar:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);transition:all .6s ease;opacity:0}.header__profile-avatar:hover:before{opacity:1;animation:shimmer 1.5s ease-in-out}.header__profile-name{font-weight:600;color:#2c3e50;font-size:.9rem}.header__user-section{position:relative;display:flex;align-items:center}.header__profile{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .3s ease}.header__profile:hover{background:#f8f9fa}.header__profile-name{font-weight:500;color:#2c3e50;font-size:.9rem}.header__dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 10px 30px #00000026;min-width:200px;z-index:1000;overflow:hidden;margin-top:.5rem}.header__dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .3s ease;color:#2c3e50;font-size:.9rem}.header__dropdown-item:hover{background:#f8f9fa}.header__dropdown-item svg{color:#6c757d;font-size:.9rem}.header__dropdown-divider{height:1px;background:#e9ecef;margin:.25rem 0}.header__logout-btn{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;font-weight:500;cursor:pointer;transition:background-color .3s ease;font-size:.85rem}.header__logout-btn:hover{background:#5a6268}.header__cart-btn{background:none;border:none;cursor:pointer;font-size:1.3rem;color:#6c757d;position:relative;padding:.5rem;transition:color .3s ease;display:flex;align-items:center;justify-content:center}.header__cart-btn:hover{color:#2c3e50}.header__cart-count{position:absolute;top:0;right:0;background:#e74c3c;color:#fff;font-size:.7rem;padding:.2rem .4rem;border-radius:50%;min-width:18px;text-align:center;font-weight:600}.header__mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;color:#2c3e50;cursor:pointer;padding:.5rem;transition:color .3s ease}.header__mobile-menu-btn:hover{color:#e74c3c}@media (max-width: 768px){.header__mobile-menu-btn{display:flex;align-items:center;justify-content:center}}.header__mobile-menu{position:fixed;inset:0;background:#00000080;z-index:1000;display:none}@media (max-width: 768px){.header__mobile-menu{display:block}}.header__mobile-menu-content{position:absolute;top:0;right:0;width:300px;height:100vh;background:#fff;padding:0;overflow-y:auto;box-shadow:-5px 0 15px #0000001a;animation:slideInRight .3s ease}.header__mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem 1rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}.header__mobile-menu-title{font-size:1.2rem;font-weight:600;color:#2c3e50;margin:0}.header__mobile-close-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#e74c3c;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:all .3s ease}.header__mobile-close-btn:hover{background:#c0392b;transform:scale(1.1)}.header__mobile-close-btn:active{transform:scale(.95)}.header__mobile-search{display:flex;align-items:center;background:#f8f9fa;border-radius:20px;padding:.75rem 1rem;border:1px solid #e9ecef;margin:2rem}.header__mobile-search-input{border:none;background:transparent;outline:none;width:100%;font-size:1rem;color:#495057}.header__mobile-search-input::placeholder{color:#adb5bd}.header__mobile-search-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;color:#6c757d;padding:.25rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center}.header__mobile-search-btn:hover{color:#2c3e50}.header__mobile-nav{display:flex;flex-direction:column;gap:.5rem;margin:0 2rem 2rem}.header__mobile-nav-link{display:block;padding:1rem;color:#2c3e50;text-decoration:none;font-weight:500;border-radius:8px;transition:all .3s ease}.header__mobile-nav-link:hover{background:#f8f9fa;color:#e74c3c}.header__mobile-user-section{border-top:1px solid #e9ecef;padding:2rem;margin-top:0}.header__mobile-user-info{display:flex;flex-direction:column;gap:1.5rem}.header__mobile-profile{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.header__mobile-profile-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem}.header__mobile-profile-name{font-weight:600;color:#2c3e50;font-size:1rem}.header__mobile-user-actions{display:flex;flex-direction:column;gap:.5rem}.header__mobile-action-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:1px solid #e9ecef;border-radius:8px;color:#2c3e50;cursor:pointer;transition:all .3s ease;font-size:.9rem}.header__mobile-action-btn:hover{background:#f8f9fa;border-color:#e74c3c;color:#e74c3c}.header__mobile-action-btn svg{font-size:1rem}.header__mobile-auth{display:flex;flex-direction:column;gap:1rem}.header__mobile-signin-btn,.header__mobile-register-btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.header__mobile-signin-btn{background:#e74c3c;color:#fff;border:none}.header__mobile-signin-btn:hover{background:#c0392b}.header__mobile-register-btn{background:transparent;color:#2c3e50;border:1px solid #e9ecef}.header__mobile-register-btn:hover{background:#f8f9fa;border-color:#e74c3c;color:#e74c3c}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}@media (max-width: 1024px){.header__container{grid-template-columns:1fr 1.5fr 1fr;gap:1.5rem}}@media (max-width: 768px){.header__container{display:flex;align-items:center;justify-content:space-between;padding:0 1rem;gap:1rem}.header__left{flex:1}.header__center{display:none}.header__right{display:flex;align-items:center;gap:1rem}.header__search,.header__profile-name{display:none}.header__signin-btn{padding:.5rem 1rem;font-size:.9rem}}@media (max-width: 480px){.header__container{padding:0 .75rem}.header__logo-text{font-size:1.2rem}.header__cart-btn{font-size:1.1rem}.header__mobile-menu-content{width:100%;padding:1.5rem}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;margin-top:auto}.footer__container{max-width:1200px;margin:0 auto;padding:0 20px}.footer__top{display:grid;grid-template-columns:1fr 2fr;gap:60px;padding:60px 0 40px;border-bottom:1px solid #333}@media (max-width: 768px){.footer__top{grid-template-columns:1fr;gap:40px;padding:40px 0 30px}}.footer__brand{display:flex;flex-direction:column;gap:20px}.footer__logo{display:flex;align-items:center;gap:12px;cursor:pointer;transition:opacity .3s ease}.footer__logo:hover{opacity:.8}.footer__logo-image{width:40px;height:40px;object-fit:contain}.footer__logo-text{font-size:24px;font-weight:700;color:#d4af37}.footer__description{font-size:16px;line-height:1.6;color:#ccc;max-width:300px}.footer__social{display:flex;gap:16px}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#333;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease}.footer__social-link:hover{background:#d4af37;transform:translateY(-2px)}.footer__links{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media (max-width: 768px){.footer__links{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 480px){.footer__links{grid-template-columns:1fr;gap:20px}}.footer__column{display:flex;flex-direction:column;gap:16px}.footer__column-title{font-size:18px;font-weight:600;color:#d4af37;margin-bottom:8px}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer__link{color:#ccc;text-decoration:none;font-size:14px;transition:color .3s ease}.footer__link:hover{color:#d4af37}.footer__bottom{padding:30px 0}.footer__bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}@media (max-width: 768px){.footer__bottom-content{flex-direction:column;text-align:center}}.footer__copyright{font-size:14px;color:#999;margin:0}.footer__payment{display:flex;align-items:center;gap:12px}.footer__payment-text{font-size:14px;color:#999}.footer__payment-icons{display:flex;gap:8px}.footer__payment-icon{font-size:20px;opacity:.7;transition:opacity .3s ease}.footer__payment-icon:hover{opacity:1}.footer__whatsapp-button{display:flex;align-items:center;gap:8px;background:#25d366;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;width:100%;justify-content:flex-start}.footer__whatsapp-button:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.footer__whatsapp-button:active{transform:translateY(0)}.footer__whatsapp-icon{font-size:16px}.footer__floating-whatsapp{position:fixed;bottom:30px;right:30px;z-index:1000}@media (max-width: 768px){.footer__floating-whatsapp{bottom:20px;right:20px}}.footer__floating-whatsapp-button{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#25d366;color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #25d36666;animation:pulse 2s infinite}.footer__floating-whatsapp-button:hover{background:#128c7e;transform:scale(1.1);box-shadow:0 6px 25px #25d36699}.footer__floating-whatsapp-button:active{transform:scale(.95)}@media (max-width: 768px){.footer__floating-whatsapp-button{width:50px;height:50px}}.footer__floating-whatsapp-icon{font-size:28px}@media (max-width: 768px){.footer__floating-whatsapp-icon{font-size:24px}}@keyframes pulse{0%{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 20px #25d36666,0 0 0 10px #25d3661a}to{box-shadow:0 4px 20px #25d36666}}.hero{position:relative;min-height:600px;width:100%;background:#1a1a1a;display:flex;align-items:center}.hero__container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:3rem 2rem;width:100%;gap:4rem}.hero__content{flex:1;max-width:600px;color:#fff}.hero__text-section{width:100%}.hero__main-text{padding-right:1rem}.hero__title{margin-bottom:2rem}.hero__title .hero__brand{display:block;font-size:4rem;font-weight:900;color:gold;margin-bottom:.5rem;text-shadow:0 0 25px rgba(255,215,0,.6);line-height:1.1}.hero__title .hero__subtitle{display:block;font-size:2.5rem;font-weight:700;color:#fff;letter-spacing:.15em;text-transform:uppercase;line-height:1.2}.hero__quote{font-size:1.4rem;font-style:italic;color:#f0f0f0;margin-bottom:2.5rem;line-height:1.6;position:relative;padding-left:2.5rem;font-weight:500}.hero__quote:before{content:'"';font-size:3.5rem;color:gold;position:absolute;top:-.8rem;left:-1.5rem;font-family:serif;text-shadow:0 0 15px rgba(255,215,0,.5)}.hero__cta{background:linear-gradient(135deg,gold,#ffed4e);color:#1a1a1a;border:none;padding:1.2rem 3rem;font-size:1.2rem;font-weight:800;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #ffd70066;text-transform:uppercase;letter-spacing:.08em;border:2px solid rgba(255,215,0,.3)}.hero__cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffd70099;background:linear-gradient(135deg,#ffed4e,gold);border-color:#ffd70099}.hero__image-section{flex:1;display:flex;justify-content:center;align-items:center;max-width:700px}.hero__jewellery-image{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.hero__image{width:100%;max-width:650px;height:auto;border-radius:16px;box-shadow:0 20px 40px #00000080;border:3px solid rgba(255,215,0,.2);transition:all .3s ease;filter:brightness(1.05) contrast(1.05)}.hero__image:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px #0009;border-color:#ffd70066}@media (max-width: 1024px){.hero__container{flex-direction:column;text-align:center;gap:3rem;padding:2rem 1rem}.hero__content{max-width:100%;order:1}.hero__image-section{max-width:100%;order:2}.hero__main-text{padding-right:0}}@media (max-width: 768px){.hero{min-height:500px}.hero__title .hero__brand{font-size:2.5rem}.hero__title .hero__subtitle{font-size:1.8rem}.hero__quote{font-size:1.1rem;padding-left:1.5rem}.hero__cta{padding:.8rem 2rem;font-size:1rem}.hero__image{max-width:450px}}.categories{padding:1rem 0;background:#f8f9fa}.categories__container{max-width:1440px;margin:0 auto;padding:0 2rem}.categories__breadcrumb{margin-bottom:1rem;font-size:.9rem;color:#6c757d}.categories__breadcrumb .categories__separator{margin:0 .5rem;color:#adb5bd}.categories__breadcrumb .categories__current{color:#2c3e50;font-weight:600}.categories__filters{display:flex;gap:1rem;align-items:center;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem 0;flex:1}.categories__filters::-webkit-scrollbar{display:none}.categories__scroll-container{position:relative;display:flex;align-items:center;margin-bottom:2rem;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a}.categories__scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border:none;border-radius:50%;background:#f8f9fae6;color:#6c757d;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #0000001a;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.categories__scroll-arrow:hover{background:#fff;color:#495057;box-shadow:0 4px 16px #00000026}.categories__scroll-arrow:active{transform:translateY(-50%) scale(.95)}.categories__scroll-arrow--left{left:.5rem}.categories__scroll-arrow--right{right:.5rem}.categories__filter-card{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:pointer;border:1px solid #e9ecef;display:flex;flex-direction:row;align-items:center;gap:1rem;min-width:200px;flex-shrink:0}.categories__filter-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.categories__filter-card--selected{border-color:#2c3e50;background:linear-gradient(135deg,#2c3e50,#3f5468);color:#fff;box-shadow:0 6px 20px #2c3e5066;transform:translateY(-2px)}.categories__filter-card--selected .categories__filter-name{color:#fff;font-weight:600}.categories__filter-card--selected .categories__filter-image{border-color:#fff6;box-shadow:0 2px 8px #0003}.categories__filter-image{width:60px;height:60px;border-radius:50%;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center;border:2px solid #e9ecef;transition:border-color .3s ease;flex-shrink:0}.categories__filter-image:hover{border-color:#007bff}.categories__filter-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.categories__filter-icon{font-size:2rem;flex-shrink:0}.categories__filter-name{font-size:1.1rem;font-weight:600;color:#2c3e50;text-align:left;margin:0}.categories__filter-description{font-size:.85rem;color:#6c757d;text-align:left;line-height:1.4;margin:0}.categories__sorting{display:flex;gap:2rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}.categories__sort-item{display:flex;flex-direction:column;gap:.5rem}.categories__sort-item label{font-size:.9rem;font-weight:600;color:#495057}.categories__sort-select{padding:.75rem 1rem;border:1px solid #e9ecef;border-radius:8px;background:#fff;color:#495057;font-size:.9rem;cursor:pointer;outline:none;transition:border-color .3s ease}.categories__sort-select:focus{border-color:#e74c3c}.categories__sort-select:hover{border-color:#adb5bd}@media (max-width: 768px){.categories{padding:.75rem 0}.categories__container{padding:0 1rem}.categories__filters{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.categories__sorting{justify-content:flex-start;gap:1rem}}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.image-modal__content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.image-modal__close{position:absolute;top:20px;right:30px;background:#fff3;border:none;color:#fff;font-size:2rem;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.image-modal__close:hover{background:#ffffff4d;transform:scale(1.1)}.image-modal__image-container{width:90%;height:80%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.image-modal__image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #0000004d}.image-modal__nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;font-size:3rem;width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.image-modal__nav:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.image-modal__nav--prev{left:30px}.image-modal__nav--next{right:30px}.image-modal__counter{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:20px;background:#00000080;padding:10px 20px;border-radius:25px}.image-modal__thumbnails{display:flex;gap:10px;padding:20px;background:#00000080;border-radius:12px;max-width:90%;overflow-x:auto}.image-modal__thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease;flex-shrink:0}.image-modal__thumbnail:hover{border-color:#ffffff80;transform:scale(1.05)}.image-modal__thumbnail--active{border-color:#007bff}.image-modal__thumbnail-image{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.image-modal__close{top:15px;right:20px;width:40px;height:40px;font-size:1.5rem}.image-modal__nav{width:50px;height:50px;font-size:2rem}.image-modal__nav--prev{left:15px}.image-modal__nav--next{right:15px}.image-modal__image-container{width:95%;height:70%}.image-modal__thumbnails{padding:15px;gap:8px}.image-modal__thumbnail{width:60px;height:60px}.image-modal__counter{font-size:1rem;padding:8px 16px}}@media (max-width: 480px){.image-modal__nav{width:40px;height:40px;font-size:1.5rem}.image-modal__nav--prev{left:10px}.image-modal__nav--next{right:10px}.image-modal__thumbnails{padding:10px;gap:6px}.image-modal__thumbnail{width:50px;height:50px}}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;border:1px solid #f1f3f4}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}.product-card__image-container{position:relative;width:100%;height:280px;overflow:hidden;background:#f8f9fa}.product-card__image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;background-color:#f8f9fa}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa;color:#adb5bd}.product-card__placeholder-icon{font-size:3rem}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__content{padding:1.5rem}.product-card__name{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;line-height:1.4;min-height:2.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-card__stars{display:flex;gap:.1rem}.product-card__star{font-size:1rem;line-height:1}.product-card__star--full{color:#f39c12}.product-card__star--half{color:#f39c12;position:relative}.product-card__star--half:after{content:"★";position:absolute;left:0;top:0;width:50%;overflow:hidden;color:#f39c12}.product-card__star--empty{color:#e9ecef}.product-card__rating-text{font-size:.9rem;color:#6c757d;font-weight:500}.product-card__price{margin-bottom:0}.product-card__price-row{display:flex;align-items:baseline;gap:.25rem;margin-bottom:0}.product-card__currency{font-size:1rem;color:#6c757d;font-weight:500}.product-card__amount{font-size:1.5rem;font-weight:700;color:#2c3e50}.product-card__original-price{font-size:1rem;color:#adb5bd;text-decoration:line-through;font-weight:500}.product-card__discount-text{font-size:.85rem;color:#198754;font-weight:600}@media (max-width: 768px){.product-card__image-container{height:240px}.product-card__content{padding:1.25rem}.product-card__name{font-size:1rem;min-height:2.4rem}.product-card__amount{font-size:1.25rem}}.products{padding:3rem 0;background:#fff}.products__container{max-width:1440px;margin:0 auto;padding:0 2rem}.products__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;align-items:start}.products__loading{text-align:center;padding:2rem;color:#6c757d;font-size:1.1rem}.products__loading-more{grid-column:1/-1;text-align:center;padding:2rem;color:#6c757d;font-size:1rem}.products__end{grid-column:1/-1;text-align:center;padding:2rem;color:#28a745;font-size:1rem;font-weight:600}.products__empty{grid-column:1/-1;text-align:center;padding:3rem;color:#6c757d;font-size:1.1rem}@media (max-width: 1200px){.products__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}@media (max-width: 992px){.products__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width: 768px){.products{padding:2rem 0}.products__container{padding:0 1rem}.products__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.products__grid{grid-template-columns:1fr;gap:1rem}}.button{border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-family:inherit}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{background:#007bff;color:#fff}.button--primary:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.button--primary:active:not(:disabled){transform:translateY(0)}.button--secondary{background:#6c757d;color:#fff}.button--secondary:hover:not(:disabled){background:#545b62;transform:translateY(-1px)}.button--secondary:active:not(:disabled){transform:translateY(0)}.button--outline{background:transparent;color:#007bff;border:2px solid #007bff}.button--outline:hover:not(:disabled){background:#007bff;color:#fff}.button--text{background:transparent;color:#007bff;padding:0}.button--text:hover:not(:disabled){text-decoration:underline}.button--small{padding:.5rem 1rem;font-size:.875rem}.button--medium{padding:.75rem 1.5rem;font-size:1rem}.button--large{padding:1rem 2rem;font-size:1.125rem}.button--full-width{width:100%}.rating__main{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.rating__stars{display:flex;gap:.1rem}.rating__star{font-size:1.2rem;line-height:1;color:#e9ecef}.rating__star--full{color:#f39c12}.rating__star--half{color:#f39c12;position:relative}.rating__star--half:after{content:"★";position:absolute;left:0;top:0;width:50%;overflow:hidden;color:#f39c12}.rating__score{font-size:1.2rem;font-weight:700;color:#2c3e50}.rating__total{font-size:1rem;color:#6c757d}.rating__reviews{font-size:.9rem;color:#6c757d}.rating__breakdown{margin-top:1rem}.rating__breakdown-row{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.rating__breakdown-stars{font-size:.9rem;color:#6c757d;min-width:30px}.rating__breakdown-bar{flex:1;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.rating__breakdown-fill{height:100%;background:#f39c12;border-radius:4px;transition:width .3s ease}.rating__breakdown-percentage{font-size:.8rem;color:#6c757d;min-width:35px;text-align:right}.product-view{padding:2rem 0;background:#f8f9fa}.product-view__container{max-width:1440px;margin:0 auto;padding:0 2rem}.product-view__breadcrumb{margin-bottom:2rem;font-size:.9rem;color:#6c757d}.product-view__breadcrumb .product-view__separator{margin:0 .5rem;color:#adb5bd}.product-view__breadcrumb .product-view__current{color:#2c3e50;font-weight:600}.product-view__main{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.product-view__gallery{display:flex;flex-direction:column;gap:1rem}.product-view__main-image{width:100%;height:500px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 16px #0000001a}.product-view__main-image .product-view__image{width:100%;height:100%;object-fit:contain;background-color:#f8f9fa}.product-view__thumbnails{display:flex;gap:.75rem}.product-view__thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .3s ease;background:#fff;box-shadow:0 2px 8px #0000001a}.product-view__thumbnail:hover,.product-view__thumbnail--active{border-color:#007bff}.product-view__thumbnail .product-view__thumbnail-image{width:100%;height:100%;object-fit:contain;background-color:#f8f9fa}.product-view__details{display:flex;flex-direction:column;gap:1.5rem}.product-view__title{font-size:2rem;font-weight:700;color:#2c3e50;line-height:1.3;margin:0}.product-view__price{margin-bottom:.5rem}.product-view__price-row{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.product-view__currency{font-size:1.2rem;color:#6c757d;font-weight:500}.product-view__amount{font-size:2.5rem;font-weight:700;color:#2c3e50}.product-view__amount--discount{color:#dc3545}.product-view__original-price{font-size:1.5rem;color:#adb5bd;text-decoration:line-through;font-weight:500}.product-view__discount-badge{background:#dc3545;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-left:1rem}.product-view__availability .product-view__availability-text{color:#198754;font-weight:600;font-size:1rem}.product-view__rating{margin-bottom:1rem}.product-view__actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.product-view__quantity-controls{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:48px;background:#007bff;border:none;border-radius:8px;padding:0 1rem;transition:all .3s ease}.product-view__quantity-controls:hover{background:#1384fc}.product-view__quantity-btn{width:32px;height:32px;border:none;background:#fff3;color:#fff;border-radius:50%;font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.product-view__quantity-btn:hover{background:#ffffff4d;transform:scale(1.1)}.product-view__quantity-btn:active{transform:scale(.95)}.product-view__quantity-btn--decrease:disabled{background:#ffffff1a;color:#ffffff80;cursor:not-allowed}.product-view__quantity-btn--decrease:disabled:hover{background:#ffffff1a;transform:none}.product-view__quantity-display{min-width:40px;text-align:center;font-size:1.1rem;font-weight:600;color:#fff;padding:0 .5rem}.product-view__tabs{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0000001a}.product-view__tab-headers{display:flex;border-bottom:1px solid #e9ecef;margin-bottom:2rem}.product-view__tab-header{background:none;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#6c757d;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease}.product-view__tab-header:hover{color:#2c3e50}.product-view__tab-header--active{color:#007bff;border-bottom-color:#007bff}.product-view__tab-content{min-height:200px}.product-view__specs{display:flex;flex-direction:column;gap:1rem}.product-view__spec-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f1f3f4}.product-view__spec-row:last-child{border-bottom:none}.product-view__spec-label{font-weight:600;color:#2c3e50}.product-view__spec-value{color:#6c757d}.product-view__error{text-align:center;padding:4rem 2rem}.product-view__error h2{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.product-view__error p{font-size:1.1rem;color:#6c757d;margin-bottom:2rem}@media (max-width: 1024px){.product-view__main{grid-template-columns:1fr;gap:2rem}.product-view__gallery{order:2}.product-view__details{order:1}}@media (max-width: 768px){.product-view{padding:1rem 0}.product-view__container{padding:0 1rem}.product-view__main-image{height:400px}.product-view__title{font-size:1.5rem}.product-view__amount,.product-view__amount--discount{font-size:2rem}.product-view__thumbnails{justify-content:center}.product-view__tab-headers{flex-wrap:wrap}.product-view__tab-header{padding:.75rem 1rem;font-size:.9rem}.product-view__quantity-controls{height:44px;gap:.4rem}.product-view__quantity-btn{width:28px;height:28px;font-size:1rem}.product-view__quantity-display{min-width:35px;font-size:1rem}}@media (max-width: 480px){.product-view__main-image{height:300px}.product-view__thumbnails{gap:.5rem}.product-view__thumbnail{width:60px;height:60px}.product-view__price-row{gap:.25rem}.product-view__amount{font-size:1.75rem}.product-view__discount-badge{margin-left:.5rem;padding:.25rem .75rem;font-size:.8rem}.product-view__quantity-controls{height:40px;gap:.3rem}.product-view__quantity-btn{width:24px;height:24px;font-size:.9rem}.product-view__quantity-display{min-width:30px;font-size:.9rem}}.cart{padding:2rem 0;background:#f8f9fa;min-height:80vh}.cart__container{max-width:1440px;margin:0 auto;padding:0 2rem}.cart__breadcrumb{margin-bottom:2rem;font-size:.9rem;color:#6c757d}.cart__breadcrumb .cart__separator{margin:0 .5rem;color:#adb5bd}.cart__breadcrumb .cart__current{color:#2c3e50;font-weight:600}.cart__header{margin-bottom:2rem}.cart__header h1{font-size:2rem;font-weight:700;color:#2c3e50;margin:0}.cart__user-info{margin-top:1rem;padding:1rem;background:#e3f2fd;border-radius:8px;border-left:4px solid #2196f3}.cart__user-info p{margin:.25rem 0;font-size:.9rem}.cart__user-info strong{color:#1976d2}.cart__user-email{color:#666;font-size:.85rem!important}.cart__main{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.cart__items{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0000001a}.cart__item{display:grid;grid-template-columns:auto 2fr auto auto auto auto;gap:1.5rem;align-items:center;padding:1.5rem;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;background:#f8f9fa;transition:all .3s ease}.cart__item:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.cart__item:last-child{margin-bottom:0}.cart__item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f8f9fa}.cart__item-image img{width:100%;height:100%;object-fit:cover}.cart__item-details .cart__item-name{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0 0 .5rem}.cart__item-details .cart__item-size{font-size:.9rem;color:#6c757d;margin:0}.cart__item-price{text-align:center;font-weight:600;color:#2c3e50}.cart__item-currency{font-size:.9rem;color:#6c757d}.cart__item-amount{font-size:1.1rem;font-weight:700}.cart__item-quantity{display:flex;align-items:center;gap:.5rem;justify-content:center}.cart__quantity-btn{width:32px;height:32px;border:1px solid #e9ecef;background:#fff;border-radius:6px;cursor:pointer;font-size:1.2rem;font-weight:600;color:#6c757d;transition:all .3s ease}.cart__quantity-btn:hover:not(:disabled){background:#f8f9fa;border-color:#adb5bd}.cart__quantity-btn:disabled{opacity:.5;cursor:not-allowed}.cart__quantity-number{font-size:1rem;font-weight:600;color:#2c3e50;min-width:20px;text-align:center}.cart__item-total{text-align:center;font-weight:700;color:#2c3e50}.cart__remove-btn{width:32px;height:32px;border:none;background:#f8f9fa;border-radius:6px;cursor:pointer;font-size:1.5rem;color:#6c757d;transition:all .3s ease}.cart__remove-btn:hover{background:#e9ecef;color:#dc3545}.cart__summary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0000001a;height:fit-content;position:sticky;top:2rem}.cart__summary-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0 0 1.5rem}.cart__summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f3f4}.cart__summary-row:last-of-type{border-bottom:none}.cart__summary-row--total{font-size:1.2rem;font-weight:700;color:#2c3e50;border-top:2px solid #e9ecef;border-bottom:none;padding-top:1rem;margin-top:.5rem}.cart__summary-free{color:#198754;font-weight:600}.cart__summary-calculated{color:#6c757d;font-size:.9rem}.cart__summary-note{font-size:.9rem;color:#6c757d;margin:1rem 0;line-height:1.4}.cart__checkout-btn{margin-bottom:0}.cart__empty{text-align:center;padding:4rem 2rem}.cart__empty h2{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.cart__empty p{font-size:1.1rem;color:#6c757d;margin-bottom:2rem}@media (max-width: 1024px){.cart__main{grid-template-columns:1fr;gap:2rem}.cart__summary{position:static}}@media (max-width: 768px){.cart{padding:1rem 0}.cart__container{padding:0 1rem}.cart__item{grid-template-columns:1fr;gap:1rem;text-align:center}.cart__item-image{width:100px;height:100px;margin:0 auto}.cart__item-quantity{justify-content:center}.cart__remove-btn{margin:0 auto}}.order-success-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:1rem;animation:fadeIn .3s ease}.order-success-modal{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px #0006;animation:slideUp .4s ease;position:relative}.order-success-modal .modal-header{text-align:center;padding:2rem 2rem 1rem;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border-radius:16px 16px 0 0}.order-success-modal .modal-header .success-icon{font-size:4rem;margin-bottom:1rem;animation:bounce .6s ease}.order-success-modal .modal-header h2{margin:0 0 .5rem;font-size:1.8rem;font-weight:700}.order-success-modal .modal-header p{margin:0;font-size:1.1rem;opacity:.9}.order-success-modal .modal-content{padding:2rem}.order-success-modal .modal-content .order-details{background:#f8f9fa;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.order-success-modal .modal-content .order-details .detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}.order-success-modal .modal-content .order-details .detail-row:last-child{border-bottom:none}.order-success-modal .modal-content .order-details .detail-row span:first-child{font-weight:500;color:#2c3e50}.order-success-modal .modal-content .order-details .detail-row span:last-child{font-weight:600;color:#2c3e50}.order-success-modal .modal-content .order-details .detail-row .status-pending{background:#ffc107;color:#212529;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600;text-transform:capitalize}.order-success-modal .modal-content .order-items-summary{margin-bottom:2rem}.order-success-modal .modal-content .order-items-summary h3{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem}.order-success-modal .modal-content .order-items-summary .summary-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e9ecef}.order-success-modal .modal-content .order-items-summary .summary-item:last-child{border-bottom:none}.order-success-modal .modal-content .order-items-summary .summary-item img{width:50px;height:50px;border-radius:8px;object-fit:cover}.order-success-modal .modal-content .order-items-summary .summary-item .item-info{flex:1}.order-success-modal .modal-content .order-items-summary .summary-item .item-info h4{margin:0 0 .25rem;color:#2c3e50;font-size:1rem;font-weight:500}.order-success-modal .modal-content .order-items-summary .summary-item .item-info p{margin:0;color:#6c757d;font-size:.9rem}.order-success-modal .modal-content .shipping-info h3{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem}.order-success-modal .modal-content .shipping-info .address-details{background:#f8f9fa;padding:1.5rem;border-radius:8px}.order-success-modal .modal-content .shipping-info .address-details p{margin:.25rem 0;color:#2c3e50;font-size:.95rem}.order-success-modal .modal-actions{display:flex;gap:1rem;padding:0 2rem 2rem;justify-content:center}.order-success-modal .modal-actions .btn-primary,.order-success-modal .modal-actions .btn-secondary{flex:1;max-width:200px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.order-success-modal{margin:.5rem;max-height:95vh}.order-success-modal .modal-header{padding:1.5rem 1.5rem 1rem}.order-success-modal .modal-header .success-icon{font-size:3rem}.order-success-modal .modal-header h2{font-size:1.5rem}.order-success-modal .modal-header p{font-size:1rem}.order-success-modal .modal-content{padding:1.5rem}.order-success-modal .modal-content .order-details{padding:1rem}.order-success-modal .modal-content .order-details .detail-row{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.5rem 0}.order-success-modal .modal-content .summary-item{flex-direction:column;align-items:flex-start;gap:.5rem}.order-success-modal .modal-content .summary-item img{width:40px;height:40px}.order-success-modal .modal-actions{flex-direction:column;padding:0 1.5rem 1.5rem}.order-success-modal .modal-actions .btn-primary,.order-success-modal .modal-actions .btn-secondary{max-width:none}}.checkout{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 0}.checkout .checkout-container{max-width:1200px;margin:0 auto;padding:0 1rem}.checkout .checkout-header{text-align:center;margin-bottom:3rem}.checkout .checkout-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;font-weight:700}.checkout .checkout-header .checkout-steps{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem}.checkout .checkout-header .checkout-steps .step{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;transition:all .3s ease}.checkout .checkout-header .checkout-steps .step.active{opacity:1}.checkout .checkout-header .checkout-steps .step .step-number{width:40px;height:40px;border-radius:50%;background:#e9ecef;display:flex;align-items:center;justify-content:center;font-weight:600;color:#6c757d;transition:all .3s ease}.checkout .checkout-header .checkout-steps .step .step-title{font-size:.9rem;color:#6c757d;font-weight:500}.checkout .checkout-header .checkout-steps .step.active .step-number{background:#007bff;color:#fff}.checkout .checkout-header .checkout-steps .step.active .step-title{color:#007bff;font-weight:600}.checkout .error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.checkout .error-message .close-error{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#721c24}.checkout .checkout-content{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:2rem;margin-bottom:2rem}.checkout-address h2,.checkout-payment h2,.checkout-confirmation h2{color:#2c3e50;margin-bottom:2rem;font-size:1.8rem;font-weight:600}.checkout-address h3,.checkout-payment h3,.checkout-confirmation h3{color:#34495e;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.address-form .form-group{margin-bottom:1.5rem}.address-form .form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:500}.address-form .form-group input{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.address-form .form-group input:focus{outline:none;border-color:#007bff}.address-form .form-group input.error{border-color:#dc3545}.address-form .form-group .error-text{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.address-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.address-form .form-actions{margin-top:2rem;display:flex;justify-content:flex-end}.payment-methods{margin-bottom:2rem}.payment-methods .payment-options{display:grid;gap:1rem}.payment-methods .payment-option{display:flex;align-items:center;padding:1rem;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .3s ease}.payment-methods .payment-option:hover{border-color:#007bff;background:#f8f9fa}.payment-methods .payment-option.selected{border-color:#007bff;background:#e3f2fd}.payment-methods .payment-option .payment-icon{font-size:1.5rem;margin-right:1rem}.payment-methods .payment-option .payment-info{flex:1}.payment-methods .payment-option .payment-info .payment-name{font-weight:500;color:#2c3e50}.payment-methods .payment-option .payment-radio input[type=radio]{width:18px;height:18px;accent-color:#007bff}.delivery-notes{margin-bottom:2rem}.delivery-notes textarea{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;resize:vertical;min-height:100px}.delivery-notes textarea:focus{outline:none;border-color:#007bff}.confirmation-content .order-items,.confirmation-content .shipping-info,.confirmation-content .payment-info,.confirmation-content .delivery-notes,.confirmation-content .order-summary{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.confirmation-content .items-list .order-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e9ecef}.confirmation-content .items-list .order-item:last-child{border-bottom:none}.confirmation-content .items-list .order-item .item-image{width:60px;height:60px;border-radius:8px;overflow:hidden}.confirmation-content .items-list .order-item .item-image img{width:100%;height:100%;object-fit:cover}.confirmation-content .items-list .order-item .item-details{flex:1}.confirmation-content .items-list .order-item .item-details h4{margin:0 0 .25rem;color:#2c3e50;font-size:1rem}.confirmation-content .items-list .order-item .item-details .item-price{margin:0;color:#6c757d;font-size:.9rem}.confirmation-content .items-list .order-item .item-total{font-weight:600;color:#2c3e50}.confirmation-content .address-details p{margin:.25rem 0;color:#2c3e50}.confirmation-content .summary-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e9ecef}.confirmation-content .summary-row.total{font-weight:600;font-size:1.1rem;color:#2c3e50;border-bottom:2px solid #007bff;margin-top:.5rem;padding-top:1rem}.form-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.form-actions .btn-primary,.form-actions .btn-secondary{flex:1;max-width:200px}@media (max-width: 768px){.checkout{padding:1rem 0}.checkout .checkout-container{padding:0 .5rem}.checkout .checkout-header h1{font-size:2rem}.checkout .checkout-header .checkout-steps{gap:1rem}.checkout .checkout-header .checkout-steps .step .step-number{width:35px;height:35px;font-size:.9rem}.checkout .checkout-header .checkout-steps .step .step-title{font-size:.8rem}.checkout .checkout-content{padding:1rem}.address-form .form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn-primary,.form-actions .btn-secondary{max-width:none}.confirmation-content .order-item{flex-direction:column;align-items:flex-start;gap:.5rem}.confirmation-content .order-item .item-image{width:50px;height:50px}}.orders{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 0}.orders .orders-container{max-width:1200px;margin:0 auto;padding:0 1rem}.orders .orders-header{text-align:center;margin-bottom:3rem}.orders .orders-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.orders .orders-header p{font-size:1.1rem;color:#6c757d}.orders .loading{text-align:center;padding:3rem;color:#6c757d}.orders .error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center}.orders .no-orders{display:flex;justify-content:center;align-items:center;min-height:400px}.orders .no-orders .no-orders-content{text-align:center;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 30px #0000001a}.orders .no-orders .no-orders-content h3{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem}.orders .no-orders .no-orders-content p{color:#6c757d;margin-bottom:2rem;font-size:1.1rem}.orders .orders-list{display:grid;gap:2rem}.orders .order-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.orders .order-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.orders .order-card .order-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}.orders .order-card .order-header .order-info h3{margin:0 0 .25rem;color:#2c3e50;font-size:1.2rem}.orders .order-card .order-header .order-info .order-date{margin:0;color:#6c757d;font-size:.9rem}.orders .order-card .order-header .order-status .status-badge{padding:.5rem 1rem;border-radius:20px;color:#fff;font-weight:600;font-size:.875rem;text-transform:capitalize}.orders .order-card .order-items-preview{padding:1.5rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.orders .order-card .order-items-preview .preview-item{display:flex;align-items:center;gap:.75rem;min-width:200px}.orders .order-card .order-items-preview .preview-item img{width:50px;height:50px;border-radius:8px;object-fit:cover}.orders .order-card .order-items-preview .preview-item .item-info .item-name{display:block;font-weight:500;color:#2c3e50;font-size:.9rem}.orders .order-card .order-items-preview .preview-item .item-info .item-quantity{display:block;color:#6c757d;font-size:.8rem}.orders .order-card .order-items-preview .more-items{color:#6c757d;font-style:italic;font-size:.9rem}.orders .order-card .order-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-top:1px solid #e9ecef;background:#f8f9fa}.orders .order-card .order-footer .order-total{font-weight:600;color:#2c3e50;font-size:1.1rem}.orders .order-card .order-footer .order-actions{display:flex;gap:1rem}.order-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.order-modal{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.order-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}.order-modal .modal-header h2{margin:0;color:#2c3e50;font-size:1.5rem}.order-modal .modal-header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d;padding:.25rem;border-radius:4px;transition:background-color .3s ease}.order-modal .modal-header .close-btn:hover{background:#e9ecef}.order-modal .modal-content{padding:1.5rem}.order-modal .modal-content .order-summary{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.order-modal .modal-content .order-summary .summary-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e9ecef}.order-modal .modal-content .order-summary .summary-row:last-child{border-bottom:none}.order-modal .modal-content .order-summary .summary-row .status-badge{padding:.25rem .75rem;border-radius:12px;color:#fff;font-weight:600;font-size:.8rem;text-transform:capitalize}.order-modal .modal-content .order-items{margin-bottom:2rem}.order-modal .modal-content .order-items h3{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem}.order-modal .modal-content .order-items .order-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e9ecef}.order-modal .modal-content .order-items .order-item:last-child{border-bottom:none}.order-modal .modal-content .order-items .order-item img{width:60px;height:60px;border-radius:8px;object-fit:cover}.order-modal .modal-content .order-items .order-item .item-details{flex:1}.order-modal .modal-content .order-items .order-item .item-details h4{margin:0 0 .25rem;color:#2c3e50;font-size:1rem}.order-modal .modal-content .order-items .order-item .item-details p{margin:.125rem 0;color:#6c757d;font-size:.9rem}.order-modal .modal-content .order-items .order-item .item-total{font-weight:600;color:#2c3e50}.order-modal .modal-content .shipping-info,.order-modal .modal-content .payment-info{margin-bottom:2rem}.order-modal .modal-content .shipping-info h3,.order-modal .modal-content .payment-info h3{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem}.order-modal .modal-content .shipping-info .address-details p,.order-modal .modal-content .payment-info .address-details p{margin:.25rem 0;color:#2c3e50}.order-modal .modal-content .shipping-info .delivery-notes,.order-modal .modal-content .payment-info .delivery-notes{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.order-modal .modal-content .shipping-info .delivery-notes h4,.order-modal .modal-content .payment-info .delivery-notes h4{margin:0 0 .5rem;color:#2c3e50;font-size:1rem}.order-modal .modal-content .shipping-info .delivery-notes p,.order-modal .modal-content .payment-info .delivery-notes p{margin:0;color:#6c757d}.order-modal .modal-content .modal-actions{display:flex;justify-content:center;margin-top:2rem}.order-modal .modal-content .cancel-form{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:2rem}.order-modal .modal-content .cancel-form h3{color:#dc3545;margin-bottom:1rem;font-size:1.2rem}.order-modal .modal-content .cancel-form textarea{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;resize:vertical;min-height:100px;margin-bottom:1rem}.order-modal .modal-content .cancel-form textarea:focus{outline:none;border-color:#dc3545}.order-modal .modal-content .cancel-form .cancel-actions{display:flex;gap:1rem;justify-content:flex-end}@media (max-width: 768px){.orders{padding:1rem 0}.orders .orders-container{padding:0 .5rem}.orders .orders-header h1{font-size:2rem}.orders .order-card .order-header{flex-direction:column;align-items:flex-start;gap:1rem}.orders .order-card .order-items-preview{flex-direction:column;align-items:flex-start}.orders .order-card .order-items-preview .preview-item{min-width:auto;width:100%}.orders .order-card .order-footer{flex-direction:column;gap:1rem;align-items:stretch}.orders .order-card .order-footer .order-actions{justify-content:center}.order-modal{margin:.5rem;max-height:95vh}.order-modal .modal-content{padding:1rem}.order-modal .modal-content .order-item{flex-direction:column;align-items:flex-start;gap:.5rem}.order-modal .modal-content .order-item img{width:50px;height:50px}.order-modal .modal-content .cancel-form .cancel-actions{flex-direction:column}}.order-cancel{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 0}.order-cancel .order-cancel-container{max-width:800px;margin:0 auto;padding:0 1rem}.order-cancel .order-cancel-header{text-align:center;margin-bottom:3rem}.order-cancel .order-cancel-header h1{font-size:2.5rem;color:#dc3545;margin-bottom:.5rem;font-weight:700}.order-cancel .order-cancel-header p{font-size:1.1rem;color:#6c757d}.order-cancel .loading{text-align:center;padding:3rem;color:#6c757d}.order-cancel .error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center}.order-cancel .not-found,.order-cancel .cannot-cancel{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 30px #0000001a;text-align:center}.order-cancel .not-found h2,.order-cancel .cannot-cancel h2{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem}.order-cancel .not-found p,.order-cancel .cannot-cancel p{color:#6c757d;margin-bottom:2rem;font-size:1.1rem}.order-cancel .order-summary{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:2rem;margin-bottom:2rem}.order-cancel .order-summary h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem}.order-cancel .order-summary .summary-details{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.order-cancel .order-summary .summary-details .summary-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e9ecef}.order-cancel .order-summary .summary-details .summary-row:last-child{border-bottom:none}.order-cancel .order-summary .summary-details .summary-row .status-pending{color:#ffc107;font-weight:600;text-transform:capitalize}.order-cancel .order-summary .order-items h3{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem}.order-cancel .order-summary .order-items .order-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e9ecef}.order-cancel .order-summary .order-items .order-item:last-child{border-bottom:none}.order-cancel .order-summary .order-items .order-item img{width:60px;height:60px;border-radius:8px;object-fit:cover}.order-cancel .order-summary .order-items .order-item .item-details{flex:1}.order-cancel .order-summary .order-items .order-item .item-details h4{margin:0 0 .25rem;color:#2c3e50;font-size:1rem}.order-cancel .order-summary .order-items .order-item .item-details p{margin:0;color:#6c757d;font-size:.9rem}.order-cancel .order-summary .order-items .order-item .item-total{font-weight:600;color:#2c3e50}.order-cancel .cancellation-form{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:2rem}.order-cancel .cancellation-form h2{color:#dc3545;margin-bottom:.5rem;font-size:1.5rem}.order-cancel .cancellation-form p{color:#6c757d;margin-bottom:2rem;font-size:1rem}.order-cancel .cancellation-form .form-group{margin-bottom:2rem}.order-cancel .cancellation-form .form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:500}.order-cancel .cancellation-form .form-group textarea{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;resize:vertical;min-height:120px;font-family:inherit}.order-cancel .cancellation-form .form-group textarea:focus{outline:none;border-color:#dc3545}.order-cancel .cancellation-form .form-actions{display:flex;gap:1rem;justify-content:flex-end}.order-cancel .cancellation-form .form-actions .btn-secondary,.order-cancel .cancellation-form .form-actions .btn-danger{min-width:150px}@media (max-width: 768px){.order-cancel{padding:1rem 0}.order-cancel .order-cancel-container{padding:0 .5rem}.order-cancel .order-cancel-header h1{font-size:2rem}.order-cancel .order-summary,.order-cancel .cancellation-form{padding:1.5rem}.order-cancel .order-item{flex-direction:column;align-items:flex-start;gap:.5rem}.order-cancel .order-item img{width:50px;height:50px}.order-cancel .cancellation-form .form-actions{flex-direction:column}.order-cancel .cancellation-form .form-actions .btn-secondary,.order-cancel .cancellation-form .form-actions .btn-danger{min-width:auto}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 1rem}.login-page__container{width:100%;max-width:400px}.login-page__content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:3rem 2rem;position:relative}.login-page__header{text-align:center;margin-bottom:2rem}.login-page__title{font-size:2rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-page__subtitle{color:#7f8c8d;font-size:1rem;margin:0}.login-page__error-message{background:#fee;color:#c53030;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #feb2b2;font-size:.9rem}.login-page__form{display:flex;flex-direction:column;gap:1.5rem}.login-page__form-group{display:flex;flex-direction:column;gap:.5rem}.login-page__label{font-weight:600;color:#2c3e50;font-size:.9rem}.login-page__input{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f8fafc}.login-page__input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.login-page__input--error{border-color:#e53e3e;background:#fef5f5}.login-page__input--error:focus{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.login-page__input::placeholder{color:#a0aec0}.login-page__error{color:#e53e3e;font-size:.8rem;font-weight:500}.login-page__checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem;color:#4a5568;-webkit-user-select:none;user-select:none}.login-page__checkbox{display:none}.login-page__checkmark{width:20px;height:20px;border:2px solid #e2e8f0;border-radius:4px;position:relative;transition:all .3s ease;background:#fff}.login-page__checkmark:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .3s ease}.login-page__checkbox:checked+.login-page__checkmark{background:#667eea;border-color:#667eea}.login-page__checkbox:checked+.login-page__checkmark:after{opacity:1}.login-page__submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.login-page__submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.login-page__submit-btn:active{transform:translateY(0)}.login-page__submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-page__footer{text-align:center;margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.login-page__text{color:#7f8c8d;font-size:.9rem;margin:0}.login-page__link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.login-page__link:hover{color:#764ba2;text-decoration:underline}.login-page__back-link{color:#7f8c8d;text-decoration:none;font-size:.9rem;transition:color .3s ease}.login-page__back-link:hover{color:#667eea}@media (max-width: 480px){.login-page{padding:1rem}.login-page__content{padding:2rem 1.5rem}.login-page__title{font-size:1.75rem}}.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 1rem}.register-page__container{width:100%;max-width:450px}.register-page__content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:3rem 2rem;position:relative}.register-page__header{text-align:center;margin-bottom:2rem}.register-page__title{font-size:2rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.register-page__subtitle{color:#7f8c8d;font-size:1rem;margin:0}.register-page__error-message{background:#fee;color:#c53030;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #feb2b2;font-size:.9rem}.register-page__form{display:flex;flex-direction:column;gap:1.25rem}.register-page__form-group{display:flex;flex-direction:column;gap:.5rem}.register-page__label{font-weight:600;color:#2c3e50;font-size:.9rem}.register-page__input{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f8fafc}.register-page__input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.register-page__input--error{border-color:#e53e3e;background:#fef5f5}.register-page__input--error:focus{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.register-page__input::placeholder{color:#a0aec0}.register-page__error{color:#e53e3e;font-size:.8rem;font-weight:500}.register-page__checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem;color:#4a5568;-webkit-user-select:none;user-select:none;line-height:1.4}.register-page__checkbox{display:none}.register-page__checkmark{width:20px;height:20px;border:2px solid #e2e8f0;border-radius:4px;position:relative;transition:all .3s ease;background:#fff;flex-shrink:0;margin-top:2px}.register-page__checkmark:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .3s ease}.register-page__checkbox:checked+.register-page__checkmark{background:#667eea;border-color:#667eea}.register-page__checkbox:checked+.register-page__checkmark:after{opacity:1}.register-page__submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.register-page__submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.register-page__submit-btn:active{transform:translateY(0)}.register-page__submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.register-page__footer{text-align:center;margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.register-page__text{color:#7f8c8d;font-size:.9rem;margin:0}.register-page__link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.register-page__link:hover{color:#764ba2;text-decoration:underline}.register-page__back-link{color:#7f8c8d;text-decoration:none;font-size:.9rem;transition:color .3s ease}.register-page__back-link:hover{color:#667eea}@media (max-width: 480px){.register-page{padding:1rem}.register-page__content{padding:2rem 1.5rem}.register-page__title{font-size:1.75rem}.register-page__form{gap:1rem}}.profile-settings{min-height:100vh;background:#f8f9fa;padding:2rem}.profile-settings__container{max-width:1200px;margin:0 auto}.profile-settings__back-btn{background:none;border:none;color:#667eea;cursor:pointer;font-size:1rem;margin-bottom:2rem;padding:.5rem 0;transition:color .3s ease}.profile-settings__back-btn:hover{color:#764ba2}.profile-settings__header{margin-bottom:2rem}.profile-settings__title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-settings__subtitle{color:#7f8c8d;font-size:1.1rem;margin:0}.profile-settings__avatar-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.profile-settings__avatar{width:85px;height:85px;min-width:85px;min-height:85px;max-width:85px;max-height:85px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.4rem;letter-spacing:1px;box-shadow:0 8px 20px #667eea66;border:3px solid rgba(255,255,255,.3);position:relative;overflow:hidden;transition:all .3s ease;flex-shrink:0;box-sizing:border-box}.profile-settings__avatar:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.15),transparent);transform:rotate(45deg);transition:all .6s ease;opacity:0}.profile-settings__avatar:hover:before{opacity:1;animation:profileShimmer 2s ease-in-out}.profile-settings__avatar:hover{transform:scale(1.05);box-shadow:0 12px 25px #667eea80}.profile-settings__user-info{flex:1}.profile-settings__user-name{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0 0 .25rem}.profile-settings__user-email{color:#6c757d;font-size:1rem;margin:0 0 .5rem}.profile-settings__user-role{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.profile-settings__form{display:flex;flex-direction:column;gap:1.5rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.profile-settings__form-group{display:flex;flex-direction:column;gap:.5rem}.profile-settings__label{font-weight:600;color:#2c3e50;font-size:.9rem}.profile-settings__input{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.profile-settings__input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.profile-settings__input--error{border-color:#e53e3e;background:#fef5f5}.profile-settings__input--error:focus{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.profile-settings__input--disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed;border-color:#e9ecef}.profile-settings__error{color:#e53e3e;font-size:.8rem;font-weight:500}.profile-settings__help-text{color:#6c757d;font-size:.8rem;margin:0;font-style:italic}.profile-settings__form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.profile-settings__edit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.profile-settings__edit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.profile-settings__edit-btn:active{transform:translateY(0)}.profile-settings__save-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.profile-settings__save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #28a7454d}.profile-settings__save-btn:active{transform:translateY(0)}.profile-settings__save-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.profile-settings__cancel-btn{background:#6c757d;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.profile-settings__cancel-btn:hover:not(:disabled){background:#5a6268;transform:translateY(-2px)}.profile-settings__cancel-btn:active{transform:translateY(0)}.profile-settings__cancel-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@keyframes profileShimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}@media (max-width: 768px){.profile-settings{padding:1rem}.profile-settings__container{max-width:100%}.profile-settings__avatar-section{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}.profile-settings__form{padding:1.5rem}.profile-settings__form-actions{flex-direction:column}}.about{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.about__container{max-width:1200px;margin:0 auto;padding:0 20px}.about__hero{padding:80px 0 60px;text-align:center;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;margin-bottom:60px}.about__hero-content{max-width:800px;margin:0 auto}.about__title{font-size:3rem;font-weight:700;margin-bottom:20px;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.about__title{font-size:2.2rem}}.about__subtitle{font-size:1.3rem;font-weight:300;line-height:1.6;opacity:.9;margin-bottom:0}@media (max-width: 768px){.about__subtitle{font-size:1.1rem}}.about__section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:40px;color:#2c3e50;position:relative}.about__section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#e74c3c,#f39c12);border-radius:2px}@media (max-width: 768px){.about__section-title{font-size:2rem}}.about__story{padding:80px 0;background:#fff;margin-bottom:60px;border-radius:20px;box-shadow:0 10px 30px #0000001a}.about__story-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width: 968px){.about__story-content{grid-template-columns:1fr;gap:40px}}.about__story-text{padding-right:20px}@media (max-width: 968px){.about__story-text{padding-right:0}}.about__story-description{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:20px;text-align:justify}.about__story-description:last-child{margin-bottom:0}.about__story-image{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 15px 35px #0003}.about__why-choose{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-bottom:60px;border-radius:20px}.about__why-choose-content{text-align:center}.about__why-choose .about__section-title{color:#fff;margin-bottom:60px}.about__why-choose .about__section-title:after{background:linear-gradient(90deg,#f39c12,#e74c3c)}.about__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:40px}.about__feature{background:#ffffff1a;padding:40px 30px;border-radius:15px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease}.about__feature:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003}.about__feature-icon{font-size:3rem;margin-bottom:20px;display:block}.about__feature-title{font-size:1.5rem;font-weight:600;margin-bottom:15px;color:#f39c12}.about__feature-description{font-size:1rem;line-height:1.6;opacity:.9}.about__collection{padding:80px 0;background:#fff;margin-bottom:60px;border-radius:20px;box-shadow:0 10px 30px #0000001a}.about__collection-content{text-align:center}.about__collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:60px}.about__collection-item{background:#f8f9fa;border-radius:15px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.about__collection-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.about__collection-image{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.about__collection-item:hover .about__collection-image{transform:scale(1.05)}.about__collection-title{font-size:1.4rem;font-weight:600;margin:20px 0 15px;color:#2c3e50;padding:0 20px}.about__collection-description{font-size:1rem;line-height:1.6;color:#666;padding:0 20px 25px}.about__values{padding:80px 0;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;margin-bottom:60px;border-radius:20px}.about__values-content{text-align:center}.about__values .about__section-title{color:#fff;margin-bottom:60px}.about__values .about__section-title:after{background:linear-gradient(90deg,#f39c12,#e74c3c)}.about__values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-top:40px}.about__values-item{background:#ffffff1a;padding:40px 30px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.about__values-item:hover{transform:translateY(-5px)}.about__values-title{font-size:1.4rem;font-weight:600;margin-bottom:15px;color:#f39c12}.about__values-description{font-size:1rem;line-height:1.6;opacity:.9}.about__visit{padding:80px 0;background:#fff;margin-bottom:60px;border-radius:20px;box-shadow:0 10px 30px #0000001a}.about__visit-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width: 968px){.about__visit-content{grid-template-columns:1fr;gap:40px}}.about__visit-text{padding-right:20px}@media (max-width: 968px){.about__visit-text{padding-right:0}}.about__visit-description{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:30px}.about__visit-info{background:#f8f9fa;padding:30px;border-radius:15px;border-left:5px solid #e74c3c}.about__visit-item{font-size:1rem;margin-bottom:15px;color:#333}.about__visit-item:last-child{margin-bottom:0}.about__visit-item strong{color:#2c3e50;font-weight:600}.about__visit-image{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 15px 35px #0003}.about__cta{padding:80px 0;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;text-align:center;border-radius:20px}.about__cta-content{max-width:600px;margin:0 auto}.about__cta-title{font-size:2.5rem;font-weight:700;margin-bottom:20px}@media (max-width: 768px){.about__cta-title{font-size:2rem}}.about__cta-description{font-size:1.2rem;line-height:1.6;margin-bottom:40px;opacity:.9}.about__cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.about__cta-button{display:inline-block;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent}.about__cta-button--primary{background:linear-gradient(45deg,#e74c3c,#f39c12);color:#fff;border-color:transparent}.about__cta-button--primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #e74c3c66}.about__cta-button--secondary{background:transparent;color:#fff;border-color:#fff}.about__cta-button--secondary:hover{background:#fff;color:#2c3e50;transform:translateY(-3px)}.about__image{width:100%;height:400px;object-fit:cover;border-radius:15px;transition:transform .3s ease}.about__image:hover{transform:scale(1.02)}@media (max-width: 768px){.about__container{padding:0 15px}.about__hero{padding:60px 0 40px}.about__story,.about__why-choose,.about__collection,.about__values,.about__visit,.about__cta{padding:60px 0}.about__features-grid,.about__collection-grid,.about__values-grid{grid-template-columns:1fr;gap:30px}.about__cta-buttons{flex-direction:column;align-items:center}.about__cta-button{width:100%;max-width:300px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#f8f9fa}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.container{max-width:1440px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}button:focus,select:focus{outline:2px solid #e74c3c;outline-offset:2px}html{scroll-behavior:smooth}
