body.woocommerce,
body.woocommerce-page {
    background: #f6f4ee;
}

body.woocommerce-shop #pxl-main,
body.tax-product_cat #pxl-main,
body.tax-product_tag #pxl-main {
    padding: 46px 0 72px !important;
}

.gardenart-shop-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.woocommerce-cart .gardenart-shop-container,
body.woocommerce-checkout .gardenart-shop-container {
    max-width: 1200px !important;
}

body.post-type-archive-product .gardenart-shop-container > .row,
body.tax-product_cat .gardenart-shop-container > .row,
body.tax-product_tag .gardenart-shop-container > .row {
    display: block !important;
}

body.post-type-archive-product #pxl-content-area,
body.tax-product_cat #pxl-content-area,
body.tax-product_tag #pxl-content-area {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

body.post-type-archive-product #pxl-sidebar-area,
body.tax-product_cat #pxl-sidebar-area,
body.tax-product_tag #pxl-sidebar-area {
    display: none !important;
}

.gardenart-shop-container #pxl-content-main {
    padding-top: 0;
    padding-bottom: 0;
}

.gardenart-shop-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: end;
    margin: 16px 0 34px;
    padding: 42px;
    overflow: hidden;
    border: 1px solid rgba(23, 54, 32, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(237, 244, 231, 0.86)),
        url("/garden-art/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-19-at-4.50.45-PM.jpeg");
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 70px rgba(22, 45, 29, 0.10);
}

.gardenart-shop-eyebrow,
.gardenart-product-card__category,
.gardenart-single-product-heading__categories {
    display: block;
    color: #6a7b36;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}

.gardenart-shop-hero h1 {
    margin: 8px 0 12px;
    color: #122b18;
    font-size: 48px;
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: 0;
}

.gardenart-shop-hero p {
    max-width: 670px;
    margin: 0;
    color: #475044;
    font-size: 17px;
    line-height: 1.65;
}

.gardenart-shop-hero__stats {
    min-width: 174px;
    padding: 24px;
    border: 1px solid rgba(18, 43, 24, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
    backdrop-filter: blur(8px);
}

.gardenart-shop-hero__stats span {
    display: block;
    color: #122b18;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}

.gardenart-shop-hero__stats small {
    display: block;
    margin-top: 8px;
    color: #5d6657;
    font-size: 13px;
    line-height: 1.35;
}

.woocommerce .pxl-shop-topbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 28px;
    padding: 16px 18px;
    border: 1px solid rgba(23, 54, 32, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 38px rgba(22, 45, 29, 0.06);
}

.gardenart-shop-breadcrumb {
    display: grid;
    gap: 8px;
    margin: 0 0 18px;
    padding: 20px 22px;
    border: 1px solid rgba(23, 54, 32, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 38px rgba(22, 45, 29, 0.05);
}

.gardenart-shop-breadcrumb nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #6a7b36;
    font-size: 13px;
    font-weight: 800;
}

.gardenart-shop-breadcrumb nav a {
    color: #445722;
}

.gardenart-shop-breadcrumb nav strong {
    color: #122b18;
}

.gardenart-shop-breadcrumb h1 {
    margin: 0;
    color: #122b18;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 850;
    letter-spacing: 0;
}

.gardenart-shop-toolbar {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin: 0 0 28px;
    padding: 16px 18px;
    border: 1px solid rgba(23, 54, 32, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 38px rgba(22, 45, 29, 0.06);
}

.gardenart-shop-toolbar__count .woocommerce-result-count {
    margin: 0;
    color: #4b5549;
    font-size: 14px;
    font-weight: 700;
}

.gardenart-shop-toolbar__controls {
    display: flex;
    gap: 14px;
    align-items: end;
}

.gardenart-category-filter {
    display: grid;
    gap: 6px;
    margin: 0;
}

.gardenart-category-filter span {
    color: #52614d;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.gardenart-category-filter select,
.gardenart-shop-toolbar .woocommerce-ordering select {
    min-width: 220px;
    min-height: 46px;
    padding: 0 42px 0 16px;
    border: 1px solid rgba(18, 43, 24, 0.18);
    border-radius: 8px;
    background-color: #fff;
    color: #243625;
    font-size: 14px;
    font-weight: 700;
}

.gardenart-shop-toolbar .woocommerce-ordering {
    margin: 0;
}

.woocommerce .pxl-shop-topbar-wrap .woocommerce-result-count,
.woocommerce .pxl-shop-topbar-wrap .number-result {
    margin: 0;
    color: #4b5549;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

.woocommerce .woocommerce-ordering select {
    min-height: 44px;
    padding: 0 42px 0 16px;
    border: 1px solid rgba(18, 43, 24, 0.18);
    border-radius: 8px;
    background-color: #fff;
    color: #243625;
    font-size: 14px;
    font-weight: 600;
}

body.post-type-archive-product.woocommerce ul.products,
body.tax-product_cat.woocommerce ul.products,
body.tax-product_tag.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(240px, 1fr)) !important;
    gap: 28px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

body.post-type-archive-product.woocommerce ul.products::before,
body.post-type-archive-product.woocommerce ul.products::after,
body.tax-product_cat.woocommerce ul.products::before,
body.tax-product_cat.woocommerce ul.products::after,
body.tax-product_tag.woocommerce ul.products::before,
body.tax-product_tag.woocommerce ul.products::after {
    display: none !important;
    content: none !important;
}

body.post-type-archive-product.woocommerce ul.products.columns-4 li.product,
body.post-type-archive-product.woocommerce ul.products li.product,
body.tax-product_cat.woocommerce ul.products.columns-4 li.product,
body.tax-product_cat.woocommerce ul.products li.product,
body.tax-product_tag.woocommerce ul.products.columns-4 li.product,
body.tax-product_tag.woocommerce ul.products li.product {
    float: none !important;
    clear: none !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.post-type-archive-product.woocommerce ul.products li.product .woocommerce-product-inner,
body.tax-product_cat.woocommerce ul.products li.product .woocommerce-product-inner,
body.tax-product_tag.woocommerce ul.products li.product .woocommerce-product-inner {
    display: none !important;
}

body.post-type-archive-product.woocommerce ul.products li.product > .woocommerce-LoopProduct-link,
body.tax-product_cat.woocommerce ul.products li.product > .woocommerce-LoopProduct-link,
body.tax-product_tag.woocommerce ul.products li.product > .woocommerce-LoopProduct-link {
    display: none !important;
}

.gardenart-product-card {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(23, 54, 32, 0.10);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(22, 45, 29, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gardenart-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(106, 123, 54, 0.36);
    box-shadow: 0 26px 70px rgba(22, 45, 29, 0.14);
}

.gardenart-product-card__image {
    position: relative;
    display: block;
    width: 100% !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}

.gardenart-product-card__image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    transition: transform 360ms ease;
}

.gardenart-product-card:hover .gardenart-product-card__image img {
    transform: scale(1.025);
}

.gardenart-product-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #122b18;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.gardenart-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100% !important;
    min-width: 0 !important;
    padding: 20px;
}

.gardenart-product-card__category {
    display: -webkit-box;
    min-height: 34px;
    margin-bottom: 9px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gardenart-product-card__category a,
.gardenart-single-product-heading__categories a {
    color: inherit;
}

.gardenart-product-card__title {
    display: -webkit-box;
    min-height: 52px;
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 19px;
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gardenart-product-card__title a {
    color: #132719;
}

.gardenart-product-card__title a:hover {
    color: #6a7b36;
}

.gardenart-product-card__excerpt {
    display: -webkit-box;
    min-height: 50px;
    margin: 0 0 18px;
    overflow: hidden;
    color: #657060;
    font-size: 14px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gardenart-product-card__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-top: auto;
}

.gardenart-product-card__price,
.gardenart-single-product-heading__price {
    color: #122b18;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.gardenart-product-card__price del,
.gardenart-single-product-heading__price del {
    margin-left: 8px;
    color: #8c9788;
    font-size: 0.78em;
    font-weight: 600;
    opacity: 1;
}

.gardenart-product-card__price ins,
.gardenart-single-product-heading__price ins {
    color: #122b18;
    text-decoration: none;
}

.gardenart-product-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.gardenart-card-button,
.gardenart-card-button.button,
.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border: 0;
    border-radius: 8px;
    background: #122b18;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gardenart-card-button,
.gardenart-card-button:visited,
.gardenart-card-button.button,
.gardenart-card-button.button:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.gardenart-card-button--read,
.gardenart-card-button--read:visited {
    border: 1px solid rgba(18, 43, 24, 0.20) !important;
    background: #f4f7ec !important;
    color: #122b18 !important;
}

.gardenart-card-button:hover,
.gardenart-card-button.button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #6a7b36;
    color: #fff;
    transform: translateY(-1px);
}

.gardenart-card-button--read:hover {
    background: #122b18 !important;
    color: #fff !important;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 42px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #fff;
    color: #203324;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(22, 45, 29, 0.08);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #122b18;
    color: #fff;
}

.woocommerce div.product {
    padding: 24px 0 72px;
}

.gardenart-product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin: 0 0 24px;
    padding: 14px 18px;
    border: 1px solid rgba(23, 54, 32, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    color: #71806d;
    font-size: 14px;
}

.gardenart-product-breadcrumb a {
    color: #18351e;
    font-weight: 800;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-summary-wrap {
    align-items: flex-start;
    gap: 36px 0;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 0;
}

.woocommerce div.product div.images {
    overflow: hidden;
    border: 1px solid rgba(23, 54, 32, 0.10);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 68px rgba(22, 45, 29, 0.10);
}

.woocommerce div.product .woocommerce-product-gallery {
    opacity: 1 !important;
}

.woocommerce div.product .woocommerce-gallery-inner,
.woocommerce div.product .woocommerce-product-gallery__wrapper,
.woocommerce div.product .woocommerce-product-gallery__image,
.woocommerce div.product .woocommerce-product-gallery__image a {
    display: block;
    width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images img {
    background: #fff;
}

.woocommerce div.product div.images img {
    width: 100%;
    height: 620px;
    min-height: 0;
    max-height: none;
    object-fit: contain;
    object-position: center center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px;
    background: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img.wp-post-image,
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    display: block;
    width: 100% !important;
    height: 620px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs img {
    min-height: 78px;
    max-height: 78px;
    border: 2px solid transparent;
    border-radius: 7px;
    background: #f4f6ef;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active {
    border-color: #789b31;
}

.woocommerce div.product div.summary {
    padding: 34px;
    border: 1px solid rgba(23, 54, 32, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 68px rgba(22, 45, 29, 0.08);
}

.gardenart-single-product-heading h1 {
    margin: 8px 0 16px;
    color: #122b18;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 850;
    letter-spacing: 0;
}

.gardenart-single-product-heading__price {
    margin-bottom: 14px;
    font-size: 28px;
}

.gardenart-single-product-heading__rating {
    min-height: 20px;
    margin-bottom: 20px;
}

.gardenart-single-product-heading__stock {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin: 0 0 18px;
    color: #52614d;
    font-size: 14px;
    font-weight: 800;
}

.gardenart-single-product-heading__stock span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #a63d32;
    box-shadow: 0 0 0 4px rgba(166, 61, 50, 0.12);
}

.gardenart-single-product-heading__stock.is-in-stock span {
    background: #6f9631;
    box-shadow: 0 0 0 4px rgba(111, 150, 49, 0.14);
}

.gardenart-single-product-excerpt {
    margin: 0 0 22px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(23, 54, 32, 0.10);
    color: #4f5d4e;
    font-size: 16px;
    line-height: 1.7;
}

.gardenart-single-product-excerpt p {
    margin-bottom: 12px;
}

.gardenart-single-product-promises {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 24px;
}

.gardenart-single-product-promises span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid rgba(106, 123, 54, 0.22);
    border-radius: 8px;
    background: #f5f7ef;
    color: #263b28;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: end;
    margin: 0 0 20px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0;
}

.woocommerce div.product .quantity-label {
    width: 100%;
    margin-bottom: 4px;
    color: #52614d;
    font-size: 13px;
    font-weight: 800;
}

.woocommerce .quantity .qty {
    width: 92px;
    min-height: 48px;
    border: 1px solid rgba(18, 43, 24, 0.18);
    border-radius: 8px;
    color: #122b18;
    font-weight: 800;
}

.single-product .quantity {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.single-product .quantity .quantity-icon,
.single-product .quantity .quantity-button {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 48px;
    border: 1px solid rgba(18, 43, 24, 0.18);
    background: #f5f7ef;
    color: #122b18;
    cursor: pointer;
    padding: 0 !important;
    border-radius: 0;
    box-shadow: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.single-product .quantity .quantity-down {
    order: -1;
    border-radius: 8px 0 0 8px;
}

.single-product .quantity .quantity-up {
    border-radius: 0 8px 8px 0;
}

.single-product .quantity .quantity-down::before { content: "-"; }
.single-product .quantity .quantity-up::before { content: "+"; }
.single-product .quantity .quantity-icon i,
.single-product .quantity .quantity-button span { display: none; }

.single-product .quantity input.qty {
    display: block !important;
    flex: 0 0 58px !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 6px !important;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: #fff !important;
    color: #122b18 !important;
    -webkit-text-fill-color: #122b18 !important;
    opacity: 1 !important;
    text-align: center;
}

.single-product .quantity > .quantity-icon:nth-of-type(n+3) {
    display: none !important;
}

.woocommerce div.product form.cart .button {
    width: auto;
    min-width: 190px;
    min-height: 48px;
}

body.woocommerce-cart table.cart .product-quantity .gardenart-cart-quantity,
body.woocommerce-cart table.cart .product-quantity .gardenart-cart-quantity .gardenart-qty-control {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.woocommerce-cart table.cart .product-quantity .gardenart-cart-quantity .gardenart-qty-control {
    overflow: hidden !important;
    min-width: 132px !important;
    height: 48px !important;
    border: 1px solid rgba(139, 170, 71, 0.62) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
}

body.woocommerce-cart table.cart .product-quantity .gardenart-cart-quantity .gardenart-cart-qty-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.woocommerce-cart table.cart .product-quantity .gardenart-cart-quantity .gardenart-cart-qty-value {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    min-width: 54px !important;
    height: 48px !important;
    border-right: 1px solid rgba(139, 170, 71, 0.28) !important;
    border-left: 1px solid rgba(139, 170, 71, 0.28) !important;
    background: #fbfbf6 !important;
    color: #102d17 !important;
    -webkit-text-fill-color: #102d17 !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-align: center !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

body.woocommerce-cart table.cart .product-quantity .gardenart-cart-quantity .gardenart-qty-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #17351e !important;
    -webkit-text-fill-color: #17351e !important;
    cursor: pointer !important;
    font-size: 0 !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    transition: background-color 160ms ease, color 160ms ease !important;
}

body.woocommerce-cart table.cart .product-quantity .gardenart-cart-quantity .gardenart-qty-btn::before,
body.woocommerce-cart table.cart .product-quantity .gardenart-cart-quantity .gardenart-qty-btn::after {
    display: none !important;
    content: none !important;
}

body.woocommerce-cart table.cart .product-quantity .gardenart-cart-quantity .gardenart-qty-btn span {
    display: block !important;
    color: currentColor !important;
    font-family: Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.woocommerce-cart table.cart .product-quantity .gardenart-cart-quantity .gardenart-qty-btn:hover,
body.woocommerce-cart table.cart .product-quantity .gardenart-cart-quantity .gardenart-qty-btn:focus {
    background: #93b344 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

body.woocommerce-shop .product_cat-services,
body.tax-product_cat .product_cat-services,
body.woocommerce-shop a[href*="/categories/services/"],
body.woocommerce-shop a[href*="/product-category/services/"],
body.tax-product_cat a[href*="/categories/services/"],
body.tax-product_cat a[href*="/product-category/services/"] {
    display: none !important;
}

.gardenart-single-product-meta {
    padding-top: 18px;
    border-top: 1px solid rgba(23, 54, 32, 0.10);
    color: #586455;
    font-size: 14px;
}

.gardenart-single-product-meta a {
    color: #122b18;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs {
    margin-top: 44px;
    padding: 28px;
    border: 1px solid rgba(23, 54, 32, 0.10);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(22, 45, 29, 0.07);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #eef2e7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 18px;
    color: #29412d;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #122b18;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; }

.gardenart-product-details-tab dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 0;
}

.gardenart-product-details-tab dl div {
    padding: 16px;
    border: 1px solid rgba(23, 54, 32, 0.10);
    border-radius: 8px;
    background: #f7f8f3;
}

.gardenart-product-details-tab dt { color: #697667; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.gardenart-product-details-tab dd { margin: 5px 0 0; color: #122b18; font-weight: 800; }

.single-product .related.products {
    margin-top: 56px;
}

.single-product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(220px, 1fr)) !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after {
    display: none !important;
    content: none !important;
}

.single-product .related.products ul.products li.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.single-product .related.products li.product > .woocommerce-LoopProduct-link {
    display: none !important;
}

.single-product .related.products li.product > .woosw-btn {
    display: none !important;
}

.single-product .related.products li.product .woocommerce-product-inner {
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(23, 54, 32, 0.10);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(22, 45, 29, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.single-product .related.products li.product .woocommerce-product-inner:hover {
    transform: translateY(-4px);
    border-color: rgba(106, 123, 54, 0.32);
    box-shadow: 0 26px 70px rgba(22, 45, 29, 0.14);
}

.single-product .related.products li.product .woocommerce-product-header {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f4f7ef;
}

.single-product .related.products li.product .woocommerce-product-details {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    padding: 18px;
}

.single-product .related.products li.product .woocommerce-product-details img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
}

.single-product .related.products li.product .woocommerce-product-info {
    position: absolute !important;
    inset: auto 14px 14px 14px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto;
}

.single-product .related.products li.product .onsale {
    position: absolute !important;
    z-index: 3;
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    min-width: 0;
    min-height: 0;
    padding: 7px 12px;
    border-radius: 999px;
    background: #94b63d;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.single-product .related.products li.product .woocommerce-product-info .price {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 11px;
    border-radius: 8px;
    background: #fff;
    color: #122b18;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(22, 45, 29, 0.08);
}

.single-product .related.products li.product .woocommerce-product-info .price del {
    color: #8c9788;
    font-size: 0.82em;
    font-weight: 700;
}

.single-product .related.products li.product .woocommerce-product-meta {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.single-product .related.products li.product .woocommerce-add-to-cart a,
.single-product .related.products li.product .woocommerce-wishlist .woosw-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: #122b18;
    color: transparent !important;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: 0 10px 24px rgba(22, 45, 29, 0.12);
}

.single-product .related.products li.product .woocommerce-add-to-cart a::before {
    content: "+";
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    text-indent: 0;
}

.single-product .related.products li.product .woocommerce-wishlist .woosw-btn::before {
    content: "\2661";
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-indent: 0;
}

.single-product .related.products li.product .woocommerce-product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.single-product .related.products li.product .woocommerce-product--title {
    display: -webkit-box;
    min-height: 52px;
    margin: 0 0 10px;
    overflow: hidden;
    color: #122b18;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.single-product .related.products li.product .woocommerce-product--title a {
    color: inherit;
    text-decoration: none;
}

.single-product .related.products li.product .woocommerce-product--rating {
    min-height: 22px;
    margin-top: auto;
    color: #6a7b36;
}

.single-product .related.products li.product .star-rating {
    margin: 0 5px 0 0;
}

@media (max-width: 1199px) {
    body.post-type-archive-product.woocommerce ul.products,
    body.tax-product_cat.woocommerce ul.products,
    body.tax-product_tag.woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .gardenart-shop-hero {
        grid-template-columns: 1fr;
        padding: 32px;
    }

    .gardenart-shop-hero__stats {
        justify-self: start;
    }

    body.post-type-archive-product.woocommerce ul.products,
    body.tax-product_cat.woocommerce ul.products,
    body.tax-product_tag.woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .woocommerce div.product div.summary {
        padding: 26px;
    }

    .gardenart-single-product-heading h1 {
        font-size: 34px;
    }

    .woocommerce div.product div.images img,
    .woocommerce div.product div.images .woocommerce-product-gallery__image img.wp-post-image,
    .woocommerce div.product div.images .woocommerce-product-gallery__image img {
        height: 500px !important;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image a {
        min-height: 500px;
    }

    .single-product .related.products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 575px) {
    html,
    body.woocommerce,
    body.woocommerce-page {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.woocommerce-shop #pxl-main,
    body.tax-product_cat #pxl-main,
    body.tax-product_tag #pxl-main {
        padding: 28px 0 48px !important;
    }

    #pxl-page-title-default {
        padding: 76px 0 86px !important;
    }

    #pxl-page-title-default .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #pxl-page-title-default .pxl-page-title {
        width: 100% !important;
        max-width: 335px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 32px !important;
        line-height: 1.12 !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    #pxl-page-title-default .pxl-page-desc {
        max-width: 340px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

    .gardenart-shop-container #pxl-content-main {
        padding-bottom: 48px;
    }

    .gardenart-shop-hero {
        margin-top: 8px;
        padding: 24px;
    }

    .gardenart-shop-hero h1 {
        font-size: 34px;
    }

    .gardenart-shop-hero p {
        font-size: 15px;
    }

    body.woocommerce-shop.woocommerce .pxl-shop-topbar-wrap,
    body.tax-product_cat.woocommerce .pxl-shop-topbar-wrap,
    body.tax-product_tag.woocommerce .pxl-shop-topbar-wrap {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        padding: 18px !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-shop.woocommerce .pxl-shop-topbar-wrap .woocommerce-result-count,
    body.woocommerce-shop.woocommerce .pxl-shop-topbar-wrap .number-result,
    body.tax-product_cat.woocommerce .pxl-shop-topbar-wrap .woocommerce-result-count,
    body.tax-product_cat.woocommerce .pxl-shop-topbar-wrap .number-result,
    body.tax-product_tag.woocommerce .pxl-shop-topbar-wrap .woocommerce-result-count,
    body.tax-product_tag.woocommerce .pxl-shop-topbar-wrap .number-result {
        margin: 0 !important;
    }

    body.woocommerce-shop.woocommerce .pxl-shop-topbar-wrap .pxl-view-layout-wrap,
    body.woocommerce-shop.woocommerce .pxl-shop-topbar-wrap .woocommerce-topbar-ordering,
    body.woocommerce-shop.woocommerce .pxl-shop-topbar-wrap .woocommerce-ordering,
    body.tax-product_cat.woocommerce .pxl-shop-topbar-wrap .pxl-view-layout-wrap,
    body.tax-product_cat.woocommerce .pxl-shop-topbar-wrap .woocommerce-topbar-ordering,
    body.tax-product_cat.woocommerce .pxl-shop-topbar-wrap .woocommerce-ordering,
    body.tax-product_tag.woocommerce .pxl-shop-topbar-wrap .pxl-view-layout-wrap,
    body.tax-product_tag.woocommerce .pxl-shop-topbar-wrap .woocommerce-topbar-ordering,
    body.tax-product_tag.woocommerce .pxl-shop-topbar-wrap .woocommerce-ordering {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.woocommerce-shop.woocommerce .woocommerce-ordering select,
    body.tax-product_cat.woocommerce .woocommerce-ordering select,
    body.tax-product_tag.woocommerce .woocommerce-ordering select {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .gardenart-shop-breadcrumb {
        padding: 17px;
    }

    .gardenart-shop-breadcrumb h1 {
        font-size: 25px;
    }

    .gardenart-shop-toolbar {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
    }

    .gardenart-shop-toolbar__controls {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
        min-width: 0;
    }

    .gardenart-shop-toolbar__sort,
    .gardenart-shop-toolbar__sort .woocommerce-ordering {
        width: 100% !important;
        min-width: 0 !important;
    }

    .gardenart-category-filter select,
    .gardenart-shop-toolbar .woocommerce-ordering select {
        width: 100%;
        min-width: 0;
    }

    body.post-type-archive-product.woocommerce ul.products,
    body.tax-product_cat.woocommerce ul.products,
    body.tax-product_tag.woocommerce ul.products {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .gardenart-product-card__body {
        padding: 18px;
    }

    .gardenart-product-card__actions {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .gardenart-card-button,
    .gardenart-card-button.button {
        min-height: 44px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }

    .gardenart-single-product-promises {
        grid-template-columns: 1fr;
    }

    .woocommerce div.product div.summary {
        padding: 22px;
    }

    .gardenart-single-product-heading h1 {
        font-size: 30px;
    }

    .woocommerce div.product form.cart .button {
        width: 100%;
    }

    .woocommerce div.product div.images img,
    .woocommerce div.product div.images .woocommerce-product-gallery__image img.wp-post-image,
    .woocommerce div.product div.images .woocommerce-product-gallery__image img {
        height: 360px !important;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image a {
        min-height: 360px;
    }

    .woocommerce div.product .woocommerce-tabs { padding: 20px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs { display: grid; grid-template-columns: 1fr; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a { display: block; text-align: center; }
    .gardenart-product-details-tab dl { grid-template-columns: 1fr; }
    .single-product .related.products ul.products { grid-template-columns: 1fr !important; }
}

/* Checkout, payment, and order-success refinement */
.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-order,
.gardenart-payment-panel {
    color: #17331c;
}

.woocommerce-cart-form .shop_table,
.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order,
.cart_totals,
.woocommerce-order .thankyou-page--content,
.woocommerce-order .thankyou-page--sidebar,
.gardenart-payment-panel {
    border: 1px solid rgba(15, 55, 20, 0.12);
    box-shadow: 0 24px 70px rgba(15, 55, 20, 0.09);
    background: #fff;
}

body.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 28px;
    align-items: start;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order {
    border-radius: 24px;
    padding: 28px;
}

.woocommerce-checkout #customer_details {
    grid-column: 1;
}

.woocommerce-checkout-review-order {
    grid-column: 2;
    grid-row: 1 / span 2;
    position: sticky;
    top: 110px;
}

.woocommerce-checkout .col2-set {
    width: 100%;
}

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

.woocommerce-checkout .form-row label,
.woocommerce-cart-form th,
.cart_totals .lbl {
    color: #0f3714;
    font-weight: 700;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-cart-form .gardenart-cart-qty-input {
    border: 1px solid rgba(15, 55, 20, 0.16) !important;
    border-radius: 14px !important;
    background: #fbf8f0 !important;
    color: #17331c !important;
    min-height: 48px;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus,
.woocommerce-cart-form .gardenart-cart-qty-input:focus {
    border-color: #0f3714 !important;
    box-shadow: 0 0 0 4px rgba(15, 55, 20, 0.1) !important;
    outline: 0;
}

.woocommerce-cart-form .gardenart-qty-control {
    display: inline-grid;
    grid-template-columns: 40px 58px 40px;
    gap: 8px;
    align-items: center;
    padding: 6px;
    border-radius: 999px;
    background: #fbf8f0;
    border: 1px solid rgba(15, 55, 20, 0.12);
}

.woocommerce-cart-form .gardenart-cart-qty-input {
    width: 58px !important;
    min-height: 40px;
    padding: 0 !important;
    text-align: center;
    appearance: textfield;
}

.woocommerce-cart-form .gardenart-cart-qty-value {
    display: none;
}

.woocommerce-cart-form .gardenart-qty-btn,
.gardenart-razorpay-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.woocommerce-cart-form .gardenart-qty-btn {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #0f3714;
    color: #fff;
    font-weight: 800;
}

.woocommerce-cart-form .gardenart-qty-btn:hover,
.gardenart-razorpay-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    transform: translateY(-1px);
}

.gardenart-payment-panel {
    max-width: 920px;
    margin: 40px auto;
    border-radius: 28px;
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: center;
}

.gardenart-payment-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(15, 55, 20, 0.08);
    color: #0f3714;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gardenart-payment-panel h2 {
    margin: 0 0 10px;
    color: #0f3714;
    font-size: 34px;
    line-height: 1.12;
}

.gardenart-payment-panel p {
    margin: 0;
    color: rgba(23, 51, 28, 0.76);
}

.gardenart-payment-panel__summary {
    display: grid;
    gap: 6px;
    padding: 22px;
    border-radius: 20px;
    background: #fbf8f0;
}

.gardenart-payment-panel__summary span {
    color: rgba(23, 51, 28, 0.68);
    font-size: 13px;
}

.gardenart-payment-panel__summary strong {
    color: #0f3714;
    font-size: 20px;
}

.gardenart-razorpay-button {
    grid-column: 1 / -1;
    min-height: 56px;
    border-radius: 999px !important;
    background: #0f3714 !important;
    color: #fff !important;
    box-shadow: 0 18px 36px rgba(15, 55, 20, 0.2);
}

.gardenart-payment-cancel {
    grid-column: 1 / -1;
    color: rgba(23, 51, 28, 0.72);
    text-align: center;
    text-decoration: underline;
}

.gardenart-payment-message {
    grid-column: 1 / -1;
    min-height: 22px;
    text-align: center;
    font-weight: 700;
}

.gardenart-payment-message.is-error,
.woocommerce-error {
    color: #9d1f1f;
}

.gardenart-payment-message.is-warning {
    color: #946200;
}

.gardenart-payment-message.is-loading,
.woocommerce-message,
.woocommerce-info {
    color: #0f3714;
}

.thankyou-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
    align-items: start;
}

.thankyou-page .order-status .status.shipped,
.thankyou-page .order-status .status.delivered,
.thankyou-page .order-map,
.thankyou-page .feedback-form {
    display: none !important;
}

.thankyou-page--content,
.thankyou-page--sidebar {
    border-radius: 26px;
    padding: 28px;
}

.thankyou-page .order-detail {
    flex-wrap: wrap;
    gap: 14px;
}

.thankyou-page .order-detail p,
.thankyou-page .address-section,
.thankyou-page .order-items li,
.thankyou-page .order-summary p {
    border-color: rgba(15, 55, 20, 0.12);
}

@media (max-width: 991px) {
    body.woocommerce-checkout form.checkout,
    .thankyou-page,
    .gardenart-payment-panel {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout #customer_details,
    .woocommerce-checkout-review-order {
        grid-column: auto;
        grid-row: auto;
        position: static;
    }

    .gardenart-payment-panel {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout-review-order,
    .thankyou-page--content,
    .thankyou-page--sidebar,
    .gardenart-payment-panel {
        border-radius: 18px;
        padding: 18px;
    }

    .gardenart-payment-panel h2 {
        font-size: 28px;
    }

    .woocommerce-cart-form .shop_table_responsive tr td.product-quantity::before {
        padding-top: 14px;
    }
}

/* Final commerce page width and button visibility guard */
html,
body.woocommerce-cart,
body.woocommerce-checkout {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

body.woocommerce-cart #pxl-wapper,
body.woocommerce-checkout #pxl-wapper,
body.woocommerce-cart #pxl-page-title-default,
body.woocommerce-checkout #pxl-page-title-default {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
}

body.woocommerce-cart #pxl-page-title-default,
body.woocommerce-checkout #pxl-page-title-default {
    width: 100% !important;
    max-width: none !important;
    --container-max-width: none !important;
    background-size: cover !important;
    background-position: center center !important;
}

body.woocommerce-cart #pxl-page-title-default > .container,
body.woocommerce-checkout #pxl-page-title-default > .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

body.woocommerce-cart #pxl-page-title-default > .container,
body.woocommerce-checkout #pxl-page-title-default > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

body.woocommerce-cart #pxl-main,
body.woocommerce-checkout #pxl-main {
    width: 100% !important;
    max-width: none !important;
    padding: 48px 0 72px !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

body.woocommerce-cart #pxl-main > .container,
body.woocommerce-checkout #pxl-main > .container,
body.woocommerce-cart #pxl-main > .container-fluid,
body.woocommerce-checkout #pxl-main > .container-fluid,
body.woocommerce-cart #pxl-main > .elementor-container,
body.woocommerce-checkout #pxl-main > .elementor-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
}

body.woocommerce-cart #pxl-main > .container > .row,
body.woocommerce-checkout #pxl-main > .container > .row,
body.woocommerce-cart #pxl-main > .container-fluid > .row,
body.woocommerce-checkout #pxl-main > .container-fluid > .row,
body.woocommerce-cart #pxl-main > .elementor-container > .row,
body.woocommerce-checkout #pxl-main > .elementor-container > .row {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.woocommerce-cart #pxl-content-area,
body.woocommerce-checkout #pxl-content-area {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.woocommerce-cart #pxl-content-main,
body.woocommerce-checkout #pxl-content-main,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content {
    width: 100% !important;
    max-width: 100% !important;
}

body.woocommerce-cart #pxl-content-main > article,
body.woocommerce-checkout #pxl-content-main > article,
body.woocommerce-cart .entry-content > *,
body.woocommerce-checkout .entry-content > * {
    max-width: 100% !important;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.woocommerce-checkout form.checkout {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.woocommerce-cart img,
body.woocommerce-checkout img,
body.woocommerce-cart table,
body.woocommerce-checkout table,
body.woocommerce-cart form,
body.woocommerce-checkout form,
body.woocommerce-cart input,
body.woocommerce-checkout input,
body.woocommerce-cart select,
body.woocommerce-checkout select,
body.woocommerce-cart textarea,
body.woocommerce-checkout textarea {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body.woocommerce-cart .woocommerce-cart-form {
    width: min(100%, calc(100% - 440px)) !important;
    float: left !important;
}

body.woocommerce-cart .cart-collaterals {
    width: 400px !important;
    float: right !important;
}

body.woocommerce-cart .cart-collaterals::after,
body.woocommerce-cart .woocommerce::after {
    content: "";
    display: table;
    clear: both;
}

body.woocommerce-shop .gardenart-card-button--cart,
body.post-type-archive-product .gardenart-card-button--cart,
body.tax-product_cat .gardenart-card-button--cart,
body.tax-product_tag .gardenart-card-button--cart,
body.woocommerce-shop .gardenart-card-button--cart:visited,
body.post-type-archive-product .gardenart-card-button--cart:visited,
body.tax-product_cat .gardenart-card-button--cart:visited,
body.tax-product_tag .gardenart-card-button--cart:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    background: #0f3714 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.woocommerce-shop .gardenart-card-button--cart::before,
body.woocommerce-shop .gardenart-card-button--cart::after,
body.post-type-archive-product .gardenart-card-button--cart::before,
body.post-type-archive-product .gardenart-card-button--cart::after,
body.tax-product_cat .gardenart-card-button--cart::before,
body.tax-product_cat .gardenart-card-button--cart::after,
body.tax-product_tag .gardenart-card-button--cart::before,
body.tax-product_tag .gardenart-card-button--cart::after {
    display: none !important;
    content: none !important;
}

.gardenart-card-button__label {
    display: inline-block !important;
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
    font: inherit !important;
    line-height: inherit !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

@media (max-width: 991px) {
    body.woocommerce-cart .woocommerce-cart-form,
    body.woocommerce-cart .cart-collaterals {
        width: 100% !important;
        float: none !important;
    }

    body.woocommerce-cart .cart-collaterals {
        margin-top: 24px !important;
    }
}
