/* ============================================================
   TRULY EPIC — PRODUCT DETAIL PAGE (paste into child style.css)
   ============================================================ */

/* Brand logo above title */
.single-product .te-single-brand { margin-bottom: 1rem; }
.single-product .te-single-brand img { max-height: 46px; width: auto; }

/* Title */
.single-product .product_title {
	color: var(--te-blue, #1a1aa8);
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.1;
}

/* Category line */
.single-product .te-single-cat {
	font-size: 1.4rem; font-weight: 700; text-transform: uppercase;
	margin: .5rem 0 .5rem;
}

/* Short description */
.single-product .te-single-short { color: #444; margin-bottom: 1rem; }

/* Info block (manufacturer / mfg / upc  +  stock / highlight) */
.single-product .te-single-info {
	display: flex; justify-content: space-between; gap: 1rem;
	border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
	padding: 1rem 0; margin: 1rem 0;
}
.single-product .te-single-info p { margin: 0 0 .35rem; font-size: .95rem; }
.single-product .te-single-info-right { text-align: right; }
.single-product .te-single-stock { color: #1a7f37; font-weight: 700; }
.single-product .te-single-highlight { color: #555; font-weight: 700; text-transform: uppercase; }

/* Price — big red */
.single-product div.product p.price,
.single-product div.product span.price {
	color: var(--te-red, #e01414) !important;
	font-size: 2rem; font-weight: 800;
}
.single-product div.product p.price del { color: #999; font-weight: 400; font-size: 1.2rem; }

/* Quantity + Add to cart row */
.single-product form.cart { display: flex; gap: .75rem; align-items: stretch; margin-top: 1rem; margin-bottom: 0 !important;}
.single-product .single_add_to_cart_button {
	background: var(--te-blue, #1a1aa8) !important;
	color: #fff !important;
	border: 0 !important; border-radius: 0 !important;
	text-transform: uppercase; font-weight: 700;
	flex: 1; padding: 0 2rem !important;
}
.single-product form.cart::before, .single-product form.cart::after {
	display: none !important;
}
.woocommerce .woocommerce-message {
	border-left-color: var(--blue);
}
.woocommerce-notices-wrapper .button.wc-forward {
	display: none;
}
.single-product .single_add_to_cart_button:hover { opacity: .9; }

/* ---------- Product Specification ---------- */
.te-specs { background: #f6f6f6; padding: 3rem 0; margin-top: 2.5rem; }
.te-specs-title {
	font-size: clamp(1.5rem, 3vw, 2.2rem); text-transform: uppercase;
	font-weight: 800; margin: 0 0 1.5rem; padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}
.te-specs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.te-specs-col { background: #fff; padding: 1.5rem; }
.te-spec-row { display: flex; gap: 1rem; padding: .5rem 0; border-bottom: 1px dashed #eee; font-size: .92rem; }
.te-spec-row:last-child { border-bottom: 0; }

@media (max-width: 900px) { .te-specs-grid { grid-template-columns: 1fr; } }

/* ---------- Related -> Collections ---------- */
.single-product .related.products > h2 {
	font-size: clamp(1.6rem, 3vw, 2.4rem); text-transform: uppercase; font-weight: 800;
}
.single-product .related.products > h2::before {
	content: "Related"; display: block;
	color: var(--te-red, #e01414); font-size: 1rem; letter-spacing: .08em; margin-bottom: .25rem;
}




/*=== Custom Css ===*/

.product-title.product-above {display: none;}
.te-single-top {display: flex;flex-wrap: wrap;}
.woocommerce div.product div.images.woocommerce-product-gallery {border: 1px solid #ccc;display: flex;align-items: center;justify-content: center;}
.woocommerce-page div.product div.images {
	width: 47.66% !important;
	flex: 0 0 47.66% !important;
}
.woocommerce-page div.product div.summary {
	width: 52.34% !important;
	flex: 0 0 52.34% !important;
	padding-left: 8.0625rem;
	margin-bottom: 0 !important;
}
.woocommerce div.product .product_title {
	font-family: Poppins;
	font-weight: 700;
	font-size: 3.25rem;
	line-height: 3.5rem;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom: 2.5rem;
}
.single-product .te-single-cat {
	font-family: Poppins;
	font-weight: 700;
	font-size: 2.75rem;
	line-height: 3.5rem;
	letter-spacing: -3%;
	text-transform: uppercase;
	color: #2B2B2B;
	margin: 0;
}

.single-product .te-single-short,
.te-single-features {
	font-family: Poppins;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 3.5rem;
	letter-spacing: 0%;
	color: #2B2B2B;
	margin-top: 0.625rem;
	line-height: 1.6;
	margin-bottom: 0 !important;
}
.single-product .te-single-info {
	border-color: #C2C2C2;
	padding-top: 1.4375rem;
	margin-top: 2.75rem;
	align-items: center;
}
.single-product .te-single-info p {
	margin: 0 !important;
}
.single-product .te-single-info p strong {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 2.3125rem;
	color: #2B2B2B;
}
.single-product .te-single-info p span {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 2.3125rem;
	color: #2B2B2B;
	margin-left: 5px;
}
.single-product .te-single-info .te-single-stock {
	font-family: Poppins;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 2.3125rem;
	letter-spacing: 0%;
	color: #070764;
}
.single-product .te-single-info .te-single-stock.is-outofstock {
	color: var(--red);
}
.woocommerce div.product div.summary p.stock.out-of-stock {
	display: none;
}
.single-product .te-single-info .te-single-highlight {
	font-family: Poppins;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 2.3125rem;
	letter-spacing: 0%;
	color: #2B2B2B;
}

.single-product div.product p.price, .single-product div.product span.price {
	font-family: Poppins;
	font-weight: 700;
	font-size: 3.25rem !important;
	line-height: 1.1;
	letter-spacing: 0%;
	text-transform: uppercase;
}
.single-product div.product p.price, .single-product div.product span.price,
.single-product div.product p.price del {
	font-family: Poppins;
	font-weight: 700;
	font-size: 3.25rem;
	line-height: 1.1;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: var(--red) !important;
}
.single-product div.product p.price + .stock.in-stock {
	display: none;
}


/* Quantity box (- 1 +) */
.single-product form.cart .quantity {
	display: flex;
	align-items: stretch;
	background: #e9e9e9;
}
.single-product form.cart .quantity .te-qty-btn {
	width: 2.75rem;
	border: 0;
	background: #e9e9e9;
	font-size: 1.3rem;
	cursor: pointer;
	color: #111;
	line-height: 1;
}
.single-product form.cart .quantity .te-qty-btn:hover { background: #ddd; }
.single-product form.cart .quantity input.qty {
	width: 3.75rem;
	text-align: center;
	border: 0;
	background: #fff;
	margin: 6px 0;
	-moz-appearance: textfield;
}
.single-product form.cart .quantity input.qty::-webkit-outer-spin-button,
.single-product form.cart .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none; margin: 0;
}

/* Add to cart button (navy, cart icon jaisa) */
.single-product .single_add_to_cart_button {
	background: var(--te-blue, #1a1aa8) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 2.5rem !important;
	display: flex; align-items: center; justify-content: center;
}
.single-product form.cart .quantity {
	height: 4.375rem;
	align-items: center;
	margin: 0 !important;
}
.single-product form.cart .quantity input.qty {
	height: 100%;
	border: 0;
	border-radius: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 5.9375rem;
}
.single-product form.cart .quantity .te-qty-btn {
	width: 3.375rem;
	padding: 0;
	height: 100%;
	background: #D9D9D9;
}
.single-product .single_add_to_cart_button {
	font-family: Roboto;
	font-weight: 800;
	font-size: 1.125rem;
	letter-spacing: 1%;
	text-transform: uppercase;
	height: 4.375rem !important;
	background: var(--blue) !important;
	color: #fff !important;

	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.single-product .single_add_to_cart_button:hover{background: var(--red) !important;}

.single-product .single_add_to_cart_button::before {
	content: "";
	display: inline-block;
	width: 2.3125rem;
	height: 1.9375rem;
	background: url(images/add-to-cart.svg) no-repeat center / contain;
}
.single-product .te-specs {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: url(images/bg-2.jpg)no-repeat;
	margin-top: 9.75rem;
	padding-top: 8.375rem;
	padding-bottom: 8.75rem;
	background-size: cover;
}
.te-specs-title {
	font-family: Poppins;
	font-weight: 700;
	font-size: 3.25rem;
	line-height: 3.5rem;
	letter-spacing: -3%;
	text-transform: uppercase;
	border-color: #9C9C9C;
	padding-bottom: 1.875rem;
	margin-bottom: 3.25rem;
}
.te-specs-col {
	padding: 3.125rem 3.125rem;
	display: flex;
	flex-direction: column;
	gap:2.25rem;

}
.related.products .te-eyebrow {
	opacity: 1;
	clip-path: unset;
	transform: unset;
}

.te-spec-row {
	display: grid;
	grid-template-columns: 9.375rem 1fr;
	gap: 1rem;
	padding: 0;
	border-bottom: 0;
}
.te-spec-label {
	font-family: Poppins;
	font-weight: 400;
	font-size: 1.0625rem;
	letter-spacing: 0%;
	color: #2B2B2B;
	line-height: 1.1;
	text-transform: uppercase;
	white-space: normal;
	word-break: break-word;
}
.te-spec-val {
	font-family: Poppins;
	font-weight: 700;
	font-size: 1.0625rem;
	line-height: 1.1;
	letter-spacing: 0%;
	color: var(--blue);
}
.te-spec-warning {
	font-family: Poppins;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.8125rem;
	letter-spacing: 0%;
	background: url(images/alert.svg)no-repeat left top;
	background-size: 2.75rem auto;
	padding-left: 3.75rem;
	margin-top: 1.75rem;
}
.te-spec-warning strong {
	font-weight: 400;
}

.related.products {
	padding-top: 7.25rem;
}
.te-products-head h2 {
	font-family: Poppins;
	font-weight: 700;
	font-size: 3.25rem;
	line-height: 1.1;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #2B2B2B;
}
.related.products .price,
.related.products .product-action-wrap {
	display: none !important;
}


.related.products .slick-slider {
    margin:0 -10px;
}
.related.products .slick-slide {
    margin-right:10px;
    margin-left:10px;
    height: inherit !important;
}

.related.products .slick-slide img{transition: all 0.4s linear;}
.related.products .slick-slide:hover img{transform: scale(1.1);}

.related.products .slick-track
{
    display: flex !important;
}
.woocommerce .related.products ul.products li.product {
	border: 1px solid #ccc;
	padding: 30px 20px;
}

/* Shop / related / home — product  */
.woocommerce ul.products li.product img,
.te-product-thumb img,
.related.products li.product img {
	width: 100% !important;
	height: 240px !important;
	object-fit: contain;
	background: #fff;
}

.related.products .te-products-head {
	align-items: center;
	padding-bottom: 3.125rem;
}


.related.products .te-carousel-nav .slick-arrow {
	width: 5.0625rem;
	height: 5.125rem;
	background: transparent;
	border: 1px solid var(--blue);
	border-radius: 100px;
	font-size: 0;
}

.related.products .te-carousel-nav .slick-arrow.te-prev{background: transparent url(images/prev.svg)no-repeat center;}
.related.products .te-carousel-nav .slick-arrow.te-next{background: transparent url(images/next.svg)no-repeat center;}
.related.products .te-carousel-nav .slick-arrow:hover {
	border-color: var(--red);
}
.related.products .te-carousel-nav .slick-arrow.slick-disabled {
	opacity: 0.4;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: Poppins;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 150%;
	letter-spacing: 0%;
	color: #2B2B2B;
	transition: all 0.4s linear;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color: var(--red);
}



@media (max-width: 1190px){
	.woocommerce-page div.product div.summary {padding-left: 30px;}
	.te-spec-label,.te-spec-val {font-size: 14px;}
	.te-spec-row{grid-template-columns: repeat(2, 1fr);}
}

@media (max-width: 992px){
	.te-specs-grid{grid-template-columns: repeat(1, 1fr);}
	.single-product .te-specs {padding-top: 50px;padding-bottom: 50px;margin-top: 50px;}
	.related.products{padding-top: 50px;}
}


@media (max-width: 767px){
	.woocommerce-page div.product div.summary {width: 100% !important;flex: 0 0 100% !important;padding-left: 0;}
	.woocommerce-page div.product div.images {width: 100% !important;flex: 0 0 100% !important;}
	.single-product .single_add_to_cart_button {font-size: 15px;height: 50px !important;}
	.single-product form.cart .quantity{height: 50px;}
	.single-product .te-single-info p strong,.single-product .te-single-info p span {font-size: 14px;}
	.woocommerce div.product .product_title {font-size: 28px;}
	.single-product .te-single-cat {font-size: 20px;}
	.single-product div.product p.price, .single-product div.product span.price {font-size: 20px !important;}
	.te-specs-title {font-size: 25px;line-height: 30px;}
	.related.products {padding-bottom: 30px;}

}

@media (max-width: 576px){
	.te-spec-row {grid-template-columns: repeat(1, 1fr);}
}


.single-product .te-single-msrp {
	margin: 0 0 2px;
	font-family: var(--font-roboto, inherit);
	font-size: 15px;
	color: #777;
}
.single-product .te-single-msrp .te-msrp-label {
	font-weight: 600;
	letter-spacing: .02em;
}
.single-product .te-single-msrp s {
	text-decoration-thickness: 1px;
}

/* FFL / SOT badge */
.single-product .te-single-ffl {
	margin: 6px 0 0;
}
.single-product .te-single-ffl .te-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.4;
}
.single-product .te-single-ffl .te-badge-ffl {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	color: var(--dark, #2B2B2B);
}
.single-product .te-single-ffl .te-badge-sot {
	background: #fff5f5;
	border: 1px solid var(--red, #D60000);
	color: var(--red, #D60000);
}