.goods-container {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
		
@media (min-width: 1200px) {
    .goods-container .container {
        max-width: 1280px
    }
}
        
        .goods-container .breadcrumb {
            background-color: transparent;
            padding: 0;
        }
        
        .goods-container .product-image {
            position: sticky;
            top: 120px;
            transition: all 0.3s ease;
			padding-right: 30px;
        }
        
        .goods-container .product-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .goods-container .product-image img:hover {
            transform: scale(1.02);
        }
        
        .goods-container .product-title {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 15px;
			line-height: 110%;
        }

        
        .goods-container .rating {
            color: #ffc107;
            margin-bottom: 15px;
        }
        
        .goods-container .price {
            margin-bottom: 20px;
        }
        
        .goods-container .current-price {
            font-size: 28px;
            font-weight: 600;
            color: #e63946;
        }
        
        .goods-container .original-price {
            font-size: 18px;
            text-decoration: line-through;
            color: #6c757d;
            margin-left: 10px;
        }
        
        .goods-container .discount-badge {
            background-color: #e63946;
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 14px;
            margin-left: 10px;
        }
        
        .goods-container .color-options, 
        .goods-container .size-options {
            margin-bottom: 20px;
        }
        
        .goods-container .color-options,.size-options {
            min-width: 60px;

            margin-right: 10px;
            cursor: pointer;

            transition: all 0.3s ease;
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
        }
        
.goods-container .action-buttons {
	flex-direction:column;
}

.goods-container .action-buttons {
	display:flex;
	gap:1.2rem;
	margin:2rem 0;
}

.goods-container .color-options .variant-option{border:2px solid #dee2e6;border-radius: 4px;min-width: 60px;display: flex;align-items: center;justify-content: center;padding:10px;}
.goods-container .color-options .variant-option:hover{border-color: #e63946;background-color: #e63946;color:#fff;}


.goods-container .color-options img{}
        
.goods-container .size-options .variant-option{border:2px solid #dee2e6;border-radius: 4px;min-width: 60px;display: flex;align-items: center;justify-content: center;padding:10px;}
.goods-container .size-options .variant-option:hover{border-color: #e63946;background-color: #e63946;color:#fff;}



.goods-container .color-options .active{ background: #e63946;border: 2px solid #e63946;color:#fff;}
.goods-container .size-options .active{ background: #e63946;border: 2px solid #e63946;color:#fff;}
.goods-container .color-options .goods-image{ background: #fff}
.goods-container .color-options .goods-image:hover{ background: #fff}

.goods-container .btn-shopping {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:white;
	border:2px solid #e2e8f0;
	color:#94a3b8;
	transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);
	border-radius:30px;
	font-weight: 600;
	padding: 12px 30px;
}
.goods-container .btn-shopping:hover {
	color:#f43f5e;
	border-color:#f43f5e;
	transform:translateY(-3px);
	box-shadow:0 5px 15px rgba(244,63,94,0.1);
}
        
        .goods-container .quantity-selector {
            width: 120px;
            margin-bottom: 25px;
        }
        
        .goods-container .btn-add-to-cart {
            background-color: #e63946;
            color: white;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            border: none;
            transition: all 0.3s ease;
        }
        
        .goods-container .btn-add-to-cart:hover {
            background-color: #c1121f;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
        }
        
        .goods-container .section-title {
            font-size: 22px;
            font-weight: 600;
            margin: 30px 0 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f8f9fa;
        }
        

.goods-container .product-shipping-info {
	margin-top:2rem;
	font-size: 18px;
}
.goods-container .product-shipping-info p {
	margin-bottom:0.8rem;
	display:flex;
	align-items:center;
	color:#64748b;
}
.goods-container .product-shipping-info i {
	margin-right:0.8rem;
	color:#8f9bd8;
	font-size:1.2rem;
}

.goods-container .payment-tip {
	padding:30px;
	border:2px solid #4facfe;
	border-radius:10px;
	position:relative;
	margin-top:20px;
	justify-content:space-between;
	max-width:620px;
	height:100px;
}
.goods-container .payment-tip .payment-tip-title {
	position:absolute;
	font-size:18px;
	font-weight:600;
	left:0;
	top:-15px;
	right:0;
	margin:0 auto;
	background-color:#fff;
	width:max-content;
	padding:0 10px;
}
.goods-container .payment-tip .payment-icon {
	margin:10px;
	float:left;
}
.goods-container .payment-tip .payment-icon img {
	width:60px;
}

        .goods-container .description-content {
            line-height: 1.8;
            color: #495057;
        }
        
        .goods-container .features-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .goods-container .features-list li {
            padding: 8px 0;
            position: relative;
            padding-left: 25px;
        }
        
        .goods-container .features-list li:before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #e63946;
        }
        
        .goods-container .review-item {
            padding: 15px 0;
            border-bottom: 1px solid #f1f1f1;
        }
        
        .goods-container .review-author {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .goods-container .review-date {
            color: #6c757d;
            font-size: 14px;
        }
        
        .goods-container .review-content {
            margin-top: 10px;
            color: #495057;
        }
        
        .goods-container .you-may-like-title {
            font-size: 22px;
            font-weight: 600;
            margin: 40px 0 20px;
            text-align: center;
        }
        
        .goods-container .product-card {
            border: none;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .goods-container .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .goods-container .product-card-img {
            height: 180px;
            object-fit: cover;
            width: 100%;
        }
        
        .goods-container .product-card-body {
            padding: 15px;
        }
        
        .goods-container .product-card-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .goods-container .product-card-price {
            font-weight: 700;
            color: #e63946;
        }
        
        @media (max-width: 767.98px) {
            .goods-container .product-image {
                position: static;
                margin-bottom: 20px;
				padding-right:0
            }
            
            .goods-container .product-title {
                font-size: 24px;
            }
			.goods-container .btn-add-to-cart,.goods-container .btn-shopping {
	width:100%;
}
			
	.goods-container .payment-tip {
	padding:20px 10px 20px 10px;
	max-width:100%;
	height:80px;
}
.goods-container .payment-tip .payment-icon {
	margin:5px;
}
.goods-container .payment-tip .payment-icon img {
	width:100%;
}
        }