.hero-section {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/hero-bg.jpg');
	background-size: cover;
	background-position: center;
	color: white;
	padding: 100px 0;
	margin-bottom: 30px;
}
.attribute-selector {
	margin-bottom: 15px;
}
.attribute-label {
	font-weight: bold;
	margin-bottom: 5px;
}
.attribute-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.attribute-option {
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.attribute-option:hover {
	border-color: #0d6efd;
}
.attribute-option.selected {
	background-color: #0d6efd;
	color: white;
	border-color: #0d6efd;
}
.add-to-cart-btn {
	width: 100%;
	padding: 12px;
	font-size: 18px;
	font-weight: bold;
}
.category-card {
	transition: transform 0.3s;
	margin-bottom: 20px;
}
.category-card:hover {
	transform: translateY(-5px);
}
.category-filter {
	background-color: #f8f9fa;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.cart-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.cart-item {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.cart-item-img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 5px;
}
.btn-remove {
	color: #dc3545;
	background: none;
	border: none;
}
.btn-remove:hover {
	color: #bb2d3b;
}
.empty-cart {
	text-align: center;
	padding: 50px 0;
}
.main-image {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}
.original-price {
	text-decoration: line-through;
	color: #6c757d;
	margin-left: 10px;
}
.product-gallery {
	margin-bottom: 20px;
}
.product-description {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.product-info {
	padding-left: 30px;
}
.price {
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0;
}
.product-card {
	transition: all 0.3s;
	margin-bottom: 20px;
}
.product-card:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.quantity-input {
	width: 60px;
	text-align: center;
}
.quantity-selector {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.pagination .page-item.active .page-link {
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.promotion-section {
	background-color: #f8f9fa;
	padding: 30px 0;
	margin: 30px 0;
}
.quantity-btn {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	background-color: #f8f9fa;
	font-size: 18px;
	cursor: pointer;
}
.sale-price {
	color: #dc3545;
}
.sort-dropdown .dropdown-menu {
	min-width: 10rem;
}
.sale-badge {
	position: absolute;
	top: 10px;
	right: 10px;
}
.summary-card {
	background-color: #f8f9fa;
	border-radius: 10px;
	padding: 20px;
}
.thumbnail {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
	opacity: 0.7;
	transition: all 0.3s;
}
.thumbnail:hover, .thumbnail.active {
	opacity: 1;
	border-color: #0d6efd;
}
.product-card {
	transition: all 0.3s;
	margin-bottom: 20px;
	height: 100%;
	border: 2px solid #ff6b6b;
}
.product-card:hover {
	box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
	transform: translateY(-5px);
}
.promotion-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #ff4757;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
}
.discount-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #ff6b6b;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
}
.category-filter {
	background-color: #f8f9fa;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.sort-dropdown .dropdown-menu {
	min-width: 10rem;
}
.pagination .page-item.active .page-link {
	background-color: #ff6b6b;
	border-color: #ff6b6b;
}
.page-link {
	color: #ff6b6b;
}
.promotion-header {
	background-color: #ff6b6b;
	color: white;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 30px;
	text-align: center;
}
.checkout-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.checkout-header {
	text-align: center;
	margin-bottom: 30px;
}
.checkout-title {
	font-size: 2rem;
	font-weight: bold;
}
.checkout-steps {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.step {
	padding: 10px 20px;
	margin: 0 10px;
	border-radius: 20px;
	background-color: #f8f9fa;
	color: #6c757d;
}
.step.active {
	background-color: #0d6efd;
	color: white;
}
.form-section {
	background-color: white;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.section-title {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.order-summary {
	background-color: #f8f9fa;
	border-radius: 10px;
	padding: 20px;
}
.order-item {
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.order-item-img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 5px;
	margin-right: 15px;
}
.order-item-details {
	flex: 1;
}
.payment-method {
	display: flex;
	align-items: center;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s;
}
.payment-method:hover {
	border-color: #0d6efd;
}
.payment-method.selected {
	border-color: #0d6efd;
	background-color: #f0f7ff;
}
.payment-method input[type="radio"] {
	margin-right: 15px;
}
.payment-icon {
	font-size: 1.5rem;
	margin-right: 15px;
	color: #6c757d;
}
.btn-place-order {
	width: 100%;
	padding: 12px;
	font-size: 1.1rem;
	font-weight: bold;
}
.order-complete-container {
	max-width: 800px;
	margin: 50px auto;
	padding: 30px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.order-header {
	text-align: center;
	margin-bottom: 30px;
}
.order-success-icon {
	font-size: 4rem;
	color: #28a745;
	margin-bottom: 20px;
}
.order-title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.order-number {
	font-size: 1.2rem;
	color: #6c757d;
}
.order-summary {
	margin-bottom: 30px;
}
.order-section {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.section-title {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 15px;
	color: #343a40;
}
.order-item {
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f8f9fa;
}
.order-item-img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 5px;
	margin-right: 15px;
}
.delivery-info {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 15px;
	margin-top: 20px;
}
.info-row {
	display: flex;
	margin-bottom: 10px;
}
.info-label {
	font-weight: bold;
	width: 120px;
	color: #6c757d;
}
.info-value {
	flex: 1;
}
.btn-continue {
	width: 100%;
	padding: 12px;
	font-size: 1.1rem;
	margin-top: 20px;
}
/* 主視覺輪播樣式 */
#mainCarousel {
    margin-bottom: 30px;
}

#mainCarousel .carousel-item img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

#mainCarousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
    bottom: 100px;
}

#mainCarousel .carousel-caption h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

#mainCarousel .carousel-caption p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

/* 響應式設計 */
@media (max-width: 768px) {
    #mainCarousel .carousel-item img {
        height: 300px;
    }
    
    #mainCarousel .carousel-caption {
        bottom: 20px;
        padding: 10px;
    }
    
    #mainCarousel .carousel-caption h2 {
        font-size: 1.5rem;
    }
    
    #mainCarousel .carousel-caption p {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
}
 /* 評價區塊 */
        .reviews {
            background-color: var(--secondary-color);
            padding: 20px 0;
        }
        .review-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }
        .review-card {
            background: white;
            padding: 8px;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
        }
        .stars {
           color: #ffc107;
           margin-bottom: 15px;
        }

        .review-card p {
           /* margin-bottom: 15px;*/
            font-style: italic;
        }
        .reviewer {
            font-weight: bold;
            color: var(--primary-color);
        }
