.auth-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;animation:fadeIn .2s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal-content{background-color:#fff;border-radius:8px;width:90%;max-width:420px;max-height:85vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d;transform:scale(.9);animation:slideUp .2s ease forwards}@keyframes slideUp{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.auth-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #E0E0E0}.auth-modal-header h2{margin:0;font-size:20px;font-weight:600;color:#000}.auth-modal-close{background:none;border:none;font-size:32px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;line-height:1}.auth-modal-close:hover{color:#000}.auth-form-group-checkbox{flex-direction:column;align-items:flex-start}.auth-form-group-checkbox .checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400}.auth-form-group-checkbox .checkbox-label input[type=checkbox]{width:18px;height:18px;flex-shrink:0}.auth-privacy-link{font-size:12px;color:#666;margin-top:4px;text-decoration:underline}.auth-privacy-link:hover{color:#000}.auth-modal-tabs{display:flex;border-bottom:1px solid #E0E0E0}.auth-tab{flex:1;padding:12px;background:none;border:none;border-bottom:2px solid transparent;font-size:15px;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.auth-tab:hover{color:#000;background-color:#f5f5f5}.auth-tab.active{color:#000;border-bottom-color:#000;font-weight:600}.auth-form{padding:20px}.auth-form-group{margin-bottom:16px}.auth-form-group label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#000}.auth-form-group input{width:100%;padding:10px 14px;font-size:14px;border:1px solid #E0E0E0;border-radius:4px;transition:border-color .2s ease;box-sizing:border-box}.auth-form-group input:focus{outline:none;border-color:#000}.auth-form-group input.error{border-color:#f44336}.auth-form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.auth-error-message{display:block;margin-top:6px;font-size:12px;color:#f44336}.auth-error-message.general{margin-bottom:16px;padding:12px;background-color:#ffebee;border-radius:4px;border:1px solid #ef5350}.auth-submit-button{width:100%;padding:12px;font-size:15px;font-weight:600;color:#fff;background-color:#000;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease;margin-top:6px}.auth-social-divider{display:flex;align-items:center;text-align:center;margin:16px 0;color:#999;font-size:13px}.auth-social-divider:before,.auth-social-divider:after{content:"";flex:1;border-bottom:1px solid #E0E0E0}.auth-social-divider span{padding:0 12px}.auth-kakao-button{width:100%;padding:12px;font-size:15px;font-weight:600;color:#3c1e1e;background-color:#fee500;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;margin-top:8px}.auth-kakao-button:hover:not(:disabled){background-color:#fada00}.auth-kakao-button:active:not(:disabled){background-color:#fee500}.auth-kakao-button:disabled{background-color:#e0e0e0;color:#999;cursor:not-allowed}.auth-submit-button:hover:not(:disabled){background-color:#333}.auth-submit-button:active:not(:disabled){background-color:#000}.auth-submit-button:disabled{background-color:#999;cursor:not-allowed}@media(max-width:480px){.auth-modal-content{width:95%;max-width:95%;max-height:90vh}.auth-modal-header{padding:14px 16px}.auth-modal-header h2{font-size:18px}.auth-form{padding:16px}.auth-form-group{margin-bottom:14px}.auth-tab{padding:10px;font-size:14px}}.mypage{min-height:100vh;background-color:#f5f5f5;color:#333}.mypage-hero{position:relative;width:100%;height:400px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:40px}.mypage-hero .hero-background{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.hero-overlay-text{position:relative;z-index:1;font-size:48px;font-weight:700;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.8)}.mypage-content{max-width:1200px;margin:0 auto;padding:0 20px 60px;display:grid;grid-template-columns:1fr 400px;gap:30px}.mypage-main{display:flex;flex-direction:column;gap:30px}.info-section{background:#fff;border-radius:8px;padding:30px;box-shadow:none;border:1px solid #eee}.section-title{font-size:24px;font-weight:700;margin-bottom:15px;color:#000;text-decoration:underline;text-underline-offset:8px}.section-description{font-size:16px;color:#666;margin-bottom:20px}.info-content{display:flex;flex-direction:column;gap:15px}.info-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.info-label{font-size:14px;color:#666;min-width:80px}.info-value{font-size:14px;color:#333;flex:1}.edit-button{margin-left:auto;padding:6px 16px;background-color:#333;color:#fff;border:1px solid #333;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.edit-button:hover{background-color:#555}.shipping-info{font-size:14px;color:#666}.shipping-fee{font-size:14px;color:#333;margin-left:auto}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:#fff;border-radius:8px;padding:20px;border:1px solid #eee}.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e8e8e8}.order-info{display:flex;flex-direction:column;gap:5px}.order-number,.order-date{font-size:14px;color:#666}.order-status{font-size:14px;font-weight:700;padding:4px 12px;border-radius:4px;background-color:#f0f0f0;color:#333}.order-card-body{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;gap:20px}.order-preview{display:flex;align-items:center;gap:15px;flex:1}.order-preview img{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer}.order-preview-info{display:flex;flex-direction:column;gap:5px}.order-product-name{font-size:16px;color:#333;margin:0;cursor:pointer}.order-product-name:hover{text-decoration:underline}.order-product-count{font-size:14px;color:#666;margin:0}.order-total{font-size:18px;font-weight:700;color:#333}.order-card-shoppingbag .order-status-shoppingbag{background-color:#e3f2fd;color:#1976d2}.order-card-body-shoppingbag{display:block}.shoppingbag-card-items{list-style:none;margin:0 0 15px;padding:0}.shoppingbag-card-item{display:flex;align-items:center;gap:15px;padding:12px 0;border-bottom:1px solid #eee}.shoppingbag-card-item:last-child{border-bottom:none}.shoppingbag-card-item img{width:60px;height:60px;object-fit:cover;border-radius:4px}.shoppingbag-card-item-info{flex:1;min-width:0}.shoppingbag-card-item-name{font-size:14px;font-weight:500;color:#333;margin:0 0 4px}.shoppingbag-card-item-meta{font-size:13px;color:#666;margin:0}.remove-from-cart-button{padding:6px 12px;font-size:13px;color:#666;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer}.remove-from-cart-button:hover:not(:disabled){border-color:#999;color:#333}.remove-from-cart-button:disabled{opacity:.6;cursor:not-allowed}.checkout-from-mypage-button{background-color:#000;color:#fff}.checkout-from-mypage-button:hover{background-color:#333}.order-card-actions{display:flex;gap:10px}.view-detail-button,.cancel-order-button{padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;border:none;transition:background-color .2s}.view-detail-button{background-color:#333;color:#fff}.view-detail-button:hover{background-color:#555}.cancel-order-button{background-color:#d32f2f;color:#fff}.cancel-order-button:hover{background-color:#c62828}.empty-orders{text-align:center;padding:40px 20px}.empty-orders p{font-size:16px;color:#666;margin-bottom:20px}.continue-shopping-button{padding:12px 24px;background-color:#333;color:#fff;border:1px solid #333;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .2s}.continue-shopping-button:hover{background-color:#555}.mypage-sidebar{display:flex;flex-direction:column;gap:0;width:400px;min-width:400px;max-width:400px;box-sizing:border-box}.mypage .order-summary-section{position:sticky;top:110px;align-self:start;height:fit-content;width:100%}.mypage .order-summary-box{background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:28px;box-shadow:none}.mypage .order-summary-box .summary-title{font-size:22px;font-weight:700;margin-bottom:12px;color:#000;text-align:center}.mypage .order-summary-box .summary-item-count{display:flex;flex-direction:column;gap:0;padding:0 0 14px;margin-bottom:14px;font-size:15px;font-weight:500;color:#000;border-bottom:1px solid #e0e0e0}.mypage .order-summary-box .summary-item-count-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 0;margin:0;background:none;border:none;font-size:15px;font-weight:500;color:#000;cursor:pointer;text-align:left}.mypage .order-summary-box .summary-item-count-toggle:hover{color:#333}.mypage .order-summary-box .summary-toggle-icon{font-size:18px;font-weight:300;color:#666}.mypage .order-summary-box .summary-cart-detail-list{list-style:none;margin:0 0 8px;padding:8px 0 0;font-size:13px;font-weight:400;color:#333;line-height:1.5;border-top:1px solid #eee}.mypage .order-summary-box .summary-cart-detail-item{display:flex;align-items:center;gap:8px;padding:6px 0;flex-wrap:wrap}.mypage .order-summary-box .summary-cart-detail-name{flex:1;min-width:0}.mypage .order-summary-box .summary-cart-detail-qty{color:#666;flex-shrink:0}.mypage .order-summary-box .summary-cart-detail-price{font-weight:500;flex-shrink:0}.mypage .order-summary-box .summary-breakdown{margin-bottom:20px}.mypage .order-summary-box .summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:15px;color:#000}.mypage .order-summary-box .summary-row span:last-child{text-align:right}.mypage .order-summary-box .summary-row.total{font-size:18px;font-weight:700;color:#000;padding-top:12px}.mypage .order-summary-box .summary-divider{border:none;border-top:1px solid #e0e0e0;margin:12px 0}.mypage .order-summary-box .checkout-button{width:100%;padding:16px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;margin-bottom:24px}.mypage .order-summary-box .checkout-button:hover:not(:disabled){background-color:#333}.order-summary-box{background:#fff;border-radius:8px;padding:25px;box-shadow:none;border:1px solid #eee}.summary-title{font-size:20px;font-weight:700;margin-bottom:20px;color:#000}.summary-item-count{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:16px;color:#333}.summary-breakdown{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;font-size:14px;color:#666}.summary-divider{height:1px;background-color:#e8e8e8;margin:10px 0}.summary-total{font-size:18px;font-weight:700;color:#333}.checkout-button{width:100%;padding:12px;background-color:#333;color:#fff;border:1px solid #333;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;transition:background-color .2s}.checkout-button:hover{background-color:#555}.empty-cart-message{text-align:center;padding:20px 0}.empty-cart-message p{font-size:14px;color:#666;margin-bottom:15px}.pending-orders-section{margin-bottom:20px}.pending-order-section{margin-bottom:0}.mypage .order-summary-box .pending-orders-section{margin-bottom:20px}.mypage .order-summary-box .pending-order-section:not(:last-child){margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e0e0e0}.mypage .order-summary-box .section-divider{border:none;border-top:1px solid #e0e0e0;margin:12px 0}.pending-order-section:not(:last-child){margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e8e8e8}.pending-order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #e8e8e8}.pending-order-label{font-size:16px;font-weight:700;color:#333}.pending-order-status{font-size:14px;font-weight:700;padding:4px 12px;border-radius:4px;background-color:#f0f0f0;color:#333}.pending-order-info{display:flex;flex-direction:column;gap:8px;margin-bottom:15px}.pending-order-number{font-size:14px;color:#666;margin:0}.pending-order-total{font-size:18px;font-weight:700;color:#333;margin:0}.cart-summary-section{margin-top:0}.section-divider{height:1px;background-color:#e8e8e8;margin:20px 0}.mypage .order-summary-box .expandable-sections{display:flex;flex-direction:column;gap:0;background-color:#fff}.mypage .order-summary-box .expandable-section{border:none;border-bottom:none;border-radius:0;overflow:hidden;background-color:#fff;box-shadow:none}.mypage .order-summary-box .expandable-header{width:100%;padding:12px 0;background-color:#fff;border:none;border-bottom:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:14px;font-weight:500;text-align:left;color:#000;text-decoration:none;transition:color .2s}.mypage .order-summary-box .expandable-header>span:first-child{text-decoration:underline}.mypage .order-summary-box .expandable-header:hover{color:#333;background-color:#fff}.mypage .order-summary-box .expand-icon{font-size:18px;font-weight:300;color:#666}.mypage .order-summary-box .expandable-content{padding:12px 0 16px;background-color:#fff;font-size:13px;line-height:1.6;color:#333}.mypage .order-summary-box .expandable-content p{margin:0 0 8px}.mypage .order-summary-box .expandable-content ol,.mypage .order-summary-box .expandable-content ul{margin:5px 0}.expandable-sections{display:flex;flex-direction:column;gap:10px}.expandable-section{background:#fff;border-radius:8px;overflow:hidden;box-shadow:none;border:1px solid #eee}.expandable-header{width:100%;padding:15px 20px;background:transparent;border:none;color:#333;font-size:16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.expandable-header:hover{background-color:#f8f8f8}.expand-icon{font-size:20px;font-weight:700;color:#666}.expandable-content{padding:15px 20px;background:#f8f8f8;color:#555;font-size:14px;line-height:1.6}.expandable-content p{margin:5px 0}.expandable-content ul,.expandable-content ol{margin:10px 0;padding-left:20px}.expandable-content li{margin:5px 0}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px}.loading-spinner{font-size:16px;color:#666}.order-detail-modal{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.modal-content{background:#fff;border-radius:8px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e8e8e8}.modal-header h2{font-size:24px;color:#333;margin:0}.modal-close-button{background:transparent;border:none;color:#333;font-size:32px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.modal-close-button:hover{color:#666}.modal-body{padding:20px}.detail-section{margin-bottom:30px}.detail-section h3{font-size:18px;color:#333;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #e8e8e8}.detail-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e8e8e8;font-size:14px}.detail-row span:first-child{color:#666}.detail-row span:last-child{color:#333}.detail-total{font-size:18px;font-weight:700;margin-top:10px;padding-top:15px;border-top:2px solid #e0e0e0;color:#333}.order-items-list{display:flex;flex-direction:column;gap:15px}.order-item{display:flex;gap:15px;padding:15px;background:#f8f8f8;border-radius:4px;border:1px solid #eee}.order-item img{width:80px;height:80px;object-fit:cover;border-radius:4px;cursor:pointer}.order-item-info{flex:1;display:flex;flex-direction:column;gap:5px}.item-name{font-size:16px;color:#333;margin:0;cursor:pointer}.item-name:hover{text-decoration:underline}.item-quantity,.item-price{font-size:14px;color:#666;margin:0}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:20px;border-top:1px solid #e8e8e8}.close-modal-button{padding:10px 20px;background-color:#333;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.close-modal-button:hover{background-color:#555}@media(max-width:1024px){.mypage-content{grid-template-columns:1fr}.mypage-sidebar{order:-1;width:100%;min-width:0;max-width:none}.mypage .order-summary-section{position:static}}@media(max-width:768px){.hero-overlay-text{font-size:32px}.mypage-content{padding:0 15px 40px}.info-section{padding:20px}.order-card-body{flex-direction:column;align-items:flex-start}.modal-content{max-width:95%}}.profile-edit-form{margin-top:20px}.profile-edit-form .form-group{margin-bottom:20px}.profile-edit-form label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.profile-edit-form label .required{color:#ff6b6b;margin-left:4px}.profile-edit-form input[type=text],.profile-edit-form input[type=tel],.profile-edit-form textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;background-color:#fff;color:#333;transition:border-color .2s;box-sizing:border-box}.profile-edit-form input[type=text]:focus,.profile-edit-form input[type=tel]:focus,.profile-edit-form textarea:focus{outline:none;border-color:#007bff}.profile-edit-form input[type=text].error,.profile-edit-form input[type=tel].error,.profile-edit-form textarea.error{border-color:#ff6b6b}.profile-edit-form textarea{resize:vertical;min-height:80px}.profile-edit-form .error-message{display:block;color:#ff6b6b;font-size:12px;margin-top:4px}.profile-edit-form .form-group-checkbox .checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400}.profile-edit-form .form-group-checkbox .checkbox-label input[type=checkbox]{width:18px;height:18px;flex-shrink:0}.profile-edit-form .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.profile-edit-form .form-actions button{padding:12px 24px;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.profile-edit-form .cancel-button{background-color:#333;color:#fff}.profile-edit-form .cancel-button:hover:not(:disabled){background-color:#555}.profile-edit-form .save-button{background-color:#007bff;color:#fff}.profile-edit-form .save-button:hover:not(:disabled){background-color:#0056b3}.profile-edit-form .form-actions button:disabled{opacity:.6;cursor:not-allowed}.review-write-modal{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px}.review-write-modal .modal-content{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.review-product-info{margin-bottom:20px;padding:15px;background:#f8f8f8;border-radius:6px;border:1px solid #eee}.review-product-info p{margin:0;color:#333;font-size:16px}.review-form-group{margin-bottom:20px}.review-form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.review-form-group label .required{color:#ff6b6b;margin-left:4px}.review-form-group input[type=text],.review-form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;background-color:#fff;color:#333;transition:border-color .2s;box-sizing:border-box}.review-form-group input[type=text]:focus,.review-form-group textarea:focus{outline:none;border-color:#007bff}.review-form-group input[type=text].error,.review-form-group textarea.error{border-color:#ff6b6b}.review-form-group textarea{resize:vertical;min-height:120px}.review-form-group .char-count{display:block;text-align:right;font-size:12px;color:#666;margin-top:4px}.review-form-group .error-message{display:block;color:#ff6b6b;font-size:12px;margin-top:4px}.rating-selector{display:flex;gap:10px;margin-bottom:10px}.rating-star{background:transparent;border:none;font-size:32px;cursor:pointer;padding:0;transition:transform .2s;opacity:.3}.rating-star.selected{opacity:1}.rating-star:hover:not(:disabled){transform:scale(1.1)}.rating-star:disabled{cursor:not-allowed;opacity:.5}.image-upload-section{margin-top:10px}.image-upload-button{display:inline-block;padding:10px 20px;background-color:#333;color:#fff;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .2s;margin-bottom:15px}.image-upload-button:hover{background-color:#555}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-top:10px}.image-preview-item{position:relative;width:100%;padding-top:100%;background:#f0f0f0;border-radius:6px;overflow:hidden}.image-preview-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.image-preview-actions{position:absolute;top:5px;right:5px;display:flex;gap:5px}.image-move-button,.image-delete-button{background:#000000b3;color:#fff;border:none;border-radius:4px;width:24px;height:24px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.image-move-button:hover:not(:disabled),.image-delete-button:hover:not(:disabled){background:#000000e6}.image-move-button:disabled,.image-delete-button:disabled{opacity:.5;cursor:not-allowed}.review-sort-section{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:15px;background:#f8f8f8;border-radius:6px;border:1px solid #eee}.review-sort-section label{color:#333;font-size:14px}.review-sort-section select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;background-color:#fff;color:#333;font-size:14px;cursor:pointer}.review-sort-section select:disabled{opacity:.6;cursor:not-allowed}.empty-reviews{text-align:center;padding:40px 20px;color:#666}.reviews-list{display:flex;flex-direction:column;gap:20px}.reviews-more-wrap{display:flex;justify-content:center;padding:16px 0 8px}.reviews-more-button{padding:10px 24px;font-size:14px;font-weight:500;color:#333;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.reviews-more-button:hover{background:#eee;border-color:#ccc}.review-card{background:#fff;border-radius:8px;padding:20px;box-shadow:none;border:1px solid #eee}.review-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e8e8e8}.review-product-name{font-size:18px;font-weight:700;color:#333;margin:0;cursor:pointer;transition:color .2s}.review-product-name:hover{color:#007bff}.review-card-body{display:flex;flex-direction:column;gap:10px}.review-title{font-size:16px;font-weight:600;color:#333;margin:0}.review-content{font-size:14px;color:#555;margin:0;line-height:1.6}.review-images-preview{position:relative;width:100px;height:100px;border-radius:6px;overflow:hidden;margin-top:10px}.review-images-preview img{width:100%;height:100%;object-fit:cover}.more-images-count{position:absolute;top:5px;right:5px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px}.review-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding-top:15px;border-top:1px solid #e8e8e8;gap:15px;flex-wrap:wrap}.review-date,.review-likes{font-size:12px;color:#666}.review-card-footer-actions{display:flex;margin-left:auto;gap:5px}.review-card-footer-actions .edit-review-button,.review-card-footer-actions .delete-review-button{border-radius:4px}.edit-review-button,.delete-review-button{padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s;background-color:#fff;color:#000}.edit-review-button{border:2px solid #7f7f7f8f;color:#0056b3}.edit-review-button:hover{border-color:#0056b3;background-color:#f0f7ff}.delete-review-button{border:2px solid #7f7f7f8f;color:#c82333}.delete-review-button:hover{border-color:#c82333;background-color:#fff5f5}.write-review-button{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s;margin-top:10px}.write-review-button:hover{background-color:#0056b3}.review-status-text{font-size:12px;color:#4caf50;margin-top:10px;display:block}.existing-images-section,.new-images-section{margin-top:15px}.section-label{font-size:12px;color:#666;margin-bottom:10px;font-weight:500}.body{margin-top:var(--header-height, 90px)}.body--main{margin-top:0}.main-hero{height:100dvh;min-height:280px;display:flex;align-items:stretch;justify-content:center;overflow:hidden;background:#000}.main-hero .mainCarousel-section{width:100%;max-width:none;display:flex;flex-direction:column;min-height:0}.main-hero .carousel-container{flex:1;min-height:0;margin-top:0;max-height:none;height:100%;aspect-ratio:unset}.main-content-wrap{display:block;width:100%}*{margin:0;padding:0;box-sizing:border-box}.load-more{display:flex;justify-content:center}.load-more button{background-color:#000;color:#fff;border:none;padding:12px 32px;font-size:16px;font-weight:700;cursor:pointer;display:block;margin:40px auto;text-align:center;transition:all .3s ease}.load-more button:hover{background-color:#333}.end-message{text-align:center;margin:40px 0;font-size:14px;color:#666}.spinner{border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;width:36px;height:36px;animation:spin 1s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in{animation:fadeSlideIn .6s ease forwards}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.loading-container p{color:#666;font-size:16px}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px;padding:40px 20px}.error-container p{color:#dc3545;font-size:16px;text-align:center}.error-container button{background-color:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s}.error-container button:hover{background-color:#0056b3}.empty-container{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px 20px}.empty-container p{color:#666;font-size:16px;text-align:center}.loading-container.loading-screen{position:fixed;inset:0;z-index:9999;margin:0;min-height:100dvh;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.loading-screen__spinner{width:48px;height:48px;border:3px solid #eee;border-top-color:#000;border-radius:50%;animation:loading-spin .9s linear infinite}.loading-container.loading-screen .loading-screen__text{color:#111;font-size:15px;font-weight:500;letter-spacing:.02em;margin:0}.loading-container.loading-screen .loading-screen__subtext{color:#666;font-size:13px;font-weight:400;margin:-8px 0 0}.loading-screen__spinner--sm{width:36px;height:36px;border-width:2px}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--header-height: 90px}.header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:calc(env(safe-area-inset-top,0px) + 16px) 30px 14px 30px;background-color:#fff;color:#000;border-bottom:1px solid #eaeaea3c;z-index:1000;transition:all .5s ease}.header.scrolled{background-color:#000}.header.header--transparent{background-color:transparent;border-bottom-color:transparent}.header.header--transparent.scrolled{background-color:#000;border-bottom-color:#ffffff1f}.filter-invert{filter:invert(0)}.header.scrolled .filter-invert,.header.header--transparent .filter-invert{filter:invert(1)}.header-left{display:flex;flex-direction:column;justify-content:center;gap:4px;font-size:14px}.plus-icon{height:15px;width:15px;margin-right:5px;transition:transform .5s ease}.PlusIconRotate:hover .plus-icon{transform:rotate(90deg)}.servicemenu{font-size:18px;cursor:pointer;color:inherit}.service-list-blur{position:fixed;inset:0;background-color:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);z-index:1001;opacity:0;visibility:hidden;transition:opacity .3s ease,backdrop-filter .3s ease}.service-list-blur.open{background-color:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:1;visibility:visible}.service-list{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100dvh;background-color:#fff;border:1px solid #eaeaea;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;padding:20px;gap:10px;font-size:14px;z-index:1002;transform:translate(100%);transition:transform .3s ease}.service-list.open{transform:translate(0)}.service-list-inquiry{padding:24px 20px;display:flex;flex-direction:column;gap:20px}.service-inquiry-title{margin:0;font-size:20px;font-weight:700;color:#000;text-align:center}.service-inquiry-icon{flex-shrink:0;color:#000}.service-inquiry-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:0}.service-inquiry-item-trigger{cursor:pointer}.service-inquiry-item-link{cursor:pointer;color:inherit;text-decoration:none;display:flex}.service-inquiry-item-link .service-inquiry-item-hours{color:#666;text-decoration:none}.service-inquiry-item-content{flex:1;min-width:0}.service-inquiry-item-title{display:inline-block;margin:0;padding:0;border:0;background:none;font-size:15px;font-weight:500;color:#000;text-decoration:underline;cursor:pointer;text-align:left}.service-inquiry-item-title-static{cursor:default}.service-inquiry-item-hours{margin:6px 0 0;font-size:13px;font-weight:400;color:#666;line-height:1.4}.service-list-phone{display:block;padding:10px 12px;margin:-4px 0 16px 32px;background-color:#f5f5f5;border-radius:6px;font-size:15px;font-weight:500;color:#333;text-decoration:none}.header-center{position:absolute;left:50%;transform:translate(-50%)}.logo-header{height:45px;object-fit:contain;padding-top:10px}.header-right{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:10px}.shoppingbag-component{cursor:pointer;color:inherit}.shoppingbag-icon{width:20px;cursor:pointer}.shoppingbag-list-background{position:fixed;inset:0;display:none;z-index:1004;background-color:#0000;transition:background-color .2s ease}.shoppingbag-list-background.open{position:fixed;display:block;cursor:default;background-color:#0000004d}.shoppingbag-list{display:none}.shoppingbag-list{opacity:0;transform:translateY(-10px) scale(.95);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.shoppingbag-list.open{display:flex;flex-direction:column;position:absolute;top:90px;right:100px;width:400px;min-height:300px;max-height:600px;background-color:#fff;border:1px solid #000000;box-shadow:3px 8px 8px #0000001a;z-index:1005;margin-left:-200px;padding:0;opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.shoppingbag-popup-header{display:flex;align-items:center;justify-content:space-between;padding:20px;width:100%;box-sizing:border-box}.shoppingbag-popup-header h3{margin:0 -20px 0 0;font-size:16px;font-weight:400;color:#000;text-align:center;flex:1;padding-right:0}.shoppingbag-close-btn{background:none;border:none;font-size:24px;color:#000;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1;transition:opacity .2s ease}.shoppingbag-close-btn:hover{opacity:.6}.shoppingbag-close-btn:active{opacity:.4}.shoppingbag-popup-divider{height:1px;background-color:#e0e0e0;width:100%;margin:0}.shoppingbag-popup-content{padding:20px;flex:1;overflow-y:auto;box-sizing:border-box}.shoppingbag-loading,.shoppingbag-empty{text-align:center;padding:40px 20px;color:#666;font-size:14px;display:flex;flex-direction:column;gap:8px}.shoppingbag-empty p{margin:0}.shoppingbag-empty-subtitle{font-size:12px;color:#999}.shoppingbag-auth-buttons{display:flex;flex-direction:column;gap:12px;margin-top:40px;margin-bottom:-40px;width:100%}.shoppingbag-auth-btn{width:100%;padding:10px 16px;font-size:14px;font-weight:400;cursor:pointer;border:none;text-align:center;transition:background-color .2s ease,opacity .2s ease}.shoppingbag-login-btn{background-color:#000;color:#fff}.shoppingbag-login-btn:hover{background-color:#333}.shoppingbag-login-btn:active{background-color:#1a1a1a}.shoppingbag-signup-btn{background-color:#fff;color:#000;border:1px solid #000000}.shoppingbag-signup-btn:hover{background-color:#f5f5f5}.shoppingbag-signup-btn:active{background-color:#e0e0e0}.shoppingbag-item{display:flex;gap:16px;width:100%}.shoppingbag-item-image{flex-shrink:0;width:120px;height:120px;overflow:hidden;background-color:#f5f5f5}.shoppingbag-item-image img{width:100%;height:100%;object-fit:cover}.shoppingbag-item-info{flex:1;display:flex;flex-direction:column;gap:6px;position:relative;min-width:0}.shoppingbag-item-name{font-size:14px;font-weight:400;color:#000;line-height:1.5;word-break:break-word}.shoppingbag-item-series,.shoppingbag-item-shipping{font-size:12px;color:#666;line-height:1.4}.shoppingbag-item-quantity-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:8px;gap:12px}.shoppingbag-item-quantity{font-size:12px;color:#666;line-height:1.4}.shoppingbag-item-price{font-size:18px;font-weight:600;color:#000;white-space:nowrap}.shoppingbag-popup-actions{display:flex;flex-direction:column;gap:12px;padding:20px;width:100%;box-sizing:border-box}.shoppingbag-payment-btn{width:100%;padding:14px 20px;background-color:#000;color:#fff;border:none;font-size:16px;font-weight:400;cursor:pointer;transition:background-color .2s ease,opacity .2s ease;text-align:center}.shoppingbag-payment-btn:hover:not(:disabled){background-color:#333}.shoppingbag-payment-btn:active:not(:disabled){background-color:#1a1a1a}.shoppingbag-payment-btn:disabled{background-color:#ccc;color:#666;cursor:not-allowed;opacity:.6}.shoppingbag-goto-btn{width:100%;padding:14px 20px;background-color:#fff;color:#000;border:1px solid #000000;font-size:16px;font-weight:400;cursor:pointer;transition:background-color .2s ease,color .2s ease;text-align:center}.shoppingbag-goto-btn:hover{background-color:#f5f5f5}.shoppingbag-goto-btn:active{background-color:#e0e0e0}.mypage-component{cursor:pointer;color:inherit}.mypage-list-background{position:fixed;inset:0;display:none;z-index:1004;background-color:#0000;opacity:0;transition:opacity .2s ease,background-color .2s ease}.mypage-list-background.open{position:fixed;display:block;cursor:default;background-color:#0000001a;opacity:1}.mypage-icon{width:31px}.mypage-list{display:flex;flex-direction:column;position:absolute;top:95px;right:100px;width:300px;min-height:auto;background-color:#fff;border:1px solid #000000;box-shadow:3px 8px 8px #0000001a;z-index:1005;margin-left:-200px;padding:0;opacity:0;transform:translateY(-10px) scale(.95);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.mypage-list.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.mypage-menu-item{padding:12px 16px;font-size:14px;color:#000;cursor:pointer;transition:background-color .15s ease,color .15s ease;border:none;background:none;text-align:left;width:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.mypage-menu-item:hover{background-color:#f5f5f5;color:#000}.mypage-menu-item:active{background-color:#e0e0e0;transition:background-color .1s ease}.mypage-menu-divider{height:1px;background-color:#e0e0e0;margin:0;width:100%}.menu-icon{width:22px;cursor:pointer}.menu-list-blur{position:fixed;inset:0;background-color:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);z-index:1001;opacity:0;visibility:hidden;transition:opacity .3s ease,backdrop-filter .3s ease}.menu-list-blur.open{background-color:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:1;visibility:visible}.menu-list{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100dvh;background-color:#fff;border:1px solid #eaeaea;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;padding:20px;gap:10px;font-size:14px;z-index:1002;transform:translate(100%);transition:transform .3s ease}.menu-list.open{transform:translate(0)}.menu-list-categories{display:flex;flex-direction:column;gap:10px}.menu-list-item{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#000;cursor:pointer}.menu-list-chevron{font-weight:400;color:#000;opacity:.7}.menu-list-user{display:flex;flex-direction:column;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid #eaeaea}.menu-list-sub{padding-left:8px;font-weight:400;color:#333;cursor:pointer}.header-right button{background:none;border:none;font-size:20px;cursor:pointer;color:inherit}.header-right button:hover{transform:scale(1.1);transition:transform .2s ease}@media(max-width:768px){.header-left,.header-right{display:none}.header{justify-content:center;padding:0 16px}.header-center{position:static;transform:none;left:auto}.logo-header{height:40px}}.filter-bar{position:sticky;top:var(--header-height, 90px);display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem clamp(.75rem,4vw,2rem);background:#fff;z-index:900;box-shadow:0 2px 6px #0000001a;min-width:0}.ordering-component{flex:1 1 0;min-width:0;position:relative}.sort-icon{height:15px;width:15px;margin-right:5px;flex-shrink:0}.ordering-toggle{display:flex;align-items:center;font-weight:700;margin-bottom:0;cursor:pointer;white-space:nowrap;overflow:hidden;min-width:0;font-size:clamp(.75rem,2.2vw,1rem)}.ordering-toggle .ordering-label,.ordering-toggle .ordering-value{overflow:hidden;text-overflow:ellipsis}.ordering-popup{display:none}.ordering-popup.open{display:flex;position:absolute;top:100%;flex-direction:column;background:#fff;box-shadow:3px 8px 8px #0000001a;z-index:1001;min-width:300px;border-radius:4px}.ordering-popup-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #eee}.ordering-popup-title{font-size:1.1rem;font-weight:700;text-align:center;margin:0;color:#000}.ordering-list{display:flex;flex-direction:column;padding:1rem 1.5rem 1.5rem;gap:0}.ordering-option{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem 0;border-bottom:1px solid #f5f5f5}.ordering-option:last-child{border-bottom:none}.ordering-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#000;margin:0}.ordering-option-text{font-size:.95rem;color:#000;-webkit-user-select:none;user-select:none}.ordering-option input[type=radio]:checked+.ordering-option-text{font-weight:500}.filtering-component{flex:0 0 auto;margin-left:auto;min-width:0;position:relative}.filter-icon{height:15px;width:17px;margin-right:5px;flex-shrink:0}.filtering-toggle{display:flex;align-items:center;font-weight:700;margin-bottom:0;cursor:pointer;white-space:nowrap;overflow:hidden;min-width:0;font-size:clamp(.75rem,2.2vw,1rem)}.filtering-toggle .filtering-label,.filtering-toggle .filtering-value{overflow:hidden;text-overflow:ellipsis}.filtering-popup{display:none}.filtering-popup.open{display:flex;position:absolute;top:100%;flex-direction:column;background:#fff;box-shadow:3px 8px 8px #0000001a;z-index:1001;min-width:320px;border-radius:4px}.filtering-popup-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #eee}.filtering-popup-title{font-size:1.1rem;font-weight:700;margin:0;color:#000}.filtering-category-section{display:flex;flex-direction:column}.filtering-category-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee;cursor:pointer}.filtering-category-name{font-size:.95rem;font-weight:500;color:#000}.filtering-category-arrow{font-size:.8rem;color:#000;transition:transform .2s}.filtering-list{display:flex;flex-direction:column;padding:.5rem 1.5rem 1rem;gap:0}.filtering-option{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem 0;border-bottom:1px solid #f5f5f5}.filtering-option:last-child{border-bottom:none}.filtering-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#000;margin:0}.filtering-option-text{font-size:.95rem;color:#000;-webkit-user-select:none;user-select:none}.filtering-option input[type=radio]:checked+.filtering-option-text{font-weight:500}.filter-section{border-bottom:1px solid #ddd;padding:1rem 0;cursor:pointer}.filter-section-header{display:flex;justify-content:space-between;align-items:center;font-weight:700}@media(max-width:520px){.ordering-toggle .ordering-label,.filtering-toggle .filtering-label{display:none}}@media(max-width:360px){.ordering-toggle .ordering-value,.filtering-toggle .filtering-value{display:none}}.carousel-container{background:#000;width:100%;max-width:none;aspect-ratio:1920 / 510;min-height:clamp(200px,35vw,510px);max-height:min(510px,55vh);position:relative;display:flex;align-items:center;padding:0;overflow:hidden;margin-top:90px}.slides-wrapper{padding:0;width:100%;height:100%;display:flex;align-items:stretch;justify-content:flex-start;position:relative;transition:transform .6s cubic-bezier(.25,.1,.25,1);margin-left:0}.slides-wrapper--single .slide-item--full{flex:0 0 100%;width:100%;min-width:100%}.slides-wrapper.is-resetting{transition:none}.slide-item{position:relative;height:100%;min-height:0;overflow:hidden;backface-visibility:hidden;transform:translateZ(0)}.slide-video-wrap{display:block;width:100%;height:100%;min-height:0;padding:0;border:none;background:#000;position:relative}.slide-video{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.slide-video-loading{position:absolute;inset:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:1}.slide-video-loading .loading-screen__spinner{border-color:#fff3;border-top-color:#fff}.slide-split3{display:grid;grid-template-columns:repeat(3,1fr);width:100%;height:100%;gap:0}.slide-split3-item{position:relative;display:flex;flex-direction:column;width:100%;padding:0;border:none;background:#1a1a1a;cursor:pointer;overflow:hidden;transition:opacity .2s ease}.slide-split3-item:hover{opacity:1}.slide-split3-image-wrap{position:relative;flex:1;min-height:0;overflow:hidden}.slide-split3-image{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .35s ease}.slide-split3-item:hover .slide-split3-image{transform:scale(1.08)}.slide-split3-gradient{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);pointer-events:none}.slide-split3-caption{position:absolute;bottom:clamp(40px,10vw,56px);left:42%;transform:translate(-50%);color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.8);pointer-events:none;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.slide-split3-series-name{font-size:clamp(.75rem,1.5vw,.95rem);font-weight:500;opacity:.95}.slide-split3-model-name{font-size:clamp(1rem,2.5vw,1.5rem);font-weight:700;white-space:nowrap}.slide-image-container{width:100%;height:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#1a1a1a}.slide-image{width:100%;height:100%;object-fit:cover;object-position:center top}.slide-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#0000004d 60%,#000c)}.slide-cover{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;z-index:2;pointer-events:none}.slide-text{position:absolute;bottom:clamp(16px,4vw,40px);left:clamp(16px,4vw,40px);right:clamp(16px,4vw,40px);color:#fff;z-index:2;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-title{font-size:clamp(1.25rem,4vw,3rem);font-weight:900;margin:0 0 8px;letter-spacing:-1px;line-height:1.1;text-shadow:2px 2px 8px rgba(0,0,0,.8)}.slide-subtitle{font-size:clamp(.75rem,1.5vw,1.2rem);margin:0;opacity:.95;font-weight:400;letter-spacing:.5px;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.nav-prev{left:20px}.nav-next{right:20px}.carousel-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.indicator-dot{width:8px;height:8px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.indicator-dot:hover{background:#fff9;transform:scale(1.2)}.indicator-dot.is-active{width:32px;border-radius:4px;background:#fff;border-color:#fff}@media(max-width:1024px){.main-hero .carousel-container{height:100%;max-height:none;min-height:0}}@media(max-width:768px){.carousel-container{min-height:clamp(180px,50vw,400px)}.main-hero .carousel-container{height:100%;max-height:none;min-height:0}}@media(max-width:480px){.slide-split3-model-name{font-size:.875rem}}footer{color:#fff;background-color:#000;width:100%;padding:40px 20px}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto}.footer-left{display:flex;gap:60px}.footer-left h4{margin-bottom:15px;font-size:14px;font-weight:700}.footer-left ul{list-style:none;margin:0;padding:0}.footer-left ul li{margin-bottom:10px}.footer-left a{color:#ccc;text-decoration:none}.footer-left a:hover{color:#fff}.footer-bottom{margin-top:40px;font-size:12px;color:#aaa;text-align:left}.footer-bottom a.footer-tel,.footer-bottom a.footer-email{color:#ccc;text-decoration:none}.footer-bottom a.footer-tel:hover,.footer-bottom a.footer-email:hover{color:#fff;text-decoration:underline}.footer-left .footer-phone a{color:#fff;font-weight:600}.footer-mobile-links{display:none;max-width:1200px;margin:0 auto}.footer-mobile-links a{color:#ccc;text-decoration:none;font-size:13px}.footer-mobile-links a:hover{color:#fff}.footer-mobile-links-sep{margin:0 8px;color:#666;font-size:12px}@media(max-width:768px){.footer-left{display:none}.footer-container{justify-content:center}.footer-mobile-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 0;margin-top:24px;padding:0 20px;text-align:center}}.product{border:1px solid #eee;border-radius:8px;padding:1rem;background:#fff;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.product:hover{transform:translateY(-5px);box-shadow:0 4px 10px #0000001a}.product img{max-width:100%;height:auto;border-radius:4px;margin-bottom:.5rem}.product p{font-size:1rem;font-weight:600;margin:.5rem 0}.product span{font-size:.9rem;font-weight:700;color:#333}.row1,.row2{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:2rem 0}.row2 .product:first-child{grid-column:span 2}@media(max-width:768px){.row1,.row2{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.row1,.row2{grid-template-columns:1fr}}.detail-image-section{height:calc(100dvh - 100px);max-height:calc(100dvh - 100px);min-height:280px;display:flex;margin-bottom:40px;margin-top:100px;overflow:hidden;position:relative;width:100%}.static-image-column,.dynamic-image-column{flex:1;width:50%;min-width:0;min-height:0;overflow:hidden;position:relative}.detail-image-section img{width:100%;height:100%;min-height:0;display:block;object-fit:cover;object-position:center top}.options-list{display:flex;overflow-x:auto;padding-bottom:15px;padding-top:15px;border-top:1px solid #eee;border-bottom:1px solid #eee}.option-item{flex-shrink:0;width:120px;margin-right:15px;cursor:pointer;border:1px solid #ddd;border-radius:4px;overflow:hidden;transition:border-color .2s}.option-item:hover{border-color:#333}.option-thumbnail{width:100%;aspect-ratio:1/1;object-fit:cover;background-color:#f5f5f5}.option-info{padding:8px;text-align:center}.option-name{display:black;font-size:14px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.option-price{display:block;font-size:13px;font-weight:700;color:#555}.detail-main-content{margin-top:40px;padding:0 20px}.product-details-column{flex:1}.purchase-box-column{width:320px;flex-shrink:0;position:sticky;top:120px}.purchase-box{border:1px solid #ddd;border-radius:8px;padding:20px}.purchase-box h4{margin-top:0;font-size:16px}.purchase-quantity,.purchase-total{display:flex;justify-content:space-between;align-items:center;margin:20px 0;padding:10px 0;border-top:1px solid #eee}.quantity-selector{display:flex;align-items:center;border:1px solid #ccc;border-radius:4px}.quantity-selector button{border:none;background-color:transparent;padding:8px 12px;cursor:pointer;font-size:16px}.quantity-selector span{padding:0 10px;font-size:16px}.purchase-total strong{font-size:20px;color:#c00}.purchase-actions{display:flex;flex-direction:column;gap:10px}.purchase-actions button{width:100%;padding:12px;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer}.purchase-actions .btn-buy-now{background-color:#333;color:#fff;border:1px solid #333}.purchase-actions .btn-add-to-bag{background-color:#fff;color:#333;border:1px solid #ccc}.option-item.selected{border-color:#333;border-width:2px}.static-image-column{position:relative}.image-overlay-text{position:absolute;bottom:0;left:0;right:0;padding:30px;color:#fff;background:linear-gradient(to top,#000c,#0000);z-index:10;pointer-events:none}.image-overlay-text .overlay-brand{margin-top:0;margin-bottom:10px;font-size:48px;font-weight:700;line-height:1.2}.image-overlay-text .overlay-name{margin:0;font-size:24px;font-weight:300;line-height:1.4;opacity:.95}.purchase-box-1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:320px;background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:20px;z-index:100;box-shadow:0 2px 8px #0000001a}.purchase-box-1 h4{margin-top:0;margin-bottom:10px;font-size:18px;font-weight:700}.purchase-box-1 .product-price{font-size:24px;font-weight:700;color:#333;margin:10px 0}.purchase-box-1 .model-select{width:100%;padding:8px;margin:10px 0;border:1px solid #ccc;border-radius:4px;font-size:14px}.purchase-box-1 .detail-link{display:block;color:#333;text-decoration:underline;margin:10px 0;font-size:14px;cursor:pointer}.purchase-box-1 .detail-link:hover{color:#000}.purchase-box-1 .shipping-info{margin:15px 0;font-size:13px;color:#666;line-height:1.6}.purchase-box-1 .shipping-time-accent{color:#8b2942;font-weight:600}.purchase-box-1 .shipping-label-accent{color:#1a237e;font-weight:600}.purchase-box-1 .btn-add-to-bag-1{width:100%;padding:12px;background-color:#333;color:#fff;border:1px solid #333;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer;margin-top:15px;transition:background-color .2s}.purchase-box-1 .btn-add-to-bag-1:hover:not(:disabled){background-color:#000}.purchase-box-1 .btn-add-to-bag-1:disabled{background-color:#999;cursor:not-allowed;opacity:.6}@media(max-width:768px){.purchase-box-1 .detail-link,.purchase-box-1 .shipping-info{display:none}}.detail-content-wrapper{width:100%;display:flex;gap:40px;align-items:flex-start;padding-right:40px;box-sizing:border-box;position:relative;margin-bottom:20px}.detail-left-column{flex:1;min-width:0;display:flex;flex-direction:column;gap:0}.detail-other-styles-block{width:100%}.detail-content-main{width:100%;padding:0 20px;box-sizing:border-box}.other-styles-section{padding:40px 20px;background-color:#fff}.other-styles-content{display:flex;gap:40px;align-items:flex-start}.other-styles-thumbnails{flex:1}.other-styles-thumbnails h3{margin-top:0;margin-bottom:20px;font-size:20px;font-weight:700}.other-styles-thumbnails-row{display:flex;align-items:stretch;gap:0;width:100%}.other-styles-arrow{flex-shrink:0;width:44px;min-width:44px;max-width:44px;min-height:0;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;background-color:#fff;border:none;cursor:pointer;transition:background-color .2s ease;border-radius:4px}.other-styles-arrow:hover{background-color:#00000014}.other-styles-arrow--disabled{cursor:default;pointer-events:none;background-color:#fff}.other-styles-arrow--disabled:hover{background-color:#fff}.other-styles-arrow--left{margin-right:12px}.other-styles-arrow--right{margin-left:12px}.other-styles-arrow-icon{font-size:28px;line-height:1;color:#333;font-weight:300}@media(max-width:800px){.other-styles-thumbnails-row .other-styles-arrow{display:none}}.thumbnails-list{display:flex;gap:15px;flex-wrap:nowrap;flex:1;min-width:0;max-width:100%;padding-bottom:10px;box-sizing:border-box}.thumbnails-list--viewport{overflow:hidden;gap:0}.thumbnails-track{display:flex;flex-wrap:nowrap;gap:0;width:calc(var(--total-pages) * 100%);flex:0 0 auto;min-height:0;padding-bottom:10px;box-sizing:border-box;transition:transform .35s ease-out}.thumbnails-slide{flex:0 0 calc(100% / var(--total-pages));min-width:0;display:flex;gap:15px;padding:0;box-sizing:border-box}.thumbnails-slide .thumbnail-item{flex:1 1 0;min-width:0}.thumbnails-slide--partial .thumbnail-item{flex:0 0 calc((100% - 45px)/4);min-width:0}.thumbnail-item{flex:1 1 0;min-width:0;aspect-ratio:1;box-sizing:border-box;border:3px solid #ddd;border-radius:4px;overflow:hidden;cursor:pointer;transition:border-color .2s}.thumbnail-item:hover,.thumbnail-item.selected{border-color:#333}.thumbnail-item img{width:100%;height:100%;display:block;object-fit:cover}.other-styles-pagination{margin-top:16px;width:100%}.other-styles-pagination-track{display:flex;align-items:center;gap:4px;width:100%;height:4px;border-radius:2px}.other-styles-pagination-dot{flex:1;min-width:0;height:4px;border:none;border-radius:2px;background-color:#0003;cursor:pointer;transition:background-color .2s ease}.other-styles-pagination-dot:hover{background-color:#00000059}.other-styles-pagination-dot.active{background-color:#000000b3}.purchase-box-2-wrapper{width:350px;flex-shrink:0;position:sticky;top:100px;align-self:flex-start;max-height:calc(100dvh - 120px);min-height:0}.purchase-box-2{width:100%;background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:15px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;max-height:100%;min-height:0}.purchase-box-2 .product-image-thumbnail{width:100%;height:clamp(120px,22dvh,300px);margin-bottom:12px;border-radius:4px;overflow:hidden;background-color:#f5f5f5;flex:0 0 auto}.purchase-box-2 .product-image-thumbnail img{height:100%;width:auto;display:block;margin:0 auto;object-fit:contain}.purchase-box-2 .product-name-section{margin-bottom:12px}.purchase-box-2 .product-name-section h4{margin:0 0 4px;font-size:16px;font-weight:700}.purchase-box-2 .product-name-section p{margin:0;font-size:13px;color:#666}.purchase-box-2 .price-section{margin-bottom:12px;display:flex;align-items:center;gap:10px}.purchase-box-2 .discount-badge{background-color:#c00;color:#fff;padding:4px 8px;border-radius:4px;font-size:14px;font-weight:700}.purchase-box-2 .original-price{font-size:16px;color:#999;text-decoration:line-through}.purchase-box-2 .current-price{font-size:20px;font-weight:700;color:#333}.purchase-box-2 hr{margin:12px 0;border:none;border-top:1px solid #eee}.purchase-box-2 .purchase-option{margin-bottom:12px}.purchase-box-2 .purchase-option:has(.quantity-selector){display:flex;flex-direction:row;justify-content:space-between;align-items:center}.purchase-box-2 .purchase-option:has(.quantity-selector) label{margin-bottom:0}.purchase-box-2 .purchase-option label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#333}.purchase-box-2 .shipping-fee-info{display:flex;justify-content:space-between;margin-bottom:12px;font-size:13px;color:#666}.purchase-box-2 .total-price-section{display:flex;justify-content:space-between;align-items:center;margin:15px 0;padding:12px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.purchase-box-2 .total-price-section span{font-size:15px;font-weight:500}.purchase-box-2 .total-price-section strong{font-size:20px;font-weight:700;color:#c00}.purchase-box-2 .btn-buy-now-2{width:100%;padding:12px;background-color:#333;color:#fff;border:1px solid #333;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer;margin-bottom:12px;transition:background-color .2s}.purchase-box-2 .btn-buy-now-2:hover:not(:disabled){background-color:#000}.purchase-box-2 .btn-buy-now-2:disabled{background-color:#999;cursor:not-allowed;opacity:.6}.purchase-box-2 .purchase-links{display:flex;flex-direction:column;gap:8px}.purchase-box-2 .link-btn{width:100%;padding:8px;background-color:#fff;color:#333;border:1px solid #ddd;border-radius:4px;font-size:13px;cursor:pointer;transition:background-color .2s}.purchase-box-2 .link-btn:hover:not(:disabled){background-color:#f5f5f5}.purchase-box-2 .link-btn:disabled{opacity:.6;cursor:not-allowed}@media(min-width:769px)and (max-height:800px){.purchase-box-2-wrapper .purchase-box-2{padding:10px}.purchase-box-2-wrapper .product-image-thumbnail{height:200px;margin-bottom:8px}.purchase-box-2-wrapper .product-name-section{margin-bottom:6px}.purchase-box-2-wrapper .product-name-section h4{font-size:15px;margin:0 0 2px}.purchase-box-2-wrapper .product-name-section p{font-size:12px}.purchase-box-2-wrapper .price-section{margin-bottom:6px}.purchase-box-2-wrapper hr{margin:6px 0}.purchase-box-2-wrapper .purchase-option{margin-bottom:6px}.purchase-box-2-wrapper .purchase-option label{margin-bottom:4px;font-size:12px}.purchase-box-2-wrapper .shipping-fee-info{margin-bottom:6px;font-size:12px}.purchase-box-2-wrapper .total-price-section{margin:8px 0;padding:8px 0}.purchase-box-2-wrapper .total-price-section span{font-size:14px}.purchase-box-2-wrapper .total-price-section strong{font-size:18px}.purchase-box-2-wrapper .btn-buy-now-2{padding:10px;margin-bottom:8px;font-size:15px}.purchase-box-2-wrapper .purchase-links .link-btn:first-child,.purchase-box-2-wrapper .purchase-links .link-btn:last-child{display:none}.purchase-box-2-wrapper .purchase-links{gap:4px}}@media(min-width:769px)and (max-height:650px){.purchase-box-2-wrapper .purchase-box-2{padding:8px}.purchase-box-2-wrapper .product-image-thumbnail{height:100px;margin-bottom:6px}.purchase-box-2-wrapper .product-name-section{margin-bottom:4px}.purchase-box-2-wrapper .product-name-section h4{font-size:14px}.purchase-box-2-wrapper .product-name-section p{font-size:11px}.purchase-box-2-wrapper .price-section,.purchase-box-2-wrapper hr,.purchase-box-2-wrapper .purchase-option,.purchase-box-2-wrapper .shipping-fee-info{margin-bottom:4px}.purchase-box-2-wrapper hr{margin:4px 0}.purchase-box-2-wrapper .total-price-section{margin:6px 0;padding:6px 0}.purchase-box-2-wrapper .btn-buy-now-2{padding:8px;margin-bottom:6px;font-size:14px}}@media(max-width:768px){.detail-content-wrapper{flex-direction:column;padding-right:0}.other-styles-content{flex-direction:column}.purchase-box-2-wrapper{width:100%;position:static;max-height:none}.purchase-box-2-wrapper .product-image-thumbnail{height:clamp(180px,32vh,320px)}.purchase-box-2-wrapper .product-image-thumbnail img{height:100%;width:auto;display:block;margin:0 auto;object-fit:contain}.thumbnails-list{justify-content:flex-start}.detail-left-column{flex-direction:column}}.detail-section-divider{height:1px;background-color:#ddd;margin:0 20px}.detail-description-section{width:100%;margin:60px 0}.detail-description-header{width:100%;margin-bottom:24px}.detail-product-name{margin:0 0 6px;font-size:14px;color:#666;font-weight:400}.detail-section-title{margin:0 0 16px;font-size:22px;font-weight:700;color:#000}.detail-description-header-line{width:100%;height:1px;background-color:#333}.detail-banner{width:100%;margin-bottom:40px}.detail-banner img{width:100%;height:auto;display:block;object-fit:cover}.detail-images-section{width:100%;margin-bottom:60px}.detail-top-with-overlay{position:relative;width:100%;margin-bottom:0;padding-bottom:0;overflow:visible}.detail-top-with-overlay .detail-top-image{margin-bottom:0;margin-top:0;line-height:0}.detail-top-with-overlay+.detail-bottom-image{margin-top:0;padding-top:0;margin-bottom:20px}.detail-top-image,.detail-bottom-image{width:100%;margin-bottom:20px}.detail-top-with-overlay~.detail-bottom-image{margin-top:0}.detail-top-image img,.detail-bottom-image img{width:100%;height:auto;display:block;object-fit:contain}.detail-top-with-overlay .detail-expand-button-container{position:absolute;bottom:0;left:-16px;right:-16px;width:calc(100% + 32px);margin:0;padding:0 20px;box-sizing:border-box;display:flex;justify-content:center}.detail-expand-button-container--standalone{margin:30px 0}.detail-collapse-button-container{width:100%;display:flex;justify-content:center;margin:30px 0}.detail-expand-button,.detail-collapse-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:100%;padding:14px 24px;font-size:15px;font-weight:500;color:#000;background-color:#fff;border:1px solid #000;border-radius:0;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.detail-expand-button:hover,.detail-collapse-button:hover{background-color:#f5f5f5;border-color:#333}.detail-expand-chevron{font-size:12px;line-height:1}.detail-expand-chevron--up{font-size:12px}.detail-model-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:flex-start;padding-left:clamp(12%,80px,18%);pointer-events:auto}.detail-model-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}body.detail-model-modal-open{overflow:hidden}body.detail-model-modal-open .purchase-box-2-wrapper{z-index:10001}.detail-model-modal-content{position:relative;z-index:10001;max-width:90%;max-height:90%;display:flex;align-items:center;justify-content:center}.detail-model-modal-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #00000080}@media(max-width:768px){.series-knife-set-images{gap:10px;flex-wrap:nowrap}.series-knife-item{flex:1;min-width:0;max-width:150px;aspect-ratio:1}.detail-model-modal-content{max-width:95%}.detail-model-modal{padding-left:8%}}.product-reviews-section{width:100%;max-width:1200px;margin:60px auto;padding:0 20px}.reviews-section-title{font-size:28px;font-weight:700;margin:0 0 8px;text-align:left;color:#000}.reviews-section-subtitle{margin:0 0 16px;font-size:14px;color:#666;text-align:left}.reviews-section-divider{width:100%;height:1px;background-color:#333;margin-bottom:30px}.review-stats{background-color:#f9f9f9;border-radius:8px;padding:30px;margin-bottom:40px}.review-stats-summary{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #ddd;flex-wrap:wrap;gap:15px}.average-rating{display:flex;align-items:center;gap:15px;flex-shrink:0;order:1}.rating-value{font-size:36px;font-weight:700;color:#333;white-space:nowrap}.rating-stars{display:flex;gap:2px;flex-shrink:0}.rating-stars .star{font-size:24px;color:#ddd}.rating-stars .star.filled{color:#ffc107}.total-reviews{font-size:16px;color:#666;white-space:nowrap;flex-basis:100%;order:2}.rating-distribution{display:flex;flex-direction:column;gap:10px}.rating-bar-item{display:flex;align-items:center;gap:10px}.rating-label{width:30px;font-size:14px;font-weight:600}.rating-bar{flex:1;height:20px;background-color:#e0e0e0;border-radius:10px;overflow:hidden}.rating-bar-fill{height:100%;background-color:#ffc107;transition:width .3s ease}.rating-count{width:50px;text-align:right;font-size:14px;color:#666}.reviews-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;gap:10px;min-width:0;flex-wrap:wrap}.rating-filter{display:flex;gap:10px;flex-wrap:wrap;min-width:0;flex-shrink:1}.filter-btn{padding:8px 16px;border:1px solid #ddd;background-color:#fff;border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:clamp(10px,1.2vw,14px);white-space:nowrap;flex-shrink:0;min-width:fit-content}.filter-btn:hover{border-color:#333;background-color:#f5f5f5}.filter-btn.active{background-color:#333;color:#fff;border-color:#333}.sort-controls{display:flex;align-items:center;gap:10px;flex-shrink:0;min-width:0}.sort-select{padding:8px 16px;border:1px solid #ddd;border-radius:4px;font-size:clamp(10px,1.2vw,14px);cursor:pointer;white-space:nowrap;min-width:fit-content}.reviews-list{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.review-item{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:20px;transition:box-shadow .3s ease}.review-item:hover{box-shadow:0 2px 8px #0000001a}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eee}.review-user-info{display:flex;flex-direction:column;gap:5px}.user-email{font-weight:600;color:#333}.purchased-product{font-size:12px;color:#666}.review-rating{display:flex;gap:2px}.review-rating .star{font-size:18px;color:#ddd}.review-rating .star.filled{color:#ffc107}.review-content{margin-bottom:15px}.review-title{font-size:18px;font-weight:600;margin-bottom:10px;color:#333}.review-text{font-size:14px;line-height:1.6;color:#666;white-space:pre-wrap}.review-images{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:15px}.review-image-thumbnail{width:100px;height:100px;border-radius:4px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.review-image-thumbnail:hover{transform:scale(1.05)}.review-image-thumbnail img{width:100%;height:100%;object-fit:cover}.review-image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:10000;cursor:pointer}.review-image-modal-content{max-width:90%;max-height:90%}.review-image-modal-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}.review-footer{display:flex;align-items:center;gap:15px;padding-top:15px;border-top:1px solid #eee}.review-date{font-size:12px;color:#999}.verified-badge{padding:4px 8px;background-color:#4caf50;color:#fff;border-radius:4px;font-size:11px;font-weight:600}.like-btn{margin-left:auto;padding:6px 12px;border:1px solid #ddd;background-color:#fff;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s ease;display:flex;align-items:center;gap:5px}.like-btn:hover{background-color:#f5f5f5}.like-btn.liked{background-color:#ffebee;border-color:#f44336;color:#f44336}.reviews-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:40px}.page-btn{padding:8px 12px;border:1px solid #ddd;background-color:#fff;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s ease}.page-btn:hover:not(:disabled){background-color:#f5f5f5;border-color:#333}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-btn.active{background-color:#333;color:#fff;border-color:#333}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px}.loading .loading-screen__text{color:#111;font-size:15px;font-weight:500}.no-reviews{text-align:center;padding:40px;color:#666;font-size:16px}@media(max-width:768px){.review-stats-summary{flex-direction:column;align-items:flex-start;gap:15px}.reviews-controls{flex-direction:row;gap:8px;align-items:center;padding:15px;flex-wrap:wrap}.rating-filter{flex-wrap:wrap;gap:5px}.filter-btn{padding:6px 12px;font-size:14px}.sort-select{font-size:14px;padding:6px 12px}.review-header{flex-direction:column;align-items:flex-start;gap:10px}.review-images{gap:8px}.review-image-thumbnail{width:80px;height:80px}}.return-exchange-section{width:100%;max-width:1200px;margin:60px auto;padding:0 20px}.return-exchange-title{font-size:28px;font-weight:700;margin-bottom:40px;text-align:center;color:#333}.policy-content{display:flex;flex-direction:column;gap:30px}.policy-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:25px;box-shadow:0 2px 4px #0000000d;transition:box-shadow .3s ease}.policy-item:hover{box-shadow:0 4px 8px #0000001a}.policy-item-title{font-size:20px;font-weight:600;margin-bottom:15px;color:#333;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.policy-item-content{font-size:15px;line-height:1.8;color:#555;margin:0}.policy-item-content strong{color:#333;font-weight:600}.policy-item-list{margin:0;padding-left:20px;font-size:15px;line-height:1.8;color:#555}.policy-item-list li{margin-bottom:10px}.policy-item-list li:last-child{margin-bottom:0}.policy-item-list.ordered{list-style-type:decimal;padding-left:25px}.policy-item-list.ordered li{margin-bottom:12px}@media(max-width:768px){.return-exchange-section{padding:0 15px;margin:40px auto}.return-exchange-title{font-size:24px;margin-bottom:30px}.policy-content{gap:20px}.policy-item{padding:20px}.policy-item-title{font-size:18px}.policy-item-content,.policy-item-list{font-size:14px}.policy-item-list{padding-left:18px}.policy-item-list.ordered{padding-left:22px}}.custom-dropdown{position:relative;width:100%}.dropdown-label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#333}.dropdown-select{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:border-color .2s}.dropdown-select:hover,.dropdown-select.open{border-color:#333}.dropdown-selected{flex:1;font-size:14px;color:#333}.dropdown-arrow{font-size:12px;color:#666;transition:transform .2s}.dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:1000;max-height:200px;overflow-y:auto}.dropdown-option{padding:10px 12px;font-size:14px;color:#333;cursor:pointer;transition:background-color .2s}.dropdown-option:hover{background-color:#f5f5f5}.dropdown-option.selected{background-color:#e8e8e8;font-weight:500}.payment-page{min-height:100vh;background-color:#fff;padding-top:100px;box-sizing:border-box}.payment-page .payment-back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:24px;color:#000;text-decoration:none;font-size:15px;font-weight:500}.payment-page .payment-back-link:hover{text-decoration:underline}.payment-main{display:grid;grid-template-columns:1fr 400px;gap:40px;max-width:1200px;margin:0 auto;padding:20px;align-items:start;box-sizing:border-box}.payment-left{display:flex;flex-direction:column;gap:0;min-width:0}.payment-section-title{font-size:22px;font-weight:700;color:#000;margin:0 0 8px}.payment-section-desc{font-size:14px;color:#666;margin:0 0 20px}.payment-section{margin-bottom:32px}.payment-form-group{margin-bottom:18px}.payment-form-group label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:6px}.payment-form-group .required{color:#c00}.payment-form-group input[type=text],.payment-form-group input[type=tel],.payment-form-group textarea{width:100%;padding:10px 12px;font-size:14px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.payment-form-group input.error,.payment-form-group textarea.error{border-color:#c62828}.payment-form-group .error-message{display:block;font-size:12px;color:#c62828;margin-top:4px}.payment-form-group .hint{font-size:12px;color:#666;margin-top:4px}.payment-postcode-row{display:flex;gap:8px;align-items:center}.payment-postcode-row input{flex:0 0 120px}.payment-postcode-row button{padding:10px 16px;font-size:14px;background:#000;color:#fff;border:none;border-radius:4px;cursor:pointer}.payment-form-group.checkbox-group label{display:flex;align-items:flex-start;gap:8px;font-weight:400;cursor:pointer}.payment-form-group.checkbox-group input[type=checkbox]{margin-top:4px}.payment-form-group.payment-terms-agree{margin-bottom:20px}.payment-form-group.payment-terms-agree .payment-terms-label{display:flex;align-items:flex-start;gap:8px;font-weight:400;cursor:pointer;font-size:14px;color:#333}.payment-form-group.payment-terms-agree .payment-terms-label input[type=checkbox]{margin-top:3px;width:18px;height:18px;flex-shrink:0}.payment-form-group.payment-terms-agree .payment-terms-label a{color:#06c;text-decoration:underline}.payment-form-group.payment-terms-agree .payment-terms-label a:hover{color:#049}.payment-shipping-complete-btn{padding:12px 24px;font-size:16px;font-weight:600;background:#000;color:#fff;border:none;border-radius:6px;cursor:pointer;margin-top:8px}.payment-shipping-complete-btn:hover:not(:disabled){background:#333}.payment-shipping-complete-btn:disabled{background:#ccc;cursor:not-allowed}.payment-shipping-summary{padding:20px;border:1px solid #e8e8e8;border-radius:8px;background:#fafafa;margin-bottom:16px}.payment-shipping-summary p{margin:0 0 8px;font-size:14px;color:#333}.payment-shipping-summary .edit-btn{margin-top:12px;padding:8px 16px;font-size:14px;background:transparent;color:#000;border:1px solid #000;border-radius:4px;cursor:pointer}.payment-shipping-summary .edit-btn:hover{background:#f0f0f0}.payment-method-options{display:flex;flex-direction:column;gap:12px;margin-top:16px}.payment-method-option{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;background:#fff;transition:border-color .2s,background .2s}.payment-method-option:hover{border-color:#333;background:#fafafa}.payment-method-option.selected{border-color:#000;background:#f5f5f5}.payment-method-option .option-label{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:#000}.payment-method-option .option-arrow{font-size:14px;color:#666}.payment-page .payment-order-summary-section{position:sticky;top:110px;align-self:start;height:fit-content;min-height:0;overflow:visible;margin:0;padding:0}.payment-page .payment-order-summary-box{background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:24px;box-shadow:none;width:100%;box-sizing:border-box;margin:0}.payment-page .payment-order-summary-box .payment-order-summary-content>*{margin:0}.payment-page .payment-order-summary-box .payment-order-summary-content>*+*{margin-top:14px}.payment-page .payment-order-summary-box .payment-summary-title{font-size:18px;font-weight:700;margin:0 0 12px;color:#000;text-align:center;display:block}.payment-page .payment-order-summary-box .payment-summary-item-count{display:flex;justify-content:center;align-items:center;gap:6px;padding:10px 0 14px;margin:0;font-size:13px;font-weight:400;color:#000;border-bottom:1px solid #e0e0e0}.payment-page .payment-order-summary-box .payment-bag-icon{font-size:16px;color:#000}.payment-page .payment-order-summary-box .payment-summary-products{margin:0;padding:0 0 14px;border-bottom:1px solid #e8e8e8}.payment-page .payment-order-summary-box .payment-order-summary-content{display:block;overflow:visible}.payment-page .payment-order-summary-box .payment-summary-item{display:flex;gap:10px;padding:10px 0;margin:0;border-bottom:1px solid #eee}.payment-page .payment-order-summary-box .payment-summary-item:last-child{border-bottom:none}.payment-page .payment-order-summary-box .payment-summary-item-image{width:64px;height:64px;flex-shrink:0;border-radius:4px;background:#f0f0f0}.payment-page .payment-order-summary-box .payment-summary-item-image img{width:100%;height:100%;object-fit:cover}.payment-page .payment-order-summary-box .payment-summary-item-info{flex:1;min-width:0}.payment-page .payment-order-summary-box .payment-summary-item-info .product-name{font-size:13px;font-weight:400;color:#000;margin:0 0 8px}.payment-page .payment-order-summary-box .payment-summary-item-info .product-meta{font-size:12px;color:#666;margin:0 0 6px}.payment-page .payment-order-summary-box .payment-summary-item-info .product-price{font-size:13px;font-weight:500;color:#000;margin-top:10px;text-align:right}.payment-page .payment-order-summary-box .payment-summary-breakdown{margin:0;display:block;gap:0}.payment-page .payment-order-summary-box .payment-summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;margin:0;font-size:13px;color:#000}.payment-page .payment-order-summary-box .payment-summary-row span:last-child{text-align:right}.payment-page .payment-order-summary-box .payment-summary-row-total{font-size:15px;font-weight:700;color:#000;padding-top:12px;margin-top:0}.payment-page .payment-order-summary-box .payment-summary-divider{border:none;border-top:1px solid #e0e0e0;margin:12px 0;height:0;background:none}.payment-page .payment-submit-btn{width:100%;padding:16px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;margin-bottom:24px}.payment-page .payment-submit-btn:hover:not(:disabled){background-color:#333}.payment-page .payment-submit-btn:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.payment-page .payment-order-summary-box .payment-expandable-sections{display:flex;flex-direction:column;gap:0;background-color:#fff;margin:0;border-top:1px solid #e0e0e0}.payment-page .payment-order-summary-box .payment-expandable-section{border:none;border-bottom:1px solid #e8e8e8;border-radius:0;background-color:#fff}.payment-page .payment-order-summary-box .payment-expandable-section:last-child{border-bottom:none}.payment-page .payment-order-summary-box .payment-expandable-header{width:100%;padding:14px 0;margin:0;background-color:#fff;border:none;border-bottom:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:13px;font-weight:400;text-align:left;color:#000;text-decoration:none}.payment-page .payment-order-summary-box .payment-expandable-header>span:first-child{text-decoration:underline}.payment-page .payment-order-summary-box .payment-expand-icon{font-size:14px;font-weight:300;color:#666}.payment-page .payment-order-summary-box .payment-expandable-content{padding:12px 0 16px;margin:0;font-size:11px;line-height:1.4;color:#333}.payment-page .payment-order-summary-box .payment-expandable-content p{margin:0 0 8px}.payment-page .payment-order-summary-box .payment-summary-loading,.payment-page .payment-order-summary-box .payment-summary-empty{color:#333;font-size:13px;margin:0;padding:14px 0;font-weight:500}.payment-widget-area{margin-top:24px;margin-bottom:20px}.payment-widget-placeholder{min-height:400px;border:2px dashed #ccc;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fafafa;color:#666;font-size:16px}.payment-address-modal-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#00000080;padding:20px;box-sizing:border-box}.payment-address-modal-box{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;width:100%;max-width:520px;height:560px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden}.payment-address-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee;flex-shrink:0}.payment-address-modal-header h2{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.payment-address-modal-close{width:36px;height:36px;border:none;background:transparent;font-size:24px;line-height:1;color:#666;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0}.payment-address-modal-close:hover{background:#f0f0f0;color:#000}.payment-address-modal-body{flex:1;min-height:0;height:500px;overflow:hidden}.payment-address-modal .payment-address-modal-body>div,.payment-address-modal .payment-address-modal-body iframe{width:100%;height:100%;min-height:500px}.payment-address-modal .payment-address-modal-body iframe{border:none;border-radius:0 0 12px 12px}.payment-widget-modal-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#00000080;padding:20px;box-sizing:border-box;opacity:0;animation:paymentWidgetModalFadeIn .2s ease forwards}@keyframes paymentWidgetModalFadeIn{0%{opacity:0}to{opacity:1}}.payment-widget-modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000040;width:100%;max-width:480px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden;transform:scale(.95);animation:paymentWidgetModalSlideUp .25s ease forwards}@keyframes paymentWidgetModalSlideUp{0%{transform:scale(.95) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.payment-widget-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee;flex-shrink:0}.payment-widget-modal-header h2{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}.payment-widget-modal-close{width:36px;height:36px;border:none;background:transparent;font-size:28px;line-height:1;color:#666;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s,color .2s}.payment-widget-modal-close:hover{background:#f0f0f0;color:#000}.payment-widget-modal-body{padding:20px;overflow-y:auto;flex:1;min-height:0}.payment-widget-modal-widget{min-height:400px;margin-bottom:20px}.payment-widget-modal-content .payment-submit-btn.payment-widget-modal-submit{width:100%;margin-top:16px;padding:16px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:17px;font-weight:600;cursor:pointer;transition:background-color .2s}.payment-widget-modal-content .payment-submit-btn.payment-widget-modal-submit:hover:not(:disabled){background-color:#333}.payment-widget-modal-content .payment-submit-btn.payment-widget-modal-submit:disabled{background-color:#ccc;color:#666;cursor:not-allowed}@media(max-width:968px){.payment-main{grid-template-columns:1fr}.payment-page .payment-order-summary-section{position:static}}.shoppingbag-page{min-height:100vh;background-color:#f5f5f5}.shoppingbag-hero{position:relative;width:100%;height:300px;overflow:hidden;display:flex;align-items:center;justify-content:center}.shoppingbag-hero .hero-background{width:100%;height:100%;object-fit:cover}.shoppingbag-hero .hero-overlay-text{position:absolute;font-size:48px;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);z-index:1}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-spinner{font-size:18px;color:#666}.shoppingbag-content{max-width:1200px;margin:0 auto;padding:40px 20px}.shoppingbag-main{display:grid;grid-template-columns:1fr 400px;gap:30px;margin-bottom:60px;align-items:start}.shoppingbag-left{display:flex;flex-direction:column;gap:0;min-width:0}.cart-items-section{background:#fff;border-radius:8px;padding:30px;box-shadow:none;border:1px solid #eee}.cart-items-section .section-title{font-size:22px;font-weight:700;margin-bottom:0;padding-bottom:16px;color:#000;border-bottom:1px solid #e8e8e8}.cart-items-list{display:flex;flex-direction:column;gap:0}.cart-item{display:flex;gap:24px;padding:20px 0;border-bottom:1px solid #e8e8e8;background:#fff;box-shadow:none}.cart-item:last-child{border-bottom:none}.cart-item-image{width:120px;height:120px;flex-shrink:0;cursor:pointer;border-radius:4px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:0;min-width:0}.cart-item-info-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.cart-item-info-top-left{flex:1;min-width:0}.cart-item-name{font-size:16px;font-weight:600;color:#333;cursor:pointer;margin:0 0 6px}.cart-item-name:hover{color:#000;text-decoration:underline}.cart-item-series,.cart-item-shipping{font-size:13px;color:#666;margin:0}.cart-item-right-group{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.cart-item-price{display:flex;align-items:center;gap:8px}.original-price{font-size:13px;color:#999;text-decoration:line-through}.current-price{font-size:16px;font-weight:700;color:#000}.cart-item-actions{display:flex;align-items:center;gap:16px;margin-top:10px;flex-wrap:wrap}.quantity-selector{display:flex;align-items:center}.quantity-selector-box{display:flex;align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:8px 12px;min-width:100px}.quantity-label-inline{font-size:14px;color:#000;margin-right:4px}.cart-items-section .quantity-selector-box .custom-dropdown{width:auto;min-width:0}.cart-items-section .quantity-selector-box .dropdown-select{border:none;background:transparent;padding:0;min-width:0;box-shadow:none}.cart-items-section .quantity-selector-box .dropdown-select:hover,.cart-items-section .quantity-selector-box .dropdown-select.open{border:none;background:transparent}.cart-items-section .quantity-selector-box .dropdown-selected{font-size:14px;color:#000}.cart-items-section .quantity-selector-box .dropdown-arrow{color:#000;margin-left:4px}.edit-delete-links{display:flex;align-items:center;gap:4px;font-size:14px;color:#666}.edit-delete-links span{color:#ccc}.edit-link,.delete-link{background:none;border:none;color:#333;cursor:pointer;padding:0;font-size:14px;text-decoration:underline}.edit-link:hover,.delete-link:hover{color:#000}.edit-link:disabled,.delete-link:disabled{color:#ccc;cursor:not-allowed;text-decoration:none}.cart-item-subtotal{font-size:14px;color:#666}.shoppingbag-page .order-summary-section{position:sticky;top:110px;align-self:start;height:fit-content}.shoppingbag-page .order-summary-box{background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:28px;box-shadow:none}.shoppingbag-page .summary-title{font-size:22px;font-weight:700;margin-bottom:12px;color:#000;text-align:center}.shoppingbag-page .summary-item-count{display:flex;flex-direction:column;gap:0;padding:0 0 14px;margin-bottom:14px;font-size:15px;font-weight:500;color:#000;border-bottom:1px solid #e0e0e0}.shoppingbag-page .summary-item-count-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 0;margin:0;background:none;border:none;font-size:15px;font-weight:500;color:#000;cursor:pointer;text-align:left}.shoppingbag-page .summary-item-count-toggle:hover{color:#333}.shoppingbag-page .summary-toggle-icon{font-size:18px;font-weight:300;color:#666}.shoppingbag-page .summary-cart-detail-list{list-style:none;margin:0 0 8px;padding:8px 0 0;font-size:13px;font-weight:400;color:#333;line-height:1.5;border-top:1px solid #eee}.shoppingbag-page .summary-cart-detail-item{display:flex;align-items:center;gap:8px;padding:6px 0;flex-wrap:wrap}.shoppingbag-page .summary-cart-detail-name{flex:1;min-width:0}.shoppingbag-page .summary-cart-detail-qty{color:#666;flex-shrink:0}.shoppingbag-page .summary-breakdown{margin-bottom:20px}.shoppingbag-page .summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:15px;color:#000}.shoppingbag-page .summary-row span:last-child{text-align:right}.shoppingbag-page .summary-row.total{font-size:18px;font-weight:700;color:#000;padding-top:12px}.shoppingbag-page .summary-divider{border:none;border-top:1px solid #e0e0e0;margin:12px 0}.shoppingbag-page .checkout-button{width:100%;padding:16px;background-color:#000;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;margin-bottom:24px}.shoppingbag-page .checkout-button:hover:not(:disabled){background-color:#333}.shoppingbag-page .checkout-button:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.shoppingbag-page .expandable-sections{display:flex;flex-direction:column;gap:0;background-color:#fff}.shoppingbag-page .expandable-section{border:none;border-bottom:none;border-radius:0;overflow:hidden;background-color:#fff;box-shadow:none}.shoppingbag-page .expandable-header{width:100%;padding:12px 0;background-color:#fff;border:none;border-bottom:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:14px;font-weight:500;text-align:left;color:#000;text-decoration:none;transition:color .2s}.shoppingbag-page .expandable-header>span:first-child{text-decoration:underline}.shoppingbag-page .expandable-header:hover{color:#333;background-color:#fff}.shoppingbag-page .expandable-header:hover>span:first-child{color:#333}.shoppingbag-page .expand-icon{font-size:18px;font-weight:300;color:#666}.shoppingbag-page .expandable-content{padding:12px 0 16px;background-color:#fff;font-size:13px;line-height:1.6;color:#333}.shoppingbag-page .expandable-content p{margin:0 0 8px}.shoppingbag-page .expandable-content ol,.shoppingbag-page .expandable-content ul{margin:5px 0}.recently-viewed-section{margin-top:48px;background:#fff;border-radius:8px;padding:28px 30px;box-shadow:0 1px 3px #0000000f}.recently-viewed-section .recently-viewed-section-title{font-size:18px;font-weight:700;color:#000;margin:0 0 16px;text-align:left}.recently-viewed-section .recently-viewed-section-divider{width:100%;height:1px;background-color:#e0e0e0;margin-bottom:24px}.recently-viewed-section .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:0}.recently-viewed-section .product-card{border:none;border-radius:0;padding:0;cursor:pointer;transition:opacity .2s;background:transparent}.recently-viewed-section .product-card:hover{opacity:.85}.recently-viewed-section .product-card img{width:100%;height:180px;object-fit:cover;border-radius:4px;margin-bottom:12px}.recently-viewed-section .product-card h4{font-size:14px;font-weight:500;margin:0;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recently-viewed-section .product-price{font-size:14px;color:#666;margin:6px 0 0}.recommended-products-section{margin-top:32px;background:#fff;border-radius:8px;padding:28px 30px;box-shadow:0 1px 3px #0000000f}.recommended-products-section .recommended-products-section-title{font-size:27px;font-weight:700;color:#000;margin:0 0 24px;text-align:center}.recommended-products-section .recommended-products-section-divider{width:100%;height:1px;background-color:#e0e0e0;margin-bottom:24px}.recommended-products-section .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:0}.recommended-products-section .product-card{display:flex;flex-direction:column;border:none;border-radius:0;padding:0;cursor:pointer;transition:opacity .2s;background:transparent}.recommended-products-section .product-card:hover{opacity:.9}.recommended-products-section .product-card img{width:100%;height:180px;object-fit:cover;border-radius:4px;margin-bottom:12px}.recommended-products-section .product-card h4{font-size:14px;font-weight:500;margin:0 0 6px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recommended-products-section .discount-badge{display:inline-block;font-size:13px;font-weight:600;color:#c00;margin-right:6px}.recommended-products-section .product-price{font-size:15px;font-weight:600;color:#333;margin:4px 0 12px}.recommended-products-section .shop-button{width:100%;margin-top:auto;flex-shrink:0;padding:10px;background:transparent;color:#333;border:1px solid #ddd;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s}.recommended-products-section .shop-button:hover{border-color:#333;background:#f8f8f8}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:20px}.product-card{border:none;border-radius:0;padding:0;cursor:pointer;transition:opacity .2s;background:transparent}.product-card img{width:100%;height:180px;object-fit:cover;border-radius:4px;margin-bottom:12px}.product-card h4{font-size:14px;font-weight:500;margin:0 0 6px;color:#333}.product-price{font-size:15px;font-weight:600;color:#333;margin:4px 0}.discount-badge{font-size:13px;font-weight:600;color:#c00;margin-right:6px}.shop-button{width:100%;padding:10px;margin-top:8px;background:transparent;color:#333;border:1px solid #ddd;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s}.shop-button:hover{border-color:#333;background:#f8f8f8}.empty-cart-section{display:flex;justify-content:center;align-items:center;min-height:500px;padding:40px 20px}.empty-cart-content{text-align:center;background:#fff;border-radius:8px;padding:60px 40px;box-shadow:0 2px 8px #0000001a;max-width:500px}.empty-cart-icon{font-size:80px;margin-bottom:20px}.empty-cart-content h2{font-size:28px;font-weight:700;color:#333;margin-bottom:15px}.empty-cart-content p{font-size:16px;color:#666;margin-bottom:30px}.continue-shopping-button{padding:15px 40px;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s}.continue-shopping-button:hover{background:#0056b3}@media(max-width:968px){.shoppingbag-main{grid-template-columns:1fr}.shoppingbag-page .order-summary-section{position:static}}@media(max-width:768px){.shoppingbag-hero{height:200px}.shoppingbag-hero .hero-overlay-text{font-size:36px}.shoppingbag-content{padding:20px 15px}.cart-item{flex-direction:column}.cart-item-info-top{flex-direction:column;align-items:flex-start}.cart-item-right-group{flex-direction:row;align-items:center}.cart-item-image{width:100%;height:200px}.recently-viewed-section .products-grid,.recommended-products-section .products-grid,.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.cart-item-actions{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.shoppingbag-hero .hero-overlay-text{font-size:28px}.section-title{font-size:20px}.cart-items-section,.shoppingbag-page .order-summary-box{padding:20px}.recently-viewed-section .products-grid,.recommended-products-section .products-grid,.products-grid{grid-template-columns:repeat(2,1fr)}}.shipping-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.shipping-modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.shipping-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0}.shipping-modal-header h2{margin:0;font-size:24px;font-weight:600;color:#333}.modal-close-button{background:none;border:none;font-size:32px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.modal-close-button:hover{color:#333}.shipping-modal-body{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.form-group label .required{color:#e74c3c;margin-left:4px}.form-group input[type=text],.form-group input[type=tel],.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.form-group input[type=text]:focus,.form-group input[type=tel]:focus,.form-group textarea:focus{outline:none;border-color:#007bff}.form-group input[type=text].error,.form-group input[type=tel].error,.form-group textarea.error{border-color:#e74c3c}.form-group textarea{resize:vertical;min-height:80px}.error-message{display:block;color:#e74c3c;font-size:12px;margin-top:4px}.checkbox-group{margin-top:24px}.checkbox-group label{display:flex;align-items:center;cursor:pointer;font-weight:400}.checkbox-group input[type=checkbox]{margin-right:8px;width:18px;height:18px;cursor:pointer}.shipping-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e0e0e0}.shipping-modal-footer button{padding:12px 24px;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-button{background-color:#f5f5f5;color:#333}.cancel-button:hover:not(:disabled){background-color:#e0e0e0}.submit-button{background-color:#007bff;color:#fff}.submit-button:hover:not(:disabled){background-color:#0056b3}.shipping-modal-footer button:disabled{opacity:.6;cursor:not-allowed}.login-recommend-overlay{position:fixed;inset:0;background-color:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-recommend-content{background:#fff;border-radius:16px;width:90%;max-width:420px;padding:32px 28px;box-shadow:0 12px 48px #0000002e;text-align:center}.login-recommend-title{margin:0 0 12px;font-size:22px;font-weight:700;color:#1a1a1a;line-height:1.35}.login-recommend-message{margin:0 0 28px;font-size:14px;color:#666;line-height:1.5}.login-recommend-actions{display:flex;flex-direction:column;gap:12px}.login-recommend-btn{width:100%;padding:14px 20px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s,background-color .2s}.login-recommend-btn:hover{opacity:.92}.login-recommend-btn-primary{background-color:#1a1a1a;color:#fff}.login-recommend-btn-primary:hover{background-color:#333}.login-recommend-btn-secondary{background-color:#e8e8e8;color:#333}.login-recommend-btn-secondary:hover{background-color:#ddd}.legal-page{max-width:800px;margin:0 auto;padding:40px 20px 60px;color:#333;line-height:1.7;background-color:#fff}.legal-page h1{font-size:1.75rem;margin-bottom:8px;font-weight:700}.legal-effective{color:#666;font-size:.9rem;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #eee}.legal-note{color:#555;font-size:.9rem;margin-bottom:12px}.legal-page section{margin-bottom:28px}.legal-page h2{font-size:1.1rem;font-weight:600;margin-bottom:12px;color:#222}.legal-page p,.legal-page li{margin-bottom:8px;font-size:.95rem}.legal-page ul,.legal-page ol{margin:8px 0 16px;padding-left:1.5rem}.legal-page li{margin-bottom:6px}.faq-page{padding-bottom:48px}.faq-main-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:28px;text-align:center}.faq-title-underline{display:inline-block;padding-bottom:4px;border-bottom:2px solid #000}.faq-bubble-list{list-style:none;padding:0;max-width:720px;margin:0 auto 36px}.faq-bubble-item{margin-bottom:20px}.faq-bubble-item:last-child{margin-bottom:0}.faq-bubble{position:relative;max-width:85%;padding:12px 16px;border-radius:12px;margin-bottom:8px}.faq-bubble-text{font-size:.95rem;line-height:1.6;color:#000}.faq-bubble-q{margin-right:auto;margin-left:0;background-color:#4a4a4a;color:#fff;border-bottom-left-radius:4px}.faq-bubble-q .faq-bubble-text{color:#fff}.faq-bubble-q:after{content:"";position:absolute;left:12px;bottom:-8px;border:8px solid transparent;border-top-color:#4a4a4a;border-right-color:#4a4a4a;border-bottom:none;border-left:none;width:0;height:0}.faq-bubble-a{margin-left:auto;margin-right:0;background-color:#e8e4df;color:#333;border-bottom-right-radius:4px}.faq-bubble-a .faq-bubble-text{color:#333}.faq-kakao-link-wrap{margin:10px 0 0;padding:0}.faq-kakao-link{color:#333;text-decoration:underline}.faq-kakao-link:hover{color:#000}.faq-bubble-a:after{content:"";position:absolute;right:12px;bottom:-8px;border:8px solid transparent;border-top-color:#e8e4df;border-left-color:#e8e4df;border-bottom:none;border-right:none;width:0;height:0}.faq-extra-section{max-width:720px;margin:0 auto 32px;padding-top:24px;border-top:1px solid #eee}.faq-extra-title{font-size:1.1rem;font-weight:600;color:#222;margin-bottom:16px}.faq-extra-section .faq-bubble-list{margin-bottom:0}.faq-closing{text-align:center;font-size:.9rem;color:#333;margin:0}
