/*
Theme Name: SHIVI One Page Order Theme
Theme URI: https://shivifresh.com/
Description: One-page mango sales flow with WooCommerce products, cart, checkout, collection/delivery logic, and WhatsApp confirmation. Requires the free Storefront parent theme.
Author: By Rushi
Template: storefront
Version: 1.4.13
Text Domain: shivi-one-page-order
*/

:root {
    --shivi-mango: #FF9933;
    --shivi-mango-dark: #D97000;
    --shivi-green: #138A42;
    --shivi-green-dark: #0C6B31;
    --shivi-cream: #FFF8EC;
    --shivi-soft: #FFF3DF;
    --shivi-border: #F0D2AA;
    --shivi-text: #2B1A08;
    --shivi-muted: #6D5A43;
    --shivi-white: #FFFFFF;
    --shivi-shadow: 0 18px 45px rgba(120, 72, 24, 0.14);
    --shivi-radius: 22px;
}

* {
    box-sizing: border-box;
}

body {
    color: var(--shivi-text);
    background:
        radial-gradient(circle at top left, rgba(255, 153, 51, 0.18), transparent 34%),
        linear-gradient(180deg, #fffaf0 0%, #fff4df 42%, #fffaf0 100%);
    font-size: 16px;
    line-height: 1.55;
}

body,
button,
input,
textarea,
select {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: var(--shivi-mango-dark);
}

a:hover,
a:focus {
    color: var(--shivi-green-dark);
}

#masthead.site-header,
#colophon.site-footer {
    display: none !important;
}

body.home.wp-child-theme-shivi-one-page-order-theme #content,
body.page-template-SHIVI-ONE-PAGE-ORDER-WOOCOMMERCE-php #content,
body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme #content,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme #content,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme #content {
    padding-top: 0;
}

body.home.wp-child-theme-shivi-one-page-order-theme #content > .col-full,
body.page-template-SHIVI-ONE-PAGE-ORDER-WOOCOMMERCE-php #content > .col-full,
body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme #content > .col-full,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme #content > .col-full,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme #content > .col-full {
    max-width: none;
    margin: 0;
    padding: 0;
}

body.home.wp-child-theme-shivi-one-page-order-theme #primary,
body.page-template-SHIVI-ONE-PAGE-ORDER-WOOCOMMERCE-php #primary,
body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme #primary,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme #primary,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme #primary,
body.home.wp-child-theme-shivi-one-page-order-theme .content-area,
body.page-template-SHIVI-ONE-PAGE-ORDER-WOOCOMMERCE-php .content-area,
body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .content-area,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .content-area,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .content-area {
    width: 100%;
    margin: 0;
    float: none;
}

body.home.wp-child-theme-shivi-one-page-order-theme .storefront-handheld-footer-bar,
body.page-template-SHIVI-ONE-PAGE-ORDER-WOOCOMMERCE-php .storefront-handheld-footer-bar,
body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .storefront-handheld-footer-bar,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .storefront-handheld-footer-bar,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .storefront-handheld-footer-bar {
    display: none !important;
}

.site-header {
    background: rgba(255, 248, 236, 0.96);
    border-bottom: 1px solid rgba(240, 210, 170, 0.9);
    box-shadow: 0 10px 28px rgba(120, 72, 24, 0.08);
}

.site-branding .site-title a {
    color: var(--shivi-text);
    font-weight: 900;
    letter-spacing: -0.4px;
}

.site-branding .site-description {
    color: var(--shivi-muted);
    font-weight: 600;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a,
.site-header-cart .cart-contents {
    color: var(--shivi-text);
    font-weight: 800;
}

.main-navigation ul.menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:hover,
.site-header-cart .cart-contents:hover {
    color: var(--shivi-mango-dark);
}

.site-main,
.content-area {
    outline: none;
}

.storefront-breadcrumb,
.woocommerce-breadcrumb {
    color: var(--shivi-muted);
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-block-button__link {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--shivi-green), var(--shivi-green-dark));
    color: var(--shivi-white) !important;
    font-weight: 900;
    padding: 0.85em 1.45em;
    box-shadow: 0 12px 26px rgba(19, 138, 66, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.added_to_cart:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-block-button__link:hover {
    background: linear-gradient(135deg, var(--shivi-green-dark), #084d23);
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(19, 138, 66, 0.28);
}

input,
select,
textarea {
    border: 1px solid #E5C89C;
    background: #FFFDF9;
    border-radius: 12px;
    min-height: 44px;
    padding: 10px 12px;
    color: var(--shivi-text);
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--shivi-mango);
    box-shadow: 0 0 0 4px rgba(255, 153, 51, 0.15);
    outline: none;
}

/* Homepage */
.shivi-home {
    width: 100%;
}

.shivi-container {
    width: min(1160px, calc(100% - 28px));
    margin: 0 auto;
}

.shivi-top-notice {
    background: var(--shivi-green);
    color: #fff;
    text-align: center;
    padding: 9px 12px;
    font-weight: 900;
    font-size: 14px;
}

.shivi-site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(255, 248, 236, 0.96);
    border-bottom: 1px solid rgba(240, 210, 170, 0.9);
    box-shadow: 0 10px 28px rgba(120, 72, 24, 0.08);
    backdrop-filter: blur(10px);
}

.shivi-header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.shivi-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--shivi-text);
    text-decoration: none;
}

.shivi-brand:hover,
.shivi-brand:focus {
    color: var(--shivi-text);
}

.shivi-brand-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--shivi-mango), #FFD47A);
    box-shadow: 0 12px 24px rgba(217, 112, 0, 0.22);
    font-size: 27px;
}

.shivi-brand strong {
    display: block;
    color: var(--shivi-text);
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
}

.shivi-brand span span {
    display: block;
    color: var(--shivi-muted);
    font-size: 12px;
    font-weight: 800;
    margin-top: 3px;
}

.shivi-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.shivi-nav a {
    text-decoration: none;
    color: var(--shivi-text);
    font-weight: 900;
    font-size: 14px;
    padding: 11px 12px;
    border-radius: 999px;
}

.shivi-nav a:hover,
.shivi-nav a:focus {
    background: var(--shivi-soft);
    color: var(--shivi-mango-dark);
}

.shivi-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shivi-cart-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--shivi-green), var(--shivi-green-dark));
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(19, 138, 66, 0.22);
}

.shivi-cart-chip:hover,
.shivi-cart-chip:focus {
    color: #fff;
    background: linear-gradient(135deg, var(--shivi-green-dark), #084d23);
}

.shivi-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: var(--shivi-soft);
    color: var(--shivi-text) !important;
    font-weight: 900;
    cursor: pointer;
    box-shadow: none;
}

.shivi-hero {
    position: relative;
    margin: 0 0 30px;
    padding: clamp(40px, 7vw, 86px) 0;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(103, 57, 0, 0.78), rgba(103, 57, 0, 0.34)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 34%),
        linear-gradient(135deg, #FF9933, #FFD47A),
        url("https://www.jotform.com/uploads/pglprofit9/form_files/unnamed_16f70ddd0034e7f6a20c03f693b90b8e.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.shivi-hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -90px -10%;
    height: 180px;
    background: var(--shivi-cream);
    transform: rotate(-2deg);
}

.shivi-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 34px;
    align-items: center;
}

.shivi-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 999px;
    margin-bottom: 18px;
    color: #fff;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.28);
    font-size: 13px;
    font-weight: 900;
}

.shivi-hero h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(36px, 6vw, 70px);
    line-height: 1.02;
    letter-spacing: -1.8px;
    font-weight: 900;
}

.shivi-hero p {
    max-width: 660px;
    margin: 0 0 26px;
    color: rgba(255,255,255,0.94);
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 600;
}

.shivi-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.shivi-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85em 1.45em;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.45);
    background: rgba(255,255,255,0.18);
    color: #fff !important;
    font-weight: 900;
    text-decoration: none;
}

.shivi-hero-card {
    position: relative;
    padding: 22px;
    border-radius: 30px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.32);
    box-shadow: 0 24px 54px rgba(77, 44, 0, 0.22);
    backdrop-filter: blur(10px);
}

.shivi-hero-card-inner {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255,248,236,0.96);
    color: var(--shivi-text);
}

.shivi-hero-card h2 {
    margin-top: 0;
    color: var(--shivi-mango-dark);
    font-size: 24px;
}

.shivi-hero-card ul {
    margin: 0;
    padding-left: 20px;
    color: var(--shivi-muted);
    font-weight: 700;
}

.shivi-hero-card li {
    margin: 8px 0;
}

.shivi-mango-notice {
    background: linear-gradient(135deg, #fff8ed, #ffffff);
    border: 1px solid var(--shivi-border);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(126, 75, 8, 0.07);
}

.shivi-mango-notice h2 {
    margin: 0 0 10px;
    color: #0066cc;
    font-size: 20px;
}

.shivi-mango-notice p {
    margin: 7px 0;
    color: var(--shivi-muted);
}

.shivi-section {
    padding: clamp(28px, 5vw, 58px) 0;
    scroll-margin-top: 118px;
}

.shivi-section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 28px;
}

.shivi-section-header h2 {
    margin: 0 0 10px;
    color: var(--shivi-text);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.05;
    letter-spacing: -1px;
}

.shivi-section-header p {
    margin: 0;
    color: var(--shivi-muted);
    font-size: 17px;
    font-weight: 600;
}

.shivi-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}

.shivi-feature {
    padding: 22px;
    border-radius: var(--shivi-radius);
    background: #fff;
    border: 1px solid var(--shivi-border);
    box-shadow: 0 12px 30px rgba(120, 72, 24, 0.08);
}

.shivi-feature-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    margin-bottom: 14px;
    background: #F3FFF7;
    color: var(--shivi-green-dark);
    font-size: 24px;
}

.shivi-feature h3 {
    margin: 0 0 8px;
    color: var(--shivi-mango-dark);
    font-size: 20px;
}

.shivi-feature p {
    margin: 0;
    color: var(--shivi-muted);
}

.shivi-product-band {
    background: rgba(255,255,255,0.64);
    border-top: 1px solid rgba(240,210,170,0.8);
    border-bottom: 1px solid rgba(240,210,170,0.8);
}

/* WooCommerce Product Cards */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    display: flex;
    flex-direction: column;
    padding: 16px !important;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--shivi-border);
    box-shadow: 0 14px 36px rgba(120, 72, 24, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(120, 72, 24, 0.16);
}

.woocommerce ul.products li.product img {
    width: 100%;
    aspect-ratio: 1 / 0.78;
    object-fit: cover;
    border-radius: 18px;
    background: var(--shivi-soft);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--shivi-mango-dark);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.woocommerce ul.products li.product .price {
    color: var(--shivi-green-dark);
    font-size: 22px;
    font-weight: 900;
}

.woocommerce span.onsale {
    background: var(--shivi-green);
    border: 0;
    color: #fff;
}

.shivi-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.shivi-product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--shivi-border);
    box-shadow: 0 14px 36px rgba(120, 72, 24, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shivi-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(120, 72, 24, 0.16);
}

.shivi-product-image {
    display: block;
    position: relative;
    background: var(--shivi-soft);
    overflow: hidden;
}

.shivi-product-image img,
.shivi-mango-art {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.shivi-mango-art {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 46% 48%, rgba(255, 212, 122, 0.92) 0 24%, rgba(255, 153, 51, 0.95) 25% 52%, rgba(19, 138, 66, 0.18) 53% 55%, transparent 56%),
        linear-gradient(135deg, #fff3df, #fffaf0);
}

.shivi-mango-art::before,
.shivi-mango-art::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.shivi-mango-art::before {
    width: 44%;
    height: 62%;
    left: 27%;
    top: 18%;
    background: linear-gradient(135deg, #FFD47A, #FF9933 58%, #D97000);
    transform: rotate(-18deg);
    box-shadow: 0 18px 38px rgba(217, 112, 0, 0.26);
}

.shivi-mango-art::after {
    width: 20%;
    height: 10%;
    left: 53%;
    top: 17%;
    background: #138A42;
    transform: rotate(-24deg);
}

.shivi-product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.shivi-product-content h3 {
    margin: 0 0 8px;
    color: var(--shivi-mango-dark);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.shivi-product-content h3 a {
    color: inherit;
    text-decoration: none;
}

.shivi-product-desc {
    min-height: 48px;
    color: var(--shivi-muted);
    font-weight: 600;
}

.shivi-product-desc p {
    margin: 0 0 10px;
}

.shivi-price-line {
    margin: auto 0 14px;
}

.shivi-price {
    color: var(--shivi-green-dark);
    font-size: 22px;
    font-weight: 900;
}

.shivi-product-form {
    display: grid;
    grid-template-columns: minmax(94px, 0.34fr) minmax(0, 1fr);
    gap: 10px;
    align-items: end;
}

.shivi-quantity {
    display: grid;
    gap: 5px;
    margin: 0;
    color: var(--shivi-muted);
    font-size: 13px;
    font-weight: 900;
}

.shivi-quantity select {
    min-height: 48px;
    border-radius: 14px;
}

.shivi-product-form .button,
.shivi-product-card > .button,
.shivi-product-content > .button {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 16px;
}

.shivi-empty-products {
    grid-column: 1 / -1;
    padding: 24px;
    border: 1px solid var(--shivi-border);
    border-radius: 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 12px 30px rgba(120, 72, 24, 0.08);
}

.shivi-empty-products h3 {
    margin-top: 0;
    color: var(--shivi-mango-dark);
}

.shivi-info-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.shivi-info-pill {
    padding: 14px;
    border-radius: 18px;
    background: #F3FFF7;
    border: 1px solid rgba(19, 138, 66, 0.18);
    color: var(--shivi-green-dark);
    text-align: center;
    font-weight: 900;
}

.shivi-how-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    counter-reset: step;
}

.shivi-step {
    position: relative;
    padding: 24px 18px;
    border-radius: var(--shivi-radius);
    background: #fff;
    border: 1px solid var(--shivi-border);
    box-shadow: 0 12px 30px rgba(120, 72, 24, 0.08);
}

.shivi-step::before {
    counter-increment: step;
    content: counter(step);
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--shivi-mango);
    color: #fff;
    font-weight: 900;
}

.shivi-step h3 {
    margin: 0 0 8px;
    color: var(--shivi-text);
    font-size: 18px;
}

.shivi-step p {
    margin: 0;
    color: var(--shivi-muted);
}

.shivi-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 5vw, 54px);
    border-radius: 32px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 36%),
        linear-gradient(135deg, var(--shivi-green), var(--shivi-green-dark));
    box-shadow: var(--shivi-shadow);
}

.shivi-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(28px, 4vw, 44px);
}

.shivi-cta p {
    margin: 0 0 22px;
    color: rgba(255,255,255,0.9);
    font-weight: 700;
}

.shivi-cta .button {
    background: #fff;
    color: var(--shivi-green-dark) !important;
}

#checkout .shivi-container {
    width: min(1240px, calc(100% - 28px));
}

.shivi-checkout-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

.shivi-panel {
    border-radius: 24px;
    border: 1px solid var(--shivi-border);
    background: rgba(255,255,255,0.96);
    box-shadow: 0 14px 36px rgba(120, 72, 24, 0.1);
    padding: 18px;
}

.shivi-panel h3 {
    margin: 0 0 14px;
    color: var(--shivi-mango-dark);
    font-size: 22px;
}

.shivi-panel .woocommerce {
    margin: 0;
}

.shivi-cart-panel .woocommerce-cart-form {
    overflow: hidden;
    padding: 0;
}

.shivi-cart-panel table.shop_table {
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
}

.shivi-cart-panel table.shop_table th {
    padding: 16px;
    background: var(--shivi-soft);
    color: var(--shivi-text);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.shivi-cart-panel table.shop_table td {
    padding: 16px;
    border-top: 1px solid rgba(240, 210, 170, 0.7);
    color: var(--shivi-text);
    vertical-align: middle;
}

.shivi-cart-panel table.cart td.product-name a {
    color: var(--shivi-text);
    font-weight: 900;
    text-decoration: none;
}

.shivi-cart-panel table.cart td.product-thumbnail img {
    width: 76px;
    height: 76px;
    border-radius: 16px;
    object-fit: cover;
}

.shivi-cart-panel .quantity .qty {
    width: 84px;
    min-height: 42px;
    text-align: center;
    font-weight: 900;
}

.shivi-cart-panel table.cart td.actions {
    background: #FFFDF9;
}

.shivi-cart-panel table.cart td.actions .coupon {
    display: flex;
    gap: 10px;
    align-items: center;
}

.shivi-cart-panel table.cart td.actions .coupon .input-text {
    min-width: 220px;
}

.shivi-cart-panel .woocommerce-cart-form,
.shivi-cart-panel .cart_totals,
.shivi-checkout-panel .woocommerce-checkout-review-order,
.shivi-checkout-panel .woocommerce-checkout-payment {
    box-shadow: none;
}

.shivi-cart-panel .cart-collaterals {
    margin-top: 22px;
}

.shivi-cart-panel .cart-collaterals .cart_totals {
    float: none;
    width: min(520px, 100%);
    margin-left: auto;
    padding: 22px;
}

.shivi-cart-panel .cart_totals h2 {
    margin: 0 0 14px;
    color: var(--shivi-mango-dark);
    font-size: 24px;
    font-weight: 900;
}

.shivi-cart-panel .cart_totals table {
    margin: 0 0 16px;
}

.shivi-cart-panel .cart_totals th,
.shivi-cart-panel .cart_totals td {
    padding: 12px 0;
    border-top: 1px solid rgba(240, 210, 170, 0.75);
}

.shivi-cart-panel .wc-proceed-to-checkout {
    display: none;
}

.shivi-cart-panel .return-to-shop {
    display: none;
}

.shivi-empty-checkout {
    padding: 18px;
    border-radius: 18px;
    background: #F3FFF7;
    border: 1px solid rgba(19, 138, 66, 0.18);
}

.shivi-empty-checkout p {
    margin: 0 0 14px;
    color: var(--shivi-green-dark);
    font-weight: 800;
}

.shivi-checkout-panel .woocommerce form.checkout {
    display: flow-root;
}

.shivi-checkout-panel .woocommerce-checkout .col2-set {
    float: left;
    width: calc(62% - 18px);
    margin-right: 36px;
}

.shivi-checkout-panel #order_review_heading,
.shivi-checkout-panel #order_review {
    float: right;
    clear: right;
    width: calc(38% - 18px);
}

.shivi-checkout-panel #order_review_heading {
    margin-top: 0;
}

.shivi-checkout-panel #order_review {
    border-radius: 22px;
    border: 1px solid var(--shivi-border);
    background: rgba(255, 255, 255, 0.98);
    overflow: hidden;
}

.shivi-checkout-panel #order_review table.shop_table {
    margin-bottom: 0;
}

.shivi-checkout-panel #place_order {
    width: 100%;
    min-height: 58px;
    font-size: 20px;
    line-height: 1.2;
    white-space: normal;
}

.shivi-footer {
    padding: 26px 0 86px;
    background: var(--shivi-text);
    color: rgba(255,255,255,0.82);
}

.shivi-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.shivi-footer strong {
    color: #fff;
}

.shivi-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.shivi-footer a {
    color: #FFD47A;
    font-weight: 800;
    text-decoration: none;
}

.shivi-mobile-total-bar {
    display: none;
}

.smw-checkout-box,
.smw-whatsapp-box,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-checkout-payment,
.woocommerce-order,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
    border-radius: 22px;
    border: 1px solid var(--shivi-border);
    background: rgba(255,255,255,0.96);
    box-shadow: 0 12px 30px rgba(120, 72, 24, 0.08);
}

.smw-checkout-box,
.smw-whatsapp-box,
.woocommerce-checkout-review-order,
.woocommerce-checkout-payment,
.woocommerce-order {
    padding: 18px;
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: var(--shivi-green);
    background: #F3FFF7;
    color: var(--shivi-green-dark);
    font-weight: 800;
}

.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button) {
    color: var(--shivi-green-dark) !important;
    font-weight: 900;
    text-decoration: underline;
}

.woocommerce-info::before,
.woocommerce-message::before {
    color: var(--shivi-green);
}

.woocommerce-error {
    border-top-color: #B42318;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .woocommerce-info,
body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .woocommerce-message,
body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .woocommerce-error,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .woocommerce-info,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .woocommerce-message,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .woocommerce-error,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .woocommerce-info,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .woocommerce-message,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .woocommerce-error {
    width: min(1160px, calc(100% - 28px));
    margin: 22px auto;
    border: 1px solid rgba(19, 138, 66, 0.18);
    border-top: 0;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(120, 72, 24, 0.08);
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .woocommerce-error,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .woocommerce-error,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .woocommerce-error {
    border-color: rgba(180, 35, 24, 0.22);
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .woocommerce-message .button,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .woocommerce-message .button,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .woocommerce-message .button {
    margin-left: 14px;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .storefront-breadcrumb,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .storefront-breadcrumb,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .storefront-breadcrumb {
    display: none;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .site-main,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .site-main,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .site-main {
    padding-bottom: clamp(42px, 7vw, 82px);
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .entry-header,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .entry-header,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .entry-header {
    position: relative;
    overflow: hidden;
    margin: 0 0 clamp(24px, 4vw, 44px);
    padding: clamp(32px, 5.5vw, 62px) 14px;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(19, 138, 66, 0.96), rgba(12, 107, 49, 0.96)),
        radial-gradient(circle at top right, rgba(255, 212, 122, 0.24), transparent 34%);
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .entry-header::after,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .entry-header::after,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .entry-header::after {
    content: "Fresh Indian mangoes, secure checkout, clear delivery options.";
    display: block;
    width: min(620px, calc(100% - 28px));
    margin: 10px auto 0;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 800;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .entry-title,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .entry-title,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .entry-title {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.04;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .entry-content,
body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .entry-content,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .entry-content {
    width: min(1160px, calc(100% - 28px));
    margin: 0 auto;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .woocommerce {
    display: block;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .cart-empty,
body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .wc-empty-cart-message .woocommerce-info {
    max-width: 760px;
    margin: 0 auto 20px;
    padding: 22px 24px 22px 58px;
    border: 1px solid rgba(19, 138, 66, 0.16);
    border-top: 0;
    border-radius: 22px;
    background: #F3FFF7;
    box-shadow: 0 14px 34px rgba(120, 72, 24, 0.1);
    color: var(--shivi-green-dark) !important;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .return-to-shop {
    text-align: center;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .return-to-shop .button {
    min-width: 190px;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .woocommerce-cart-form,
body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .cart_totals {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--shivi-border);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 34px rgba(120, 72, 24, 0.1);
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .woocommerce-cart-form {
    padding: 0;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.shop_table {
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.shop_table th {
    padding: 16px;
    background: var(--shivi-soft);
    color: var(--shivi-text);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.shop_table td {
    padding: 16px;
    border-top: 1px solid rgba(240, 210, 170, 0.7);
    color: var(--shivi-text);
    vertical-align: middle;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.product-name a {
    color: var(--shivi-text);
    font-weight: 900;
    text-decoration: none;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.product-thumbnail img {
    width: 76px;
    height: 76px;
    border-radius: 16px;
    object-fit: cover;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.product-remove a {
    color: #B42318;
    font-weight: 900;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .quantity .qty {
    width: 84px;
    min-height: 42px;
    text-align: center;
    font-weight: 900;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.actions {
    background: #FFFDF9;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.actions .coupon {
    display: flex;
    gap: 10px;
    align-items: center;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.actions .coupon .input-text {
    min-width: 220px;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .cart-collaterals {
    margin-top: 22px;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .cart-collaterals .cart_totals {
    float: none;
    width: min(470px, 100%);
    margin-left: auto;
    padding: 22px;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .cart_totals h2 {
    margin: 0 0 14px;
    color: var(--shivi-mango-dark);
    font-size: 24px;
    font-weight: 900;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .cart_totals table {
    margin: 0 0 16px;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .cart_totals th,
body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .cart_totals td {
    padding: 12px 0;
    border-top: 1px solid rgba(240, 210, 170, 0.75);
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .wc-proceed-to-checkout {
    padding-bottom: 0;
}

body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    margin: 0;
    text-align: center;
}

body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .woocommerce,
body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .woocommerce {
    border-radius: 22px;
    border: 1px solid var(--shivi-border);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(120, 72, 24, 0.1);
    padding: clamp(16px, 3vw, 24px);
}

.smw-collection-points {
    columns: 2;
    column-gap: 28px;
    list-style: none;
    padding: 0;
    margin: 22px 0;
}

.smw-collection-points li {
    break-inside: avoid;
    margin: 0 0 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--shivi-border);
    color: var(--shivi-muted);
    font-weight: 700;
}

.site-footer {
    background: var(--shivi-text);
    color: rgba(255,255,255,0.8);
}

.site-footer a {
    color: #FFD47A;
}

@media (max-width: 980px) {
    .shivi-hero-inner {
        grid-template-columns: 1fr;
    }

    .shivi-feature-grid,
    .woocommerce ul.products,
    .shivi-products,
    .shivi-info-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shivi-checkout-layout {
        grid-template-columns: 1fr;
    }

    .shivi-checkout-panel .woocommerce-checkout .col2-set,
    .shivi-checkout-panel #order_review_heading,
    .shivi-checkout-panel #order_review {
        float: none;
        clear: none;
        width: 100%;
        margin-right: 0;
    }

    .shivi-checkout-panel #order_review_heading {
        margin-top: 26px;
    }

    .shivi-how-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shivi-product-image img,
    .shivi-mango-art {
        height: 230px;
    }
}

@media (max-width: 700px) {
    body {
        background: #FFF8EC;
    }

    .site-header {
        padding-top: 8px;
    }

    .shivi-header-inner {
        min-height: 68px;
        gap: 10px;
    }

    .shivi-brand {
        min-width: 0;
        gap: 9px;
    }

    .shivi-brand-mark {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 23px;
    }

    .shivi-brand strong {
        font-size: 21px;
    }

    .shivi-brand span span {
        max-width: 185px;
    }

    .shivi-nav {
        position: absolute;
        left: 11px;
        right: 11px;
        top: calc(100% + 8px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 10px;
        border: 1px solid var(--shivi-border);
        border-radius: 18px;
        background: rgba(255, 248, 236, 0.98);
        box-shadow: var(--shivi-shadow);
    }

    .shivi-nav.open {
        display: flex;
    }

    .shivi-nav a {
        border-radius: 14px;
    }

    .shivi-menu-toggle {
        display: inline-grid;
        place-items: center;
    }

    .site-branding .site-title {
        font-size: 24px;
    }

    .shivi-container {
        width: min(100% - 22px, 1160px);
    }

    .shivi-hero {
        padding: 34px 0 58px;
    }

    .shivi-hero h1 {
        font-size: clamp(32px, 11.5vw, 48px);
    }

    .shivi-hero p {
        font-size: 16px;
    }

    .shivi-hero-card {
        padding: 12px;
        border-radius: 24px;
    }

    .shivi-hero-card-inner {
        padding: 18px;
    }

    .shivi-hero-actions {
        flex-direction: column;
    }

    .shivi-hero-actions .button,
    .shivi-button-secondary {
        width: 100%;
        min-height: 50px;
    }

    .shivi-feature-grid,
    .woocommerce ul.products,
    .shivi-products,
    .shivi-info-strip,
    .shivi-how-grid {
        grid-template-columns: 1fr;
    }

    .shivi-product-form {
        grid-template-columns: 1fr;
    }

    .shivi-product-image img,
    .shivi-mango-art {
        height: 215px;
    }

    .woocommerce ul.products li.product {
        border-radius: 20px;
    }

    .woocommerce ul.products li.product img {
        aspect-ratio: 1 / 0.72;
    }

    .smw-collection-points {
        columns: 1;
    }

    input,
    select,
    textarea,
    .button,
    button,
    input[type="submit"] {
        font-size: 16px;
    }

    .col2-set .col-1,
    .col2-set .col-2 {
        width: 100%;
        float: none;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .entry-header,
    body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .entry-header,
    body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .entry-header {
        padding: 28px 14px 30px;
        text-align: left;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .woocommerce-message .button,
    body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .woocommerce-message .button,
    body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .woocommerce-message .button {
        display: flex;
        float: none;
        justify-content: center;
        width: 100%;
        margin: 12px 0 0;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .entry-header::after,
    body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .entry-header::after,
    body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .entry-header::after {
        width: min(100% - 22px, 1160px);
        margin-left: auto;
        margin-right: auto;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .entry-title,
    body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .entry-title,
    body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .entry-title {
        width: min(100% - 22px, 1160px);
        margin-left: auto;
        margin-right: auto;
        font-size: 36px;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .entry-content,
    body.woocommerce-checkout.wp-child-theme-shivi-one-page-order-theme .entry-content,
    body.woocommerce-account.wp-child-theme-shivi-one-page-order-theme .entry-content {
        width: min(100% - 22px, 1160px);
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .cart-empty,
    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .wc-empty-cart-message .woocommerce-info {
        padding: 18px 18px 18px 52px;
        text-align: left;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .woocommerce-cart-form {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.shop_table thead {
        display: none;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.shop_table,
    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.shop_table tbody,
    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.shop_table tr,
    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.shop_table td {
        display: block;
        width: 100%;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.shop_table tr.cart_item {
        position: relative;
        margin-bottom: 12px;
        border: 1px solid var(--shivi-border);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 10px 24px rgba(120, 72, 24, 0.08);
        overflow: hidden;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.shop_table td {
        position: relative;
        min-height: 44px;
        padding: 13px 14px;
        border-top: 1px solid rgba(240, 210, 170, 0.65);
        text-align: right;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.shop_table td::before {
        float: left;
        color: var(--shivi-muted);
        font-weight: 900;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.product-remove {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
        width: auto;
        min-height: 0;
        padding: 0;
        border: 0;
        text-align: right;
        background: transparent;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.product-remove a.remove {
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
        border-radius: 999px;
        background: #fff;
        color: #B42318 !important;
        box-shadow: 0 8px 18px rgba(120, 72, 24, 0.14);
        line-height: 1;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.product-thumbnail {
        padding-top: 26px;
        text-align: center;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.product-thumbnail::before,
    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.product-remove::before,
    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.actions::before {
        content: "";
        display: none;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.product-thumbnail img {
        width: 100%;
        height: auto;
        max-height: 190px;
        border-radius: 16px;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.actions {
        margin-top: 12px;
        border: 1px solid var(--shivi-border);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 10px 24px rgba(120, 72, 24, 0.08);
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.actions .coupon {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 10px;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.actions .coupon .input-text,
    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme table.cart td.actions .button {
        width: 100%;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .cart-collaterals .cart_totals {
        width: 100%;
        margin-left: 0;
        padding: 18px;
    }

    body.woocommerce-cart.wp-child-theme-shivi-one-page-order-theme .wc-proceed-to-checkout .checkout-button {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 20px;
        line-height: 1.2;
        white-space: nowrap;
    }

    #checkout .shivi-container {
        width: min(100% - 22px, 1160px);
    }

    .shivi-panel {
        padding: 16px;
    }

    .shivi-cart-panel .woocommerce-cart-form {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .shivi-cart-panel table.shop_table thead {
        display: none;
    }

    .shivi-cart-panel table.shop_table,
    .shivi-cart-panel table.shop_table tbody,
    .shivi-cart-panel table.shop_table tr,
    .shivi-cart-panel table.shop_table td {
        display: block;
        width: 100%;
    }

    .shivi-cart-panel table.shop_table tr.cart_item {
        position: relative;
        margin-bottom: 12px;
        border: 1px solid var(--shivi-border);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 10px 24px rgba(120, 72, 24, 0.08);
        overflow: hidden;
    }

    .shivi-cart-panel table.shop_table td {
        position: relative;
        min-height: 44px;
        padding: 13px 14px;
        border-top: 1px solid rgba(240, 210, 170, 0.65);
        text-align: right;
    }

    .shivi-cart-panel table.shop_table td::before {
        float: left;
        color: var(--shivi-muted);
        font-weight: 900;
    }

    .shivi-cart-panel table.cart td.product-remove {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
        width: auto;
        min-height: 0;
        padding: 0;
        border: 0;
        text-align: right;
        background: transparent;
    }

    .shivi-cart-panel table.cart td.product-remove a.remove {
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
        border-radius: 999px;
        background: #fff;
        color: #B42318 !important;
        box-shadow: 0 8px 18px rgba(120, 72, 24, 0.14);
        line-height: 1;
    }

    .shivi-cart-panel table.cart td.product-thumbnail {
        padding-top: 26px;
        text-align: center;
    }

    .shivi-cart-panel table.cart td.product-thumbnail::before,
    .shivi-cart-panel table.cart td.product-remove::before,
    .shivi-cart-panel table.cart td.actions::before {
        content: "";
        display: none;
    }

    .shivi-cart-panel table.cart td.product-thumbnail img {
        width: 88px;
        height: 88px;
        max-height: none;
        border-radius: 16px;
    }

    .shivi-cart-panel table.cart td.actions {
        margin-top: 12px;
        border: 1px solid var(--shivi-border);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 10px 24px rgba(120, 72, 24, 0.08);
    }

    .shivi-cart-panel table.cart td.actions .coupon {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 10px;
    }

    .shivi-cart-panel table.cart td.actions .coupon .input-text,
    .shivi-cart-panel table.cart td.actions .button,
    .shivi-cart-panel table.cart td.actions > .button {
        width: 100%;
    }

    .shivi-cart-panel .cart-collaterals .cart_totals {
        width: 100%;
        margin-left: 0;
        padding: 18px;
    }

    .shivi-checkout-panel .form-row-first,
    .shivi-checkout-panel .form-row-last {
        float: none;
        width: 100%;
    }

    .shivi-checkout-panel #place_order {
        font-size: 18px;
        white-space: normal;
    }

    .shivi-footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .shivi-footer-links {
        justify-content: center;
    }

    .shivi-mobile-total-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid var(--shivi-border);
        box-shadow: 0 -10px 28px rgba(126, 75, 8, 0.12);
        backdrop-filter: blur(10px);
    }

    .shivi-mobile-total-bar > div > span {
        display: block;
        color: var(--shivi-muted);
        font-size: 12px;
        font-weight: 800;
    }

    .shivi-mobile-total-bar strong {
        display: block;
        color: var(--shivi-green-dark);
        font-size: 18px;
        line-height: 1.1;
    }

    .shivi-mobile-total-bar .amount,
    .shivi-mobile-total-bar .woocommerce-Price-currencySymbol {
        display: inline;
    }

    .shivi-mobile-total-bar .button {
        min-height: 44px;
        padding: 0 14px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .shivi-container {
        width: min(100% - 16px, 1160px);
    }

    .shivi-section-header h2,
    .shivi-cta h2 {
        font-size: 28px;
    }

    .shivi-feature,
    .shivi-step,
    .shivi-cta {
        border-radius: 18px;
    }

    .shivi-cart-label {
        display: none;
    }

    .shivi-brand span span {
        display: none;
    }

    .shivi-brand strong {
        font-size: 20px;
    }
}
