*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Noto Sans KR',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#ffffff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header-top{background:#000000;color:white;text-align:center;padding:0.5rem 0;font-size:0.9rem;font-weight:400;letter-spacing:0.5px}.header{background:white;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:1000}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-family:'Inter','Noto Sans KR',sans-serif;font-size:1.8rem;font-weight:400;color:#1a1a1a;text-decoration:none;letter-spacing:-0.02em;text-transform:lowercase;transition:all 0.3s ease}.logo:hover{color:#666}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-menu li{margin:0}.nav-menu a{text-decoration:none;color:#1a1a1a;font-weight:400;font-size:0.95rem;padding:0.5rem 1rem;transition:all 0.3s ease;letter-spacing:0.3px;text-transform:uppercase;font-size:0.85rem}.nav-menu a:hover{color:#666}.nav-icons{display:flex;gap:1.5rem;align-items:center}.nav-icons i{font-size:1.1rem;color:#1a1a1a;cursor:pointer;transition:color 0.3s ease}.nav-icons i:hover{color:#666}.nav-icons .wishlist-icon-container{position:relative;display:inline-block}.nav-icons .count-badge{position:absolute;top:-8px;right:-8px;background:#ff4757;color:white;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:bold;line-height:1;min-width:18px;text-align:center;box-shadow:0 2px 4px rgba(255,71,87,0.3);z-index:10}.nav-icons .cart-icon-container{position:relative;display:inline-block}.search-box{padding:0.5rem 1rem;border:1px solid #ddd;border-radius:25px;outline:none;width:200px;transition:border-color 0.3s ease}.search-box:focus{border-color:#3498db}.btn{padding:0.5rem 1rem;border:none;border-radius:5px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all 0.3s ease;font-weight:500}.btn-primary{background:#1a1a1a;color:white;border:1px solid #1a1a1a}.btn-primary:hover{background:#333;border-color:#333}.btn-outline{background:transparent;color:#1a1a1a;border:1px solid #1a1a1a}.btn-outline:hover{background:#1a1a1a;color:white}.hero{background:#ffffff;color:#1a1a1a;padding:8rem 0;position:relative;overflow:hidden;min-height:70vh;display:flex;align-items:center;border-bottom:1px solid #e0e0e0}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="30" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:0.3}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-text{text-align:left}.hero h1{font-family:'Inter','Noto Sans KR',sans-serif;font-size:4rem;margin-bottom:1.5rem;font-weight:300;line-height:1.1;letter-spacing:-0.02em;color:#1a1a1a}.hero p{font-size:1.1rem;margin-bottom:3rem;color:#666;line-height:1.8;font-weight:300;letter-spacing:0.3px}.hero-actions{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-image{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.floating-products{position:relative;width:100%;height:100%}.floating-product{position:absolute;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.1);transition:transform 0.3s ease;animation:float 6s ease-in-out infinite}.floating-product:hover{transform:scale(1.05)}.floating-product img{width:100%;height:100%;object-fit:cover}.floating-1{top:0%;left:20%;width:360px;height:360px;animation-delay:0s}.floating-2{top:58%;right:-8%;width:300px;height:300px;animation-delay:2s}@keyframes float{0%,100%{transform:translateY(0px) rotate(0deg)}25%{transform:translateY(-15px) rotate(1deg)}50%{transform:translateY(-30px) rotate(0deg)}75%{transform:translateY(-15px) rotate(-1deg)}}.section{padding:4rem 0}.section-title{text-align:center;font-family:'Inter','Noto Sans KR',sans-serif;font-size:2.2rem;margin-bottom:4rem;color:#1a1a1a;font-weight:300;letter-spacing:-0.01em;text-transform:uppercase;font-size:1.2rem;letter-spacing:2px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.product-card{background:white;border:1px solid #f0f0f0;overflow:hidden;transition:all 0.3s ease;cursor:pointer}.product-card:hover{border-color:#e0e0e0;transform:translateY(-2px)}.product-image{position:relative;overflow:hidden;height:250px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:10px;left:10px;background:#e74c3c;color:white;padding:0.3rem 0.6rem;border-radius:15px;font-size:0.8rem;font-weight:bold}.product-info{padding:1.5rem}.product-brand{color:#999;font-size:0.8rem;margin-bottom:0.5rem;text-transform:uppercase;letter-spacing:1px;font-weight:400}.product-name{font-size:1rem;font-weight:400;margin-bottom:0.5rem;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.product-rating{display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem}.stars{display:flex;gap:2px}.star{color:#f39c12;font-size:0.9rem}.star.empty{color:#ddd}.rating-count{color:#7f8c8d;font-size:0.9rem}.product-price{display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem}.current-price{font-size:1.1rem;font-weight:500;color:#1a1a1a}.original-price{text-decoration:line-through;color:#999;font-size:0.9rem}.discount-rate{background:#1a1a1a;color:white;padding:0.2rem 0.4rem;border-radius:3px;font-size:0.8rem;font-weight:bold}.product-actions{display:flex;gap:0.5rem}.btn-add-cart{flex:1;background:#1a1a1a;color:white;border:none;padding:0.8rem;cursor:pointer;font-weight:400;transition:background 0.3s ease;text-transform:uppercase;letter-spacing:0.5px;font-size:0.85rem}.btn-add-cart:hover{background:#333}.btn-wishlist{background:white;border:1px solid #e0e0e0;padding:0.8rem;cursor:pointer;transition:all 0.3s ease;color:#1a1a1a}.btn-wishlist:hover{background:#f8f8f8;border-color:#1a1a1a;color:#e74c3c}.footer{background:#1a1a1a;color:#ffffff;padding:4rem 0 2rem;margin-top:6rem;border-top:1px solid #333}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;color:#ffffff;font-weight:400;text-transform:uppercase;letter-spacing:1px;font-size:0.9rem}.footer-section p{margin-bottom:0.5rem;color:#999;line-height:1.6}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center;color:#666}.product-detail{padding:2rem 0}.breadcrumb{margin-bottom:2rem;color:#666;font-size:0.9rem}.breadcrumb a{color:#3498db;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.product-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;height:400px;overflow:hidden;border-radius:10px;border:1px solid #eee}.main-product-image{width:100%;height:100%;object-fit:cover}.thumbnail-images{display:flex;gap:0.5rem;overflow-x:auto}.thumbnail{width:80px;height:80px;object-fit:cover;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:border-color 0.3s ease}.thumbnail:hover,.thumbnail.active{border-color:#3498db}.product-info-detail{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2rem;font-weight:600;color:#2c3e50;margin:0}.product-price-detail{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.product-price-detail .current-price{font-size:2rem;font-weight:bold;color:#e74c3c}.product-price-detail .original-price{font-size:1.3rem;text-decoration:line-through;color:#7f8c8d}.product-price-detail .discount-rate{background:#e74c3c;color:white;padding:0.3rem 0.6rem;border-radius:15px;font-size:0.9rem;font-weight:bold}.product-description{background:#f8f9fa;padding:1.5rem;border-radius:10px}.product-description h3{margin-bottom:1rem;color:#2c3e50}.quantity-selector{display:flex;align-items:center;gap:1rem}.quantity-controls{display:flex;align-items:center;border:1px solid #ddd;border-radius:5px;overflow:hidden}.quantity-controls button{background:#f8f9fa;border:none;padding:0.5rem 1rem;cursor:pointer;transition:background 0.3s ease}.quantity-controls button:hover{background:#e9ecef}.quantity-controls button:disabled{opacity:0.5;cursor:not-allowed}.quantity{padding:0.5rem 1rem;min-width:50px;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd}.product-actions-detail{display:flex;gap:1rem}.btn-large{padding:1rem 2rem;font-size:1.1rem;flex:1}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.page-title{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:#2c3e50}.loading,.error{text-align:center;padding:2rem;font-size:1.1rem}.error{color:#e74c3c}@media (max-width:768px){.header-top{font-size:0.8rem;padding:0.3rem 0}.navbar{flex-direction:column;gap:1rem;padding:1rem 0}.logo{font-size:1.5rem;margin-bottom:0.5rem}.nav-menu{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-menu a{font-size:0.9rem;padding:0.4rem 0.8rem}.nav-icons{gap:1rem;margin-top:0.5rem;flex-wrap:wrap;justify-content:center}.nav-icons .user-info{order:2;width:100%;justify-content:center}.nav-icons .wishlist-icon-container,.nav-icons .cart-icon-container,.nav-icons i:not(.nav-icons .user-info i){order:1}.nav-icons i{font-size:1.1rem}.hero{padding:4rem 0;min-height:50vh}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text{text-align:center}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hero-actions{justify-content:center;flex-direction:column;align-items:center}.hero-image{height:300px}.floating-1{width:150px;height:150px;top:20%;left:10%}.floating-2{width:120px;height:120px;top:50%;right:5%}.floating-3{width:100px;height:100px;bottom:15%;left:30%}.product-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.section-title{font-size:2rem}.container{padding:0 15px}.product-detail-container{grid-template-columns:1fr;gap:2rem}.main-image{height:300px}.product-title{font-size:1.5rem}.product-price-detail .current-price{font-size:1.5rem}.product-actions-detail{flex-direction:column}.btn-large{width:100%}.thumbnail-images{justify-content:center}}.model-photos-section{margin-top:3rem;background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.model-photos-title{font-size:1.8rem;margin-bottom:0.5rem;color:#2c3e50;text-align:center;border-bottom:2px solid #e74c3c;padding-bottom:0.5rem}.model-photos-subtitle{text-align:center;color:#7f8c8d;font-size:0.9rem;margin-bottom:1.5rem;font-style:italic}.model-photos-grid{display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem;padding:1rem;border:1px solid #e9ecef;border-radius:8px;background:#fafafa}.model-photo-item{background:white;border-radius:8px;transition:transform 0.3s ease,box-shadow 0.3s ease;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.model-photo-item:hover{transform:translateX(5px);box-shadow:0 4px 12px rgba(0,0,0,0.15)}.model-photo-wrapper{width:100%;overflow:hidden;background:#f8f9fa}.model-photo{width:100%;height:auto;display:block;transition:transform 0.3s ease}.model-photo-item:hover .model-photo{transform:scale(1.05)}.model-photos-grid::-webkit-scrollbar{width:8px}.model-photos-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.model-photos-grid::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.model-photos-grid::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.model-photo-caption{padding:1rem;text-align:center;font-weight:500;color:#2c3e50;background:white;margin:0;font-size:0.9rem}.reviews-section{margin-top:3rem;background:#fafafa;padding:2rem;border-radius:8px}.reviews-title{font-size:1.8rem;margin-bottom:2rem;color:#2c3e50;border-bottom:2px solid #3498db;padding-bottom:0.5rem}.review-form{background:white;padding:2rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.review-form h3{margin-bottom:1.5rem;color:#2c3e50}.rating-input{margin-bottom:1rem}.rating-input label{display:block;margin-bottom:0.5rem;font-weight:500}.rating-select{padding:0.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;width:200px}.comment-input{margin-bottom:1.5rem}.comment-textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px}.comment-textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px rgba(52,152,219,0.2)}.reviews-list{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.reviews-list h3{margin-bottom:1.5rem;color:#2c3e50}.no-reviews{text-align:center;color:#7f8c8d;font-style:italic;padding:2rem}.review-item{border-bottom:1px solid #ecf0f1;padding:1.5rem 0}.review-item:last-child{border-bottom:none}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.review-actions{display:flex;align-items:center;gap:1rem}.review-user strong{color:#2c3e50;margin-right:0.5rem}.review-date{color:#7f8c8d;font-size:0.9rem}.review-rating{display:flex;gap:2px}.review-rating .star{font-size:1.2rem}.review-rating .star.filled{color:#f39c12}.review-rating .star.empty{color:#ecf0f1}.btn-delete-review{background:#e74c3c;color:white;border:none;padding:0.25rem 0.5rem;border-radius:4px;font-size:0.8rem;cursor:pointer;transition:background-color 0.2s}.btn-delete-review:hover{background:#c0392b}.review-content p{color:#2c3e50;line-height:1.6;margin:0}@media (max-width:768px){.model-photos-section{margin-top:2rem;padding:1rem}.model-photos-grid{gap:1.5rem;padding:0.5rem}.model-photos-title{font-size:1.5rem}.reviews-section{margin-top:2rem;padding:1rem}.review-form,.reviews-list{padding:1.5rem}.review-header{flex-direction:column;align-items:flex-start;gap:0.5rem}.rating-select{width:100%}}.cart-page{min-height:80vh;padding:2rem 0}.cart-title{font-size:2rem;margin-bottom:2rem;color:#2c3e50;text-align:center}.empty-cart{text-align:center;padding:4rem 2rem;color:#7f8c8d}.empty-cart-icon{font-size:4rem;margin-bottom:1rem;color:#bdc3c7}.empty-cart h2{margin-bottom:1rem;color:#2c3e50}.empty-cart p{margin-bottom:2rem;font-size:1.1rem}.cart-items{background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1rem;padding:1.5rem;border-bottom:1px solid #ecf0f1;align-items:center}.cart-item:last-child{border-bottom:none}.cart-item-image{width:100px;height:100px;border-radius:8px;overflow:hidden;background:#f8f9fa}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{display:flex;flex-direction:column;gap:0.5rem}.cart-item-name{font-size:1.1rem;margin:0;color:#2c3e50}.cart-item-brand{color:#7f8c8d;font-size:0.9rem;margin:0}.cart-item-price .original-price{text-decoration:line-through;color:#95a5a6;margin-right:0.5rem}.cart-item-price .current-price{font-weight:bold;color:#e74c3c}.cart-item-quantity{display:flex;align-items:center;gap:0.5rem}.quantity-btn{width:30px;height:30px;border:1px solid #ddd;background:white;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all 0.2s ease}.quantity-btn:hover:not(:disabled){background:#f8f9fa;border-color:#3498db}.quantity-btn:disabled{opacity:0.5;cursor:not-allowed}.quantity{min-width:30px;text-align:center;font-weight:500}.cart-item-total{font-size:1.1rem;font-weight:bold;color:#2c3e50;text-align:right}.remove-btn{background:none;border:none;color:#e74c3c;cursor:pointer;padding:0.5rem;border-radius:4px;transition:all 0.2s ease}.remove-btn:hover{background:rgba(231,76,60,0.1)}.cart-summary{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.summary-row{display:flex;justify-content:space-between;padding:0.5rem 0;font-size:1.1rem}.summary-row.total{border-top:2px solid #ecf0f1;margin-top:1rem;padding-top:1rem;font-weight:bold;font-size:1.3rem;color:#2c3e50}.cart-actions{display:flex;gap:1rem;margin-top:2rem;justify-content:center}@media (max-width:768px){.cart-item{grid-template-columns:80px 1fr;gap:1.5rem;padding:1rem}.cart-item-image{width:80px;height:80px}.cart-item-details{min-width:0;word-wrap:break-word}.cart-item-quantity,.cart-item-total,.remove-btn{grid-column:1 / -1;justify-self:start;margin-top:0.5rem}.cart-item-total{text-align:left;font-size:1.2rem}.remove-btn{align-self:start}.cart-actions{flex-direction:column}.cart-actions .btn{width:100%}}.auth-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background-color:#f8f9fa}.auth-form{background:white;padding:2.5rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);width:100%;max-width:400px}.register-form{max-width:600px}.auth-title{text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:600;color:#1a1a1a}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row .form-group{flex:1}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:500;color:#374151}.form-group input{width:100%;padding:0.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;transition:border-color 0.3s ease}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,0.1)}.form-group input.error{border-color:#dc2626}.error-text{color:#dc2626;font-size:0.875rem;margin-top:0.25rem;display:block}.success-message{background-color:#d1fae5;color:#065f46;padding:0.75rem;border-radius:4px;margin-bottom:1.5rem;text-align:center;border:1px solid #a7f3d0}.submit-btn{width:100%;padding:0.875rem;background-color:#1a1a1a;color:white;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color 0.3s ease;margin-bottom:1rem}.submit-btn:hover:not(:disabled){background-color:#374151}.submit-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.auth-links{display:flex;gap:0.5rem;align-items:center;margin-top:0}.auth-links a{color:#2563eb;text-decoration:none;font-size:0.9rem}.auth-links a:hover{text-decoration:underline}.user-info{display:flex;align-items:center;gap:0.75rem;height:100%}.user-greeting{font-family:'Inter','Noto Sans KR',sans-serif;font-size:0.7rem;color:#374151;font-weight:400}.user-menu{display:flex;align-items:center;gap:0.5rem;height:100%}.user-link,.auth-link{color:#1a1a1a;text-decoration:none;font-family:'Inter','Noto Sans KR',sans-serif;font-size:1.1rem;padding:0.5rem;border-radius:4px;transition:all 0.3s ease;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;line-height:1}.user-link:hover,.auth-link:hover{background-color:#f3f4f6;color:#666;transform:translateY(-1px)}.logout-btn{background:none;border:none;color:#1a1a1a;font-family:'Inter','Noto Sans KR',sans-serif;font-size:1.1rem;font-weight:400;padding:0.5rem;border-radius:4px;cursor:pointer;transition:all 0.3s ease;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;line-height:1}.logout-btn:hover{color:#666;background-color:#f3f4f6;transform:translateY(-1px)}.loading-container{display:flex;align-items:center;justify-content:center;min-height:200px}.loading-spinner{font-size:1.1rem;color:#6b7280}.user-info-loading{color:#9ca3af;font-size:0.9rem}@media (max-width:768px){.auth-form{padding:1.5rem;margin:1rem}.register-form{max-width:none}.form-row{flex-direction:column;gap:0}.user-info{flex-direction:column;gap:0.5rem;align-items:center;width:100%;margin-top:0.5rem;padding-top:0.5rem;border-top:1px solid #e0e0e0}.user-menu{flex-wrap:wrap;justify-content:center}}.wishlist-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.wishlist-page .page-title{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#333}.empty-wishlist{text-align:center;padding:4rem 0;color:#666}.empty-wishlist p{font-size:1.2rem;margin-bottom:2rem}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.wishlist-item{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease;margin-bottom:1.5rem}.wishlist-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.15)}.wishlist-item-image{width:100%;height:250px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.wishlist-item-image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform 0.3s ease}.wishlist-item-image:hover img{transform:scale(1.05)}.wishlist-item-info{padding:1.5rem}.product-name{font-size:1.2rem;font-weight:600;margin-bottom:0.5rem;color:#333;line-height:1.4;transition:color 0.3s ease}.product-name:hover{color:#007bff}.product-brand{color:#666;font-size:0.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.5px}.product-price{margin-bottom:1.5rem}.original-price{text-decoration:line-through;color:#999;font-size:0.9rem;margin-right:0.5rem}.sale-price{color:#e74c3c;font-weight:600;font-size:1.1rem}.current-price{font-weight:600;font-size:1.1rem;color:#333}.wishlist-actions{display:flex;gap:0.5rem;flex-wrap:wrap}.wishlist-actions .btn{flex:1;min-width:100px;padding:0.8rem 0.5rem;border-radius:8px;font-size:0.85rem;font-weight:500;transition:all 0.3s ease;text-align:center}.wishlist-actions .btn-secondary{background:#1a1a1a;color:white;border:1px solid #1a1a1a}.wishlist-actions .btn-secondary:hover{background:#333;border-color:#333;transform:translateY(-1px)}.wishlist-actions .remove-btn{background:transparent;color:#1a1a1a;border:2px solid #1a1a1a}.wishlist-actions .remove-btn:hover{background:#1a1a1a;color:white;transform:translateY(-1px)}@media (max-width:768px){.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.wishlist-item{margin-bottom:1rem}.wishlist-item-image{height:200px}.wishlist-item-info{padding:1rem}.wishlist-actions{flex-direction:column;gap:0.5rem}.wishlist-actions .btn{min-width:auto;width:100%;padding:0.8rem 1rem;font-size:0.9rem}}.search-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.search-header{text-align:center;margin-bottom:3rem}.search-header .page-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#333}.search-form{max-width:600px;margin:0 auto}.search-input-container{display:flex;border:2px solid #ddd;border-radius:50px;overflow:hidden;transition:border-color 0.3s ease}.search-input-container:focus-within{border-color:#007bff}.search-input{flex:1;padding:1rem 1.5rem;border:none;outline:none;font-size:1rem;background:transparent}.search-input::placeholder{color:#999}.search-button{padding:1rem 1.5rem;background:#007bff;color:white;border:none;cursor:pointer;transition:background 0.3s ease}.search-button:hover{background:#0056b3}.search-button i{font-size:1.1rem}.search-results-header{margin-bottom:2rem}.search-results-header h2{font-size:1.5rem;font-weight:600;color:#333}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.search-result-item{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.1);transition:all 0.3s ease;cursor:pointer}.search-result-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.15)}.search-item-image{width:100%;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.search-item-image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform 0.3s ease}.search-result-item:hover .search-item-image img{transform:scale(1.05)}.search-item-info{padding:1.5rem}.search-item-name{font-size:1.1rem;font-weight:600;margin-bottom:0.5rem;color:#333;line-height:1.4}.search-item-brand{color:#666;font-size:0.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.5px}.search-item-price .original-price{text-decoration:line-through;color:#999;font-size:0.9rem;margin-right:0.5rem}.search-item-price .sale-price{color:#e74c3c;font-weight:600;font-size:1.1rem}.search-item-price .current-price{font-weight:600;font-size:1.1rem;color:#333}.search-loading{text-align:center;padding:4rem 0}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.no-results{text-align:center;padding:4rem 0;color:#666}.no-results-icon{font-size:4rem;color:#ddd;margin-bottom:2rem}.no-results h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.no-results p{font-size:1rem;margin-bottom:2rem}.search-suggestions{list-style:none;padding:0;max-width:400px;margin:0 auto;text-align:left}.search-suggestions li{margin-bottom:0.5rem;color:#666}.search-welcome{text-align:center;padding:4rem 0}.search-welcome-icon{font-size:4rem;color:#007bff;margin-bottom:2rem}.search-welcome h2{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:#333}.search-welcome p{font-size:1.1rem;color:#666;margin-bottom:3rem}.popular-searches{max-width:500px;margin:0 auto}.popular-searches h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#333}.search-tags{display:flex;flex-wrap:wrap;gap:0.8rem;justify-content:center}.search-tag{padding:0.5rem 1rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:25px;cursor:pointer;transition:all 0.3s ease;font-size:0.9rem;color:#495057}.search-tag:hover{background:#007bff;color:white;border-color:#007bff}@media (max-width:768px){.search-page{padding:1.5rem 1rem}.search-header .page-title{font-size:1.5rem}.search-input-container{flex-direction:column;border-radius:12px}.search-button{border-radius:0 0 12px 12px}.search-results-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.search-item-image{height:180px}.search-tags{gap:0.5rem}.search-tag{font-size:0.8rem;padding:0.4rem 0.8rem}}.announcement-detail{max-width:800px;margin:0 auto;padding:2rem 1rem}.back-btn{margin-bottom:2rem;padding:0.6rem 1.2rem;font-size:0.9rem}.announcement-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e9ecef}.announcement-title{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.announcement-meta{color:#6c757d;font-size:0.9rem}.announcement-date{font-weight:500}.announcement-updated{color:#495057;font-style:italic}.announcement-content{font-size:1.1rem;line-height:1.7;color:#495057}.announcement-content p{margin-bottom:1rem}.announcement-content p:empty{margin-bottom:0.5rem}.header-top{transition:background-color 0.3s ease}.header-top:hover{background-color:#2980b9}@media (max-width:768px){.announcement-detail{padding:1rem 0.5rem}.announcement-title{font-size:1.5rem}.announcement-content{font-size:1rem}}