/*!
Theme Name: JD Butchers
Theme URI: https://www.jdbutchers.co.uk
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for JD Butchers by Purple Moon Designs.
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
	font-family: 'Jost', sans-serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	margin: 0;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
    display: block;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
	box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	



/*******************************
================================
TYPOGRAPHY
================================
*******************************/


a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
	line-height: 1.5;
	color: #0C0B08;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
	--orange: #E55912;
	--accent: rgba(229, 89, 18, 0.8);
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white{
	color: #fff;
}

.gradient{
	background: rgb(230,0,126);
	background: -moz-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}

.page-not-found img {
    margin: 0 0 30px;
    max-width: 650px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

/*******************************
================================
HEADER
================================
*******************************/

.row.align-ends {
    justify-content: space-between;
}

.contact-info {
    text-align: right;
}

.row.align-centre {
    align-items: center;
}

.top-bar {
    background: var(--orange);
    padding: 8px 0;
}

.top-bar p, .top-bar a {
    color: #fff;
}

.top-bar a:hover {
    color: var(--accent);
}

.site-branding img {
    max-width: 170px;
    height: auto;
}

ul#primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

ul#primary-menu li {
    padding: 0 10px;
}

ul#primary-menu a {
    font-size: 18px;
    color: #f2f2f2;
}

.header-bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
form.woocommerce-product-search {
    display: flex;
    border: solid 1px #D6D6D6;
    border-radius: 7px;
    padding: 0 5px;
    background: #FCFCFC;
}

.inner-menu {
    display: flex;
    align-items: center;
}

button.search-submit {
    padding: 0;
    height: auto;
    border: none;
    background: transparent;
    margin-right: 5px;
}

.header-actions {
    display: flex;
    align-items: center;
}

a.header-cart-link {
    margin-left: 10px;
    position: relative;
    color: var(--orange);
}
a.header-pickups-link {
    margin-left: 10px;
    color: var(--orange);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

a.header-pickups-link:hover {
    color: var(--accent);
}

a.header-account-link {
    margin-left: 10px;
    color: var(--orange);
    font-size: 20px;
    display: flex;
    align-items: center;
}
a.header-account-link:hover {
    color: var(--accent);
}

span.cart-count {
    position: absolute;
    background: var(--orange);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -10px;
    font-size: 12px;
}

a.header-cart-link {
    font-size: 20px;
}

/*******************************
================================
HERO
================================
*******************************/

section.hero {
    padding: 100px 0;
    background-color: rgba(32,7,7,0.9);
}

.hero-text h4 {
    background-color: var(--orange);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
}

.hero-text h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -1px;
}

.hero-text h1 span {
    color: var(--orange);
}

.hero-text p {
    color: #fff;
    opacity: 80%;
    font-size: 20px;
}

.main-btn a {
    color: #fff;
    background: var(--orange);
    border: solid 1px var(--orange);
    padding: 8px 20px;
    display: inline-block;
    border-radius: 7px;
}

.main-btn {
    margin-top: 10px;
}

.main-btn i {
    margin-right: 7px;
    font-size: 19px;
}

.main-btn span {
    font-size: 20px;
    text-transform: uppercase;
}

.main-btn a:hover {
    background-color: var(--accent);
}

ul.hero-features {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

ul.hero-features li {
    display: flex;
    align-items: center;
    padding: 10px;
}

ul.hero-features li i {
    background: var(--orange);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 8px;
}

.hero-grid {
    display: flex;
    flex-wrap: wrap;
}

.cat-ord {
    width: calc(100% - 20px);
    position: relative;
    margin: 10px;
}

.hero-text .product-add-to-cart a {
    font-size: 20px;
    margin-top: 15px;
}
.cat-ord img {
    border-radius: 15px;
}

.cat-ord a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
}

.cat-ord a:hover {
    color: var(--accent);
}

.cat-ord:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: #000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    opacity: 70%;
}

.so-details a {
    color: #101010;
}


/*******************************
================================
SHOP BY CATEGORY
================================
*******************************/

section.categories {
    padding: 100px 0;
}

.mid-title {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.row.spaced {
    margin-left: -10px;
    width: calc(100% + 20px);
}

.space {
    margin: 10px;
}

.spc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.spc-row h3 {
    font-size: 25px;
    margin: 0;
    font-weight: 500;
}

.spc-row .main-btn {
    margin: 0;
}

.spc-details {
    padding: 20px;
    background: #F4F5F7;
    border-radius: 0 0 30px 30px;
}

.single-product-category img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 30px;
}

.single-product-category {
    background: #F4F5F7;
    border-radius: 30px;
}

.spc-details .main-btn a {
    font-size: 15px;
    padding: 4px 15px;
}

.main-btn a {
    font-size: 18px;
}

.main-btn.centre {
    text-align: center;
    margin-top: 30px;
}

.main-btn.centre a {
    text-transform: uppercase;
    font-size: 20px;
}

/*******************************
================================
OFFERS
================================
*******************************/

section.offers {
    padding: 100px 0;
    background-image: url(/wp-content/uploads/2025/11/dark-background.jpg);
    background-size: cover;
    background-position: center;
}

.mid-title.white p {
    color: #fff;
    opacity: 90%;
}

h2 {
    font-size: 40px;
    font-weight: 400;
}

.single-offer {
    background: #F8F9F8;
    padding: 30px;
    border-radius: 15px;
}

.so-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.button-row {
    display: flex;
}

.title-offer {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
}

.title-offer span {
    color: var(--orange);
    font-weight: 600;
    font-size: 20px;
}

.circle-btn a {
    background: var(--orange);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: solid 1px var(--orange);
}

.circle-btn:last-child {
    margin-left: 10px;
}

.circle-btn a:hover {
    background: var(--accent);
}

.so-details h3 {
    font-weight: 500;
    margin: 0 0 5px;
}

.so-details p {
    color: #6F7470;
    font-size: 15px;
    line-height: 1.2;
}



/*******************************
================================
ABOUT US
================================
*******************************/

section.about {
    padding: 100px 0;
}

.tesitmonial-inner-box {
    padding: 20px;
}

.testimonial-info {
    padding: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
    border: solid 1px rgba(0,0,0,0.1);
}

.glide__arrows button {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-author h4 {
    margin: 0;
    text-align: right;
}

.glide__arrows button:hover {
    background: var(--accent);
    cursor: pointer;
}

.glide__arrows button.glide__arrow.glide__arrow--left {
    left: -10px;
}

.glide__arrows button.glide__arrow.glide__arrow--right {
    right: -10px;
}
ul.star-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.star-list li {
    padding: 0 3px;
    color: gold;
}

/*******************************
================================
FOOTER
================================
*******************************/

footer {
    background-image: url(/wp-content/uploads/2025/11/dark-background.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.row.footer-row.spaced {}

.footer-col h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

ul.contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.contact-list li {
    padding: 10px 0;
}

ul.contact-list a {
    color: #fff;
    opacity: 85%;
}

ul.contact-list a:hover {
    opacity: 1;
}

.footer-col h2 {
    color: var(--orange);
    margin: 0 0 10px;
}

.footer-col {
    text-align: center;
}

.footer-col p {
    color: #fff;
    font-size: 15px;
    opacity: 85%;
}

ul.working-hours {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.working-hours li {
    padding: 10px 0;
}

ul.working-hours span {
    color: #fff;
}

ul.working-hours p {
    color: #fff;
    opacity: 85%;
}

ul.social-list {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-list a {
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border: solid 1px rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

ul.social-list li {
    padding: 0 10px;
}

ul.social-list a:hover {
    background-color: var(--accent);
}

ul.useful-links {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

ul.useful-links li {
    padding: 0 10px;
}

ul.useful-links a {
    color: #fff;
}

.copyrights {
    margin-top: 50px;
    text-align: center;
}

.copy {
    margin: 0 0 10px;
}

.copy p {
    color: #fff;
}

.copy a {
    color: #fff;
    opacity: 85%;
}

.copy a:hover {
    opacity: 1;
    color: var(--accent);
}

.owner p {
    color: #fff;
    opacity: 85%;
}

.owner a {
    opacity: 1;
    color: var(--orange);
}

.owner a:hover {
    color: var(--accent);
}

ul.useful-links a:hover {
    color: var(--accent);
}

footer {
    position: relative;
}

footer .content_wrap {
    position: relative;
}

footer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 50%;
}
/*******************************
================================
ABOUT US
================================
*******************************/
section.breadcrumbs {
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

section.breadcrumbs .content_wrap {
    position: relative;
}

section.breadcrumbs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 60%;
}

section.breadcrumbs h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}

section.breadcrumbs p {
    color: #fff;
    opacity: 85%;
}

.bread-content {
    max-width: 750px;
}

.about-text p {
    margin: 0 0 20px;
}

.about-text-right img {
    margin: 0 0 20px;
}

section.about img {
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
}
section.regular {
    padding: 100px 0;
    background: rgba(0,0,0,0.02);
}

.location-map iframe {
    aspect-ratio: 4/2;
    border-radius: 10px;
}
.single-product-box {
    padding: 20px;
    background: #F8F9F8;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

section.shop {
    padding: 100px 0;
}

.product-image img {
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.product-image a:nth-child(2) {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: calc(100% - 10px);
    padding: 10px 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: #000;
    background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#000000",
  endColorstr="#000000",
  GradientType=0
);
    transition: .5s;
}

.product-image {
    position: relative;
}

.product-image a:nth-child(2):hover {
    background: #000;
    background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#000000",
  endColorstr="#000000",
  GradientType=0
);
    color: var(--accent);
}

.product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0;
}

.product-info h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.product-info p.price {
    color: var(--orange);
    font-weight: 600;
    font-size: 16px;
}

.product-btns {
    display: flex;
    align-items: center;
}

.product-add-to-cart a {
    display: flex;
    align-items: center;
    background: var(--orange);
    color: #fff;
    padding: 5px 5px 5px 20px;
    border-radius: 20px;
    border: solid 1px var(--orange);
}

.product-add-to-cart i {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: var(--orange);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-add-to-cart span {
    margin-right: 10px;
}

.product-view {
    margin-left: 10px;
}

.product-view {
    background-color: var(--orange);
    padding: 5px;
    border-radius: 50%;
}

.product-view i {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: var(--orange);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--orange);
    transition: .5s;
}


.product-add-to-cart a:hover {
    background: var(--accent);
}

.product-add-to-cart a:hover i {
    transform: rotate(360deg);
}

.product-view a:hover i {
    background: var(--accent);
    color: #fff;
}

section.breadcrumbs {
    background-image: url(/wp-content/uploads/2025/11/dark-background.jpg);
}
.content_wrap.shop-archive-content {
    margin-top: 20px;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin-left: -10px;
    width: calc(100% + 20px);
}

/*******************************
================================
WOOCOMMERCE
================================
*******************************/

section.single-product {
    padding: 20px 0 50px;
}

.woocommerce-product-details__short-description p {
    color: #6F7470;
    border-top: solid 1px #EBEBE9;
    border-bottom: solid 1px #EBEBEB;
    padding: 10px 0;
    margin: 10px 0;
}

.product-meta.product-meta-categories a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 10px;
    display: block;
}

h1.product_title.entry-title {
    font-weight: 400;
}

.summary.entry-summary p.price {
    color: var(--orange);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--orange);
    font-weight: 500;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: var(--orange);
    border: solid 1px var(--orange);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: var(--accent);
    cursor: pointer;
}

.quantity.quantity-with-icons {
    background: rgba(32,7,7,0.9);
    border-radius: 6px;
}

button.quantity-btn.quantity-btn--minus, button.quantity-btn.quantity-btn--plus {
    color: #fff;
    background: transparent;
    border: none;
    padding: 11px 5px;
    border-radius: 6px;
    transition: .5s;
}

.woocommerce .quantity .qty {
    background: transparent;
    border: none;
    color: #fff;
    width: 40px;
}

button.quantity-btn.quantity-btn--minus:hover, button.quantity-btn.quantity-btn--plus:hover {
    background: var(--accent);
    cursor: pointer;
}

.swal2-container.swal2-center.swal2-backdrop-show {
    background: rgba(10, 11, 16, 0.88) !important;
    backdrop-filter: blur(2px);
  }
  .swal2-popup.pmd-swal {
    background: #11141c;
    color: #f5f6fa;
    border-radius: 18px;
    padding: 2rem 2.4rem 1.9rem;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
    width: min(560px, 90vw);
  }
  .swal2-popup.pmd-swal .swal2-header {
    display: none;
  }
  .swal2-popup.pmd-swal .swal2-icon {
    display: none !important;
  }
  .addedtobasket .swal2-title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: baseline;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
  }
  .pmd-header-icon {
    display: none;
  }
  .pmd-title-text {
    font-weight: 600;
  }
  .pmd-title-message {
    font-size: 0.92rem;
    font-weight: 400;
    opacity: 0.82;
    margin-left: 0.1rem;
  }

  .pmd-added-card {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 1.1rem;
    margin-top: 10px;
}
  .pmd-added-thumb {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
  }


  .pmd-added-info {
    flex: 1;
    display: flex;
    flex-direction: row;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}
  .pmd-added-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .addedtobasket {
    display: flex;
    align-items: center;
}

.addedtobasket i {
    margin-right: 10px;
}
  .pmd-added-meta {
    font-size: 12px;
    color: rgba(245, 246, 250, 0.82);
    margin-left: 5px;
}
  .pmd-added-meta strong {
    font-weight: 600;
    margin-right: 0.35rem;
  }

  .pmd-added-price {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--orange);
    width: 100%;
}
  .pmd-extras-wrapper {
    margin-top: 1.1rem;
  }
  .pmd-extras-title {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(245, 246, 250, 0.7);
    margin-bottom: 0.7rem;
  }
  .pmd-extras-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .pmd-extra-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.8rem 1rem;
  }
  .pmd-extra-thumb {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
  }
  .pmd-extra-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
  }
  .pmd-extra-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
  }
  .pmd-extra-price {
    font-size: 0.85rem;
    color: rgba(245, 246, 250, 0.7);
  }
  .pmd-extra-actions {
    display: flex;
    align-items: center;
  }
  .addedtobasket {
    display: flex;
    align-items: center;
}

.addedtobasket i {
    margin-right: 10px;
}

.pmd-extra-details {
    text-align: left;
}

.pmd-extra-add:hover {
    background: var(--accent);
}
  .pmd-extra-add {
    border: solid 1px var(--orange);
    border-radius: 7px;
    padding: 0.45rem 0.95rem;
    background: var(--orange);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: transform 0.15s 
ease;
}
  .pmd-extra-add:hover {
    transform: translateY(-1px);
  }
  .pmd-extra-add[disabled] {
    opacity: 0.55;
    cursor: progress;
    transform: none;
  }
  .swal2-popup.pmd-swal .swal2-actions {
    gap: 0.75rem;
    margin: 1.4rem 0 0;
  }

  .swal2-popup.pmd-swal .swal2-confirm.pmd-confirm {
    background: var(--orange);
    color: #fff;
    border-radius: 8px;
    padding: 0.65rem 1.6rem;
    font-weight: 600;
    box-shadow: none;
    border: solid 1px var(--orange);
}

.swal2-popup.pmd-swal .swal2-confirm.pmd-confirm:hover {
    background: var(--accent);
    cursor: pointer;
}
.swal2-popup.pmd-swal .swal2-confirm.pmd-confirm:hover {
    background: var(--accent);
    cursor: pointer;
}

header#masthead {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    background: #2b1f12;
}
.swal2-popup.pmd-swal .swal2-cancel.pmd-cancel:hover {
    background: var(--accent);
    cursor: pointer;
}
  .swal2-popup.pmd-swal .swal2-cancel.pmd-cancel {
    background: transparent;
    color: #f5f6fa;
    border: 1px solid rgba(245, 246, 250, 0.25);
    border-radius: 8px;
    padding: 0.65rem 1.6rem;
    font-weight: 600;
  }
  .swal2-popup.pmd-swal .swal2-styled:focus {
    box-shadow: none;
  }
.addedtobasket i {
    width: 40px;
    height: 36px;
    background-color: #e6f4ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #0f9d58;
    justify-content: center;
}

/* Discreet cart & checkout shipping & pickup notice */
p.pmd-cart-notice {
    font-size: 13px;
    color: #6F7470;
    margin: 0 0 1em;
    padding: 8px 0;
    line-height: 1.4;
}

p.pmd-cart-notice .pmd-notice-pickup {
    color: var(--orange);
    font-weight: 500;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 20px;
}

.wp-block-woocommerce-cart-order-summary-block {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 20px;
}

.wc-block-cart__submit-container a {
    color: #fff;
    background: var(--orange);
    border: solid 1px var(--orange);
    border-radius: 8px;
}

.wc-block-cart__submit-container a:hover {
    background: var(--accent);
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-weight: 300;
    font-size: 13px;
}

th.wc-block-cart-items__header-total span {
    font-weight: 300;
    font-size: 13px;
}

th.wc-block-cart-items__header-image span {
    font-weight: 300;
    font-size: 13px;
}

a.wc-block-components-product-name {
    color: var(--orange);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    margin: 0 0 5px;
}

.wc-block-components-product-metadata {
    display: none;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 500;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-weight: 500;
}

form.wc-block-components-form.wc-block-checkout__form {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 20px;
}

form.wc-block-components-form.wc-block-checkout__form {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 20px;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    color: #fff;
    background: var(--orange);
    border: solid 1px var(--orange);
    border-radius: 8px;
    transition: .5s;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background: var(--accent);
    cursor: pointer;
}

.wp-block-woocommerce-checkout-order-summary-block {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 20px;
}

/* Local Pickup - Checkout & Orders */
.jd-pickup-date-wrap {
    margin: 20px 0;
    padding: 20px;
    background: #F8F9F8;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
}

.jd-pickup-date-inner {
    max-width: 100%;
}

.jd-pickup-date-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 500;
    color: #0C0B08;
}

.jd-pickup-date-title i {
    margin-right: 8px;
    color: var(--orange);
}

.jd-pickup-address {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.4;
    color: #6F7470;
}

.jd-pickup-hours {
    margin: 0 0 15px;
    font-size: 14px;
    color: #6F7470;
}

.jd-pickup-date-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.jd-pickup-date-pill {
    padding: 10px 18px;
    border-radius: 50px;
    border: 2px solid #D6D6D6;
    background: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #0C0B08;
    cursor: pointer;
    transition: 0.3s;
}

.jd-pickup-date-pill:hover {
    border-color: var(--orange);
    color: var(--orange);
}

.jd-pickup-date-pill.is-selected {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

.jd-pickup-date-more {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    background: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    color: #0C0B08;
    margin-top: 5px;
}

.jd-pickup-date-more:focus {
    outline: none;
    border-color: var(--orange);
}

.jd-pickup-date-wrap .form-row {
    margin-bottom: 0;
}

.jd-pickup-date-wrap label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #0C0B08;
}

.jd-pickup-date-select {
    width: 100%;
    max-width: 100%;
    padding: 12px 15px;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    background: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    color: #0C0B08;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.jd-pickup-date-select:focus {
    outline: none;
    border-color: var(--orange);
}

.jd-pickup-date-select:hover {
    border-color: var(--accent);
}

/* Order details - Pickup info */
.woocommerce-order-pickup-details.jd-pickup-details,
section.jd-pickup-details {
    margin: 30px 0;
    padding: 20px;
    background: #F8F9F8;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.05);
}

.jd-pickup-details .woocommerce-column__title,
.jd-pickup-details h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #0C0B08;
}

.jd-pickup-order-address p,
.jd-pickup-details p {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.5;
}

.jd-pickup-hours-small {
    font-size: 14px;
    color: #6F7470;
}

/* Admin order box */
.jd-pickup-admin-box {
    margin: 15px 0;
    padding: 15px;
    background: #f8f9f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.jd-pickup-admin-box h4 {
    margin: 0 0 10px;
    font-size: 14px;
}

.jd-pickup-admin-box p {
    margin: 0 0 5px;
}

.jd-pickup-admin-box .jd-pickup-admin-date {
    font-size: 16px;
    color: var(--orange);
}

/* Orders list – Pickup date column */
.jd-pickup-date-badge {
    display: inline-block;
    padding: 4px 10px;
    background: rgba(229, 89, 18, 0.15);
    color: #E55912;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
}

/* Block checkout compatibility */
.wc-block-checkout__form .jd-pickup-date-wrap {
    margin: 15px 0;
}
.pmd-added-title a {
    color: #fff;
}

label.category-checkbox-label {
    display: flex;
    align-items: center;
}

label.category-checkbox-label span {
    color: #6F7470;
    font-size: 15px;
}

label.category-checkbox-label input[type="checkbox"] {
    margin: 5px;
}

ul.cat-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #ccc;
}
ul.cat-list li {
    padding: 10px 0;
}

.sidebar-box h3 {
    margin-top: 20px;
    font-weight: 400;
}button.delivery-accordion-toggle {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    font-size: 18px;
    color: #6F7470;
}

p.price span {
    color: var(--orange);
    font-weight: 600;
    font-size: 16px;
}

.product-info a {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #101010;
}



/* Sale Products Page */
.sale-products-content {
	padding: 40px 0;
}
.sale-intro-image img {
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.sale-intro-content {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.sale-intro-icon {
	font-size: 48px;
	color: #f4c542;
	margin-bottom: 20px;
	display: inline-block;
	animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

.sale-intro-title {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.sale-intro-text {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin: 0 0 15px 0;
}

.sale-intro-text:last-of-type {
	margin-bottom: 25px;
}

.sale-intro-note {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	padding: 12px 24px;
	border-radius: 30px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-content a {
    color: var(--orange);
}

.woocommerce-MyAccount-content a:hover {
    color: var(--accent);
}
nav.woocommerce-MyAccount-navigation li {
    margin: 0 0 10px;
}

nav.woocommerce-MyAccount-navigation li a {
    color: #999999;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0 0 0 20px;
    gap: 12px;
}

nav.woocommerce-MyAccount-navigation li a i {
    font-size: 18px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

nav.woocommerce-MyAccount-navigation li.is-active a {
    background: #F8FAFC;
    color: var(--orange);
}

nav.woocommerce-MyAccount-navigation li.is-active a i {
    color: var(--orange);
}

nav.woocommerce-MyAccount-navigation li a:hover {
    cursor: pointer;
    background: #e7e8e8;
    color: var(--orange);
}

nav.woocommerce-MyAccount-navigation li a:hover i {
    color: var(--orange);
}
.sale-intro-note i {
	color: var(--orange);
	font-size: 18px;
}

.sale-intro-note span {
	font-weight: 600;
	color: #333;
	font-size: 15px;
}

.sale-products-header {
	text-align: center;
	margin-bottom: 40px;
}

.sale-badge-large {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, #f4c542 0%, #e6b030 100%);
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0 4px 15px rgba(244, 197, 66, 0.3);
}

.sale-badge-large i {
	font-size: 20px;
}

.sale-products-grid {
	margin-top: 30px;
}

.sale-product-item {
	position: relative;
}

.sale-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
	background: linear-gradient(135deg, #ff4444 0%, #cc0000 100%);
	color: #fff;
	border-radius: 8px;
	padding: 8px 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 10px rgba(255, 68, 68, 0.4);
	font-weight: 700;
	line-height: 1.2;
}

.sale-badge .sale-percent {
	font-size: 18px;
	font-weight: 900;
}

.sale-badge .sale-text {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	opacity: 0.95;
}

.sale-product-item .product-image {
	position: relative;
	overflow: visible;
}

.sale-product-item .product-image::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	background: linear-gradient(135deg, rgba(244, 197, 66, 0.2) 0%, rgba(255, 68, 68, 0.2) 100%);
	border-radius: 8px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.sale-product-item:hover .product-image::before {
	opacity: 1;
}

.sale-product-item .price {
	margin: 0;
	font-size: 18px;
}

.sale-product-item .price .woocommerce-Price-amount {
	font-weight: 700;
}

.sale-product-item .price del {
	color: #999;
	text-decoration: line-through;
	font-size: 14px;
	font-weight: 400;
	margin-right: 8px;
}

small.woocommerce-price-suffix {
    display: none;
}
.sale-product-item .price ins {
	color: #ff4444;
	text-decoration: none;
	font-weight: 700;
}
.u-columns.woocommerce-Addresses.col2-set.addresses h2 {
    font-size: 22px;
    margin: 0;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    margin-top: 20px;
}

address {
    font-size: 18px;
    line-height: 1.4;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background: var(--orange);
    color: #fff;
    border: solid 1px var(--orange);
    transition: .5s;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: var(--accent);
    cursor: pointer;
    color: #fff;
}

.sale-product-item .product-info h4 a {
	color: #333;
	transition: color 0.3s ease;
}

.sale-product-item:hover .product-info h4 a {
	color: #f4c542;
}

.sale-product-item .product-btns {
	opacity: 1;
}

.no-sale-products {
	text-align: center;
	padding: 60px 20px;
}

.no-sale-products p {
	font-size: 18px;
	color: #666;
}

.sidebar-toggle {
    margin: 0 0 10px;
}

.sidebar-toggle a {
    background-color: var(--orange);
    color: #fff;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 6px;
    border: solid 1px var(--orange);
    display: inline-block;
}

div#sidebar-tab {
    max-height: 0;
    overflow: hidden;
    transition: .5s;
}

div#sidebar-tab.active {
    max-height: 5000px;
}


/*******************************
================================
CONTACT PAGE
================================
*******************************/
.contact-page {
	padding: 60px 0;
}

.contact-info-section,
.contact-form-section {
	background: #fff;
	border-radius: 8px;
	padding: 40px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-info-section h2,
.contact-form-section h2 {
	color: var(--blue);
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}

.contact-info-section > p,
.contact-form-section > p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.contact-details {
	margin-bottom: 40px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.contact-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contact-icon {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: var(--orange);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-size: 20px;
}

.contact-content h3 {
	color: var(--blue);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
}

.contact-content p {
	color: #666;
	font-size: 16px;
	margin: 0;
	line-height: 1.6;
}

.contact-content a {
	color: var(--blue);
	text-decoration: none;
	transition: color 0.3s;
}

.contact-content a:hover {
	color: var(--orange);
}

.opening-hours-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.opening-hours-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	color: #666;
	font-size: 16px;
}

.opening-hours-list li span {
	flex: 1;
}

.opening-hours-list li strong {
	color: var(--blue);
	font-weight: 600;
}

.social-media-section {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid #eee;
}

.social-media-section h3 {
	color: var(--blue);
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.social-media-section > p {
	color: #666;
	font-size: 15px;
	margin-bottom: 20px;
}

.contact-social-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.contact-social-list li {
	padding: 0;
}

.contact-social-list a {
	width: 50px;
	height: 50px;
	border: 2px solid var(--orange);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--orange);
	font-size: 20px;
	text-decoration: none;
	transition: all 0.3s;
	background: transparent;
}

.contact-social-list a:hover {
	background: var(--orange);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Contact Form 7 Styling */
.contact-form-section .wpcf7-form {
	margin-top: 20px;
}

.contact-form-section .wpcf7-form p {
	margin-bottom: 20px;
}

.contact-form-section .wpcf7-form label {
	display: block;
	color: var(--blue);
	font-weight: 500;
	margin-bottom: 8px;
	font-size: 15px;
}

.contact-form-section .wpcf7-form input[type="text"],
.contact-form-section .wpcf7-form input[type="email"],
.contact-form-section .wpcf7-form input[type="tel"],
.contact-form-section .wpcf7-form textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	font-family: inherit;
	transition: border-color 0.3s;
	box-sizing: border-box;
}

.contact-form-section .wpcf7-form input[type="text"]:focus,
.contact-form-section .wpcf7-form input[type="email"]:focus,
.contact-form-section .wpcf7-form input[type="tel"]:focus,
.contact-form-section .wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--orange);
}

.contact-form-section .wpcf7-form textarea {
	min-height: 120px;
	resize: vertical;
}

.contact-form-section .wpcf7-form input[type="submit"] {
	background: var(--orange);
	color: #fff;
	border: none;
	padding: 14px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
	text-transform: uppercase;
}

.contact-form-section .wpcf7-form input[type="submit"]:hover {
    background: var(--accent);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-form-section .wpcf7-response-output {
	margin-top: 20px;
	padding: 15px;
	border-radius: 4px;
	font-size: 14px;
}

.contact-form-section .wpcf7-mail-sent-ok {
	background: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
}

.contact-form-section .wpcf7-mail-sent-ng,
.contact-form-section .wpcf7-aborted,
.contact-form-section .wpcf7-spam {
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}

.contact-form-section .wpcf7-validation-errors {
	background: #fff3cd;
	border: 1px solid #ffeeba;
	color: #856404;
}

/* Responsive */
@media (max-width: 768px) {
	.contact-page {
		padding: 40px 0;
	}
	
	.contact-info-section,
	.contact-form-section {
		padding: 25px 20px;
		margin-bottom: 30px;
	}
	
	.contact-info-section h2,
	.contact-form-section h2 {
		font-size: 26px;
	}
	
	.contact-item {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.contact-icon {
		margin-bottom: 15px;
		margin-right: 0;
	}
	
	.contact-social-list {
		justify-content: flex-start;
	}
}

/*******************************
================================
COMING SOON / SIGN-UP LANDING
================================
*******************************/
/* Standalone page – no header/footer/breadcrumbs */
body.jd-coming-soon-page {
	margin: 0;
	padding: 0;
	background: #f8f9f8;
	min-height: 100vh;
}

.jd-signup-bar {
	background: #2b1f12;
	padding: 24px 20px;
	text-align: center;
}

.jd-signup-bar-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.jd-signup-bar .custom-logo-link {
	display: inline-block;
	line-height: 0;
}

.jd-signup-bar .custom-logo-link img {
	max-width: 170px;
	height: auto;
	max-height: 60px;
	width: auto;
	display: block;
}

.jd-signup-logo-text {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	font-family: 'Jost', sans-serif;
}

.jd-signup-logo-text:hover {
	color: var(--orange);
}

body.jd-coming-soon-page .jd-signup-page {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	box-sizing: border-box;
}

body.jd-coming-soon-page .jd-signup-inner {
	width: 100%;
	max-width: 520px;
}

.jd-signup-section {
	padding: 60px 0 100px;
}

.jd-signup-form-wrap {
	max-width: 520px;
	margin: 0 auto;
}

.jd-mc-signup {
	background: #fff;
	border-radius: 12px;
	padding: 48px 40px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	font-family: 'Jost', sans-serif;
}

.jd-mc-signup .jd-signup-title {
	margin: 0 0 16px;
	font-size: 28px;
	font-weight: 600;
	color: #1d2327;
	text-align: center;
}

.jd-mc-signup .jd-signup-desc {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	text-align: center;
}

.jd-mc-signup .indicates-required {
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}

.jd-mc-signup .asterisk {
	color: var(--orange);
}

.jd-mc-signup .mc-field-group {
	margin-bottom: 20px;
}

.jd-mc-signup .mc-field-group label {
	display: block;
	color: #1d2327;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}

.jd-mc-signup .mc-field-group input[type="text"],
.jd-mc-signup .mc-field-group input[type="email"] {
	width: 100%;
	padding: 12px 16px;
	font-size: 16px;
	font-family: 'Jost', sans-serif;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	box-sizing: border-box;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.jd-mc-signup .mc-field-group input:focus {
	outline: none;
	border-color: var(--orange);
	box-shadow: 0 0 0 2px rgba(229, 89, 18, 0.2);
}

.jd-mc-signup #mce-responses {
	margin: 16px 0;
}

.jd-mc-signup #mce-error-response,
.jd-mc-signup #mce-success-response {
	padding: 12px;
	border-radius: 6px;
	font-size: 14px;
}

.jd-mc-signup #mce-error-response {
	background: #f8d7da;
	color: #721c24;
}

.jd-mc-signup #mce-success-response {
	background: #d4edda;
	color: #155724;
}

.jd-mc-signup input[type="submit"] {
	width: 100%;
	padding: 14px 24px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Jost', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: var(--orange);
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s;
}

.jd-mc-signup input[type="submit"]:hover {
	background: var(--accent);
}

.jd-confetti-canvas {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 99999;
}

.jd-signup-intro p {
	margin-bottom: 1em;
}

.jd-signup-intro p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.jd-signup-section {
		padding: 40px 0 60px;
	}
	.jd-mc-signup {
		padding: 28px 24px;
	}
}

@media (max-width: 480px) {
	.sale-intro-section {
		padding: 25px 20px;
		margin-bottom: 30px;
	}
	
	.sale-intro-icon {
		font-size: 36px;
		margin-bottom: 12px;
	}
	
	.sale-intro-title {
		font-size: 22px;
		margin-bottom: 12px;
	}
	
	.sale-intro-text {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.sale-intro-note {
		padding: 8px 16px;
		font-size: 13px;
		flex-direction: column;
		gap: 5px;
	}
	
	.sale-products-grid .cnt_25 {
		width: 100%;
	}
	
	.sale-badge-large {
		padding: 10px 20px;
		font-size: 14px;
		flex-direction: column;
		gap: 5px;
	}
}

h2.wp-block-heading {
    font-size: 30px;
    font-weight: 400;
}

hr.wp-block-separator.has-alpha-channel-opacity {
    margin: 20px 0;
}

h3.wp-block-heading {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0 5px;
}

.woocommerce ul.order_details {
    padding: 0;
}

a {
    color: var(--orange);
}

a:hover {
    color: var(--accent);
}

h2.woocommerce-column__title {
    font-size: 20px;
}

h2.woocommerce-order-details__title {
    font-size: 20px;
}

/*******************************
================================
MEDIA
================================
*******************************/

.open-times p {
    font-size: 13px;
    text-align: center;
}
.header-actions {
    display: none;
}


/* Product Live Search */
.woocommerce-product-search {
	position: relative;
}

.live-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	max-height: 500px;
	overflow-y: auto;
	margin-top: 5px;
	display: none;
}

.live-search-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.live-search-item {
	border-bottom: 1px solid #eee;
}

.live-search-item:last-child {
	border-bottom: none;
}

.live-search-item a {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.2s;
}

.live-search-item a:hover {
	background-color: #f5f5f5;
}

.live-search-item-image {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 4px;
}

.live-search-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.live-search-item-content {
	flex: 1;
	min-width: 0;
}

.live-search-item-title {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	line-height: 1.3;
}

.live-search-item-price {
	font-size: 13px;
	color: #666;
	font-weight: 500;
}

.live-search-item-price .woocommerce-Price-amount {
	color: inherit;
}

.live-search-footer {
	padding: 10px 15px;
	border-top: 1px solid #eee;
	text-align: center;
	background-color: #f9f9f9;
}

.live-search-view-all {
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	transition: color 0.2s;
}

.live-search-view-all:hover {
	color: #000;
}

.live-search-loading,
.live-search-no-results,
.live-search-error {
	padding: 20px 15px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.live-search-loading i {
	margin-right: 8px;
}


/* mobile menu */

.hamburger {
    position: relative;
    -webkit-transition: all 0.3s 
ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
}

.hamburger:before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid transparent;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 100%;
    -webkit-transition: all 0.3s 
ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
}

.hamburger .line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s 
ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
}

.mobile-nav {
    margin-left: 20px;
    width: 30px;
}

.hamburger.is-active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.is-active:before {
    border: 3px solid #fff;
}

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
}

.hamburger.is-active .line {
    width: 22px;
}

.hamburger.is-active .line:nth-child(2) {
    opacity: 0;
}
.mobile-account {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.mobile-account a {
    font-size: 30px;
}

.mobile-search {
    padding: 0 10px;
}
.mobile-only {
    display: flex;
    align-items: center;
}
ul#mobile-menu {
    padding: 20px 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

ul#mobile-menu a {
    color: #f2f2f2;
    font-size: 20px;
}

ul#mobile-menu li {
    padding: 5px 0;
}

a.mobile-pickups-link {
    display: block;
    padding: 12px 20px;
    color: #f2f2f2;
    font-size: 18px;
    text-decoration: none;
}

a.mobile-pickups-link:hover {
    color: var(--orange);
}

div#site-navigation {
    max-height: 0;
    overflow: hidden;
    transition: .5s;
}

div#site-navigation.active {
    max-height: 850px;
    overflow: visible;
}
.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-8px) rotate(90deg);
    -o-transform: translateY(-8px) rotate(90deg);
    transform: translateY(-8px) rotate(90deg);
}


ul#primary-menu {
    display: none;
}
.cnt_50.hidden-mobile {
    display: none;
}

.top-bar .margin-right {
    margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul {
    background: var(--orange);
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul a {
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: rgba(32,7,7,0.9);
    color: var(--orange);
    border-color: var(
    --orange);
}

ul.wp-block-list {
    padding-left: 20px;
}
.product-view {
    display: none;
}

.product-add-to-cart a {
    width: calc(100% - 20px);
}

ul#primary-menu a:hover {
    color: var(--accent);
}
.single-product-box {
    padding: 10px;
}

@media (min-width: 768px){
    .mobile-search {
        display: none;
    }
    .mobile-only {
        display: none;
    }
    .open-times p {
        font-size: 16px;
    }

.header-actions {
    display: flex;
}

.hgc-images {
    width: 50%;
}

.cat-ord.large img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.cat-ord.small img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

@media (min-width: 1024px){
    .open-times p {
        text-align: left;
    }
    .sidebar-toggle {
        display: none;
    }
    .mobile-only {
        display: none;
    }
    
    .mobile-nav {
        display: none;
    }
    div#sidebar-tab {
        max-height: 5000px;
    }
    .product-view {
        display: block;
    }

    .single-product-box {
        padding: 20px;
    }
    .product-add-to-cart a {
        width: auto;
    }

    .cnt_20{
        width: 20%;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit;
    }
    .hero-text h1 {
        font-size: 60px;
    }
    .cnt_50.hidden-mobile {
        display: block;
    }
    
ul#primary-menu {
    display: flex;
}


    /* global */


.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	
	
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.live-search-results {
		max-height: 400px;
	}
	
	.live-search-item-image {
		width: 50px;
		height: 50px;
		margin-right: 12px;
	}
	
	.live-search-item-title {
		font-size: 13px;
	}
	
	.live-search-item-price {
		font-size: 12px;
	}
}

/* Responsive adjustments for sale products */
@media (max-width: 1024px) {
	.sale-products-grid .cnt_25 {
		width: 33.333%;
	}
}

@media (max-width: 768px) {
	.sale-intro-section {
		padding: 35px 25px;
		margin-bottom: 35px;
	}
	
	.sale-intro-icon {
		font-size: 40px;
		margin-bottom: 15px;
	}
	
	.sale-intro-title {
		font-size: 26px;
		margin-bottom: 15px;
	}
	
	.sale-intro-text {
		font-size: 15px;
		margin-bottom: 12px;
	}
	
	.sale-intro-note {
		padding: 10px 20px;
		font-size: 14px;
	}
	
	.sale-products-grid .cnt_25 {
		width: 50%;
	}
	
	.sale-badge-large {
		padding: 12px 24px;
		font-size: 16px;
	}
	
	.sale-badge {
		top: 10px;
		right: 10px;
		padding: 6px 10px;
	}
	
	.sale-badge .sale-percent {
		font-size: 16px;
	}
	
	.sale-badge .sale-text {
		font-size: 9px;
	}
}

/* ===== Variation attribute swatches (square click-to-select) ===== */
.pmd-swatch-hidden {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.pmd-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 4px 0 12px;
}

.pmd-swatch {
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	color: inherit;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	padding: 10px 16px;
	min-width: 48px;
	min-height: 44px;
	font: inherit;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.01em;
	cursor: pointer;
	text-align: center;
	transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, transform 0.05s ease;
}

.pmd-swatch:hover:not(:disabled) {
	border-color: #6a4c9c;
}

.pmd-swatch:focus-visible {
	outline: 2px solid #6a4c9c;
	outline-offset: 2px;
}

.pmd-swatch.is-selected {
	background: #6a4c9c;
	color: #fff;
	border-color: #6a4c9c;
}

.pmd-swatch.is-unavailable,
.pmd-swatch:disabled {
	opacity: 0.35;
	cursor: not-allowed;
	text-decoration: line-through;
}

.pmd-swatch:active:not(:disabled) {
	transform: translateY(1px);
}























