/* =========================================================

   URMILA'S SWAD SANSKRUTI

   MAIN WEBSITE CSS

   MOBILE-FIRST RESPONSIVE DESIGN

========================================================= */

/* =========================================================

   RESET

========================================================= */

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}

html {

    scroll-behavior: smooth;

}

body {

    margin: 0;

    font-family:

        Arial,

        Helvetica,

        sans-serif;

    background: #fffdf9;

    color: #4f2b18;

    line-height: 1.6;

}

img {

    display: block;

    max-width: 100%;

}

a {

    color: inherit;

    text-decoration: none;

}

button,

select,

input {

    font: inherit;

}

button {

    cursor: pointer;

}

/* =========================================================

   COMMON

========================================================= */

.section-label {

    display: block;

    margin-bottom: 8px;

    color: #d45a18;

    font-size: 12px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.3px;

}

/* =========================================================

   HEADER

========================================================= */

.site-header {

    width: 100%;

    position: sticky;

    top: 0;

    z-index: 1000;

    background: rgba(255, 253, 248, 0.97);

    border-bottom: 1px solid #eee2d4;

    box-shadow:

        0 2px 12px rgba(71, 40, 21, 0.05);

}

.header-container {

    width: 100%;

    max-width: 1180px;

    min-height: 75px;

    margin: 0 auto;

    padding: 8px 15px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

}

/* =========================================================

   BRAND

========================================================= */

.brand {

    display: flex;

    align-items: center;

    gap: 9px;

    min-width: 0;

}

.brand-logo {

    width: 57px;

    height: 57px;

    object-fit: contain;

    border-radius: 50%;

}

.brand-text {

    display: flex;

    flex-direction: column;

    line-height: 1.05;

}

.brand-name {

    color: #713616;

    font-size: 21px;

    font-weight: 900;

}

.brand-subtitle {

    margin-top: 3px;

    color: #346c27;

    font-size: 13px;

    font-weight: 800;

}

.brand-tagline {

    margin-top: 5px;

    color: #b55a2b;

    font-size: 8px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 0.8px;

}

/* =========================================================

   MOBILE ACTIONS

========================================================= */

.mobile-actions {

    display: flex;

    align-items: center;

    gap: 10px;

}

.mobile-cart {

    position: relative;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #eadaca;

    border-radius: 9px;

    background: #ffffff;

}

.cart-symbol {

    font-size: 19px;

}

.cart-count {

    min-width: 18px;

    height: 18px;

    padding: 0 4px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #dd5b17;

    color: #ffffff;

    font-size: 10px;

    font-weight: 800;

}

.mobile-cart .cart-count {

    position: absolute;

    top: -5px;

    right: -5px;

}

/* =========================================================

   MENU BUTTON

========================================================= */

.menu-button {

    width: 42px;

    height: 42px;

    padding: 9px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 5px;

    background: #ffffff;

    border: 1px solid #eadaca;

    border-radius: 9px;

}

.menu-button span {

    width: 100%;

    height: 2px;

    display: block;

    background: #693216;

    border-radius: 10px;

}

/* =========================================================

   NAVIGATION

========================================================= */

.main-nav {

    position: absolute;

    top: 75px;

    left: 0;

    width: 100%;

    padding: 10px 15px 18px;

    display: none;

    flex-direction: column;

    background: #fffdf9;

    border-bottom: 1px solid #eadaca;

    box-shadow:

        0 10px 18px rgba(72, 42, 22, 0.08);

}

.main-nav.open {

    display: flex;

}

.main-nav a {

    padding: 11px 5px;

    color: #4c2c1b;

    border-bottom: 1px solid #f0e5da;

    font-size: 14px;

    font-weight: 700;

}

.main-nav a:hover,

.main-nav a.active {

    color: #db5b17;

}

.desktop-cart {

    display: none !important;

}

/* =========================================================

   HERO

========================================================= */

.hero {

    width: 100%;

    min-height: 530px;

    padding: 80px 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    background:

        radial-gradient(

            circle at center,

            #fffdf8 0%,

            #fff8ed 55%,

            #fff4e6 100%

        );

}

.hero-content {

    width: 100%;

    max-width: 760px;

    margin: 0 auto;

}

.hero-small-title {

    display: block;

    margin-bottom: 17px;

    color: #3f702d;

    font-size: 12px;

    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: 1.5px;

}

.hero h1 {

    margin-bottom: 20px;

    color: #713616;

    font-size: clamp(39px, 11vw, 66px);

    line-height: 1.08;

}

.hero h1 span {

    display: block;

    color: #397128;

}

.hero p {

    max-width: 620px;

    margin: 0 auto 28px;

    color: #76523d;

    font-size: 15px;

    line-height: 1.75;

}

.primary-button {

    display: inline-block;

    padding: 13px 23px;

    background: #db5a17;

    color: #ffffff;

    border-radius: 9px;

    font-size: 14px;

    font-weight: 800;

    box-shadow:

        0 7px 18px rgba(218, 90, 23, 0.18);

    transition:

        transform 0.2s ease,

        background 0.2s ease;

}

.primary-button:hover {

    background: #bf4910;

    transform: translateY(-2px);

}

/* =========================================================

   HOME SLIDER SECTION

========================================================= */

.home-slider-section {

    padding: 65px 15px;

    background: #ffffff;

}

.slider-heading {

    max-width: 700px;

    margin: 0 auto 30px;

    text-align: center;

}

.slider-heading > span {

    display: block;

    margin-bottom: 7px;

    color: #d45a18;

    font-size: 11px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.4px;

}

.slider-heading h2 {

    margin-bottom: 10px;

    color: #693216;

    font-size: clamp(29px, 8vw, 40px);

}

.slider-heading p {

    color: #806657;

    font-size: 14px;

    line-height: 1.7;

}

/* =========================================================

   SLIDER

========================================================= */

.home-slider {

    width: 100%;

    max-width: 1050px;

    height: 330px;

    margin: 0 auto;

    position: relative;

    overflow: hidden;

    border-radius: 16px;

    background: #f6eee5;

    box-shadow:

        0 10px 30px rgba(76, 43, 23, 0.12);

}

.home-slide {

    width: 100%;

    height: 100%;

    position: absolute;

    inset: 0;

    opacity: 0;

    visibility: hidden;

    transition:

        opacity 0.6s ease,

        visibility 0.6s ease;

}

.home-slide.active {

    opacity: 1;

    visibility: visible;

}

.home-slide img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.home-slide::after {

    content: "";

    position: absolute;

    inset: 0;

    background:

        linear-gradient(

            90deg,

            rgba(44, 21, 9, 0.70),

            rgba(44, 21, 9, 0.20),

            rgba(44, 21, 9, 0.04)

        );

}

.slide-overlay {

    position: absolute;

    z-index: 2;

    left: 25px;

    right: 25px;

    bottom: 45px;

    max-width: 500px;

    color: #ffffff;

}

.slide-overlay span {

    display: block;

    margin-bottom: 5px;

    font-size: 10px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.2px;

}

.slide-overlay h3 {

    margin-bottom: 6px;

    font-size: 27px;

    line-height: 1.15;

}

.slide-overlay p {

    max-width: 390px;

    font-size: 13px;

    line-height: 1.6;

}

/* =========================================================

   SLIDER CONTROLS

========================================================= */

.slider-arrow {

    width: 38px;

    height: 38px;

    position: absolute;

    top: 50%;

    z-index: 5;

    transform: translateY(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, 0.88);

    color: #693216;

    border: none;

    border-radius: 50%;

    font-size: 17px;

    font-weight: 900;

}

.slider-prev {

    left: 10px;

}

.slider-next {

    right: 10px;

}

.slider-dots {

    position: absolute;

    left: 50%;

    bottom: 14px;

    z-index: 5;

    transform: translateX(-50%);

    display: flex;

    gap: 7px;

}

.slider-dot {

    width: 9px;

    height: 9px;

    padding: 0;

    background: rgba(255, 255, 255, 0.60);

    border: none;

    border-radius: 50%;

}

.slider-dot.active {

    width: 23px;

    background: #ffffff;

    border-radius: 20px;

}

/* =========================================================

   PRODUCTS SECTION

========================================================= */

.products-section {

    padding: 70px 15px;

    background: #fffaf3;

}

.section-heading {

    max-width: 700px;

    margin: 0 auto 35px;

    text-align: center;

}

.section-heading > span {

    display: block;

    margin-bottom: 7px;

    color: #d45a18;

    font-size: 11px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.3px;

}

.section-heading h2 {

    margin-bottom: 10px;

    color: #693216;

    font-size: clamp(30px, 8vw, 42px);

}

.section-heading p {

    color: #7b6252;

    font-size: 14px;

    line-height: 1.7;

}

/* =========================================================

   PRODUCT CATEGORY GRID

========================================================= */

.product-category-grid {

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr;

    gap: 15px;

}

.category-card {

    min-height: 220px;

    padding: 25px 20px;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border: 1px solid #eedfce;

    border-radius: 15px;

    box-shadow:

        0 5px 18px rgba(71, 40, 21, 0.06);

    transition:

        transform 0.25s ease,

        box-shadow 0.25s ease,

        border-color 0.25s ease;

}

.category-card:hover {

    transform: translateY(-4px);

    border-color: #d9ad89;

    box-shadow:

        0 10px 25px rgba(71, 40, 21, 0.11);

}

.category-icon {

    width: 48px;

    height: 48px;

    margin-bottom: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #fff2df;

    border-radius: 50%;

    font-size: 22px;

}

.category-card h3 {

    margin-bottom: 8px;

    color: #693216;

    font-size: 19px;

}

.category-card p {

    margin-bottom: 16px;

    color: #806858;

    font-size: 13px;

    line-height: 1.65;

}

.category-link {

    margin-top: auto;

    color: #d85a17;

    font-size: 12px;

    font-weight: 800;

}

/* =========================================================

   ABOUT SECTION

========================================================= */

.about-section {

    padding: 70px 15px;

    background: #ffffff;

}

.about-container {

    width: 100%;

    max-width: 1050px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr;

    gap: 35px;

    align-items: center;

}

.about-logo-area {

    display: flex;

    align-items: center;

    justify-content: center;

}

.about-logo-area img {

    width: min(280px, 75vw);

    border-radius: 50%;

    box-shadow:

        0 10px 35px rgba(71, 40, 21, 0.10);

}

.about-content h2 {

    margin-bottom: 17px;

    color: #693216;

    font-size: clamp(30px, 8vw, 42px);

    line-height: 1.2;

}

.about-content > p {

    margin-bottom: 13px;

    color: #796253;

    font-size: 14px;

    line-height: 1.75;

}

.about-points {

    margin-top: 25px;

    display: grid;

    grid-template-columns: 1fr;

    gap: 10px;

}

.about-points div {

    padding: 14px;

    background: #fff8ee;

    border: 1px solid #f0dfcb;

    border-radius: 10px;

}

.about-points strong {

    display: block;

    color: #3e712e;

    font-size: 14px;

}

.about-points span {

    color: #806a5b;

    font-size: 11px;

}

/* =========================================================

   DELIVERY

========================================================= */

.delivery-section {

    padding: 65px 15px;

    background: #f5f9f1;

}

.delivery-container {

    width: 100%;

    max-width: 850px;

    margin: 0 auto;

    padding: 28px 20px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 20px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #dfe9d7;

    border-radius: 16px;

    box-shadow:

        0 7px 25px rgba(51, 94, 40, 0.07);

}

.delivery-icon {

    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    background: #edf6e8;

    border-radius: 50%;

    font-size: 28px;

}

.delivery-content h2 {

    margin-bottom: 8px;

    color: #386d2b;

    font-size: clamp(25px, 7vw, 35px);

}

.delivery-content p {

    color: #6d665e;

    font-size: 14px;

}

.delivery-note {

    margin-top: 6px;

    font-size: 12px !important;

}

/* =========================================================

   CONTACT

========================================================= */

.contact-section {

    width: 100%;

    padding: 70px 15px;

    background:

        linear-gradient(

            145deg,

            #fffaf3,

            #fff3e3

        );

}

.contact-content {

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

    text-align: center;

}

.contact-content h2 {

    margin-bottom: 12px;

    color: #693216;

    font-size: clamp(30px, 8vw, 42px);

}

.contact-intro {

    max-width: 650px;

    margin: 0 auto;

    color: #745f51;

    font-size: 14px;

    line-height: 1.7;

}

/* =========================================================

   CONTACT CARDS

========================================================= */

.contact-options {

    width: 100%;

    margin: 32px auto 0;

    display: grid;

    grid-template-columns: 1fr;

    gap: 13px;

}

.contact-card {

    width: 100%;

    min-height: 90px;

    padding: 16px;

    display: flex;

    align-items: center;

    gap: 15px;

    background: #ffffff;

    border: 1px solid #eadac8;

    border-radius: 14px;

    text-align: left;

    box-shadow:

        0 6px 18px rgba(70, 40, 20, 0.07);

    transition:

        transform 0.25s ease,

        box-shadow 0.25s ease,

        border-color 0.25s ease;

}

.contact-card:hover {

    transform: translateY(-3px);

    box-shadow:

        0 10px 25px rgba(70, 40, 20, 0.12);

}

.contact-icon {

    width: 50px;

    height: 50px;

    min-width: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 21px;

    font-weight: 900;

}

.contact-details {

    min-width: 0;

    display: flex;

    flex-direction: column;

}

.contact-details span {

    margin-bottom: 1px;

    color: #816959;

    font-size: 10px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 0.6px;

}

.contact-details strong {

    color: #542b16;

    font-size: 15px;

    line-height: 1.35;

    overflow-wrap: anywhere;

}

.contact-details small {

    margin-top: 2px;

    color: #9a8373;

    font-size: 11px;

}

/* CALL */

.call-contact .contact-icon {

    background: #fff0df;

    color: #c85316;

}

.call-contact:hover {

    border-color: #dc9b70;

}

/* WHATSAPP */

.whatsapp-contact .contact-icon {

    background: #e5f6e9;

    color: #217a3e;

}

.whatsapp-contact:hover {

    border-color: #78b98a;

}

/* INSTAGRAM */

.instagram-contact .contact-icon {

    background: #fae9f0;

    color: #b5386d;

}

.instagram-contact:hover {

    border-color: #d89ab5;

}

/* GOOGLE */

.google-contact .contact-icon {

    background: #eaf1ff;

    color: #356ac3;

}

.google-contact:hover {

    border-color: #9cb8e7;

}

/* =========================================================

   BUSINESS CONTACT BOX

========================================================= */

.business-contact-box {

    width: 100%;

    max-width: 650px;

    margin: 32px auto 0;

    padding: 17px;

    display: flex;

    align-items: center;

    gap: 14px;

    background: #ffffff;

    border: 1px solid #eadac8;

    border-radius: 14px;

    text-align: left;

    box-shadow:

        0 5px 18px rgba(70, 40, 20, 0.06);

}

.contact-logo {

    width: 65px;

    height: 65px;

    min-width: 65px;

    object-fit: contain;

    border-radius: 50%;

}

.business-contact-text {

    min-width: 0;

}

.business-contact-text h3 {

    margin-bottom: 2px;

    color: #693216;

    font-size: 17px;

}

.business-contact-text span {

    display: block;

    margin-bottom: 3px;

    color: #47722d;

    font-size: 12px;

    font-weight: 800;

}

.business-contact-text p {

    color: #8a7261;

    font-size: 11px;

}

/* =========================================================

   CONTACT DELIVERY

========================================================= */

.contact-delivery {

    width: 100%;

    max-width: 650px;

    margin: 14px auto 0;

    padding: 15px 17px;

    background: #fff4df;

    border-left: 4px solid #d85a16;

    border-radius: 9px;

    text-align: left;

}

.contact-delivery strong {

    display: block;

    margin-bottom: 3px;

    color: #693216;

    font-size: 13px;

}

.contact-delivery p {

    color: #745f51;

    font-size: 11px;

    line-height: 1.6;

}

/* =========================================================

   FOOTER

========================================================= */

.site-footer {

    padding: 45px 15px 25px;

    background: #3c1f10;

    color: #ffffff;

    text-align: center;

}

.footer-container {

    width: 100%;

    max-width: 900px;

    margin: 0 auto;

}

.footer-logo {

    width: 80px;

    height: 80px;

    margin: 0 auto 12px;

    object-fit: contain;

    border-radius: 50%;

}

.footer-container h3 {

    margin-bottom: 2px;

    font-size: 20px;

}

.footer-tagline {

    color: #d9c5b7;

    font-size: 12px;

}

.footer-links {

    margin: 22px 0 15px;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px 18px;

}

.footer-links a {

    color: #f7eadd;

    font-size: 12px;

    font-weight: 700;

}

.footer-links a:hover {

    color: #ef8a4e;

}

.footer-contact {

    margin: 15px 0;

    display: flex;

    flex-direction: column;

    gap: 7px;

}

.footer-contact a {

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;

}

.footer-delivery {

    margin-top: 16px;

    color: #d7c3b4;

    font-size: 11px;

}

.copyright {

    margin-top: 20px;

    padding-top: 17px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    color: #bfa99a;

    font-size: 10px;

}

/* =========================================================

   TABLET - 600PX+

========================================================= */

@media (min-width: 600px) {

    .header-container {

        padding-left: 22px;

        padding-right: 22px;

    }

    .brand-logo {

        width: 62px;

        height: 62px;

    }

    .brand-name {

        font-size: 23px;

    }

    .hero {

        min-height: 570px;

        padding: 90px 30px;

    }

    .home-slider {

        height: 430px;

    }

    .slide-overlay {

        left: 45px;

        bottom: 55px;

    }

    .slide-overlay h3 {

        font-size: 35px;

    }

    .product-category-grid {

        grid-template-columns:

            repeat(2, minmax(0, 1fr));

        gap: 18px;

    }

    .about-points {

        grid-template-columns:

            repeat(3, minmax(0, 1fr));

    }

    .delivery-container {

        padding: 32px;

        flex-direction: row;

        text-align: left;

    }

    .contact-options {

        grid-template-columns:

            repeat(2, minmax(0, 1fr));

        gap: 16px;

    }

    .footer-contact {

        flex-direction: row;

        justify-content: center;

        gap: 25px;

    }

}

/* =========================================================

   DESKTOP - 900PX+

========================================================= */

@media (min-width: 900px) {

    .header-container {

        min-height: 92px;

        padding: 10px 30px;

    }

    .brand-logo {

        width: 70px;

        height: 70px;

    }

    .brand-name {

        font-size: 25px;

    }

    .brand-subtitle {

        font-size: 14px;

    }

    .brand-tagline {

        font-size: 9px;

    }

    .mobile-actions {

        display: none;

    }

    .main-nav {

        width: auto;

        position: static;

        padding: 0;

        display: flex;

        flex-direction: row;

        align-items: center;

        gap: 28px;

        background: transparent;

        border: none;

        box-shadow: none;

    }

    .main-nav a {

        padding: 8px 0;

        border: none;

        font-size: 14px;

    }

    .desktop-cart {

        display: flex !important;

        align-items: center;

        gap: 6px;

    }

    .hero {

        min-height: 600px;

    }

    .home-slider-section {

        padding: 90px 30px;

    }

    .home-slider {

        height: 520px;

        border-radius: 20px;

    }

    .slide-overlay {

        left: 65px;

        bottom: 70px;

    }

    .slide-overlay h3 {

        font-size: 43px;

    }

    .slide-overlay p {

        font-size: 15px;

    }

    .slider-arrow {

        width: 44px;

        height: 44px;

    }

    .slider-prev {

        left: 20px;

    }

    .slider-next {

        right: 20px;

    }

    .products-section {

        padding: 95px 30px;

    }

    .product-category-grid {

        grid-template-columns:

            repeat(3, minmax(0, 1fr));

        gap: 20px;

    }

    .category-card {

        min-height: 240px;

        padding: 28px 24px;

    }

    .about-section {

        padding: 95px 30px;

    }

    .about-container {

        grid-template-columns:

            0.8fr 1.2fr;

        gap: 70px;

    }

    .delivery-section {

        padding: 85px 30px;

    }

    .contact-section {

        padding: 95px 30px;

    }

    .contact-options {

        grid-template-columns:

            repeat(4, minmax(0, 1fr));

        gap: 18px;

    }

    .contact-card {

        min-height: 155px;

        padding: 20px 15px;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        text-align: center;

    }

    .contact-icon {

        width: 58px;

        height: 58px;

        min-width: 58px;

        margin-bottom: 4px;

        font-size: 23px;

    }

    .contact-details {

        align-items: center;

    }

    .contact-details strong {

        font-size: 14px;

    }

}

/* =========================================================

   LARGE DESKTOP

========================================================= */

@media (min-width: 1200px) {

    .header-container {

        padding-left: 20px;

        padding-right: 20px;

    }

}

/* =========================================================

   VERY SMALL PHONES

========================================================= */

@media (max-width: 380px) {

    .brand-logo {

        width: 49px;

        height: 49px;

    }

    .brand-name {

        font-size: 18px;

    }

    .brand-subtitle {

        font-size: 11px;

    }

    .brand-tagline {

        font-size: 7px;

    }

    .mobile-cart,

    .menu-button {

        width: 38px;

        height: 38px;

    }

    .hero {

        padding-left: 14px;

        padding-right: 14px;

    }

    .contact-card {

        padding: 13px;

    }

}

/* =========================================================

   PICKLES / PRODUCT CATEGORY PAGE

   KEEP THIS BELOW THE MAIN HOMEPAGE CSS

========================================================= */

/* CATEGORY HERO */

.category-page-hero {

    width: 100%;

    padding: 55px 20px 40px;

    background: #fff8ee;

    border-bottom: 1px solid #f0e1d1;

}

.category-page-hero-content {

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

}

.back-products-link {

    display: inline-block;

    margin-bottom: 20px;

    color: #d85a17;

    font-size: 13px;

    font-weight: 700;

}

.back-products-link:hover {

    text-decoration: underline;

}

.category-label {

    display: block;

    margin-bottom: 8px;

    color: #3f702d;

    font-size: 11px;

    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: 1.3px;

}

.category-page-hero h1 {

    margin: 0 0 12px;

    color: #693216;

    font-size: clamp(34px, 8vw, 50px);

    line-height: 1.15;

}

.category-page-hero p {

    max-width: 700px;

    margin: 0;

    color: #796152;

    font-size: 14px;

    line-height: 1.7;

}

/* =========================================================

   CATEGORY PRODUCTS SECTION

========================================================= */

.category-products-section {

    width: 100%;

    padding: 60px 15px 75px;

    background: #ffffff;

}

.category-products-heading {

    width: 100%;

    max-width: 700px;

    margin: 0 auto 35px;

    text-align: center;

}

.category-products-heading > span {

    display: block;

    margin-bottom: 7px;

    color: #d85a17;

    font-size: 11px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.3px;

}

.category-products-heading h2 {

    margin: 0 0 10px;

    color: #693216;

    font-size: clamp(30px, 7vw, 42px);

}

.category-products-heading p {

    margin: 0;

    color: #7a6354;

    font-size: 14px;

    line-height: 1.7;

}

/* =========================================================

   PRODUCT GRID

========================================================= */

.shop-product-grid {

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr;

    gap: 25px;

}

/* =========================================================

   PRODUCT CARD

========================================================= */

.shop-product-card {

    width: 100%;

    max-width: 430px;

    margin: 0 auto;

    overflow: hidden;

    background: #fffaf4;

    border: 1px solid #ecd7c1;

    border-radius: 16px;

    box-shadow:

        0 8px 25px rgba(72, 41, 21, 0.08);

}

/* =========================================================

   PRODUCT GALLERY

========================================================= */

.product-gallery {

    width: 100%;

    padding: 12px;

    background: #ffffff;

}

/* MAIN IMAGE CONTAINER */

.product-main-image {

    width: 100%;

    height: 360px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background: #fff8ef;

    border-radius: 10px;

}

/* THIS FIXES YOUR HUGE IMAGE */

.product-main-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: contain;

    border-radius: 8px;

}

/* =========================================================

   THUMBNAILS

========================================================= */

.product-thumbnails {

    width: 100%;

    margin-top: 10px;

    display: flex;

    align-items: center;

    gap: 8px;

}

.product-thumbnail {

    width: 60px;

    height: 60px;

    padding: 3px;

    overflow: hidden;

    background: #ffffff;

    border: 2px solid #e7d4c2;

    border-radius: 9px;

}

.product-thumbnail.active {

    border-color: #df5a16;

}

.product-thumbnail:hover {

    border-color: #df5a16;

}

.product-thumbnail img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 5px;

}

/* =========================================================

   PRODUCT INFORMATION

========================================================= */

.shop-product-info {

    padding: 24px;

}

.stock-status {

    display: inline-block;

    margin-bottom: 12px;

    padding: 5px 12px;

    border-radius: 50px;

    font-size: 11px;

    font-weight: 800;

}

.stock-status.in-stock {

    background: #e5f4df;

    color: #2e6d26;

}

.shop-product-info h3 {

    margin: 0 0 8px;

    color: #753415;

    font-size: 24px;

    line-height: 1.25;

}

.shop-product-description {

    margin: 0 0 20px;

    color: #806150;

    font-size: 14px;

    line-height: 1.7;

}

/* =========================================================

   PRODUCT WEIGHT SELECT

========================================================= */

.product-option {

    margin-bottom: 20px;

}

.product-option label {

    display: block;

    margin-bottom: 7px;

    color: #4e2a18;

    font-size: 12px;

    font-weight: 800;

}

.product-option select {

    width: 100%;

    height: 46px;

    padding: 0 13px;

    background: #ffffff;

    color: #4e2a18;

    border: 1px solid #dfc7af;

    border-radius: 8px;

    outline: none;

    font-size: 13px;

}

.product-option select:focus {

    border-color: #dc5b18;

    box-shadow:

        0 0 0 3px rgba(220, 91, 24, 0.10);

}

/* =========================================================

   PRICE + CART

========================================================= */

.product-price-row {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 15px;

}

.price-label {

    display: block;

    margin-bottom: 2px;

    color: #876c5c;

    font-size: 10px;

}

.product-price {

    display: block;

    color: #6a2d10;

    font-size: 22px;

}

.add-cart-button {

    min-height: 46px;

    padding: 11px 18px;

    background: #dc5a16;

    color: #ffffff;

    border: none;

    border-radius: 9px;

    font-size: 13px;

    font-weight: 800;

    transition:

        background 0.2s ease,

        transform 0.2s ease;

}

.add-cart-button:hover {

    background: #bd4810;

    transform: translateY(-2px);

}

/* =========================================================

   DELIVERY MESSAGE

========================================================= */

.product-delivery-message {

    width: 100%;

    max-width: 700px;

    margin: 35px auto 0;

    padding: 18px 20px;

    background: #f3f8ef;

    border: 1px solid #dce8d5;

    border-radius: 12px;

}

.product-delivery-message strong {

    display: block;

    margin-bottom: 4px;

    color: #376c2a;

    font-size: 14px;

}

.product-delivery-message p {

    margin: 0;

    color: #70675e;

    font-size: 12px;

    line-height: 1.65;

}

/* =========================================================

   PICKLES PAGE - MOBILE

========================================================= */

@media (max-width: 599px) {

    .category-page-hero {

        padding: 35px 15px 30px;

    }

    .category-products-section {

        padding: 45px 12px 60px;

    }

    .category-products-heading {

        margin-bottom: 25px;

    }

    .shop-product-card {

        max-width: 100%;

    }

    .product-main-image {

        height: 310px;

    }

    .shop-product-info {

        padding: 20px;

    }

    .product-price-row {

        align-items: center;

    }

}

/* =========================================================

   VERY SMALL PHONES

========================================================= */

@media (max-width: 380px) {

    .product-main-image {

        height: 270px;

    }

    .product-thumbnail {

        width: 55px;

        height: 55px;

    }

    .shop-product-info h3 {

        font-size: 22px;

    }

    .add-cart-button {

        padding-left: 14px;

        padding-right: 14px;

    }

}

/* =========================================================

   TABLET

========================================================= */

@media (min-width: 600px) {

    .category-page-hero {

        padding: 65px 25px 50px;

    }

    .category-products-section {

        padding: 75px 25px 90px;

    }

    .shop-product-card {

        max-width: 460px;

    }

    .product-main-image {

        height: 380px;

    }

}

/* =========================================================

   DESKTOP

========================================================= */

@media (min-width: 900px) {

    .category-page-hero {

        padding: 75px 30px 55px;

    }

    .category-products-section {

        padding: 85px 30px 100px;

    }

    .shop-product-grid {

        grid-template-columns:

            repeat(2, minmax(0, 1fr));

    }

    /*

       Because you currently have only one Mango Pickle,

       keep the first card aligned nicely.

    */

    .shop-product-card {

        width: 100%;

        max-width: 430px;

        margin: 0;

    }

    .product-main-image {

        height: 355px;

    }

}

/* =========================================================

   SHOPPING CART PAGE

========================================================= */

.cart-page-hero {

    padding: 40px 15px 32px;

    background: #fff8ee;

    border-bottom: 1px solid #efdfcf;

}

.cart-page-hero-content {

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

}

.cart-page-hero h1 {

    margin: 0 0 8px;

    color: #693216;

    font-size: clamp(34px, 9vw, 48px);

}

.cart-page-hero p {

    max-width: 600px;

    color: #796152;

    font-size: 14px;

    line-height: 1.7;

}

/* =========================================================

   CART SECTION

========================================================= */

.cart-section {

    min-height: 500px;

    padding: 45px 12px 75px;

    background: #fffdf9;

}

.cart-container {

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

}

/* =========================================================

   EMPTY CART

========================================================= */

.empty-cart {

    max-width: 500px;

    margin: 30px auto;

    padding: 40px 20px;

    text-align: center;

    background: #ffffff;

    border: 1px solid #ecddcd;

    border-radius: 16px;

    box-shadow:

        0 7px 24px rgba(72, 40, 20, 0.07);

}

.empty-cart-icon {

    width: 70px;

    height: 70px;

    margin: 0 auto 17px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #fff1df;

    border-radius: 50%;

    font-size: 30px;

}

.empty-cart h2 {

    margin-bottom: 8px;

    color: #693216;

    font-size: 24px;

}

.empty-cart p {

    margin-bottom: 22px;

    color: #80695a;

    font-size: 13px;

}

.continue-shopping-button {

    display: inline-block;

    padding: 12px 19px;

    background: #d95a17;

    color: #ffffff;

    border-radius: 8px;

    font-size: 13px;

    font-weight: 800;

}

/* =========================================================

   CART CONTENT

========================================================= */

.cart-content {

    display: none;

    grid-template-columns: 1fr;

    gap: 25px;

}

/* =========================================================

   PRODUCTS AREA

========================================================= */

.cart-products-area {

    min-width: 0;

}

.cart-products-heading {

    margin-bottom: 15px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

}

.cart-products-heading h2 {

    color: #693216;

    font-size: 23px;

}

.cart-products-heading span {

    color: #887164;

    font-size: 12px;

}

/* =========================================================

   CART ITEM

========================================================= */

.cart-items {

    display: flex;

    flex-direction: column;

    gap: 13px;

}

.cart-item {

    position: relative;

    padding: 12px;

    display: grid;

    grid-template-columns:

        92px minmax(0, 1fr);

    gap: 13px;

    background: #ffffff;

    border: 1px solid #ecddcd;

    border-radius: 14px;

    box-shadow:

        0 5px 17px rgba(72, 40, 20, 0.05);

}

/* IMAGE */

.cart-item-image {

    width: 92px;

    height: 92px;

    overflow: hidden;

    background: #fff8ef;

    border-radius: 10px;

}

.cart-item-image img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}

/* DETAILS */

.cart-item-details {

    min-width: 0;

}

.cart-item-homemade {

    display: block;

    margin-bottom: 2px;

    color: #47722d;

    font-size: 9px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 0.7px;

}

.cart-item-details h3 {

    margin-bottom: 2px;

    color: #693216;

    font-size: 17px;

}

.cart-item-details p {

    color: #826a5b;

    font-size: 11px;

}

.cart-item-price {

    display: block;

    margin-top: 5px;

    color: #d25717;

    font-size: 15px;

    font-weight: 800;

}

/* =========================================================

   QUANTITY

========================================================= */

.cart-item-actions {

    margin-top: 10px;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

}

.quantity-control {

    height: 35px;

    display: inline-flex;

    align-items: center;

    overflow: hidden;

    border: 1px solid #e2cdb9;

    border-radius: 7px;

    background: #ffffff;

}

.quantity-button {

    width: 34px;

    height: 100%;

    border: none;

    background: #fff6e9;

    color: #693216;

    font-size: 18px;

    font-weight: 800;

}

.quantity-number {

    width: 35px;

    text-align: center;

    color: #4e2b18;

    font-size: 12px;

    font-weight: 800;

}

.remove-cart-item {

    padding: 7px 9px;

    border: none;

    background: transparent;

    color: #b74c3c;

    font-size: 11px;

    font-weight: 700;

}

/* ITEM TOTAL */

.cart-item-total {

    grid-column: 1 / -1;

    padding-top: 10px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-top: 1px solid #f0e4d8;

}

.cart-item-total span {

    color: #887164;

    font-size: 10px;

}

.cart-item-total strong {

    color: #693216;

    font-size: 17px;

}

/* =========================================================

   ORDER SUMMARY

========================================================= */

.cart-summary {

    padding: 22px 18px;

    align-self: start;

    background: #ffffff;

    border: 1px solid #e9d8c7;

    border-radius: 15px;

    box-shadow:

        0 7px 22px rgba(72, 40, 20, 0.07);

}

.cart-summary h2 {

    margin-bottom: 20px;

    color: #693216;

    font-size: 21px;

}

.summary-row {

    padding: 9px 0;

    display: flex;

    justify-content: space-between;

    gap: 15px;

    color: #735e50;

    border-bottom: 1px solid #f0e5da;

    font-size: 12px;

}

.summary-row strong {

    color: #4d2c1a;

}

/* DELIVERY */

.summary-delivery {

    margin: 17px 0;

    padding: 13px;

    background: #f4f9f0;

    border-radius: 8px;

}

.summary-delivery strong {

    display: block;

    margin-bottom: 3px;

    color: #39702c;

    font-size: 12px;

}

.summary-delivery p {

    color: #6f695f;

    font-size: 10px;

    line-height: 1.55;

}

/* TOTAL */

.summary-total {

    padding: 14px 0;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    border-top: 1px solid #eadccd;

}

.summary-total span {

    color: #5e4434;

    font-size: 13px;

    font-weight: 800;

}

.summary-total strong {

    color: #693216;

    font-size: 22px;

}

/* =========================================================

   CHECKOUT BUTTON

========================================================= */

.checkout-button {

    width: 100%;

    min-height: 48px;

    margin-top: 8px;

    padding: 12px 15px;

    border: none;

    border-radius: 9px;

    background: #d95a17;

    color: #ffffff;

    font-size: 13px;

    font-weight: 800;

    transition:

        background 0.2s ease,

        transform 0.2s ease;

}

.checkout-button:hover {

    background: #bb470f;

    transform: translateY(-1px);

}

.checkout-note {

    margin-top: 10px;

    color: #8a7466;

    font-size: 9px;

    text-align: center;

}

/* =========================================================

   TABLET

========================================================= */

@media (min-width: 600px) {

    .cart-page-hero {

        padding: 55px 25px 40px;

    }

    .cart-section {

        padding: 60px 25px 90px;

    }

    .cart-item {

        padding: 16px;

        grid-template-columns:

            120px minmax(0, 1fr) auto;

        gap: 18px;

    }

    .cart-item-image {

        width: 120px;

        height: 120px;

    }

    .cart-item-details h3 {

        font-size: 19px;

    }

    .cart-item-total {

        min-width: 80px;

        padding: 0;

        grid-column: auto;

        flex-direction: column;

        align-items: flex-end;

        justify-content: center;

        border: none;

    }

}

/* =========================================================

   DESKTOP

========================================================= */

@media (min-width: 900px) {

    .cart-page-hero {

        padding: 65px 30px 48px;

    }

    .cart-section {

        padding: 75px 30px 110px;

    }

    .cart-content {

        grid-template-columns:

            minmax(0, 1.65fr)

            minmax(300px, 0.75fr);

        gap: 35px;

    }

    .cart-summary {

        position: sticky;

        top: 115px;

    }

}

/* =========================================================

   HOMEPAGE MOBILE POLISH

   Added 24 Sep 2026

   Keeps the existing design simple and improves small screens.

========================================================= */

html,

body {

    max-width: 100%;

    overflow-x: hidden;

}

.home-slider img,

.home-slider video,

.gallery-card img,

.category-image,

.home-search-image {

    max-width: 100%;

}

/* Phones */

@media (max-width: 599px) {

    .header-container {

        min-height: 68px;

        padding: 7px 12px;

        gap: 8px;

    }

    .brand {

        flex: 1;

        min-width: 0;

        gap: 7px;

    }

    .brand-logo {

        width: 48px;

        height: 48px;

        flex: 0 0 48px;

    }

    .brand-text {

        min-width: 0;

    }

    .brand-name {

        font-size: clamp(15px, 4.8vw, 19px);

        line-height: 1.05;

        white-space: normal;

    }

    .brand-subtitle {

        font-size: 11px;

    }

    .brand-tagline {

        font-size: 7px;

        letter-spacing: .55px;

    }

    .mobile-actions {

        flex: 0 0 auto;

        gap: 7px;

    }

    .mobile-cart,

    .menu-button {

        width: 39px;

        height: 39px;

    }

    .main-nav {

        top: 68px;

        max-height: calc(100vh - 68px);

        overflow-y: auto;

        -webkit-overflow-scrolling: touch;

        padding: 8px 12px 16px;

    }

    .main-nav a {

        min-height: 44px;

        display: flex;

        align-items: center;

        padding: 10px 7px;

    }

    .hero {

        min-height: auto;

        padding: 58px 16px 62px;

    }

    .hero h1 {

        font-size: clamp(36px, 12vw, 52px);

        overflow-wrap: anywhere;

    }

    .hero p {

        font-size: 14px;

    }

    .primary-button {

        min-height: 46px;

        display: inline-flex;

        align-items: center;

        justify-content: center;

    }

    .home-slider-section {

        padding: 42px 12px;

    }

    .home-slider {

        height: clamp(270px, 82vw, 340px);

        border-radius: 16px;

    }

    .home-slide img,

    .home-slide video {

        width: 100%;

        height: 100%;

        object-fit: cover;

    }

    .slide-overlay {

        left: 0;

        right: 0;

        bottom: 0;

        max-width: none;

        padding: 75px 18px 42px;

    }

    .slide-overlay h3 {

        font-size: clamp(1.45rem, 7vw, 1.9rem);

    }

    .slide-overlay p {

        max-width: 100%;

        font-size: .86rem;

        line-height: 1.5;

    }

    .slider-arrow {

        width: 38px;

        height: 38px;

    }

    .slider-prev {

        left: 8px;

    }

    .slider-next {

        right: 8px;

    }

    .slider-dots {

        bottom: 13px;

    }

    .products-section,

    .gallery-section,

    .about-section,

    .contact-section {

        padding-left: 12px;

        padding-right: 12px;

    }

    .product-category-grid,

    .gallery-grid,

    .home-search-grid,

    .contact-options {

        grid-template-columns: 1fr;

    }

    .category-card {

        min-height: 0;

        padding: 19px;

    }

    .category-image-wrap {

        width: 74px;

        height: 74px;

    }

    .gallery-card,

    .gallery-card img {

        min-height: 210px;

    }

    .home-search-section {

        padding-left: 12px;

        padding-right: 12px;

    }

    .home-search-form {

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 9px;

        padding: 9px;

    }

    .home-search-input {

        grid-column: 1 / -1;

        width: 100%;

        min-height: 46px;

    }

    .home-search-button,

    .home-search-clear {

        width: 100%;

        min-height: 44px;

        padding: 10px 12px;

    }

    .about-container {

        gap: 26px;

    }

    .about-logo-area img {

        width: min(220px, 68vw);

    }

    .delivery-section {

        padding: 45px 12px;

    }

    .delivery-container {

        padding: 24px 16px;

    }

    .contact-card {

        min-height: 84px;

        padding: 14px;

    }

    .business-contact-box {

        align-items: flex-start;

        padding: 15px;

    }

    .contact-logo {

        width: 54px;

        height: 54px;

        min-width: 54px;

    }

    .footer-links {

        gap: 8px 14px;

    }

    .floating-cart-button {

        right: 12px;

        bottom: 12px;

        min-height: 46px;

        padding: 10px 13px;

    }

}

/* Very small phones */

@media (max-width: 380px) {

    .brand-logo {

        width: 43px;

        height: 43px;

        flex-basis: 43px;

    }

    .brand-name {

        font-size: 15px;

    }

    .brand-subtitle {

        font-size: 10px;

    }

    .brand-tagline {

        display: none;

    }

    .mobile-cart,

    .menu-button {

        width: 37px;

        height: 37px;

    }

    .home-slider {

        height: 265px;

    }

    .slide-overlay p {

        display: none;

    }

    .home-search-form {

        grid-template-columns: 1fr;

    }

    .home-search-input,

    .home-search-button,

    .home-search-clear {

        grid-column: 1;

    }

    .business-contact-box {

        flex-direction: column;

        text-align: center;

        align-items: center;

    }

    .business-contact-text {

        text-align: center;

    }

}

/* Tablets */

@media (min-width: 600px) and (max-width: 899px) {

    .product-category-grid,

    .gallery-grid,

    .home-search-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr));

    }

    .home-slider {

        height: 390px;

    }

}

/* Touch devices should not depend on hover effects. */

@media (hover: none) and (pointer: coarse) {

    .category-card:hover,

    .contact-card:hover,

    .primary-button:hover,

    .home-search-category-button:hover {

        transform: none;

    }

}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {

    html {

        scroll-behavior: auto;

    }

    *,

    *::before,

    *::after {

        animation-duration: .01ms !important;

        animation-iteration-count: 1 !important;

        transition-duration: .01ms !important;

        scroll-behavior: auto !important;

    }

}

/* Desktop navigation: fixed on every page and a cart icon beside Cart. */

@media (min-width: 901px) {

    html, body { overflow-x: clip !important; }

    html body { padding-top: 96px !important; }

    html { scroll-padding-top: 104px; }

    html body > .site-header {

        position: fixed !important;

        top: 0 !important; left: 0 !important; right: 0 !important;

        width: 100% !important; z-index: 5000 !important;

    }

    .main-nav .desktop-cart { display: inline-flex !important; align-items: center; gap: 6px; }

}

