body.single-product, html:has(body.single-product) { overflow: visible !important;}
.product-gallery-column .inner-gallery-blk{position: sticky;top: 150px;overflow:hidden;}
body.single-product {
	padding: 0;
	background: #fff;
    margin-top: 150px
}

body.single-product .woocommerce-breadcrumb {
	padding: 30px 0 13px;
	font-size: 13px;
	line-height: 20px;
	color: #8a8a8a;
	font-weight: 500;
}

body.single-product .woocommerce-breadcrumb a {
	color: #4c4c4c;
}

body.single-product .woocommerce-breadcrumb a:hover {
	color: var(--primary-color);
}
body.single-product .product-main-container {display: flex;flex-wrap: wrap;justify-content:space-between;}
body.single-product .product-main-container  .product-gallery-column{width:48%;position: relative;}
body.single-product .product-main-container  .product-summary-column{width:48%;}

body.single-product div.product .woocommerce-product-gallery {
	width:100%;
	position: relative;
}
body.single-product .woocommerce-product-gallery__wrapper {
	border: 1px solid #959595;
	background: #fff;
	position: relative;
	margin: 0;
}

body.single-product .woocommerce-product-gallery__wrapper::before {
	position: absolute;
	content: "";
	left: -1px;
	top: -1px;
	background: url(../images/card-before-bg.jpg) no-repeat center;
	background-size: 100%;
	width: 27px;
	height: 33px;
	z-index: 3;
	pointer-events: none;
}

body.single-product .woocommerce-product-gallery__wrapper::after {
	position: absolute;
	content: "";
	right: -1px;
	bottom: -1px;
	background: url(../images/card-after-bg.jpg) no-repeat center;
	background-size: 100%;
	width: 29px;
	height: 31px;
	z-index: 3;
	pointer-events: none;
}

body.single-product .woocommerce-product-gallery__image img {
	width: 100%;
	height: 520px;
	object-fit: contain;
	background: #fff;
	padding: 30px;
	display: block;
}

/* Zoom / lightbox trigger */
body.single-product .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 9;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e0e0e0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
	transition: all 400ms ease-in-out;
}

body.single-product .woocommerce-product-gallery__trigger::after {
	content: "\f00e";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 15px;
	color: #252525;
}

body.single-product .woocommerce-product-gallery__trigger:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

/* Thumbnails */
body.single-product .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

body.single-product .flex-control-thumbs li {
	width: auto;
	flex: 0 0 calc(25% - 9px);
	margin: 0;
}

body.single-product .flex-control-thumbs img {
	width: 100%;
	height: 90px;
	object-fit: contain;
	background: #EDEDED;
	border: 1px solid #e0e0e0;
	padding: 8px;
	opacity: .65;
	cursor: pointer;
	transition: all 400ms ease-in-out;
}

body.single-product .flex-control-thumbs img:hover,
body.single-product .flex-control-thumbs img.flex-active {
	opacity: 1;
	border-color: var(--primary-color);
}

/* Sale flash — same rotated ribbon as the shop grid */
body.single-product div.product span.onsale {
	border-radius: 0;
	rotate:309deg;
	min-height: auto;
	min-width: auto;
	line-height: normal;
	background: var(--primary-color);
	color: #000;
	font-weight: 500;
	padding: 8px 45px;
	position: absolute;
	top:14px !important;
	right:auto !important;
	left: -38px !important;
	margin: 0 !important;
	letter-spacing: .02em;
	text-transform: uppercase;
	font-size: 13px;
	z-index: 5;
	overflow: hidden;
}

body.single-product div.product span.onsale::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.24) 50%, rgba(255,255,255,0) 75%);
	transform: skewX(-30deg) translateX(-100%);
	animation: 4s linear .2s infinite forwards shine;
}


/* --------------------------------------------------------------------------
   3. Summary column
   -------------------------------------------------------------------------- */

body.single-product div.product .summary.entry-summary {
	width: 100%;
}

body.single-product .product_title.entry-title {
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	color: #0a162a;
	padding: 0 0 17px 0;
	margin: 0 0 20px;
	position: relative;
	border-bottom: 1px solid #efefef;
}


/* SKU / category strip directly under the title */
body.single-product .summary .product_meta {
	font-size: 13px;
	line-height: 22px;
	color: #7a7a7a;
	font-weight: 500;
	padding: 30px 0 25px;
	margin:30px 0 22px;
	    border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

body.single-product .summary .product_meta > span  a{font-size: 12px; line-height: 13px; color: #252525; font-weight: 500; letter-spacing: 0.04em; display: inline-block; background: #E3F0FF; padding: 6px 15px; border-radius: 21px;margin: 0 10px;}

body.single-product .summary .product_meta .sku,
body.single-product .summary .product_meta a {
	color: #252525;
	font-weight: 600;
}

body.single-product .summary .product_meta a:hover {
	 background:  var(--primary-color);
	 color: #000;
}

/* Price — navy panel, matching .package-block h6 */
.product-main-container .product-summary-column p.price{margin:0;padding-bottom:0;}
.product-main-container .product-summary-column .custom-current-price{font-size: 34px;}
.product-main-container .product-summary-column .custom-current-price .woocommerce-Price-currencySymbol{top: 6px;margin-right: -5px;}


/* Short description */
body.single-product .woocommerce-product-details__short-description {
	margin: 30px 0 28px;
}

body.single-product .woocommerce-product-details__short-description p {
	font-size: 15px;
	line-height: 28px;
}
body.single-product .woocommerce-product-details__short-description p strong{font-weight:600;}

body.single-product .woocommerce-product-details__short-description p:last-child {
	padding-bottom: 0;
}

body.single-product .woocommerce-product-details__short-description ol{padding: 0 0 0 17px;}
body.single-product .woocommerce-product-details__short-description ol li{font-size: 15px;line-height: 28px;color: #4c4c4c;font-weight: 500;margin: 0 0 8px;}
body.single-product .woocommerce-product-details__short-description ul li {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #4c4c4c;
	font-weight: 500;
	padding: 0 0 0 18px;
	margin: 0 0 8px;
}

body.single-product .woocommerce-product-details__short-description ul li::after {
	position: absolute;
	content: "\f101";
	 font-family: 'FontAwesome';
	left: 0;
	top: 9px;
	width: 13px; height: 12px;font-size: 9px;line-height: 9px;color:var(--dpf-primary);
}

/* body.single-product .woocommerce-product-details__short-description ul li {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #0c0c0c;
	font-weight: 500;
	padding: 0 0 0 32px;
	margin: 0 0 10px;
}

body.single-product .woocommerce-product-details__short-description ul li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	background: url(../images/orange-tick-small.png) no-repeat center;
	background-size: 100% 100%;
	width: 19px;
	height: 14px;
} */

/* Stock status */
body.single-product .summary .stock {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0;
}

body.single-product .summary .stock.in-stock {
	color: #1b8a4b;
}

body.single-product .summary .stock.out-of-stock {
	color: #c0392b;
}

body.single-product .summary .stock::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	display: inline-block;
}


/* --------------------------------------------------------------------------
   4. Add-to-cart form
   -------------------------------------------------------------------------- */

body.single-product form.cart .quantity {
	display: flex;
	align-items: center;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

body.single-product form.cart .quantity input.qty {
	width: 140px;
	height: 44px;
	border: none;
	text-align: center;
	font-size: 15px;
	font-weight:400;
	color:#0a162a;
	background: transparent;
	outline: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

body.single-product form.cart .quantity input.qty::-webkit-outer-spin-button,
body.single-product form.cart .quantity input.qty::-webkit-inner-spin-button {
	opacity: 1;
	height: 38px;
}

/* Primary button — your .common-btn shape, sized up for the product page */
body.single-product form.cart button.single_add_to_cart_button {
	z-index: 1;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	height: 46px;
	font-family: var(--primary-font);
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 500;
	background: url(../images/common-btn-bg2.png) no-repeat right;
	background-size: 100% 100%;
	border: none;
	border-radius: 0;
	padding:0 60px 0 24px;
	position: relative;
	cursor: pointer;
	transition: all 600ms ease-in-out;
	outline:none;
	margin-left: 10px;
	background-color:transparent!important;
}

body.single-product form.cart button.single_add_to_cart_button::before {
	position: absolute;
	content: "";
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/black-arrow.png);
	width: 12px;
	height: 11px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: ease-in-out all 500ms;
	z-index: 2;
}

body.single-product form.cart button.single_add_to_cart_button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.24) 50%, rgba(255,255,255,0) 75%);
	transform: skewX(-30deg) translateX(-100%);
	animation: 4s linear .2s infinite forwards shine;
}

body.single-product form.cart button.single_add_to_cart_button:hover::before {
	right: 5px;
}

body.single-product form.cart button.single_add_to_cart_button:focus-visible {
	outline: 2px solid #2F538D;
	outline-offset: 3px;
}

/* Variable products */
body.single-product form.cart .variations {
	width: 100%;
	margin: 0 0 8px;
	border: none;
}

body.single-product form.cart .variations tr {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}

body.single-product form.cart .variations th,
body.single-product form.cart .variations td {
	display: block;
	border: none;
	padding: 0;
	text-align: left;
}

body.single-product form.cart .variations th.label label {
	font-size: 14px;
	font-weight: 600;
	color: #252525;
	margin-bottom: 8px;
	display: block;
}

body.single-product form.cart .variations select {
	width: 100%;
	max-width: 340px;
	height: 52px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	padding: 0 40px 0 16px;
	font-size: 15px;
	font-weight: 500;
	color: #262626;
	background: url(../images/drop-down.svg) no-repeat calc(100% - 1.1rem) center #fff;
	background-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
}

body.single-product form.cart .woocommerce-variation-price {
	margin-bottom: 18px;
}

body.single-product .reset_variations {
	font-size: 13px;
	color: #8a8a8a;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------
   5. Tabs (Description / Additional information / Reviews)
   -------------------------------------------------------------------------- */


body.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 -1px!important;
	padding: 0 !important;
	list-style: none;
	border-bottom: 1px solid #efefef;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
	background:#112647!important;
	border:none!important;
	border-radius:8px 8px 0 0!important;
	margin: 0!important;
	padding: 0!important;}

body.single-product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding:10px 25px!important;
	font-size: 15px;
	font-weight:400!important;
	color:#ffff!important;
	text-transform:capitalize;
	letter-spacing: .3px;
	border-bottom: 3px solid transparent;
	transition: all 400ms ease-in-out;
}
body.single-product .woocommerce-tabs ul.tabs li.reviews_tab{display:none!important;}
/* body.single-product .woocommerce-tabs ul.tabs li a:hover {
	color: #0c0c0c;
}
 */
/* body.single-product .woocommerce-tabs ul.tabs li.active a {
	color: #0c0c0c;
	border-bottom-color: var(--primary-color);
} */

body.single-product .woocommerce-tabs .panel {
	border:1px solid #efefef;
	border-top: none;
	padding: 30px!important;
	margin: 0;
	position: relative;
    background:transparent;
}

body.single-product .woocommerce-tabs .panel::after {
	position: absolute;
	content: "";
	right: -1px;
	bottom: -1px;
	background: url(../images/card-after-bg.jpg) no-repeat center;
	background-size: 100%;
	width: 29px;
	height: 31px;
}

body.single-product .woocommerce-tabs .panel > h2 {
	    font-weight: 500;
	font-size: 23px;
	line-height: 32px;
	color: #0c0c0c;
	margin: 0 0 20px;
}

body.single-product .woocommerce-tabs .panel h3 {
	font-size: 20px;
	line-height: 28px;
	color: #0a162a;
	font-weight: 500;
	margin: 26px 0 12px;
}
body.single-product .woocommerce-tabs .panel h4 {
	font-size: 18px;
	line-height: 25px;
	color: #0a162a;
	font-weight: 500;
	margin: 26px 0 12px;
}

body.single-product .woocommerce-tabs .panel p {
	font-size: 15px;
	line-height: 28px;padding-bottom: 0;
}
body.single-product .woocommerce-tabs .panel p strong{font-weight: 600;}
body.single-product .woocommerce-product-details__short-description p a, body.single-product .woocommerce-tabs .panel p a{background: var(--primary-color)!important; color: #000!important; font-size: 13px!important;font-weight: 600!important; text-transform: uppercase!important; letter-spacing: .3px!important;padding: 11px 22px!important;border-radius: 3px!important; border: none!important;box-shadow:none!important;margin-top:40px;margin:40px 10px 0 0;}
body.single-product .woocommerce-product-details__short-description p a:hover, body.single-product .woocommerce-tabs .panel p a:hover{background:#132B50!important;color:#fff!important;}

body.single-product .woocommerce-tabs .panel ol{padding: 0 0 0 17px;}
body.single-product .woocommerce-tabs .panel ol li{font-size: 15px;line-height: 28px;color: #4c4c4c;font-weight: 500;margin: 0 0 8px;}
body.single-product .woocommerce-tabs .panel ul li {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #4c4c4c;
	font-weight: 500;
	padding: 0 0 0 18px;
	margin: 0 0 8px;
}

body.single-product .woocommerce-tabs .panel ul li::after {
	position: absolute;
	content: "\f101";
	 font-family: 'FontAwesome';
	left: 0;
	top: 9px;
	width: 13px; height: 12px;font-size: 9px;line-height: 9px;color:var(--dpf-primary);
}

/* Additional information / attributes table */
body.single-product .woocommerce-product-attributes {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #efefef;
}

body.single-product .woocommerce-product-attributes th,
body.single-product .woocommerce-product-attributes td {
	padding: 14px 20px;
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px solid #efefef;
	text-align: left;
}

body.single-product .woocommerce-product-attributes th {
	width: 260px;
	background: #fafafa;
	color: #252525;
	font-weight: 600;
}

body.single-product .woocommerce-product-attributes td,
body.single-product .woocommerce-product-attributes td p {
	color: #4c4c4c;
	font-weight: 500;
	margin: 0;
	padding: 0;
}


/* --------------------------------------------------------------------------
   6. Related products
   -------------------------------------------------------------------------- */

body.single-product .related-products-container{padding-bottom: 100px;}
body.single-product .related-products-container .related.products .products.columns-4 li.product{margin: 0 1.6% 1.492em 0 !important;}
body.single-product .related.products,
body.single-product .upsells.products {
	width: 100%;
	flex: 0 0 100%;
	margin: 80px 0 0;
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
	font-family: var(--bold);
	font-size: 34px;
	line-height: 40px;
	color: #0c0c0c;
	padding: 0 0 0 42px;
	margin: 0 0 34px;
	position: relative;
}

body.single-product .related.products > h2::after,
body.single-product .upsells.products > h2::after {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	background: url(../images/text-before.png) no-repeat center;
	background-size: 100% 100%;
	width: 21px;
	height: 24px;
}

/* Inherits the shop-grid card styling you already like, so these stay
   visually identical to the cards on the shop page. */
body.single-product .related.products ul.products li.product,
body.single-product .upsells.products ul.products li.product {
	border: 1px solid #959595;
	padding: 0 0 65px 0 !important;
	position: relative;
}

body.single-product .related.products ul.products li.product::before,
body.single-product .upsells.products ul.products li.product::before {
	position: absolute;
	content: "";
	left: -1px;
	top: -1px;
	background: url(../images/card-before-bg.jpg) no-repeat center;
	background-size: 100%;
	width: 27px;
	height: 33px;
}

body.single-product .related.products ul.products li.product .woocommerce-LoopProduct-link,
body.single-product .upsells.products ul.products li.product .woocommerce-LoopProduct-link {
	padding: 20px !important;
	overflow: hidden;
	position: relative;
	display: block;
}

body.single-product .related.products ul.products li.product img,
body.single-product .upsells.products ul.products li.product img {
	background-color: #EDEDED;
	height: 248px !important;
	object-fit: contain;
}

body.single-product .related.products ul.products li.product h2.woocommerce-loop-product__title,
body.single-product .upsells.products ul.products li.product h2.woocommerce-loop-product__title {
	font-size: 17px;
	line-height: 25px;
	color: #0c0c0c;
	padding: 10px 0 17px 0 !important;
	margin: 0 0 20px !important;
	font-weight: 500;
	border-bottom: 1px solid #efefef;
}

body.single-product .related.products ul.products li.product .price,
body.single-product .upsells.products ul.products li.product .price {
	color: #081223 !important;
	font-weight: 400 !important;
	font-size: 18px !important;
}


/* --------------------------------------------------------------------------
   7. Notices
   -------------------------------------------------------------------------- */

.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	background: #fafafa;
	border: none;
	border-left: 4px solid var(--primary-color);
	border-radius: 4px;
	padding: 18px 24px;
	margin: 26px 0 26px;
	font-size: 15px;
	font-weight: 500;
	color: #252525;
	list-style: none;
	    max-width: 1300px;
    margin: 26px auto;
}

.woocommerce-page .woocommerce-error {
	border-left-color: #c0392b;
}

.woocommerce-page .woocommerce-message::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-error::before {
	display: none;
}

.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-info a.button {
	margin-left: auto;
	background: var(--primary-color);
	color: #000;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .3px;
	padding: 11px 22px;
	border-radius: 3px;
	border: none;
}


/* --------------------------------------------------------------------------
   8. Responsive
   -------------------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
	body.single-product div.product {
		gap: 40px;
	}

	body.single-product .woocommerce-breadcrumb{padding: 0 0 13px;}
	body.single-product .product_title.entry-title{font-size: 24px; line-height: 37px;}
	.product-main-container .product-summary-column .custom-current-price{    font-size: 30px;}
	.product-main-container .custom-product-price .custom-discount{font-size: 20px;}
	body.single-product .woocommerce-product-gallery__image img {padding: 20px;}
	
	body.single-product .woocommerce-product-details__short-description h2, body.single-product .woocommerce-tabs .panel > h2{font-size: 20px;line-height: 30px;margin: 0 0 15px;}
	body.single-product .woocommerce-product-details__short-description h3, body.single-product .woocommerce-tabs .panel h3{font-size: 18px;line-height: 26px;}
	body.single-product .woocommerce-product-details__short-description h4, body.single-product .woocommerce-tabs .panel h4 {font-size: 16px;line-height: 23px;}
	body.single-product .woocommerce-tabs .panel{padding: 25px 20px!important;}
	
	body.single-product .related-products-container .related.products ul.products.columns-4 li.product {width: calc(100% / 2 - 16px) !important;}
	body.single-product .related.products > h2, body.single-product .upsells.products > h2{font-size: 28px; line-height: 36px;padding: 0 0 0 25px;}
	body.single-product .related.products > h2::after, body.single-product .upsells.products > h2::after{width: 14px; height: 18px;}
	
	.woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-error{max-width: 90%;margin: 20px auto;padding:14px 15px 0 8px;font-size: 13px;      flex-direction: column;justify-content: flex-start; align-items: flex-start;border-left-width:2px;}
	.woocommerce-page .woocommerce-message a.button, .woocommerce-page .woocommerce-info a.button{padding: 9px 16px;font-size: 11px;margin-left: 0;}
}

@media screen and (max-width: 991px) {
/* 	body.single-product div.product {
		padding-top: 35px;
	}
 */
/* 	body.single-product div.product .woocommerce-product-gallery,
	body.single-product div.product .summary.entry-summary {
		flex: 0 0 100%;
		max-width: 100%;
	}

	body.single-product .woocommerce-tabs,
	body.single-product .related.products,
	body.single-product .upsells.products {
		margin-top: 55px;
	}

	body.single-product .woocommerce-tabs .panel {
		padding: 28px 22px;
	}

	body.single-product .related.products > h2,
	body.single-product .upsells.products > h2 {
		font-size: 28px;
		line-height: 34px;
	} */
	
	body.single-product form.cart .quantity, body.single-product form.cart button.single_add_to_cart_button{margin: 4px 4px 4px 0 !important;}
	body.single-product .product-main-container .product-gallery-column{width: 100%;}
	body.single-product .product-main-container .product-summary-column{width: 100%;}
	body.single-product .related.products{    margin: 20px 0 0;}
}

@media screen and (max-width: 767px) {
/* 	body.single-product {
		padding-bottom: 60px;
	}

	body.single-product .product_title.entry-title {
		font-size: 26px;
		line-height: 34px;
		padding-left: 30px;
	}

	body.single-product .product_title.entry-title::after {
		width: 16px;
		height: 19px;
		top: 9px;
	}

	body.single-product .woocommerce-product-gallery__image img {
		height: 330px;
		padding: 18px;
	}

	body.single-product .flex-control-thumbs img {
		height: 68px;
	}

	body.single-product .summary p.price {
		font-size: 25px;
		line-height: 30px;
		padding: 12px 18px;
	} */

	/* Full-width stacked buy controls are easier to hit on a phone */
/* 	body.single-product form.cart {
		gap: 12px;
	}

	body.single-product form.cart .quantity,
	body.single-product form.cart .quantity input.qty {
		width: 100%;
	}

	body.single-product form.cart button.single_add_to_cart_button {
		width: 100%;
		justify-content: flex-start;
	}

	body.single-product .woocommerce-tabs ul.tabs {
		gap: 0;
	}

	body.single-product .woocommerce-tabs ul.tabs li a {
		padding: 13px 16px;
		font-size: 13px;
	}

	body.single-product .woocommerce-product-attributes th {
		width: 45%;
	}

	body.single-product .woocommerce-tabs .panel > h2 {
		font-size: 22px;
		line-height: 28px;
	} */
}

@media screen and (max-width: 575px) {
/* 	body.single-product .flex-control-thumbs li {
		flex: 0 0 calc(33.333% - 8px);
	}

	body.single-product .woocommerce-message .button,
	body.single-product .woocommerce-info .button {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
} */

/* Respect reduced-motion preferences — kills the shine sweep loop */
/* @media (prefers-reduced-motion: reduce) {
	body.single-product div.product span.onsale::after,
	body.single-product form.cart button.single_add_to_cart_button::after {
		animation: none;
} */}
@media screen and (max-width:520px) {
	body.single-product .related-products-container{    padding-bottom: 64px;}
 body.single-product .related-products-container .related.products ul.products.columns-4 li.product {width: 100% !important;margin-right: 0 !important;}
	body.single-product .related.products > h2, body.single-product .upsells.products > h2{font-size: 24px;line-height: 33px;}
}
@media screen and (max-width:480px) {
	body.single-product .product_title.entry-title{font-size: 21px;line-height: 33px;}
	body.single-product .woocommerce-product-details__short-description p a, body.single-product .woocommerce-tabs .panel p a{padding: 9px 16px !important;font-size: 11px !important;display: inline-block;line-height: 16px;margin: 20px 0 0 0;}
	body.single-product .woocommerce-product-gallery__image img{ padding: 10px;}
	body.single-product .woocommerce-tabs ul.tabs li a{padding: 9px 15px !important;font-size: 13px;}
}

/* ==========================================================================
   HOW TO LOAD THIS FILE
   --------------------------------------------------------------------------
   Option A (simplest) — paste everything above at the END of style.css, and
   change every `url(../images/...)` in this file to `url(images/...)`,
   because style.css sits one level higher than the /css/ folder.

   Option B — keep it as /css/single-product.css and add this to functions.php:

     add_action( 'wp_enqueue_scripts', function () {
         if ( function_exists( 'is_product' ) && is_product() ) {
             wp_enqueue_style(
                 'edmontondpf-single-product',
                 get_template_directory_uri() . '/css/single-product.css',
                 array(),
                 '1.0.0'
             );
         }
     } );

   Option B is better for speed — the file only loads on product pages.

   ALSO: delete this line from style.css, since section 1 replaces it:
     .single-product{ margin: 150px 15px 15px 15px !important; }
   ========================================================================== */