@font-face {
    font-family: 'Greed Standard';
    src: url('../fonts/GreedNarrow-Regular.eot');
    src: url('../fonts/GreedNarrow-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GreedNarrow-Regular.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Regular.woff') format('woff'),
        url('../fonts/GreedNarrow-Regular.ttf') format('truetype'),
        url('../fonts/GreedNarrow-Regular.svg#GreedNarrow-Regular') format('svg');
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Saans';
    src: url('../fonts/Saans-Regular.eot');
    src: url('../fonts/Saans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Saans-Regular.woff2') format('woff2'),
        url('../fonts/Saans-Regular.woff') format('woff'),
        url('../fonts/Saans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saans';
    src: url('../fonts/Saans-Bold.eot');
    src: url('../fonts/Saans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Saans-Bold.woff2') format('woff2'),
        url('../fonts/Saans-Bold.woff') format('woff'),
        url('../fonts/Saans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greed Narrow';
    src: url('../fonts/GreedNarrow-Heavy.eot');
    src: url('../fonts/GreedNarrow-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GreedNarrow-Heavy.woff2') format('woff2'),
        url('../fonts/GreedNarrow-Heavy.woff') format('woff'),
        url('../fonts/GreedNarrow-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



:root {
    --primary-color: #FF6D2E;
    /* Orange from user */
    --text-dark: #333333;
    --text-grey: #666666;
    --light-pink-bg: #FFEAF2;
    --secondary-color: #D65279;
    --cream-bg: #FEEED8;
    /* Pink from user */
    --font-saans: 'Saans', sans-serif;
    --font-greed-narrow: 'Greed Narrow', sans-serif;
    --font-greed-standard: 'Greed Standard', sans-serif;
    --font-family-base: var(--font-greed-standard);
}

body {
    font-family: var(--font-family-base);
    color: var(--text-dark);
    line-height: 1.6;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-greed-narrow);
}

.align-items-anchor-center {
    align-items: anchor-center;
}

.container-fluid {
    padding: 0 30px;
}

.section-padding-top {
    padding-top: 80px;
}
.section-padding-top-100 {
    padding-top: 130px;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.catering-padding {
    padding: 120px 0 0;
}

/* Custom Styles */
.tag-badge {
    background-color: var(--cream-bg);
    color: var(--secondary-color);
    font-family: var(--font-greed-narrow);
    font-size: 18px;
    font-weight: 700;
    padding: 2px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}


/* Header Styles */
.header {
    background-color: transparent;
    width: 100%;
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}


.header.header-scrolled {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.header-logo img {
    width: 130px;
}

.nav-link {
    font-family: var(--font-saans);
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1rem;
    margin: 0 10px;
}

.nav-link:hover {
    color: var(--primary-color);
    opacity: 0.7;
}

.navbar-collapse {
    flex-grow: 0;
    margin-right: 30px;
}

.navbar-toggler i {
    color: var(--primary-color);
    font-size: 1.5rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-toggler:hover i {
    transform: scale(1.1);
    opacity: 0.8;
}

.basket-icon-wrapper {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 10px;
    padding-left: 10px;
}

.basket-badge {
    background-color: var(--primary-color);
    padding: 0 8px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}



/*  Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 50px 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.home-hero-section {
    background: url('../images/home-hero-bg.png') !important;
}

.hero-section {
    background: var(--light-pink-bg);
    background-size: cover;
    background-position: center;
}



.hero-heading {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 10.5rem;
    margin-bottom: 2rem;
    line-height: 0.80;
}

.home-hero-section .hero-heading {
    color: var(--secondary-color);
}

/* Partners Section Styles */

.partner-card {
    text-align: center;
    transition: transform 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-10px);
}

.partner-img-box {
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}



.partner-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.partner-name {
    font-family: var(--font-greed-narrow);
    color: var(--secondary-color);
    font-weight: 800;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 15px;
}


/* Custom Swiper Navigation */
.slider-nav-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.partner-prev,
.partner-next {
    position: static !important;
    width: 60px !important;
    height: 60px !important;
    background-color: var(--secondary-color);
    border-radius: 50%;
    color: #fff !important;
    transition: opacity 0.3s;
    margin-top: 0 !important;
}

.partner-prev:after,
.partner-next:after {
    font-size: 20px !important;
    font-weight: 900;
    content: 'unset' !important;
}

.partner-prev img,
.related-prev img {
    transform: rotate(180deg);
}

.partner-prev:hover,
.partner-next:hover {
    opacity: 0.8;
}


/* Sustainability Section Styles */
.sustainability-card {
    background-color: var(--cream-bg);
    border-radius: 40px;
    padding: 80px 60px 100px 60px;
    position: relative;
}

.sustainability-section {
    margin-bottom: 100px;
}

.sustainability-img-box img {
    width: 950px;
}

.sustainability-img-box {
    position: absolute;
    bottom: -100px;
    left: 90px;


}


.sustainability-img-box img {
    border-radius: 20px;
    max-width: 100%;
}

.sustainability-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sustainability-content p {
  margin-bottom: 25px;
    max-width: 100%;
     font-family: var(--font-greed-standard);
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
    
.sustainability-section .section-heading {
    font-family: var(--font-greed-narrow);
    line-height: 1.2;
}

.sustainability-content .section-description {
    font-family: var(--font-greed-standard);
    max-width: 90%;
}

/* Location Hero Section Styles */
.location-hero-section {
    background-color: var(--light-pink-bg);
    padding: 130px 0 0 0;
}

.faq-section.hero-section {
    background-color: var(--light-pink-bg);
    padding: 130px 0;
}

.product-detail-padding {
    padding: 130px 0;
}

.location-main-title {
    color: var(--secondary-color);
    font-family: var(--font-greed-narrow);
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 30px;
}

.location-hero-description {
    color: var(--secondary-color);
}

.hero-description {
    font-family: var(--font-saans);
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
}
.location-hero-img-box {
    margin:-10px;
}
.location-hero-img-box img {
    max-width: 100%;
}

.header .nav-link.active {
    color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color);
}

/* Domestic Section Styles */


.domestic-img-box img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
	max-height: 440px;
}

.domestic-location-label {
    font-family: var(--font-greed-narrow);
    color: var(--secondary-color);
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 6px;
    text-transform:uppercase;
}

.domestic-location-text {
    font-family: var(--font-greed-standard);
    color: var(--secondary-color);
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 400;
}

/* FAQs Section Styles */
.faq-section {
    background-color: #ffffff !important;
}

.faq-main-title {
    color: var(--primary-color);
}

.faq-description {
    color: var(--primary-color);
}

.faq-email-link {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
}

.faq-email-link:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.faq-food-img-box {
    margin-top: 30px;
    width: 100%;
    margin-left: -130px;
}

.faq-food-img-box img {
    border-radius: 20px;
}

/* FAQs Accordion Customization */
.faq-accordion {
    --bs-accordion-bg: var(--cream-bg);
}

.faq-accordion .accordion-item {
    background-color: var(--cream-bg);
    border: none;
    border-radius: 20px !important;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background-color: var(--cream-bg);
    color: var(--primary-color);
    font-family: var(--font-saans);
    font-size: 1.6rem;
    font-weight: 400;
    box-shadow: none !important;
    padding: 25px 30px;
    border: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: var(--cream-bg);
    color: var(--primary-color);
    box-shadow: none;
    padding-bottom: 10px;
}

.faq-accordion .accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 1.8rem;
    color: var(--primary-color);
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '-';
    transform: none;
}

.faq-accordion .accordion-body {
    background-color: var(--cream-bg);
    color: var(--primary-color);
    font-family: var(--font-saans);
    font-size: 1.1rem;
    padding: 0 30px 25px 30px;
    line-height: 1.2;
}

/* Final CTA Section Styles */
.final-cta-section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.final-cta-section .section-heading {
    color: var(--primary-color);
    line-height: 1.1;
    font-size: 3.5rem;
}

.cta-buttons-wrapper {
    margin-top: 40px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:1.5rem;
}

.about-hero-section .hero-heading {
    color: var(--primary-color);
}

/* About Us Section Styles */
.about-card {
    padding: 60px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-card-pink {
    background-color: var(--light-pink-bg);
}

.about-card-cream {
    background-color: var(--cream-bg);
    align-items: center;
    padding: 40px;
}

.about-card-cream img {
    max-width: 100%;
    height: auto;
}

.about-us-section .section-heading {
    font-family: var(--font-greed-narrow);
    line-height: 1.2;
    margin-bottom: 30px;
}

.about-us-section .section-description {
    font-family: var(--font-greed-standard);
    margin-bottom: 25px;
    max-width: 100%;
}

.about-us-section .about-card p {
    margin-bottom: 25px;
    max-width: 100%;
     font-family: var(--font-greed-standard);
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    
}

.faq-left-content {
    margin-top:80px;
}
.faq-left-content p {
      margin-bottom: 25px;
    max-width: 100%;
     font-family: var(--font-saans);
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}

/* Offcanvas Mobile Menu */
.offcanvas {
    background-color: var(--light-pink-bg);
    border-left: none;
    width: 300px !important;
}

.offcanvas-header {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 109, 46, 0.2);
}

.offcanvas-body {
    padding: 30px;
}

.offcanvas-body .navbar-nav {
    gap: 15px;
}

.offcanvas-body .nav-link {
    font-family: var(--font-saans);
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    padding: 5px 0;
    color: var(--primary-color);
}

.offcanvas-body .current-menu-item .nav-link {
	border-bottom: 2px solid var(--primary-color);
}

.offcanvas .btn-close {
    background-color: var(--primary-color);
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
    background-size: 10px;
    color: #ffffff;
}

.offcanvas .btn-close:focus {
    box-shadow: none;
}

.home-hero-description {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 3rem;
    max-width: 450px;
    line-height: 1.2;
}

.home-btn-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.location-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.location-title {
    font-family: var(--font-greed-narrow);
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0;
    line-height: 1.1;
}

.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-bg-pattern {
    position: absolute;
    top: 0;
    right: -10%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.hero-main-img {
    position: relative;
    z-index: 2;
    max-width: 120%;
    margin-top: 20px;
    /*right: -150px;*/
}

/* Catering Section */
.catering-section {
    padding-top: 40px;
}

.catering-section .hero-heading {
    margin-bottom: 3rem;
}

/* Base Button Component */
.primary-btn,
.orange-btn {
    font-family: var(--font-greed-narrow) ;
    border: none;
    border-radius: 50px ;
    padding: 5px 7px 5px 35px  ;
    font-weight: 700 ;
    font-size: 34px ;
    display: inline-flex;
    gap: 50px;
    align-items: center;
    text-decoration: none;
    text-transform:uppercase;
    transition: opacity 0.3s, background-color 0.3s;
}

.wc-proceed-to-checkout .primary-btn {
    padding: 5px 7px 5px 5px !important;
    font-size: 30px !important;
}
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.ms-checkout-submit-area .primary-btn {
    justify-content:center;
}

.primary-btn:hover,
.orange-btn:hover {
    opacity: 0.8;
    /* color: inherit; */
}

.btn-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: background-color 0.3s;
}

.btn-arrow img {
    width: 35px;
}

/* Primary Button (Pink) */
.primary-btn {
    background-color: #fce4ec;
    color: var(--secondary-color);
}

.dark-pink-btn {
    background-color: var(--secondary-color) !important;
    color: var(--light-pink-bg) !important;
}

.dark-pink-btn .btn-arrow {
    background-color: var(--light-pink-bg) !important;
    color: var(--secondary-color) !important;
}

.primary-btn .btn-arrow {
    background-color: var(--secondary-color);
    color: #fff;
}

/* Primary Button (Pink) - Hero Variant */
.primary-btn.color-pink {
    background-color: var(--secondary-color);
    color: #fff;
}

.primary-btn.color-pink .btn-arrow {
    background-color: #fff;
    color: var(--secondary-color);
}

/* Orange Button */
.orange-btn {
    background-color: var(--primary-color) ;
    color: #fff ;
}



.orange-btn .btn-arrow {
    background-color: var(--light-pink-bg);
    color: var(--primary-color);
}

.illustration-img {
    max-width: 100%;
    height: auto;
}

/* Category Cards */
.category-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    background: transparent;
}

.category-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s;
}

.category-img-wrapper:hover {
    transform: translateY(-5px);
}

.category-img {
    width: 100%;
    display: block;
}

.category-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    gap: 50px;
    align-items: center;
    background: transparent;
}

.category-title {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin: 0;
    font-size: 60px;
}

.category-btn-arrow {
    background-color: var(--secondary-color);
    color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

/* Footer Button Styles Removed - Using common orange-btn */

/* Features Section */
.delicious-cookie {
    position: relative;
    left: -30px;

}

.features-section {
    background-color: var(--light-pink-bg);
    border-radius: 30px;
}

.product-image-wrapper {
    text-align: center;
}

.product-img {
    max-width: 100%;
    height: auto;
}

.features-grid {
    padding: 20px;
}

.feature-card {
    text-align: center;
}

.feature-img-wrapper {
    /* Lighter pink for frames */
    border-radius: 20px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    max-width: 320px;
}


.feature-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.feature-text {
    font-family: var(--font-greed-narrow);
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 5px;
}

/* Trusted Section */
.section-heading {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    color: var(--primary-color);
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.section-description {
    font-family: var(--font-greed-standard);
    color: var(--primary-color);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    max-width: 500px;
}

.partners-section .section-description {
    font-family: var(--font-greed-standard);
    max-width: 100%;
}


.tag-badge.dark-pink {
    background-color: var(--cream-bg);
    color: var(--secondary-color);
    letter-spacing: 0.5px;
}

/* Trusted Button Styles Refactored */
.trusted-image-container-padding {
    padding-right: 130px;
}

.trusted-image-container {
    position: relative;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trusted-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    z-index: 1;
}

.trusted-main-img {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    max-width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


/* Food Slider Section */
.food-slider-section {
    background-color: var(--cream-bg);
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.gallery-heading {
    font-family: var(--font-greed-narrow);
    color: var(--primary-color);
    font-size: 3.5rem;
    font-weight: 800;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    width: max-content;
    align-items:end;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
}

.slider-img {
    width: 280px;
    height: auto;
    /*margin: 0 40px;*/
    /*flex-shrink: 0;*/
    object-fit: contain;
}

.slider-top {
    animation: scroll-left 50s linear infinite;
}

.slider-bottom {
    animation: scroll-right 50s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}



/* Footer Styles */
.footer {
    background-color: var(--light-pink-bg);
    color: var(--primary-color);
    position: relative;
    overflow: hidden;
}

.footer-heading {
    font-family: var(--font-greed-narrow);
    color: var(--primary-color);
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.footer-text {
    font-family: var(--font-greed-standard);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.footer-text-blue {
    color: #004DB3 !important;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tour-group-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.footer-links li {
    line-height: 1.2;
}

.footer-links a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    transition: opacity 0.3s;
}

.footer-links a:hover {
    opacity: 0.7;
}

.footer-contact {
    display: flex;
    align-items: center;
}

.instagram-icon {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
        background: var(--primary-color);
    padding: 10px;
    border-radius: 40px;
}

.footer-email {
    color: var(--primary-color);
    font-family: var(--font-greed-standard);
    text-decoration: none;
    font-size: 1.5rem;
    letter-spacing:0.4px;
}

.footer-logo img {
    width: 400px;
}

.footer-illustration {
    max-width: 30.3rem;
    height: auto;
}




/* Catering Page Styles */
.catering-tabs {
    display: flex;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-align: center;
}

.tab-item {
    flex: 1;
    background: #fff;
    border: none;
    color: var(--primary-color);
    font-family: var(--font-greed-narrow);
    font-size: 50px;
    font-weight: 800;
    padding: 15px 15px;
    transition: all 0.3s ease;
    border-right: 2px solid var(--primary-color);
    line-height: 1;
    text-decoration: none;
}

/* 1. Reset/Base state */
.tab-item {
    border-right: 2px solid var(--primary-color);
}

/* 2. Remove border from the very last tab */
.tab-item:last-child {
    border-right: none;
}

/* 3. Active state (Full border) */
.tab-item.active {
    border: 3px solid var(--primary-color);
    border-radius: 30px; /* As per your UI */
}

/* 4. The Magic: Remove right border of the tab BEFORE the active one */
/* Since we can't look backwards, we use a sibling selector to hide 
   the border of the tab AFTER the active one */
.tab-item.active + .tab-item {
    border-left-color: transparent; 
}


.tab-item.active {
  background-color: var(--light-pink-bg);
    color: var(--primary-color);
    border-radius: 30px;
    border-right: 3px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.tab-item:hover:not(.active) {
    background-color: #fff9fb;
}

.filter-sort-btn {
       background-color: var(--light-pink-bg);
    color: #000;
    border: none;
    padding: 12px 40px;
    border-radius: 30px;
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.icon-down {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.icon-down img {
    width: 100%;
    height: 100%;
}

.filter-sort-btn.is-active .icon-down {
    transform: rotate(180deg);
}

.filter-sort-wrapper {
    position: relative;
}

.filter-sort-panel {
    background-color: transparent;
    border-radius: 20px;
    padding: 0;
    transition: background-color 0.4s ease, padding 0.4s ease;
    border: 1px solid transparent;
}

.filter-sort-panel.is-open {
    background-color: #FFEAF2;
    padding: 25px 40px 40px 40px;
    border: 1px solid rgba(214, 82, 121, 0.1);
}





.filter-sort-panel:not(.is-open) .filter-group-title,
.filter-sort-panel:not(.is-open) .filter-options,
.filter-sort-panel:not(.is-open) .clear-all-btn {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.filter-sort-panel.is-open .filter-group-title,
.filter-sort-panel.is-open .filter-options,
.filter-sort-panel.is-open .clear-all-btn {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

.filter-group-title {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.filter-options {
    display: flex;
    flex-direction: column;
}

/* Custom Radio styles */
.custom-radio {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-family: var(--font-saans);
    font-weight: 400;
    font-size: 18px;
    color: #D65279;
    /* Brand pink for text */
    position: relative;
    user-select: none;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-mark {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    transition: all 0.2s;
    flex-shrink: 0;
}

.custom-radio:hover input~.radio-mark {
    background-color: rgba(214, 82, 121, 0.1);
}

.custom-radio input:checked~.radio-mark {
    background-color: var(--secondary-color);
}

/* Dietary badges in filter */
.dietary-badge-small {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.dietary-badge-small img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Clear All Button */
.clear-all-btn {
    background-color: #000;
    color: var(--light-pink-bg);
    border: none;
    border-radius: 50px;
    padding: 0px 65px 0px 4px;
    font-family: var(--font-greed-narrow);
    font-weight: 700;
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
}

.clear-all-btn:hover {
    background-color: #222;
    transform: scale(1.02);
}

.clear-icon {
    background-color: var(--light-pink-bg);
    color: #000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:30px;
}

.clear-icon svg { 
    width: 30px;
    height: 30px;
}
.icon-down svg {
    width: 30px;
    height: 30px;
}


/* Product Card Styles */


.product-card {
    background-color: transparent;
    border-radius: 0;
    padding-right: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.2s ease;
    border: none;
    margin-bottom:40px;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-img-box {
    position: relative;
    border-radius: 20px;
    /* large rounded corners from design */
    margin-bottom: 15px;
    background-color: #FEEED8;
    /* cream bg only on image */
    display: flex;
    justify-content: center;
    align-items: center;

}

.product-img-box img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
	border-radius: 20px;
    max-height: 425px;
}

.dietary-badges {
    position: absolute;
    top: 20px;
    right: -20px;
    display: flex;
    flex-direction: column;
    z-index: 5;
}

.dietary-badge img {
    width: 70px;
    height: 70px;

}

.meta-details-separator {
    background-color: var(--primary-color);
    width: 2px;
    height: 80px;
}

/* match design green */

.badge-icon {
    width: 90%;
    height: 90%;
    object-fit: contain;
    
}

.product-name {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 5px;
    color: #000;
    line-height: 1.1;
    text-decoration:none;
}

.serves-info {
    font-family: var(--font-saans);
    color: #777;
    font-size: 20px;
    margin-bottom: 25px;
}

.product-name-container {
    min-height: 114px;
}

.product-price-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}

.product-price {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 36px;
    color: var(--primary-color);
}

.action-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 50px;
    border: 1.5px solid var(--primary-color);
    /* light orange border */
    padding: 3px;
    gap: 8px;
}

.qty-btn {
    background: none;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 400;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s;
}

.qty-btn.btn-plus {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    font-weight: 700;
}

.qty-btn:hover {
    opacity: 0.8;
}

.btn-minus {
    color: #FF8D5C;
}

.qty-value {
    font-family: var(--font-saans);
    font-weight: 400;
    font-size: 18px;
    min-width: 15px;
    text-align: center;
    color: #777;
}

.add-to-cart-btn {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 8px 22px;
    font-family: var(--font-saans);
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s ease;
}

.add-to-cart-btn:hover {
    background-color: var(--primary-color);
    box-shadow: 0 4px 10px rgba(255, 109, 46, 0.2);
}

.action-wrapper a {
    text-decoration: none;
}


/* Tour Group Banner */
.tour-group-banner {
    background-color: #FEEED8;
    /* light cream bg */
    border-radius: 20px;
    padding: 30px 50px;
}

.banner-text {
    font-family: var(--font-saans);
    color:  var(--primary-color);
    /* orange text */
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.tour-group-btn {
    background-color: #D65279;
    /* pink bg */
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 10px 10px 35px;
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 26px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    line-height: 1;
}

.tour-group-btn:hover {
    background-color: #c44168;
    color: #fff;
    transform: translateY(-2px);
}

.btn-arrow-light {
    background-color: #FFEAF2;
    color: #D65279;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .banner-text {
        font-size: 24px;
    }

    .tour-group-btn {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .tour-group-banner {
        padding: 30px;
        text-align: center;
    }

    .banner-text {
        margin-bottom: 20px;
    }
}

.product-gallery {
    position: relative;
    /* border: 3px solid #00AEEF; */
    /* Blue border as shown in design image */
    border-radius: 43px;
    padding: 3px;
    height: 100%;
}

.product-detail-info {
    border: 3px solid var(--primary-color);
    border-radius: 40px;
    overflow: hidden;
}

.product-action-row,
.product-ingredients,
.product-selection-group,
.product-meta-row,
.product-detail-title-price {
    padding: 20px 40px;
}

.main-image-container {
    background-color: #FEEED8;
    border-radius: 40px;
    height: 100%;
    /* Taller content unit */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
}

.main-gallery-img {
    max-width: 100%;
    max-height: 70%;
    object-fit: contain;
    margin-bottom: auto;
}

.gallery-controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 20px;
    margin-top: auto;
}

.gallery-nav-btn {
    width: 65px;
    height: 65px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
    transition: all 0.3s;
}

.gallery-nav-btn svg {
    width: 30px;
    height: 30px;
}

.gallery-nav-btn:hover {
    background-color: #fff;
    transform: scale(1.1);
}

.thumbnail-row {
    display: flex;
    gap: 20px;
}

.thumbnail-item {
    width: 65px;
    height: 65px;
    cursor: pointer;
    transition: all 0.3s;
}

.thumbnail-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.thumbnail-item:hover {
    transform: scale(1.1);
}

.thumbnail-item.active {
    opacity: 1;
    /* Keeping it present but non-empty */
}

/* Product Detail Info */
.product-detail-name {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 80px;
    color: var(--primary-color);
    margin-bottom: 5px;
    line-height: 1;
}

.product-detail-price {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 30px;
}

.product-meta-row {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */

    /* gap: 30px; */
    padding: 0 40px;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 30px;
}

.serves-badge {
    font-family: var(--font-saans);
    font-size: 20px;
    color: #1a1a1a;
    width: 50%;
}

.meta-label {
    font-weight: 800;
    color: var(--secondary-color);
    margin-right: 10px;
    font-family: var(--font-greed-narrow);
    font-size: 24px;
}

.product-dietary-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
}



.selection-title {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.selection-options {
    display: flex;
    gap: 15px;
}

.selection-btn {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50px;
    padding: 8px 50px;
    font-family: var(--font-saans);
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s;
}

.selection-btn.active {
    background-color: var(--primary-color);
    color: #fff;
}

.selection-btn:hover:not(.active) {
    background-color: rgba(255, 141, 92, 0.1);
}

.product-ingredients p {
/*     text-transform: capitalize; */
}

.ingredients-title {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 24px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.ingredients-text {
    font-family: var(--font-saans);
    font-size: 18px;
    color: #444;
    line-height: 1.4;
}

.product-action-row {
    display: flex;
    flex-direction: column;
}

.quantity-input-group .quantity-input-group-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.quantity-label {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 24px;
    color: var(--secondary-color);
}

.qty-field {
    border: 2px solid #FF8D5C;
    border-radius: 50px;
    padding: 10px 20px;
    width: 120px;
    font-family: var(--font-saans);
    font-size: 20px;
    text-align: center;
    outline: none;
}

.add-to-cart-action-btn {
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px;
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 30px;
    width: 100%;
    transition: all 0.3s;
}

.add-to-cart-action-btn:hover {
    background-color: #c44168;
    transform: scale(1.02);
}

/* How it Works Section */
.how-it-works-box {
    background-color: #FEEED8;
    border-radius: 40px;
    padding: 20px 60px 60px 60px;
}

.how-it-works-title {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 80px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.how-it-works-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: step;
}

.how-it-works-list li {
    font-family: var(--font-saans);
    font-size: 20px;
    color: var(--primary-color);
    position: relative;
    padding-left: 30px;
}

.how-it-works-list li::before {
    counter-increment: step;
    content: counter(step) ". ";
    position: absolute;
    left: 0;
}

.info-title {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.info-text {
    font-family: var(--font-greed-standard);
    font-size: 18px;
    color: var(--primary-color);
    line-height: 1.56;
}

@media (max-width: 1199px) {

    .product-detail-name,
    .how-it-works-title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {


    .product-detail-name,
    .how-it-works-title {
        font-size: 48px;
    }

    .how-it-works-box {
        padding: 40px;
    }
}


/* Related Products Slider */
.related-products-section {
    background-color: #fff;
}

.related-products-header {
    margin-bottom: 40px;
}

.slider-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.related-title {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 80px;
    color: var(--primary-color);
    margin-bottom: 0;
    text-align: center;
}

.slider-nav-btn {
    width: 60px;
    height: 60px;
    background-color: #D65279;
    /* Pink as per design */
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.slider-nav-btn:hover {
    background-color: #c44168;
    transform: scale(1.1);
}

.slider-nav-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #e0e0e0;
}

.related-products-swiper {
    padding: 20px 10px 50px;
}

@media (max-width: 1199px) {
    .related-title {
        font-size: 32px;
    }
}

/* Checkout Page Styles */
.checkout-accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-width: 0;
}

.checkout-step-box {
    background-color: var(--cream-bg);
    border-radius: 30px !important;
    padding: 30px 40px;
}

.step-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0;
}

.step-edit-link {
    background: none;
    border: none;
    color: var(--text-dark);
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
}

.checkout-label {
    font-family:var(--font-saans);
    font-size: 18px;
    color: var(--text-dark);
    margin-bottom: 8px;
    display:flex !important ;
    align-items:center;
}

.checkout-label .optional {
    display:none;
}
.checkout-label p {
    margin-bottom:0;
    }

.continue-step {
    text-align:center;
    justify-content:center;
}
.checkout-step-box .primary-btn {
    justify-content:center;
    padding: 6px 0 ;
}

.woocommerce form .show-password-input {
    right: 12px !important;
    top: 30px !important;
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
    position: relative;
    right: -2px;
}

#pickup_location_field .checkout-label {
      font-size: 18px;
      text-transform:uppercase;
}

.checkout-input {
    border-radius: 10px !important;
    border: 0;
    padding: 15px 20px;
    font-size: 18px;
    background-color: #fff;
    margin-bottom:10px;
}
.woocommerce form .form-row select {
    border:0 !important;
}

.checkout-input:focus {
    box-shadow: none;
    border-color: var(--secondary-color);
}

.input-note {
    font-size: 14px;
    color: var(--text-grey);
}

.checkout-btn-wide {
    padding: 18px !important;
    font-size: 22px !important;
    border-radius: 50px !important;
    background-color: var(--secondary-color) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700 !important;
}

.info-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.info-value {
    font-size: 16px;
    margin-bottom: 0;
}

.delivery-address-info {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
}

.input-label-bold {
    font-weight: 800;
    font-size: 18px;
}

.step-note {
    font-size: 17px;
    color: var(--text-dark);
    font-family:var(--font-saans);
}

.locked-step {
    opacity: 0.6;
}

.locked-note {
    font-size: 18px;
    /*margin-top: 15px;*/
    margin-bottom: 0;
    font-family:var(--font-greed-standard);
    font-weight:400;
}
.ms-error {
    font-size:16px !important;
    font-family:var(--font-saans);
}

.locked-step .step-edit-link {
    display:none;
}

.checkout-step-box .step-icon{
    display:none;
}

.checkout-step-box.locked-step .step-icon {
    display:block;
}
/* Summary Card Pink */
.summary-card-pink {
    background-color: #FFEAF2;
    border-radius: 30px;
    padding: 35px;
}

.summary-card-title {
    font-size: 24px;
    font-weight: 800;
}

.summary-item-img-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*overflow: hidden;*/
    flex-shrink: 0;
}

.summary-item-img {
    max-width: 90%;
    max-height: 90%;
}

.item-qty-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--primary-color);
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.summary-item-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.summary-item-price {
    font-size: 16px;
    font-weight: 700;
}

.summary-item-variant {
    font-size: 14px;
    color: var(--text-grey);
    margin-bottom: 5px;
}

.summary-item-qty {
    font-size: 14px;
    margin-bottom: 0;
}

.summary-item-remove {
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    color: var(--text-dark);
}

.breakdown-label {
    font-size: 18px;
}

.breakdown-value {
    font-size: 18px;
    font-weight: 700;
}

.total-label {
    font-size: 22px;
    font-weight: 800;
}

.total-value {
    font-size: 22px;
    font-weight: 800;
}

.secure-checkout-text {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .summary-card-pink {
        margin-top: 40px;
    }
}

/* Shopping Cart Styles */
.cart-heading {
    font-size: 3.5rem;
    color: var(--primary-color);
    text-transform: capitalize;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 2px solid var(--primary-color);
}

.cart-item:last-child {
    border-bottom: 2px solid var(--primary-color);
}

.cart-item-image {
    width: 250px;
    height: 180px;
    background-color: #FEEED8;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    overflow: hidden;
}
.woocommerce-cart-form__cart-item .cart-item-image { 
    position:relative;
    overflow: unset !important;
}
.woocommerce-cart-form__cart-item .dietary-badges  { 
    top:10px;
} 
.woocommerce-cart-form__cart-item .dietary-badge img { 
    width:40px;
    height:40px;
    
}

.woocommerce-cart-form .actions {
    display:flex;
    justify-content:end;
    margin-top:24px;
}
.cart-item-image > a {
    width: 100%;
    height: 100%;
    text-align: center;
}

.cart-item-image img {
    max-height: 100%;
    object-fit: contain;
}

.cart-item-details {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cart-item-name {
    font-size: 24px;
    margin-bottom: 5px;
}

.cart-item-serves {
    color: var(--text-grey);
    font-size: 18px;
    margin-bottom: 15px;
}

.cart-item-price {
    font-size: 34px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0;
    margin-top: 40px;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-quantity-selector {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--primary-color);
    border-radius: 50px;
    padding: 2px 3px;
}

.cart-qty-btn {
    background: none;
    border: none;
    color: var(--primary-color);
    font-size: 19px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cart-qty-btn.cart-qty-plus {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
}
.cart-qty-btn.cart-qty-minus {
    border:1px solid var(--primary-color);
    border-radius: 50%;
}

.cart-qty-input {
    font-family:var(--font-saans);
    width: 44px !important;
    border: 0;
    text-align: center;
    /*font-weight: 700;*/
    background: transparent;
    -moz-appearance: textfield;
    appearance: textfield;
}
.cart-qty-input:focus-visible { 
    border: 0 !important;
    outline: 0 !important;
    
}

.woocommerce a.remove:hover {
    color: inherit !important;
    background: transparent !important;
}

.woocommerce a.remove {
    font-size: unset !important;
    height: unset !important;
    width: unset !important;
}
.cart-qty-input::-webkit-outer-spin-button,
.cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.cart-remove-btn {
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s;
}

.cart-remove-btn:hover {
    opacity: 0.8;
}

/* Cart Summary Card */
.cart-summary-card {
    background-color: var(--light-pink-bg);
    border-radius: 30px;
    padding: 60px 40px;
}

.summary-label {
    color: var(--primary-color);
    font-family:var(--font-greed-narrow);
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 10px;
}
.order-total .summary-total { 
    font-size: 64px;
}
.summary-total {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 40px;
}

.checkout-btn {
    border-radius: 50px;
    padding: 20px !important;
    font-size: 22px !important;
}


/* Contact Hero Section Styles */
.contact-hero-section {
    background-color: transparent;
    /* Creamy peach background from design */
    padding-top: 90px;
    padding-bottom: 0;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    position: relative;
}

.contact-content-section {
    background-color: #FEEED8;
    border-radius: 40px;
    padding: 120px 20px 260px 20px;
    margin-bottom: 200px;

}

.product-strip-wrapper {
    position: absolute;
    bottom: 100px;
}

.contact-hero-heading {
    font-family: var(--font-greed-narrow);
    color: var(--primary-color);
    font-size: 130px;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 30px;
}

.contact-hero-subtext {
    font-family: var(--font-greed-standard);
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact-email {
    color: var(--primary-color);
    font-weight: 800;
    text-decoration: none;
}

.contact-email:hover {
    text-decoration: underline;
}

.operational-info {
    font-family: var(--font-greed-standard);
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 50px;
}

.contact-btn-group {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
}


.product-strip-wrapper {
    width: 100%;
    margin-top: 20px;
}

.product-strip {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0;
    width: 100%;
}

.tour-grp-icon img {
    rotate: 90deg;
}

.strip-img {
    height: auto;
    width: 400px;
    /* 6 images */
    object-fit: contain;
}


/* Rocky - My Account Start*/
.woocommerce .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: rgba(246,242,240,0.6);
    font-weight: 400;
	background: var(--cream-bg) !important;
    padding-right: 15px !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: rgba(0,0,0,0.9);
    padding: 10px 15px !important;
    box-shadow: none;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.2;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: rgba(136,136,136,0.12) !important;
}

.woocommerce .woocommerce-MyAccount-content {
/*     -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; */
    display: inline-block;
    padding: 0 30px;
}

.woocommerce .woocommerce-MyAccount-content>p>a {
	text-decoration: underline;
	text-underline-offset: 1px;
	font-weight: 400;
	color: var(--primary-color);
}

.woocommerce .woocommerce-MyAccount-content>p>a:hover {
	text-decoration: none;
}

.woocommerce .woocommerce-MyAccount-content>p {
	margin-bottom: 10px;
	font-family: var(--font-greed-standard);
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.2;
	color: var(--text-dark);
}


 .woocommerce-EditAccountForm .woocommerce-Input  {
    background:var(--cream-bg) !important;
}
.woocommerce-info {
    background-color: #fef5e5;
    color: #80452e;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-successful a {
    text-decoration: underline;
}

.woocommerce-columns--addresses, .woocommerce-Addresses {
    margin: 20px -15px 0;
}

.woocommerce-columns--addresses .col-1 .edit,
.woocommerce-Addresses .col-1 .edit,
.woocommerce-columns--addresses .col-2 .edit,
.woocommerce-Addresses .col-2 .edit {
	margin-bottom: 10px;
	display: block;
	float: left !important;
	text-decoration: none;
	color: #000;
}

.woocommerce-columns--addresses .col-1 address,
.woocommerce-Addresses .col-1 address,
.woocommerce-columns--addresses .col-2 address,
.woocommerce-Addresses .col-2 address {
    padding: 25px 30px 30px 30px;
    border: 2px dashed #000;
    line-height: 30px;
    font-style: italic;
}

.woocommerce .woocommerce-form-login button.woocommerce-form-login__submit,
button.woocommerce-Button.button {
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 18px;
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 30px;
    width: 100%;
    transition: all 0.3s;
    text-transform: uppercase;
    margin-top: 20px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
    border: 0;
    border-radius: 10px;
    padding: 15px 1.1rem;
}

.woocommerce form .form-row .input-text:focus {
    border:0;
    outline:0;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	background-color: var(--secondary-color);
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 10px 25px;
	font-family: var(--font-greed-narrow);
	font-weight: 800;
	font-size: 18px;
	width: auto;
	transition: all 0.3s;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.product .woocommerce-error, .product .woocommerce-info, .product .woocommerce-message {
    margin-bottom:30px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color:   var(--cream-bg) !important;
    border-top: 0px solid  var(--primary-color) !important;
    color:#000000 !important;
    font-size:18px;
    margin-bottom:0 !important;
    border-radius: 20px;
}

.woocommerce-message::before {
    color:var(--primary-color) !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    color: rgba(0, 0, 0, 0.9);
    padding: 10px 15px !important;
    box-shadow: none;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
    border: 2px solid var(--secondary-color);
    border-radius: 50px;
    padding: 15px 2rem;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}


.basket-icon-wrapper a {
	position: relative;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: end;
	gap: 10px;
	text-decoration: none;
}

.product-detail-price bdi,
.product-info .price bdi,
.product-info .price {
    font-family: var(--font-greed-narrow);
    font-weight: 800;
    font-size: 26px;
    color: var(--primary-color);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.product-detail-price bdi {
	color: var(--text-dark);
}

.product-name-heading .product-name {
    text-decoration: none;
    font-family: var(--font-greed-standard);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
}

/* Loading button */

.add-to-cart-btn.loading {
	opacity: .7;
	pointer-events: none;
}


/* Added state */

.add-to-cart-btn.added {
	background: #2ecc71;
	color: #fff;
}


/* Cart bounce animation */

@keyframes cartBounce {
	0% { transform: scale(1); }
	40% { transform: scale(1.3); }
	70% { transform: scale(0.9); }
	100% { transform: scale(1); }
}

.cart-bounce {
	animation: cartBounce 0.6s ease;
}

.kombee_pages_section {
	padding: 120px 0;
}

.woo-variation-swatches .product-detail-info .variable-items-wrapper .variable-item .variable-item-contents .variable-item-span {
	background-color: transparent;
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
	border-radius: 50px;
	padding: 8px 30px !important;
	font-family: var(--font-saans);
	font-weight: 500;
	font-size: 18px;
	transition: all 0.3s;
}

.woo-variation-swatches .product-detail-info .variable-items-wrapper .variable-item.selected .variable-item-contents .variable-item-span {
	background-color: var(--primary-color);
	color: #fff;
}

.woo-variation-swatches .product-detail-info .variable-items-wrapper .variable-item {
	box-shadow: none !important;
	margin: 20px 0;
}

.woocommerce div.product form.cart .variations th span {
	display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents .variable-item-span {

}

.variation-product-action-row,
.woocommerce-variation-description.product-ingredients {
	padding: 0;
}

.woocommerce-variation-description.product-ingredients p {
	font-family: var(--font-saans);
	font-size: 18px;
	color: #444;
	line-height: 1.4;
}

.kombee-product-ingredients {
	margin: 30px auto;
}

.woocommerce div.product .product-detail-info .add-to-cart-action-btn {
	background-color: var(--secondary-color);
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 18px;
	font-family: var(--font-greed-narrow);
	font-weight: 800;
	font-size: 30px;
	width: 100%;
	transition: all 0.3s;
	text-transform: uppercase;
}

.product-detail-info .product_meta {
	display: none;
}

.product-detail-title-price .price.product-detail-price {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

a.reset_variations.kombee_reset_variations {
	font-family: var(--font-saans);
	font-size: 16px !important;
	color: #1a1a1a;
	text-decoration: underline;
}

.related-products-section .product-price-action .product-price {
	font-family: var(--font-greed-narrow);
	font-weight: 800;
	font-size: 26px;
	color: var(--primary-color);
}

.related-products-section .product-name a {
	font-family: var(--font-greed-narrow);
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 5px;
	color: #000;
	line-height: 1.1;
	text-decoration: none;
	text-decoration: none;
    font-family: var(--font-greed-standard);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Login Modal Styles
--------------------------------------------------------------*/
.kombee-login-modal-content {
    border-radius: 25px;
    overflow: hidden;
    min-height: 600px;
    background-image: url(../images/home-hero-bg.webp);
    background-size: cover;
    background-position: center;
}

.kombee-login-modal-dialog {
    max-width: 1500px;
}

.kombee-modal-close {
    position:absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}


.kombee-modal-close:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.kombee-patter-bg-image {
    background-image: url('../images/home-hero-bg.webp');
    background-size: cover;
    background-position: center;
}

.kombee-login-left {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.kombee-login-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/home-hero-bg.webp');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.kombee-login-illustration {
    position: relative;
    z-index: 1;
    width: 80% !important;
    height: 80% !important;
    object-fit: contain;
    object-position: bottom;
    transform: scaleX(-1);
}

.kombee-login-right .kombee-login-form-wrapper {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin: 50px;
    background-color: var(--cream-bg) !important;
    border-radius: 10px;
}

.woocommerce input.button:hover  {
    background-color:unset !important;
}

@media (max-width: 767.98px) {
    .kombee-login-right {
        border-radius: 20px;
    }
}

.kombee-login-brand {
    font-family: var(--font-greed-narrow);
    font-size: 4rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 2rem;
    line-height: 1;
    text-transform: uppercase;
}

.kombee-login-title {
    font-family: var(--font-greed-narrow);
    font-size: 1.5rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.kombee-login-subtitle {
    font-family: var(--font-saans);
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.kombee-input-label {
    font-family: var(--font-saans);
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: 500;
}


.kombee-input {
    background-color: #f5f5f5 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-size: 1rem !important;
    box-shadow: none !important;
    width: 100%;
    margin-bottom: 1rem;
}

.woocommerce-account.woocommerce-page .kombee-login-form-wrapper {
    margin:0 !important;    
}
#myaccount-signin-section .kombee-input , #myaccount-signup-section .kombee-input { 
    background-color: #ffffff !important;
}

.woocommerce button.button:hover {
    background-color:var(--secondary-color) !important;
    color:#ffffff !important;
}
.kombee-input::placeholder {
    color: #999;
}

.kombee-input:focus {
    background-color: #eeeeee !important;
    outline: none !important;
}

.kombee-login-btn,
button.woocommerce-button.button.woocommerce-form-login__submit.kombee-login-btn {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
    border: none;
    border-radius: 50px !important;
    padding: 18px 30px !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    width: 100%;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 1rem;
}

.kombee-login-btn:hover {
    background-color: #e65c2b !important;
    transform: translateY(-2px);
}

.woocommerce .kombee-login-form-wrapper form.checkout_coupon,
.woocommerce .kombee-login-form-wrapper form.login,
.woocommerce .kombee-login-form-wrapper form.register {
    border: none;
    padding: 0;
}

.kombee-custom-login-form p.woocommerce-form-row {
    margin-bottom: 0;
}

.kombee-auth-toggle {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 700;
    transition: color 0.2s ease;
}

.kombee-auth-toggle:hover {
    color: var(--secondary-color);
}

.kombee-auth-section {
    width: 100%;
}


.return-to-shop {
    text-align:center;
}
.return-to-shop .orange-btn {
       background-color: var(--primary-color) !important;
    color: #fff !important;
    font-family: var(--font-greed-narrow) !important;
    border: none;
    border-radius: 50px !important;
    padding: 5px 7px 5px 35px !important ;
    font-weight: 700 !important;
    font-size: 34px !important;
    display: inline-flex !important;
    gap: 50px;
    align-items: center;
    text-decoration: none;
    text-transform:uppercase;
    transition: opacity 0.3s, background-color 0.3s;
}

 
.woocommerce-notices-wrapper  .woocommerce-info , .wc-empty-cart-message .woocommerce-info {
    padding: 0 !important;
    margin: 0 0 2rem;
    position: relative;
    background-color: transparent !important; 
    color: #222222;
    font-family:var(--font-greed-standard);
    border-top: 0 !important; 
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 32px;
}

.woocommerce-notices-wrapper  .woocommerce-info:before  , .wc-empty-cart-message .woocommerce-info:before {
    content: ' ' !important;
    background-image: url(../images/empty-cart.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: unset !important;
    width: 300px;
    height: 300px;
}

/* Custom Thank You Page Styles */
.custom-thankyou-page {
	background-color: var(--light-pink-bg);
	border-radius: 25px 25px 0 0;
}

.custom-thankyou-page .contact-hero-section {
	padding-top: 0;
}

.custom-thankyou-page .contact-content-section {
	background-color: transparent;
}

.thankyou-title {
	font-size: 10.5rem;
	color: var(--primary-color);
	margin-bottom: 2rem;
	line-height: 0.8;
	text-transform: none;
}

.thankyou-message {
	font-family: var(--font-saans);
	font-size: 1.5rem;
	color: var(--primary-color);
	max-width: 1000px;
	margin: 0 auto 3rem;
	line-height: 1.3;
	font-weight: 500;
}

.thankyou-actions {
	display: flex;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
	position: relative;
	z-index: 5;
}

.thankyou-actions .orange-btn {
	background-color: var(--primary-color);
	color: #fff;
	padding: 5px 7px 5px 35px;
}

.thankyou-actions .orange-btn .btn-arrow {
	background-color: #fff;
	color: var(--primary-color);
}

.thankyou-actions .primary-btn.color-pink {
	background-color: var(--secondary-color);
	color: #fff;
	padding: 5px 7px 5px 35px;
}

.thankyou-actions .primary-btn.color-pink .btn-arrow {
	background-color: #fff;
	color: var(--secondary-color);
}

.order-details-wrapper {
	max-width: 1000px;
	margin: 4rem auto 0;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
}

.custom-thankyou-page .woocommerce-order-overview {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.custom-thankyou-page .woocommerce-order-overview li {
	font-family: var(--font-saans);
	font-size: 1rem;
	color: var(--text-grey);
}

.custom-thankyou-page .woocommerce-order-overview li strong {
	display: block;
	color: var(--text-dark);
	font-size: 1.1rem;
	margin-top: 5px;
}

.custom-thankyou-page .woocommerce-order-details,
.custom-thankyou-page .woocommerce-customer-details,
.custom-thankyou-page .order-details-wrapper {
	display: none;
}

.woocommerce table.my_account_orders,
.woocommerce .woocommerce-order-details  table.shop_table {
	background-color: #fff;
	border-radius: 25px;
	border: none;
	padding: 10px 0px;
}

.woocommerce table.my_account_orders a,
.woocommerce-table__product-name.product-name a {
	color: var(--primary-color);
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 500;
	transition: opacity 0.3s;
	font-family: var(--font-family-base);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	font-size: 1.1rem;
	transition: opacity 0.3s;
	font-family: var(--font-saans);
}

.woocommerce table.shop_table th {
	font-weight: 700;
}

.woocommerce-order-details {
    margin-top: 30px;
}
.woocommerce .woocommerce-customer-details address {
	background-color: #fff;
	border-radius: 25px;
	padding: 20px 30px;
	font-size: 1.4rem;
	font-weight: 500;
	transition: opacity 0.3s;
	font-family: var(--font-family-base);
}

a.woocommerce-button.button.view {
	background-color: var(--secondary-color);
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 10px 25px;
	font-family: var(--font-greed-narrow);
	font-weight: 800;
	font-size: 18px;
	width: auto;
	transition: all 0.3s;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.catering-tabs a:first-child {
	
}

.catering-tabs a:first-child.active {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

.catering-tabs a:nth-child(2) {
    border-left: 2px solid var(--primary-color);
}

.catering-tabs a:nth-child(2).active {
    border-top: 0;
    border-bottom: 0;
}

.catering-tabs a:last-child {
    border-left: 2px solid var(--primary-color);
}

.catering-tabs a:last-child.active {
	border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

.catering-tabs a:first-child:not(.active) {
    border-right: 0;
}

.catering-tabs a:last-child:not(.active) {

}

.catering-tabs a:nth-child(2):not(.active) {
    border-right: 0;
}

.group_form_inquiry_logo img {
	max-width: 70%;
	margin-bottom: 20px;
}

.footer-menu-group-form-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
	margin-top: 20px;
}

.how-it-works-list h3 {
    color: #222;
}

.lists_cotents ul {
    list-style-type: none;
    padding-left: 30px;
}

.lists_cotents ul li {
    font-family: var(--font-saans);
    font-weight: 400;
    color: #222;
    font-size: 20px;
    list-style: disc;
}

.addon-name,
.variation-name {
    margin-right: 10px;
}

.woocommerce-cart-form .addon-price,
woocommerce-cart-form .variation-value.text-muted {
    font-weight: 300;
    font-size: 20px;
}

@media (max-width: 991px) {
	.thankyou-title {
		font-size: 6rem;
	}
	.thankyou-message {
		font-size: 1.2rem;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.thankyou-actions {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}
	.thankyou-title {
		font-size: 4rem;
	}
}

.tandc-card-pink,
.tandc-card-cream {
    border-radius: 25px;
    font-family: var(--font-greed-narrow);
    font-weight: 400;
    padding: 40px;
    margin-bottom: 50px;
}

.tandc-card-cream h3 {
    color: #222;
}

.tandc-card-pink-description {
    color: var(--primary-color);
    font-size: 20px;
    font-family: var(--font-saans);
}

.faq-description a,
.tandc-card-pink-description a {
    color: var(--primary-color);
    font-weight: 700;
    font-family: var(--font-saans);
    text-decoration: none;
}

.main-image-container .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    border-radius: 40px;
    max-height: 750px;
    object-fit: contain;
}

/* Rocky - My Account End*/

/* Responsive adjustments */






@media (max-width: 1500px) and   (min-width: 1336px) {
	.contact-btn-group .orange-btn , .contact-btn-group .primary-btn {
		font-size: 1.6rem;
	}

	.sustainability-img-box {
		position: absolute;
		bottom: -40px;
		left: 30px;
	}

	.sustainability-img-box img {
		width: 630px;
	}

	.sustainability-card {
		padding: 80px 60px 30px 60px;
	}

	.sustainability-content .section-description {
		font-size: 1.3rem;
	}

	.hero-heading {
		font-size: 6rem;
	}

	.add-to-cart-btn {
		padding: 3px 15px;
		font-size: 18px;
	}

	.product-detail-price bdi,
	.product-info .price bdi,
	.product-info .price {
		font-size: 22px;
	}

	.main-image-container .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
		max-height: 500px;
	}

}

@media (max-width: 1500px) and   (min-width: 1180px) {

	.add-to-cart-btn {
		padding: 3px 15px;
		font-size: 18px;
	}

	.product-detail-price bdi,
	.product-info .price bdi,
	.product-info .price {
		font-size: 22px;
	}

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

	.archive .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

	.product-name-heading .product-name {
		font-size: 20px;
	}

	.category-title {
		font-size: 28px;
	}
	
	.product-img-box img {
		max-height: 370px;
	}
}

@media (max-width: 1336px) and (min-width: 992px) {

	.category-title {
		font-size: 28px;
	}

	.domestic-img-box img {
		max-height: 240px !important;
	}

    .category-card-body {
        gap:10px;
    }

    .category-title {
    	font-size: 24px;
	}

    .faq-accordion .accordion-button {
        font-size:1.45rem;
    }
.faq-food-img-box {
    margin-left: -80px;
}
    .hero-heading {
        font-size: 6rem;
    }
    .primary-btn,
    .orange-btn {
        padding: 5px 7px 5px 35px;
        font-size: 26px !important;
        gap: 30px;
    }



    .sustainability-img-box {
        position: absolute;
        bottom: -30px;
        left: 30px;
    }

    .sustainability-img-box img {
        width: 500px;
    }

    .sustainability-card {
        padding: 80px 60px 30px 60px;
    }
    .contact-btn-group .orange-btn .btn-arrow , .primary-btn .btn-arrow {
        width:45px;
        height:45px;
        margin-left: 10px;
    }
    .contact-btn-group .btn-arrow img {
        width:35px;
    }
   .contact-btn-group .primary-btn, .contact-btn-group .orange-btn { 
        font-size:24px !important;
                padding: 5px 7px 5px 22px;
    }
      .tab-item {
        font-size: 30px;
    }

    .product-name {
        font-size: 28px;
    }

    .product-price {
        font-size: 30px;
    }
}

@media (max-width: 1440px) {

	.tab-item {
        font-size: 40px;
        padding: 15px;
    }

	.domestic-img-box img {
		max-height: 280px;
	}

	.partner-img-box img {
		height: 285px;
	}

}

@media (max-width: 1024px) {
    .faq-accordion .accordion-button {
        font-size: 1.45rem;
    }
    .sustainability-img-box {
        position: unset;
    }
      .sustainability-section {
        margin-bottom:0;
    }
    .section-heading br {
        display:none;
    }

	.domestic-img-box img {
		max-height: 200px;
	}

}

@media (max-width: 992px) {
    .cart-heading {
        margin:0 !important;
        font-size:50px;
    }
    .tag-badge { 
        font-size:16px;
    }
    .faq-food-img-box {
         margin: 30px 0px;
    }
     .tab-item {
        font-size: 20px;
        padding: 12px;
    }

 
    .faq-accordion .accordion-button {
        font-size:1.2rem;
        font-weight:600;
    }
    .faq-accordion .accordion-body {
        font-size:1rem;
        text-align:justify;
    }
     .related-title {
        font-size: 48px;
    }

    .slider-nav-wrapper {
        gap: 20px;
    }

    .slider-nav-btn {
        width: 50px;
        height: 50px;
    }
    .section-padding {
        padding-top:40px;
        padding-bottom:40px;
        }
        .section-padding-bottom {
        padding-bottom:40px;    
        }
  
        .section-padding-top {
        padding-top:40px;    
        }
  
    .hero-main-img {
        max-width: 90%;
        right: 0;
    }

    .footer-logo {
        font-size: 5rem;
    }

    .footer-illustration {
        width: 60%;
        position: relative;
        margin-top: 3rem;
        float: right;
    }

    .trusted-content {
        margin-bottom: 50px;
        /*text-align: center;*/
    }

    .section-description {
        margin-left: auto;
        margin-right: auto;
    }

    .trusted-image-container {
        padding: 20px;
    }

    .features-grid {
        margin-top: 40px;
    }
      .cart-summary-card {
        margin-top: 50px;
    }
        .contact-hero-heading {
        font-size: 80px;
    }

    .contact-btn-group {
        flex-direction: column;
        align-items: center;
    }

    .strip-img {
        width: 33.33%;
    }

    .strip-img:nth-child(n+4) {
        display: none;
    }
     .category-title {
    font-size: 30px;
}
.category-btn-arrow{
    width:42px;
    height:42px;
}
.category-btn-arrow img{ 
        width: 28px;
}
.category-card-body {
    gap:4px;
}

	.domestic-img-box img {
		max-height: 300px;
	}

}

@media (max-width: 768px) {
    .kombee-modal-close {
        margin:10px 0px 0 10px;
        position:unset !important;
    }
    .kombee-login-modal-content {
        background-image:unset !important;
    }
    .kombee-login-right .kombee-login-form-wrapper {
        margin:0;
    }
    .form-row-first , .form-row-last {
    width:100% !important;
}
    .step-note {
        font-size:14px;
    }
    .checkout-input {
    font-size:16px;
    padding: 10px 15px;
    }
  .step-title {
          font-size: 24px;
  }
    .checkout-label {
    font-size: 16px; 
    line-height:1.2 !important;
    }
    .input-label-bold {
    line-height:1.2 !important;    
    }
    .checkout-step-box {
    padding: 20px;
    border-radius:20px !important;
}
    .cart-summary-card {
        padding: 60px 20px;
    }
    .wc-proceed-to-checkout .primary-btn {
    padding: 5px 7px 5px 5px !important;
    font-size: 20px !important;
}
.summary-total {
    font-size: 28px; 
}
.order-total .summary-total {
    font-size: 40px; 
}
    .cart-item-price {
    font-size: 28px; 
        
    }    
    .cart-item-image { 
        height:auto;
    }
    .cart-item-image img {
        max-width:100%;
        max-height:100%;
    }
    
     .category-card-body {
             padding: 20px 10px;
     }
    .category-title {
    font-size: 30px;
}
    .faq-left-content p {
        font-size:1.3rem;
    }
    .faq-left-content {
        margin:20px 0;
    }
    .operational-info { 
        margin-bottom: 30px;
    }
    .contact-hero-subtext br {
        display:none;    
    }
    .contact-hero-section .container-fluid {
            padding:0 16px;
    }
    .btn-arrow img {
        width:22px;
    }
    .cta-buttons-wrapper { 
        gap:1rem;
    }
    .partners-section .section-description {
        margin-bottom:1rem;
    }
    .slider-nav-container {
        margin-top:20px;
    }
    .partner-prev img,
.partner-next img { 
    width:26px;
}
.partner-prev,
.partner-next {
    width: 50px !important;
    height: 50px !important; 
    
}
      .cart-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-item-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cart-item-details {
        width: 100%;
        flex-direction: column;
    }

    .cart-item-actions {
        margin-top: 20px;
        width: 100%;
        justify-content: space-between;
    }
    
    .contact-content-section {
    background-color: #FEEED8;
    border-radius: 40px;
    padding: 60px 10px 150px 10px;
    margin-bottom: 130px;
}
    .hero-description { 
         font-size: 1.2rem;
    }
    
    .features-grid {
        padding:0;
    }
    .feature-text {
        font-size:1.2rem;
        line-height:1;
        margin-top:0;
    }
    .partners-section .section-heading {
    margin-bottom: 16px;
}
    .sustainability-content {
        gap:0;
    }
 
    .sustainability-content p , .about-us-section .about-card p {
        font-size:1.2rem;
        text-align:justify;
        margin-bottom:1rem;
    }
    .header-logo img {
        width: 100px;
    }

    .footer-logo img {
        width: 200px;
    }

    .trusted-image-container-padding {
        padding-right: 10px;
    }

    
    .category-btn-arrow {
        width: 45px;
        height: 45px;
    }

    .category-btn-arrow img {
        width: 30px;
    }

    .hero-image-wrapper {
        margin-top: 20px;
    }

    .footer-text,
    .footer-links a {
        font-size: 1.3rem;
    }

    .hero-main-img {
        right: 0;
    }
    .faq-section.hero-section {
        padding-top: 100px;
    }
    .hero-section {
        padding-top: 100px;
    }

    .section-description {
        font-size: 1.2rem;
        text-align:justify;
    }

    .about-us-section .section-heading br {
        display: none;
    }

    .about-us-section .section-heading {
        margin-bottom: 0;
        font-size: 1.8rem;
    }

    .final-cta-section .section-heading {
        font-size: 1.8rem;
    }

    .section-heading br {
        display: none;
    }

    .about-card,
    .sustainability-card {
        padding: 30px 26px;
    }

    .container-fluid {
        padding: 0 20px;
    }

    .footer-heading {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }

    .footer-logo {
        font-size: 4rem;
    }

    .gallery-heading {
        font-size: 2.2rem;
    }

    .slider-img {
        width: 120px;
        /*margin: 0 20px;*/
    }

    .section-heading {
        font-size: 2.2rem;
        line-height:1.1;
    }

    .hero-heading {
        font-size: 4.5rem;
    }

    .hero-heading br {
        display: none;
    }

    .btn-arrow {
        width: 35px;
        height: 35px;
    }

    .primary-btn,
    .orange-btn {
        padding: 5px 7px 5px 15px;
        font-size: 18px;
        gap: 0px;
    }
}
@media (max-width: 660px) {
    .dietary-badge img {
        width:40px;
        height:40px;
    }
    .hero-heading {
        font-size: 4.2rem;
    }
    .hero-image-wrapper {
        margin-top:26px;
    }
    
}


@media (max-width: 575px) {
    .slider-nav-wrapper {
        justify-content: space-between;
        width: 100%;
    }

    .related-title {
        font-size: 32px;
    }
        .product-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
     .contact-hero-heading {
        font-size: 60px;
    }

    .contact-hero-subtext,
    .operational-info {
        font-size: 18px;
    }

    .catering-tabs {
        display: flex;
        margin-bottom: 0;
        text-align: left;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        align-items: flex-start;
    }

    .tab-item {
        font-size: 16px;
        padding: 20px;
        border: none !important;
        display: block;
        width: 100%;
    }

    /*.product-img-box {*/
    /*    height: 180px;*/
    /*}*/

    .product-price-action {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .action-wrapper {
        width: 100%;
        justify-content: space-between;
    }
}

/* Shop Loader Animation */
.shop-loader-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 20px 0;
}

.shop-loader-animation span {
    width: 12px;
    height: 12px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    animation: shopPulse 1.4s infinite ease-in-out both;
}

.shop-loader-animation span:nth-child(1) {
    animation-delay: -0.32s;
    background-color: var(--primary-color);
}

.shop-loader-animation span:nth-child(2) {
    animation-delay: -0.16s;
}

.shop-loader-animation span:nth-child(3) {
    background-color: var(--primary-color);
}

@keyframes shopPulse {
    0%, 80%, 100% { 
        transform: scale(0);
        opacity: 0.3;
    } 
    40% { 
        transform: scale(1.0);
        opacity: 1;
    }
}

/* =====================================================
   Premium Cart Minimum Quantity Notice
   ===================================================== */
.woocommerce-error:has(.cart-min-qty-notice) {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    box-shadow: none !important;
}

.woocommerce-error:has(.cart-min-qty-notice)::before {
    display: none !important;
}

.cart-min-qty-notice {
    background: #fff;
    border: 2px solid var(--secondary-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(214, 82, 121, 0.1);
    margin: 20px auto;
    max-width: 100%;
    animation: slideDownFade 0.5s ease-out;
}

@keyframes slideDownFade {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

.notice-header {
    background: var(--secondary-color);
    color: #fff;
    padding: 10px 15px;
    font-family: var(--font-greed-narrow);
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}

.notice-body {
    padding: 20px 20px;
    text-align: center;
}

.notice-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-item small {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    font-family: var(--font-saans);
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.stat-item strong {
    font-size: 2.2rem;
    color: var(--secondary-color);
    font-family: var(--font-greed-narrow);
    line-height: 1;
}

.stat-item.separator {
    font-size: 1.8rem;
    color: #eee;
    font-family: var(--font-saans);
}

.notice-text {
    font-family: var(--font-saans);
    font-size: 0.95rem;
    color: #444;
    margin: 0;
    line-height: 1.4;
}

.notice-text strong {
    color: var(--primary-color);
    font-weight: 800;
}

.woocommerce-error:has(.cart-min-qty-notice):focus-visible,
.woocommerce-notices-wrapper:focus-visible {
    outline: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .cart-min-qty-notice {
        margin: 20px 10px;
        border-radius: 15px;
    }
    .notice-body {
        padding: 25px 15px;
    }
    .stat-item strong {
        font-size: 2.2rem;
    }
    .notice-stats {
        gap: 20px;
    }
    .notice-text {
        font-size: 1rem;
    }

    .product-card {
        padding-right: 0;
    }

    .dietary-badges {
        top: 10px;
        right: -10px;
    }

    .filter-content .row-cols-4>* {
        flex: 0 0 auto;
        margin-bottom: 30px;
        width: 100%;
    }

    .filter-content .align-items-end {
        align-items: center !important;
    }

    .filter-content .filter-sort-btn {
        padding: 5px 20px;
    }

    .filter-content .clear-all-btn {
        background-color: #000;
        color: var(--light-pink-bg);
        border: none;
        border-radius: 50px;
        padding: 6px 15px;
        font-family: var(--font-greed-narrow);
        font-weight: 700;
        font-size: 26px;
        display: flex;
        gap: 5px;
        transition: all 0.3s;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .filter-content .clear-icon {
        margin-right: 10px;
    }

	.meta-details-separator {
		display: none;
	}

	.product-meta-row,
	.product-action-row,
	.product-ingredients,
	.product-selection-group,
	.product-meta-row,
	.product-detail-title-price {
		padding: 10px 20px;
	}

	.serves-badge {
		width: 100%;
	}

	.product-dietary-row {
		display: flex;
		gap: 10px;
		width: 100%;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.woocommerce div.product .product-detail-info .add-to-cart-action-btn {
		padding: 10px 15px;
		font-size: 20px;
	}

}

