/* Parent Class Wrapper */
.shop-detail-section {
	padding: 60px 0;
	background-color: #ffffff;
	font-family: "Poppins", sans-serif;
	overflow: hidden;
}

.shop-detail-section .gallery-container {
	border-radius: 24px;
	position: relative;
	display: block;
}

.shop-detail-section .exclusive-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #d80064;
	color: #fff;
	padding: 6px 16px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 20px;
	z-index: 10;
	text-transform: uppercase;
}

.shop-detail-section .main-slider-wrap {
	width: 100%;
	margin-bottom: 20px;
}

.shop-detail-section .product-main-img {
	text-align: center;
	outline: none;
}

.shop-detail-section .product-main-img img {
	height: 100%;
	object-fit: fill;
	width: 100%;
}

/* Horizontal Thumbnail Slider */
.shop-detail-section .thumb-slider-wrap {
	width: 100%;
	padding: 0 20px;
}

.shop-detail-section .product-thumb-nav .slick-slide {
	cursor: pointer;
	padding: 10px 8px;
	outline: none;
}

.shop-detail-section .product-thumb-nav .slick-slide img {
	width: 100%;
	border-radius: 12px;
	background: #f7f7f7;
	padding: 8px;
	border: 2px solid transparent;
	transition: all 0.3s ease;
	max-height: 110px;
	object-fit: scale-down;
}

.shop-detail-section .product-thumb-nav .slick-current img {
	border-color: #ffcad4;
	transform: scale(1.05);
}

/* Progress & Stock Bar */
.shop-detail-section .stock-progress-wrapper {
	width: 94%;
	margin-top: 25px;
	background: #fff;
	padding: 14px 20px;
	border-radius: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	position: absolute;
	bottom: 140px;
	margin: 0px 20px auto;
	left: 0 !important;
}

.shop-detail-section .stock-text {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #6d6d78;
	margin-bottom: 8px;
	font-weight: 600;
	font-family: var(--primary-regular-font);
}

.shop-detail-section .progress {
	height: 8px;
	border-radius: 10px;
	background-color: #e9ecef;
}

.shop-detail-section .progress-bar {
	background-color: #2ece7d;
	border-radius: 10px;
}

/* Right Side - Product Content */
.shop-detail-section .shop-detail-right {
	padding-left: 15px;
}

.shop-detail-section .hurry-text {
	color: #2cc98f;
	font-family: var(--primary-semibold-font);
	font-size: 14px;
	margin-bottom: 5px;
}

.shop-detail-section .product-title {
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #222;
	letter-spacing: 1.5px;
	text-align: start;
}

.shop-detail-section .rating-sku-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	font-size: 14px;
	color: #555;
	margin-bottom: 15px;
}

.shop-detail-section .stars {
	color: #ffc107;
}

.shop-detail-section .price-tag {
	font-size: 26px;
	font-family: var(--bangers-font);
	color: #074822;
	margin-bottom: 18px;
}

.shop-detail-section .product-desc {
	font-size: 14px;
	color: #6d6d78;
	line-height: 1.6;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

/* Attributes Flex Row (Color + Qty Side by Side) */
.shop-detail-section .attributes-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 10px;
}

/* Custom Radio Buttons Styling */
.shop-detail-section .color-selector-title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: var(--bangers-font);
	letter-spacing: 1.5px;
}

.shop-detail-section .color-options {
	display: flex;
	gap: 12px;
}

.shop-detail-section .color-radio-label {
	position: relative;
	cursor: pointer;
	margin: 0;
}

.shop-detail-section .color-radio-label input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.shop-detail-section .custom-radio-btn {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: relative;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
	border: 2px solid transparent;
}

.shop-detail-section .color-radio-label:hover .custom-radio-btn {
	transform: scale(1.1);
}

.shop-detail-section
	.color-radio-label
	input[type="radio"]:checked
	+ .custom-radio-btn::after {
	content: "\f00c";
	position: absolute;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	top: 50%;
	font-family: "Font Awesome 6 Free";
	transform: translate(-50%, -50%);
	top: 0;
	right: -17px;
	background: #033150;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

/* Checkmark visibility adjustments */
.shop-detail-section
	.color-radio-label
	input[type="radio"]:checked
	+ .custom-radio-btn {
	box-shadow:
		0 0 0 2px #fff,
		0 0 0 4px #222;
}

/* Quantity Counter */
.shop-detail-section .qty-counter {
	display: flex;
	align-items: center;
	background: #f5f5f5;
	border-radius: 30px;
	padding: 6px 18px;
}

.shop-detail-section .qty-btn {
	background: none;
	border: none;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	padding: 0 12px;
	cursor: pointer;
	transition: color 0.2s;
}

.shop-detail-section .qty-btn:hover {
	color: #2ece7d;
}

.shop-detail-section .qty-input {
	text-align: center;
	border: none;
	background: #fff;
	font-weight: 700;
	font-size: 18px;
	color: #222;
	border-radius: 40px;
	height: 40px;
	width: 40px;
}

/* Action Buttons Grid */
.shop-detail-section .action-buttons-grid {
	display: grid;
	grid-template-columns: 1.5fr 1.3fr 1.4fr;
	gap: 12px;
	margin-bottom: 30px;
}

@media (max-width: 576px) {
	.shop-detail-section .action-buttons-grid {
		grid-template-columns: 1fr;
	}
}

.shop-detail-section .btn-action {
	border-radius: 30px;
	padding: 12px 15px;
	font-weight: 600;
	font-size: 14px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: white;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.shop-detail-section .btn-action:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
	opacity: 0.95;
}

.shop-detail-section .btn-add-cart {
	background-color: #2eb867;
	color: #000 !important;
}

.shop-detail-section .btn-wishlist {
	background-color: #a83af0;
}

.shop-detail-section .btn-collection {
	background-color: #298af2;
}

/* Meta Info */
.shop-detail-section .meta-info p {
	font-size: 13px;
	color: #555;
	margin-bottom: 8px;
}

.shop-detail-section .meta-info span {
	color: #888;
	font-weight: 500;
}

/* Animation Initial Classes - Elements start hidden */
.animate-reveal {
	opacity: 0;
	transform: unset !important;
	transition: none;
}

/* Parent Section Layout Base */
.product-feedback-tabs-section {
	padding: 60px 0;
	background-color: #ffffff;
	font-family: "Poppins", sans-serif;
	overflow: hidden;
}

/* --- Bootstrap 5 Custom Tabs Navigation Styling --- */
.product-feedback-tabs-section .custom-product-tabs {
	border-bottom: none;
	gap: 15px;
	margin-bottom: 40px;
}

.product-feedback-tabs-section .custom-product-tabs .nav-link {
	border: 1px solid #f2e6e8;
	background-color: #fff4f6;
	color: #222222;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 30px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.product-feedback-tabs-section .custom-product-tabs .nav-link:hover {
    border-color: transparent;
    background-color: #ec1380;
    color: var(--primary-color);
    transform: translateY(-2px);
}

.product-feedback-tabs-section .custom-product-tabs .nav-link.active {
	background-color: #2cc98f;
	border-color: #1de29b;
	color: #000000;
	box-shadow: 0 4px 12px rgba(29, 226, 155, 0.3);
}

/* --- Reviews Tab Area Title Elements --- */
.product-feedback-tabs-section .reviews-header-title {
	margin-bottom: 35px;
}

.product-feedback-tabs-section .reviews-header-title h2 {
	font-size: 26px;
	font-weight: 800;
	color: #4a2d4b;
	letter-spacing: -0.5px;
}

.product-feedback-tabs-section .reviews-count-badge {
	font-size: 16px;
	font-weight: 500;
	color: #888888;
	background: #f0f0f0;
	padding: 4px 12px;
	border-radius: 30px;
}

/* --- Individual Review Entry Card Layout --- */
.product-feedback-tabs-section .review-single-card {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 30px;
	margin-bottom: 35px;
	transition: all 0.3s ease;
}

.product-feedback-tabs-section .review-single-card:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

/* Avatar Circle Structure & Checkmark Badge */
.product-feedback-tabs-section .author-avatar-wrap {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: relative;
}

.product-feedback-tabs-section .avatar-blue {
	background: linear-gradient(135deg, #e2f0fd, #c8e2fa);
}

.product-feedback-tabs-section .avatar-purple {
	background: linear-gradient(135deg, #f5ebfd, #e8d6f7);
}

.product-feedback-tabs-section .verified-badge-icon {
	position: absolute;
	bottom: 0;
	right: 2px;
	width: 20px;
	height: 20px;
	background-color: #ff6f43;
	color: #ffffff;
	font-size: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff;
}

/* Meta Data Structure */
.product-feedback-tabs-section .author-info-meta h4 {
	font-size: 20px;
	color: #323132;
	margin: 0 0 3px 0;
}

.product-feedback-tabs-section .verified-status-text {
	font-size: 11px;
	font-weight: 700;
	color: #8c8c8c;
	letter-spacing: 0.5px;
}

/* Stars Scale */
.product-feedback-tabs-section .star-rating-score {
	color: #2eb867;
	font-size: 13px;
}

.product-feedback-tabs-section .star-rating-score .rating-number {
	font-size: 12px;
	font-weight: 700;
	margin-left: 5px;
	color: #2eb867;
}

.product-feedback-tabs-section .review-date-stamp {
	font-size: 13px;
	font-weight: 600;
	color: #222222;
}

/* Review Text Details Typography */
.product-feedback-tabs-section .review-body-content {
	margin-top: 15px;
	padding-left: 80px;
}

@media (max-width: 768px) {
	.product-feedback-tabs-section .review-body-content {
		padding-left: 0;
	}
}

@media (max-width: 1367px) {
	.shop-detail-section .btn-action {
		border-radius: 30px;
		padding: 15px 5px;
		font-weight: 600;
		font-size: 14px;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		color: white;
		transition: all 0.3s ease;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
		cursor: pointer;
		width: 168px;
	}
}

@media (max-width: 1201px) {
	.shop-detail-section .btn-action {
		border-radius: 30px;
		padding: 15px 9px;
		font-weight: 600;
		font-size: 12px;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		color: white;
		transition: all 0.3s ease;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
		cursor: pointer;
		width: 144px;
	}

	.shop-detail-section .product-title {
		font-size: 30px;
	}

	.shop-detail-section .product-desc {
		font-size: 13px;
		color: #666;
		line-height: 1.6;
		border-bottom: 1px solid #eee;
		padding-bottom: 15px;
	}
}

.product-feedback-tabs-section .review-body-content h5 {
	font-size: 19px;
	font-weight: 500;
	color: #20264f;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 1.5px;
}
button.btn-helpful-thumb.like-btn i.fas.fa-thumbs-up {
	color: #2b8cee;
}
.product-feedback-tabs-section .review-body-content p {
	font-size: 13px;
	color: #666666;
	line-height: 1.7;
	margin-bottom: 15px;
	text-align: justify;
}

/* Helpful Interaction Controls Buttons */
.product-feedback-tabs-section .review-feedback-actions {
	font-size: 11px;
	font-weight: 700;
	color: #999999;
}

.product-feedback-tabs-section .helpful-question-text {
	margin-right: 10px;
	letter-spacing: 0.2px;
}

.shop-detail-section .qty-btn i {
	font-size: 16px;
}
button.btn-helpful-thumb.like-btn span.like-count {
	color: #2b8cee;
}
.product-feedback-tabs-section .btn-helpful-thumb {
	background: none;
	border: none;
	font-size: 11px;
	font-weight: 700;
	padding: 0 8px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.product-feedback-tabs-section .btn-helpful-thumb:hover {
	transform: scale(1.1);
}

.product-feedback-tabs-section .btn-helpful-thumb.text-primary {
	color: #3b82f6 !important;
}

/* Scroll Reveal Items */
.scroll-reveal-item {
	opacity: 0;
	transform: translateY(40px);
}

.quantity_____wrapper {
	padding-left: 10px;
}

.quantity_____wrapper::before {
	content: "";
	position: absolute;
	background: #b3b3b3;
	width: 1px;
	height: 92px;
	left: -20px;
	top: -20px;
}

/* Button Pulse Animation */
@keyframes btnPulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
		box-shadow: 0 0 0 5px rgba(46, 206, 125, 0.3);
	}

	100% {
		transform: scale(1);
	}
}

.btn-add-cart {
	animation: btnPulse 2s infinite;
}
