:root {
    --gs-header-bg: #ffffff;
    --gs-topbar-bg: #000000;
    --gs-topbar-text: #ffffff;
    --gs-header-text: #171717;
    --gs-border: #e5e7eb;
    --gs-accent: #000000;
    --gs-surface: #ffffff;
    --gs-radius: 8px;
    --gs-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --gs-z-header: 1200;
    --gs-z-dropdown: 1300;
    --gs-z-overlay: 1400;
    --gs-z-modal: 1500;
    --gs-font-body: 16px;
    --gs-font-small: 14px;
    --gs-font-xs: 12px;
    --gs-font-title: 24px;
    --gs-font-card-title: 15px;
    --gs-font-button: 14px;
    --gs-line-body: 1.6;
    --gs-line-title: 1.2;
    --gs-safe-bottom: env(safe-area-inset-bottom, 0px);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--gs-header-text);
    font-size: var(--gs-font-body);
    line-height: var(--gs-line-body);
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

html {
    scrollbar-gutter: stable;
}

.gs-top-bar {
    background: var(--gs-topbar-bg);
    color: var(--gs-topbar-text);
    padding: 6px 0;
    font-size: var(--gs-font-xs);
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.gs-top-bar__inner {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}

.gs-top-bar__message {
    margin: 0;
}

.gs-top-bar__links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.gs-main-header {
    background: var(--gs-header-bg);
    border-bottom: 1px solid var(--gs-border);
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: var(--gs-z-header);
}

.gs-main-header__inner {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
}

.gs-search,
.gs-mobile-search {
    min-width: 0;
}

.gs-fibosearch-wrap,
.gs-fibosearch-wrap .dgwt-wcas-search-wrapp,
.gs-fibosearch-wrap .dgwt-wcas-search-form,
.gs-fibosearch-wrap .dgwt-wcas-sf-wrapp {
    width: 100% !important;
    max-width: 100% !important;
}

.gs-fibosearch-wrap .dgwt-wcas-sf-wrapp {
    min-width: 0 !important;
}

.gs-main-nav {
    padding-top: 10px;
}

.gs-main-nav .main-navigation,
.gs-main-nav .header-menu-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.gs-main-nav .primary-menu-container > ul,
.gs-main-nav .header-menu-container > ul,
.gs-main-nav__menu {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gs-main-nav .primary-menu-container li,
.gs-main-nav .header-menu-container li,
.gs-main-nav__menu li {
    margin: 0;
    padding: 0;
}

.gs-main-nav .primary-menu-container a,
.gs-main-nav .header-menu-container a,
.gs-main-nav__menu a,
.gs-top-bar__links a,
.gs-account-link,
.gs-cart-link {
    color: var(--gs-header-text) !important;
    text-decoration: none;
}

.gs-main-nav .primary-menu-container a,
.gs-main-nav .header-menu-container a,
.gs-main-nav__menu a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 2px;
    font-weight: 600;
}

.gs-main-nav .primary-menu-container a:hover,
.gs-main-nav .header-menu-container a:hover,
.gs-main-nav__menu a:hover,
.gs-top-bar__links a:hover,
.gs-account-link:hover,
.gs-cart-link:hover {
    opacity: 0.78;
}

.gs-actions {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.gs-account-link,
.gs-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
}

.gs-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gs-cart-link__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    min-height: 24px;
    padding: 2px 6px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.gs-fibosearch-wrap .dgwt-wcas-search-input,
.gs-fibosearch-wrap input[type="search"] {
    border-radius: 12px !important;
}

.gs-fibosearch-wrap .dgwt-wcas-search-submit,
.gs-fibosearch-wrap button[type="submit"] {
    min-width: 44px;
    min-height: 44px;
}

.gs-whatsapp-button {
    background: var(--gs-header-text);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: var(--gs-radius);
    font-size: var(--gs-font-button);
    font-weight: 500;
}

.gs-account-link,
.gs-cart-link {
    font-size: var(--gs-font-button);
    font-weight: 500;
}

.gs-cart-link__count {
    background: var(--gs-header-text);
}

.gs-mobile-header {
    display: none;
}


@media (min-width: 1025px) {
    .gs-main-header {
        padding-bottom: 16px;
    }

    .gs-main-header .gs-container {
        width: min(100% - 64px, 1200px);
        margin-inline: auto;
    }

    .home .gws-products-v2 .woocommerce ul.products li.product:nth-child(n+6),
    .home .gws-products-v2 .products li.product:nth-child(n+6) {
        display: none !important;
    }
}

.gs-mobile-menu-toggle {
    border-color: var(--gs-header-text) !important;
    background: var(--gs-surface);
    color: var(--gs-header-text) !important;
    font-weight: 700;
}

.gs-mobile-menu-toggle svg {
    color: var(--gs-header-text) !important;
    fill: currentColor;
}

.gs-mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: var(--gs-z-overlay);
    display: none;
}

.gs-mobile-drawer[aria-hidden="false"] {
    display: block;
}

.gs-drawer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.gs-drawer-inner {
    position: relative;
    z-index: var(--gs-z-modal);
    width: min(88vw, 320px);
    height: 100%;
    background: var(--gs-surface);
    box-shadow: var(--gs-shadow);
    overflow-y: auto;
    padding: 16px 16px calc(16px + var(--gs-safe-bottom));
}

.gs-drawer-close {
    min-height: 44px;
    margin-bottom: 16px;
}

.gs-drawer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gs-drawer-nav li + li {
    margin-top: 8px;
}

.gs-drawer-nav a {
    display: block;
    padding: 12px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--gs-header-text);
}

.gs-screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.gs-account-link:focus-visible,
.gs-cart-link:focus-visible,
.gs-whatsapp-button:focus-visible,
.gs-mobile-menu-toggle:focus-visible,
.gs-drawer-close:focus-visible,
.gs-drawer-nav a:focus-visible,
.gs-fibosearch-wrap input[type="search"]:focus-visible,
.gs-fibosearch-wrap button:focus-visible {
    outline: 2px solid var(--gs-accent);
    outline-offset: 2px;
}

.entry-related {
    padding: 32px 0;
}

.entry-related .entry-related-title {
    margin: 0 0 20px;
    font-size: var(--gs-font-title);
    line-height: var(--gs-line-title);
    font-weight: 700;
    color: var(--gs-header-text);
}

.entry-related .splide__list {
    display: grid;
    gap: 20px;
}

.entry-related .entry-list-item,
.entry-related article.entry {
    height: 100%;
}

.entry-related article.entry {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--gs-border);
    border-radius: 14px;
    background: var(--gs-surface);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.entry-related article.entry:hover,
.entry-related article.entry:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.entry-related .post-thumbnail,
.entry-related .entry-content-wrap {
    width: 100%;
}

.entry-related .post-thumbnail img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.entry-related .entry-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.entry-related .entry-title,
.entry-related .entry-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    color: var(--gs-header-text);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.entry-related .entry-meta,
.entry-related .entry-taxonomies,
.entry-related .entry-summary {
    color: #525252;
    font-size: 14px;
    line-height: 1.6;
}

.entry-related .entry-summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.entry-related .splide__arrow {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid var(--gs-border);
    opacity: 1;
}

.entry-related .splide__pagination__page {
    background: #d4d4d8;
}

.entry-related .splide__pagination__page.is-active {
    background: var(--gs-header-text);
}

.site-bottom-header-wrap,
.site-bottom-header-inner-wrap {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    :root {
        --gs-font-body: 15px;
        --gs-font-small: 13px;
        --gs-font-xs: 11px;
        --gs-font-title: 22px;
        --gs-font-card-title: 14px;
        --gs-font-button: 13px;
    }

    body {
        font-size: var(--gs-font-body);
        line-height: 1.65;
    }

    .gs-top-bar {
        padding: 6px 0;
        line-height: 1.35;
    }

    .gs-top-bar__inner {
        flex-wrap: nowrap;
        justify-content: center;
        text-align: center;
    }

    .gs-top-bar__links {
        display: none;
    }

    .gs-main-header {
        display: block !important;
        padding: 12px 0 10px;
    }

    .gs-mobile-header {
        display: none !important;
    }

    .gs-main-header__inner {
        grid-template-columns: 120px minmax(0, 1fr) auto;
        gap: 10px;
    }

    .gs-actions {
        gap: 8px;
    }

    .gs-account-link__label,
    .gs-cart-link__label {
        display: none;
    }

    .gs-fibosearch-wrap .dgwt-wcas-sf-wrapp,
    .gs-fibosearch-wrap .dgwt-wcas-search-form,
    .gs-fibosearch-wrap .dgwt-wcas-search-wrapp {
        min-height: 52px !important;
    }

    .gs-fibosearch-wrap input[type="search"],
    .gs-fibosearch-wrap .dgwt-wcas-search-input {
        min-height: 52px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .gs-top-bar,
    .gs-main-header {
        display: none !important;
    }

    .gs-mobile-header {
        display: block !important;
        position: sticky;
        top: 0;
        z-index: var(--gs-z-header);
        padding: 10px 12px calc(12px + var(--gs-safe-bottom));
        background: #ffffff;
        border-bottom: 1px solid var(--gs-border);
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    }
}

@media (max-width: 767px) {
    :root {
        --gs-font-body: 14px;
        --gs-font-small: 12px;
        --gs-font-xs: 11px;
        --gs-font-title: 20px;
        --gs-font-card-title: 14px;
        --gs-font-button: 13px;
    }

    body {
        font-size: var(--gs-font-body);
        line-height: 1.6;
    }

    .gs-top-bar {
        display: block;
    }

    .gs-main-header {
        display: block;
    }

    .gs-mobile-header {
        display: block;
        position: sticky;
        top: 0;
        z-index: var(--gs-z-header);
        padding: 10px 12px calc(12px + var(--gs-safe-bottom));
        background: #ffffff;
        border-bottom: 1px solid var(--gs-border);
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    }

    .gs-mobile-header__row {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) auto;
        gap: 8px;
        align-items: center;
        min-height: 48px;
    }

    .gs-mobile-header__actions {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        justify-content: flex-end;
        min-width: 0;
    }

    .gs-mobile-header__actions > * {
        min-width: 44px;
    }

    .gs-account-link--mobile,
    .gs-cart-link--mobile {
        min-width: 44px;
        padding: 0 10px;
        justify-content: center;
    }

    .gs-mobile-header__actions .gs-account-link,
    .gs-mobile-header__actions .gs-cart-link {
        min-height: 44px;
        color: var(--gs-header-text) !important;
    }

    .gs-account-link--mobile .gs-account-link__label,
    .gs-cart-link--mobile .gs-cart-link__label {
        display: none;
    }

    .gs-account-link--mobile .gs-account-link__icon {
        display: inline-flex;
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        color: var(--gs-header-text);
        flex: 0 0 auto;
    }

    .gs-account-link--mobile .gs-account-link__icon svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .gs-mobile-search {
        margin-top: 8px;
        padding-bottom: 2px;
        grid-column: 1 / -1;
    }

    .gs-mobile-menu-toggle,
    .gs-cart-link--mobile {
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--gs-border);
        border-radius: 12px;
        background: #fff;
        text-decoration: none;
    }

    .gs-mobile-menu-toggle {
        padding: 0;
        line-height: 1;
        color: var(--gs-header-text) !important;
        border-color: var(--gs-header-text) !important;
    }

    .gs-mobile-menu-toggle svg {
        width: 24px;
        height: 24px;
        display: block;
        color: var(--gs-header-text) !important;
    }

    .gs-mobile-menu-toggle:hover,
    .gs-mobile-menu-toggle:focus,
    .gs-mobile-menu-toggle:active {
        color: var(--gs-header-text) !important;
        border-color: var(--gs-header-text) !important;
    }

    .gs-fibosearch-wrap,
    .gs-fibosearch-wrap .dgwt-wcas-search-wrapp,
    .gs-fibosearch-wrap .dgwt-wcas-search-form,
    .gs-fibosearch-wrap .dgwt-wcas-sf-wrapp {
        width: 100%;
        max-width: 100%;
    }

    .gs-fibosearch-wrap {
        position: relative;
        z-index: 40;
    }

    .gs-fibosearch-wrap .dgwt-wcas-search-wrapp {
        background: #ffffff;
    }

    .gs-fibosearch-wrap .dgwt-wcas-sf-wrapp {
        box-shadow: none !important;
    }

    .gs-fibosearch-wrap .dgwt-wcas-search-input,
    .gs-fibosearch-wrap input[type="search"] {
        border-radius: 14px !important;
    }

    .gs-fibosearch-wrap .dgwt-wcas-preloader {
        right: 12px !important;
    }

    .gs-fibosearch-wrap .dgwt-wcas-sf-wrapp,
    .gs-fibosearch-wrap .dgwt-wcas-search-form,
    .gs-fibosearch-wrap .dgwt-wcas-search-wrapp {
        min-height: 52px !important;
    }

    .gs-fibosearch-wrap input[type="search"],
    .gs-fibosearch-wrap .dgwt-wcas-search-input {
        min-height: 52px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-size: 16px !important;
    }

    .gs-mobile-header .gs-logo {
        min-width: 0;
        display: flex;
        justify-content: center;
    }

    .gs-mobile-header .gs-logo__image {
        max-width: 116px;
        max-height: 34px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .gs-mobile-header .gs-account-link,
    .gs-mobile-header .gs-cart-link {
        gap: 0;
        padding: 0 10px;
    }

    .gs-mobile-header .gs-account-link__label,
    .gs-mobile-header .gs-cart-link__label {
        display: none;
    }

    .gs-cart-link--mobile .gs-cart-link__label {
        display: none;
    }


    .entry-related {
        padding: 24px 0;
    }

    .entry-related .entry-related-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .entry-related .entry-content-wrap {
        padding: 14px;
    }

.entry-related .entry-title,
.entry-related .entry-title a {
    font-size: 16px;
}
    .dgwt-wcas-suggestions-wrapp {
        margin-top: 8px !important;
        border-radius: 16px !important;
        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12) !important;
        max-height: min(60vh, 420px) !important;
        overflow-y: auto !important;
    }

    .dgwt-wcas-suggestion,
    .dgwt-wcas-sp,
    .dgwt-wcas-si {
        min-height: 56px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .dgwt-wcas-si img,
    .dgwt-wcas-sp img {
        width: 52px !important;
        height: 52px !important;
        object-fit: contain !important;
        border-radius: 10px !important;
    }

    .dgwt-wcas-st,
    .dgwt-wcas-sp .dgwt-wcas-st {
        font-size: 13px !important;
        line-height: 1.35 !important;
        font-weight: 700 !important;
    }

    .dgwt-wcas-sd,
    .dgwt-wcas-price,
    .dgwt-wcas-sp .price {
        font-size: 12px !important;
        line-height: 1.35 !important;
    }
}

@media (max-width: 1024px) {
    .home .gws-hero-v2,
    .home .gws-home-trust-strip,
    .home .gws-category-v2,
    .home .gws-products-v2,
    .home .gws-home-blog,
    .home .gws-conversion-v2 {
        width: min(100% - 28px, 960px) !important;
        margin-inline: auto !important;
    }

    .home .gws-hero-v2 {
        margin-top: 16px !important;
        border-radius: 22px !important;
    }

    .home .gws-hero-inner {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
    }

    .home .gws-hero-copy h1 {
        max-width: 14ch !important;
    }

    .home .gws-hero-copy p {
        max-width: 42rem !important;
    }

    .home .gws-hero-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .home .gws-primary-cta,
    .home .gws-secondary-cta,
    .home .gws-center-action a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 46px !important;
        border-radius: 999px !important;
        text-align: center !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
    }

    .home .gws-category-grid-v2,
    .home .gws-products-v2 .woocommerce ul.products,
    .home .woocommerce ul.products,
    .home .gws-home-blog-grid {
        display: grid !important;
        gap: 12px !important;
    }

    .home .gws-category-grid-v2 a,
    .home .woocommerce ul.products li.product,
    .home .gws-home-blog-card {
        min-width: 0 !important;
        overflow: hidden !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
    }

    .home .woocommerce ul.products li.product .price,
    .home .woocommerce ul.products li.product .woocommerce-loop-product__title {
        word-break: normal !important;
        overflow-wrap: anywhere !important;
    }

    .home .gws-section-heading {
        margin-bottom: 16px !important;
    }

    .home .gws-section-heading h2 {
        margin-bottom: 8px !important;
        line-height: 1.18 !important;
    }

    .home .gws-section-heading p {
        margin-bottom: 0 !important;
        color: #525252 !important;
    }
}

/* Homepage existing content responsive polish */
@media (max-width: 1024px) {
    .gws-hero-inner {
        grid-template-columns: 1fr !important;
        min-height: auto !important;
        gap: 22px !important;
        padding: 34px 28px !important;
    }

    .gws-hero-card {
        max-width: 100% !important;
        padding: 16px !important;
    }

    .gws-hero-right,
    .gws-hero-card,
    .gws-hero-card img,
    .gws-hero-right img {
        max-width: 100% !important;
    }

    .gws-hero-right img,
    .gws-hero-card img {
        width: min(280px, 100%) !important;
        height: auto !important;
        margin-inline: auto !important;
        display: block !important;
    }

    .gws-home-trust-strip,
    .gws-category-grid-v2,
    .woocommerce ul.products,
    .home .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .gws-section-heading h2 {
        font-size: clamp(24px, 3.2vw, 34px) !important;
        line-height: 1.22 !important;
    }

    .gws-section-heading p,
    .gws-hero-copy p,
    .gws-trust-item span,
    .gws-category-grid-v2 span {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .gws-category-grid-v2 {
        gap: 14px !important;
    }

    .gws-category-grid-v2 a {
        padding: 14px !important;
    }
}

@media (max-width: 767px) {
    .gws-hero-v2,
    .gws-home-trust-strip,
    .gws-category-v2,
    .gws-products-v2,
    .gws-conversion-v2 {
        width: calc(100% - 24px) !important;
    }

    .home .gws-hero-actions {
        grid-template-columns: 1fr !important;
    }

    .home .gws-hero-copy p,
    .home .gws-section-heading p,
    .home .gws-home-blog-body time,
    .home .gws-home-blog-body span {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .home .gws-category-grid-v2,
    .home .woocommerce ul.products,
    .home .gws-home-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .home .gws-category-grid-v2 a,
    .home .woocommerce ul.products li.product,
    .home .gws-home-blog-card {
        padding: 12px !important;
    }

    .home .woocommerce ul.products li.product .button,
    .home .gws-center-action a,
    .home .gws-primary-cta,
    .home .gws-secondary-cta {
        min-height: 44px !important;
        font-size: 13px !important;
    }

    .home .gws-home-blog-card h3,
    .home .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .home .gws-category-grid-v2 strong {
        font-size: 13px !important;
        line-height: 1.3 !important;
    }
}

    .gws-hero-v2 {
        background-size: cover !important;
        background-position: center top !important;
    }

    .gws-hero-v2 {
        margin-top: 18px !important;
        border-radius: 24px !important;
    }

    .gws-hero-inner {
        padding: 20px 16px !important;
        gap: 16px !important;
    }

    .gws-hero-copy h1 {
        font-size: clamp(26px, 6.4vw, 34px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.8px !important;
    }

    .gws-hero-copy p {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .gws-hero-actions,
    .gws-center-action {
        gap: 10px !important;
        margin-top: 18px !important;
    }

    .gws-primary-cta,
    .gws-secondary-cta {
        width: 100% !important;
    }

    .gws-hero-points {
        gap: 8px !important;
        margin-top: 16px !important;
    }

    .gws-hero-points span {
        min-height: 34px !important;
        font-size: 13px !important;
    }

    .gws-home-trust-strip,
    .gws-category-grid-v2,
    .woocommerce ul.products,
    .home .woocommerce ul.products,
    .home .wp-block-post-template,
    .home .wp-block-latest-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .gws-home-trust-strip {
        margin-top: 16px !important;
    }

    .gws-trust-item,
    .gws-category-grid-v2 a,
    .woocommerce ul.products li.product {
        min-height: 0 !important;
    }

    .gws-trust-item strong,
    .gws-category-grid-v2 strong,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: var(--gs-font-body) !important;
        line-height: 1.3 !important;
    }

    .gws-category-grid-v2 img,
    .gws-trust-item img,
    .woocommerce ul.products li.product img {
        max-width: 92px !important;
        height: 92px !important;
    }

    .gws-section-heading {
        margin-bottom: 16px !important;
    }

    .gws-section-heading h2 {
        font-size: 22px !important;
        line-height: 1.18 !important;
    }

    .gws-section-heading p {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .gws-category-grid-v2 a,
    .gws-trust-item,
    .woocommerce ul.products li.product,
    .home .woocommerce ul.products li.product {
        padding: 14px !important;
        border-radius: 16px !important;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .price {
        font-size: 14px !important;
    }


    .woocommerce.archive .woocommerce-products-header,
    .woocommerce-shop .woocommerce-products-header,
    .tax-product_cat .woocommerce-products-header {
        padding: 0 !important;
        margin-bottom: 14px !important;
    }

    .woocommerce.archive .woocommerce-breadcrumb,
    .woocommerce-shop .woocommerce-breadcrumb,
    .tax-product_cat .woocommerce-breadcrumb {
        margin: 0 0 10px !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch;
    }

    .woocommerce.archive .woocommerce-result-count,
    .woocommerce-shop .woocommerce-result-count,
    .tax-product_cat .woocommerce-result-count {
        float: none !important;
        clear: both !important;
        width: 100% !important;
        margin: 0 0 10px !important;
        font-size: var(--gs-font-small) !important;
        line-height: 1.45 !important;
        color: #525252 !important;
        text-align: left !important;
    }

    .woocommerce.archive .woocommerce-ordering,
    .woocommerce-shop .woocommerce-ordering,
    .tax-product_cat .woocommerce-ordering {
        float: none !important;
        width: 100% !important;
        margin: 0 0 14px !important;
        padding: 10px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 14px !important;
        background: #ffffff !important;
        box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05) !important;
    }

    .woocommerce.archive .woocommerce-ordering::before,
    .woocommerce-shop .woocommerce-ordering::before,
    .tax-product_cat .woocommerce-ordering::before {
        content: "Urutkan produk";
        display: block;
        margin-bottom: 8px;
        color: #525252;
        font-size: var(--gs-font-xs);
        line-height: 1.3;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .woocommerce.archive .woocommerce-ordering select,
    .woocommerce-shop .woocommerce-ordering select,
    .tax-product_cat .woocommerce-ordering select,
    .woocommerce.archive select.orderby,
    .woocommerce-shop select.orderby,
    .tax-product_cat select.orderby {
        width: 100% !important;
        min-height: 48px !important;
        padding: 0 14px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 999px !important;
        background-color: #f8fafc !important;
        font-size: var(--gs-font-body) !important;
        font-weight: 600 !important;
        color: var(--gs-header-text) !important;
    }

    .woocommerce.archive ul.products,
    .woocommerce-shop ul.products,
    .tax-product_cat ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .woocommerce.archive ul.products li.product,
    .woocommerce-shop ul.products li.product,
    .tax-product_cat ul.products li.product {
        width: auto !important;
        margin: 0 !important;
        padding: 12px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .woocommerce.archive ul.products li.product a,
    .woocommerce-shop ul.products li.product a,
    .tax-product_cat ul.products li.product a {
        text-decoration: none !important;
    }

    .woocommerce.archive ul.products li.product img,
    .woocommerce-shop ul.products li.product img,
    .tax-product_cat ul.products li.product img {
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        margin: 0 auto 4px !important;
        display: block !important;
        background: #ffffff !important;
    }

    .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
    .tax-product_cat ul.products li.product .woocommerce-loop-product__title {
        min-height: 40px !important;
        margin: 0 !important;
        font-size: var(--gs-font-card-title) !important;
        line-height: 1.32 !important;
        font-weight: 800 !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        word-break: break-word !important;
    }

    .woocommerce.archive ul.products li.product .price,
    .woocommerce-shop ul.products li.product .price,
    .tax-product_cat ul.products li.product .price {
        margin: 0 0 8px !important;
        font-size: var(--gs-font-small) !important;
        line-height: 1.25 !important;
        font-weight: 800 !important;
        color: var(--gs-header-text) !important;
        overflow-wrap: anywhere !important;
        white-space: normal !important;
    }

    .woocommerce.archive ul.products li.product .button,
    .woocommerce-shop ul.products li.product .button,
    .tax-product_cat ul.products li.product .button {
        width: 100% !important;
        min-height: 44px !important;
        margin-top: auto !important;
        padding: 10px 12px !important;
        border-radius: 999px !important;
        font-size: var(--gs-font-button) !important;
        font-weight: 800 !important;
        text-align: center !important;
        background: var(--gs-header-text) !important;
        color: #ffffff !important;
        border: 1px solid var(--gs-header-text) !important;
        box-shadow: 0 6px 16px rgba(17, 17, 17, 0.12) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .woocommerce.archive ul.products li.product .button:hover,
    .woocommerce-shop ul.products li.product .button:hover,
    .tax-product_cat ul.products li.product .button:hover {
        opacity: 0.92 !important;
    }

    .woocommerce ul.products li.product .onsale {
        top: 10px !important;
        left: 10px !important;
        right: auto !important;
        min-width: 0 !important;
        min-height: 28px !important;
        padding: 4px 10px !important;
        border-radius: 999px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
    }

    .woocommerce ul.products li.product .star-rating {
        margin: 0 0 6px !important;
        font-size: 12px !important;
    }

    .woocommerce nav.woocommerce-pagination,
    .woocommerce-pagination {
        display: block !important;
        margin: 18px 0 8px !important;
        text-align: center !important;
    }

    .woocommerce nav.woocommerce-pagination ul,
    .woocommerce-pagination ul,
    .woocommerce .page-numbers {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        list-style: none !important;
    }

    .woocommerce nav.woocommerce-pagination ul li,
    .woocommerce-pagination ul li,
    .woocommerce .page-numbers li {
        border: 0 !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .woocommerce nav.woocommerce-pagination ul li .page-numbers,
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce-pagination .page-numbers,
    .woocommerce .page-numbers a,
    .woocommerce .page-numbers span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 40px !important;
        min-height: 40px !important;
        padding: 0 12px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: var(--gs-header-text) !important;
        font-size: var(--gs-font-small) !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }

    .woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
    .woocommerce-pagination .page-numbers.current,
    .woocommerce .page-numbers .current {
        background: var(--gs-header-text) !important;
        color: #ffffff !important;
        border-color: var(--gs-header-text) !important;
    }

    .site-top-footer-inner-wrap,
    .site-bottom-footer-inner-wrap {
        padding-top: 12px !important;
        padding-bottom: 18px !important;
    }

    .site-footer,
    .site-top-footer-wrap,
    .site-bottom-footer-wrap {
        margin-top: 0 !important;
    }
}

@media (max-width: 1024px) {
    body.woocommerce-shop .content-area,
    body.tax-product_cat .content-area,
    body.post-type-archive-product .content-area {
        width: 100% !important;
    }

    body.woocommerce-shop .site-main,
    body.tax-product_cat .site-main,
    body.post-type-archive-product .site-main {
        padding-inline: 14px !important;
    }

    .woocommerce.archive .woocommerce-products-header,
    .woocommerce-shop .woocommerce-products-header,
    .tax-product_cat .woocommerce-products-header {
        margin-bottom: 14px !important;
        text-align: left !important;
    }

    .woocommerce.archive .page-title,
    .woocommerce-shop .page-title,
    .tax-product_cat .page-title {
        margin-bottom: 10px !important;
        font-size: clamp(24px, 5vw, 34px) !important;
        line-height: 1.16 !important;
    }

    .woocommerce.archive .woocommerce-result-count,
    .woocommerce.archive .woocommerce-ordering {
        float: none !important;
        clear: both !important;
        width: 100% !important;
        margin: 0 0 12px !important;
    }

    .woocommerce.archive .woocommerce-ordering {
        position: sticky !important;
        top: 72px !important;
        z-index: 20 !important;
        padding: 10px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 14px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06) !important;
    }

    .woocommerce.archive .woocommerce-ordering select,
    .woocommerce.archive select.orderby {
        width: 100% !important;
        min-height: 48px !important;
        padding: 0 14px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 12px !important;
        background-color: #ffffff !important;
        font-size: var(--gs-font-body) !important;
        font-weight: 600 !important;
    }

    .woocommerce.archive .woocommerce-result-count {
        color: #525252 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .woocommerce.archive ul.products,
    .woocommerce-shop ul.products,
    .tax-product_cat ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        margin-top: 12px !important;
    }

    .woocommerce.archive ul.products li.product,
    .woocommerce-shop ul.products li.product,
    .tax-product_cat ul.products li.product {
        width: auto !important;
        margin: 0 !important;
        padding: 12px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
    }

    .woocommerce.archive ul.products li.product img,
    .woocommerce-shop ul.products li.product img,
    .tax-product_cat ul.products li.product img {
        width: 100% !important;
        max-width: 118px !important;
        height: 118px !important;
        object-fit: contain !important;
        margin: 0 auto 10px !important;
    }

    .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
    .tax-product_cat ul.products li.product .woocommerce-loop-product__title {
        min-height: 38px !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        font-weight: 800 !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
    }

    .woocommerce.archive ul.products li.product .price,
    .woocommerce-shop ul.products li.product .price,
    .tax-product_cat ul.products li.product .price {
        font-size: 14px !important;
        line-height: 1.3 !important;
        font-weight: 800 !important;
    }

    .woocommerce.archive ul.products li.product .button,
    .woocommerce-shop ul.products li.product .button,
    .tax-product_cat ul.products li.product .button {
        width: 100% !important;
        min-height: 42px !important;
        padding: 9px 10px !important;
        border-radius: 999px !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .woocommerce.archive ul.products,
    .woocommerce-shop ul.products,
    .tax-product_cat ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .woocommerce.archive ul.products li.product,
    .woocommerce-shop ul.products li.product,
    .tax-product_cat ul.products li.product {
        padding: 14px !important;
        gap: 10px !important;
    }

    .woocommerce.archive ul.products li.product img,
    .woocommerce-shop ul.products li.product img,
    .tax-product_cat ul.products li.product img {
        aspect-ratio: 1 / 1 !important;
        max-width: 100% !important;
    }

    body.woocommerce-cart .woocommerce {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        align-items: start !important;
    }

    body.woocommerce-cart .woocommerce-notices-wrapper,
    body.woocommerce-cart .woocommerce-cart-form {
        min-width: 0 !important;
    }

    body.woocommerce-cart .cart-collaterals {
        position: static !important;
        top: auto !important;
        min-width: 0 !important;
    }

    body.woocommerce-cart .cart_totals {
        width: 100% !important;
        padding: 16px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
    }

    body.single-product .site-main,
    body.single-product div.product {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    body.single-product div.product .product_title,
    body.single-product div.product .entry-title,
    body.single-product div.product .woocommerce-product-details__title {
        font-size: 26px !important;
        line-height: 1.18 !important;
        font-weight: 800 !important;
    }

    body.single-product div.product p.price,
    body.single-product div.product span.price,
    body.single-product div.product .summary .price {
        font-size: 20px !important;
        line-height: 1.3 !important;
        font-weight: 800 !important;
    }

    body.single-product div.product .woocommerce-product-details__short-description,
    body.single-product div.product .woocommerce-Tabs-panel,
    body.single-product div.product .product_meta {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    body.single-product div.product .single_add_to_cart_button {
        min-height: 48px !important;
        font-size: 14px !important;
        font-weight: 800 !important;
    }

    body.single-product section.related ul.products,
    body.single-product section.upsells ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .woocommerce.archive ul.products,
    .woocommerce-shop ul.products,
    .tax-product_cat ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .woocommerce.archive ul.products li.product,
    .woocommerce-shop ul.products li.product,
    .tax-product_cat ul.products li.product {
        padding: 14px !important;
        border-radius: 18px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .woocommerce.archive ul.products li.product img,
    .woocommerce-shop ul.products li.product img,
    .tax-product_cat ul.products li.product img {
        max-width: 132px !important;
        height: 132px !important;
        margin: 0 auto 6px !important;
    }

    .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
    .tax-product_cat ul.products li.product .woocommerce-loop-product__title {
        min-height: 44px !important;
        margin: 0 !important;
        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    .woocommerce.archive ul.products li.product .price,
    .woocommerce-shop ul.products li.product .price,
    .tax-product_cat ul.products li.product .price {
        margin: 0 0 8px !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
    }

    .woocommerce.archive ul.products li.product .button,
    .woocommerce-shop ul.products li.product .button,
    .tax-product_cat ul.products li.product .button {
        min-height: 44px !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
    }

    .woocommerce.archive .woocommerce-result-count,
    .woocommerce.archive .woocommerce-ordering {
        width: auto !important;
    }

    .woocommerce.archive .woocommerce-ordering {
        max-width: 360px !important;
        margin-left: auto !important;
    }
}

@media (max-width: 767px) {
    body.woocommerce-cart .site-main,
    body.woocommerce-cart .woocommerce,
    body.woocommerce-cart .woocommerce-cart-form,
    body.woocommerce-cart .cart-collaterals,
    body.woocommerce-cart .cart_totals,
    body.woocommerce-cart table.shop_table,
    body.woocommerce-cart .shop_table_responsive {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.woocommerce-cart .woocommerce {
        overflow-x: clip !important;
    }

    body.woocommerce-cart table.shop_table thead {
        display: none !important;
    }

    body.woocommerce-cart table.shop_table tbody,
    body.woocommerce-cart table.shop_table tr,
    body.woocommerce-cart table.shop_table td {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-cart table.shop_table tbody tr.cart_item {
        margin-bottom: 14px !important;
        padding: 14px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
        overflow: hidden !important;
    }

    body.woocommerce-cart table.shop_table td {
        padding: 0 !important;
        border: 0 !important;
    }

    body.woocommerce-cart table.shop_table td.product-remove {
        display: flex !important;
        justify-content: flex-end !important;
        margin-bottom: 8px !important;
    }

    body.woocommerce-cart table.shop_table td.product-remove a.remove {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        border-radius: 999px !important;
        background: #f8fafc !important;
        color: #111111 !important;
        font-size: 24px !important;
        line-height: 1 !important;
    }

    body.woocommerce-cart table.shop_table td.product-thumbnail,
    body.woocommerce-cart table.shop_table td.product-name {
        display: block !important;
    }

    body.woocommerce-cart table.shop_table td.product-thumbnail {
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    body.woocommerce-cart table.shop_table td.product-thumbnail img {
        width: 96px !important;
        height: 96px !important;
        object-fit: contain !important;
        border-radius: 14px !important;
    }

    body.woocommerce-cart table.shop_table td.product-name a {
        display: block !important;
        margin-bottom: 6px !important;
        color: var(--gs-header-text) !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
        font-weight: 800 !important;
        text-decoration: none !important;
        word-break: break-word !important;
    }

    body.woocommerce-cart table.shop_table td.product-name dl.variation,
    body.woocommerce-cart table.shop_table td.product-name .wc-item-meta {
        margin: 0 0 10px !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
        color: #525252 !important;
    }

    body.woocommerce-cart table.shop_table td.product-price,
    body.woocommerce-cart table.shop_table td.product-quantity,
    body.woocommerce-cart table.shop_table td.product-subtotal {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        margin-top: 10px !important;
    }

    body.woocommerce-cart table.shop_table td.product-price::before,
    body.woocommerce-cart table.shop_table td.product-quantity::before,
    body.woocommerce-cart table.shop_table td.product-subtotal::before {
        font-size: 12px !important;
        font-weight: 700 !important;
        color: #525252 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
    }

    body.woocommerce-cart table.shop_table td.product-price::before {
        content: "Harga";
    }

    body.woocommerce-cart table.shop_table td.product-quantity::before {
        content: "Jumlah";
    }

    body.woocommerce-cart table.shop_table td.product-subtotal::before {
        content: "Subtotal";
    }

    body.woocommerce-cart table.shop_table td.product-price .amount,
    body.woocommerce-cart table.shop_table td.product-subtotal .amount {
        font-size: 14px !important;
        font-weight: 800 !important;
        color: var(--gs-header-text) !important;
        text-align: right !important;
    }

    body.woocommerce-cart table.shop_table td.product-quantity .quantity {
        display: inline-flex !important;
        align-items: center !important;
    }

    body.woocommerce-cart table.shop_table td.product-quantity input.qty {
        min-width: 64px !important;
        min-height: 44px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        text-align: center !important;
    }

    body.woocommerce-cart table.shop_table tr td.actions {
        margin-top: 12px !important;
        padding: 14px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
    }

    body.woocommerce-cart table.shop_table tr td.actions .coupon {
        display: grid !important;
        gap: 10px !important;
        float: none !important;
        width: 100% !important;
    }

    body.woocommerce-cart table.shop_table tr td.actions .coupon label {
        display: block !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        color: #525252 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
    }

    body.woocommerce-cart table.shop_table tr td.actions .coupon .input-text,
    body.woocommerce-cart table.shop_table tr td.actions .button,
    body.woocommerce-cart table.shop_table tr td.actions .checkout-button,
    body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
        width: 100% !important;
        min-height: 46px !important;
        font-size: 14px !important;
        border-radius: 999px !important;
    }

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

    body.woocommerce-cart .cart_totals {
        padding: 16px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
    }

    body.woocommerce-cart .cart_totals h2 {
        margin-bottom: 12px !important;
        font-size: 18px !important;
        line-height: 1.25 !important;
        font-weight: 800 !important;
    }

    body.woocommerce-cart .cart_totals table.shop_table td,
    body.woocommerce-cart .cart_totals table.shop_table th {
        padding: 10px 0 !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        border-color: var(--gs-border) !important;
    }

    body.woocommerce-cart .wc-proceed-to-checkout {
        padding-bottom: 72px !important;
    }

    body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
        background: var(--gs-header-text) !important;
        color: #ffffff !important;
        font-weight: 800 !important;
        box-shadow: 0 10px 24px rgba(17, 17, 17, 0.14) !important;
    }

    body.woocommerce-cart.woocommerce-cart-empty .cart-empty,
    body.woocommerce-cart .return-to-shop {
        text-align: center !important;
    }

    body.woocommerce-cart.woocommerce-cart-empty .cart-empty {
        margin: 20px 0 12px !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
        font-weight: 700 !important;
    }

    body.woocommerce-cart.woocommerce-cart-empty .return-to-shop .button {
        width: 100% !important;
        min-height: 46px !important;
        border-radius: 999px !important;
        font-size: 14px !important;
        font-weight: 800 !important;
    }

    .woocommerce.archive .woocommerce-ordering,
    .woocommerce-shop .woocommerce-ordering,
    .tax-product_cat .woocommerce-ordering {
        position: static !important;
        top: auto !important;
        box-shadow: none !important;
    }

    .woocommerce.archive .page-title,
    .woocommerce-shop .page-title,
    .tax-product_cat .page-title {
        font-size: var(--gs-font-title) !important;
        line-height: var(--gs-line-title) !important;
        font-weight: 800 !important;
    }

    body.single-product .site-main,
    body.single-product div.product {
        font-size: var(--gs-font-body) !important;
        line-height: 1.65 !important;
    }

    body.single-product div.product .woocommerce-product-gallery,
    body.single-product div.product .images {
        width: 100% !important;
        margin: 0 0 16px !important;
        float: none !important;
    }

    body.single-product div.product .woocommerce-product-gallery__wrapper,
    body.single-product div.product .flex-viewport {
        border: 1px solid var(--gs-border) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        overflow: hidden !important;
    }

    body.single-product div.product .woocommerce-product-gallery img {
        width: 100% !important;
        max-height: 320px !important;
        object-fit: contain !important;
        background: #ffffff !important;
    }

    body.single-product div.product .flex-control-thumbs {
        display: flex !important;
        gap: 8px !important;
        margin: 10px 0 0 !important;
        padding: 0 !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    body.single-product div.product .flex-control-thumbs li {
        flex: 0 0 64px !important;
        width: 64px !important;
        margin: 0 !important;
        list-style: none !important;
    }

    body.single-product div.product .flex-control-thumbs img {
        width: 64px !important;
        height: 64px !important;
        object-fit: contain !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 12px !important;
        background: #ffffff !important;
    }

    body.single-product div.product .summary {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        min-width: 0 !important;
    }

    body.single-product div.product .woocommerce-variation-add-to-cart,
    body.single-product div.product form.variations_form,
    body.single-product div.product table.variations {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.single-product div.product .product_title,
    body.single-product div.product .entry-title,
    body.single-product div.product .woocommerce-product-details__title {
        margin: 0 0 10px !important;
        font-size: 22px !important;
        line-height: 1.18 !important;
        font-weight: 800 !important;
        letter-spacing: -0.3px !important;
    }

    body.single-product div.product p.price,
    body.single-product div.product span.price,
    body.single-product div.product .summary .price {
        margin: 0 0 12px !important;
        font-size: 18px !important;
        line-height: 1.25 !important;
        font-weight: 800 !important;
        color: var(--gs-header-text) !important;
    }

    body.single-product div.product .woocommerce-product-details__short-description,
    body.single-product div.product .summary,
    body.single-product div.product .woocommerce-Tabs-panel,
    body.single-product div.product .woocommerce-product-attributes,
    body.single-product div.product .product_meta {
        font-size: 14px !important;
        line-height: 1.65 !important;
        color: var(--gs-header-text) !important;
    }

    body.single-product div.product .variations_form .variations {
        margin-bottom: 12px !important;
    }

    body.single-product div.product .variations_form .variations th,
    body.single-product div.product .variations_form .variations td {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        text-align: left !important;
    }

    body.single-product div.product .variations_form .variations select,
    body.single-product div.product .variations_form .reset_variations,
    body.single-product div.product .variations_form .reset_variations[style] {
        width: 100% !important;
        min-height: 44px !important;
    }

    body.single-product div.product .single_variation_wrap,
    body.single-product div.product .single_variation {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.single-product div.product .woocommerce-product-details__short-description p,
    body.single-product div.product .woocommerce-Tabs-panel p {
        margin-bottom: 12px !important;
    }

    body.single-product div.product form.cart {
        margin-top: 14px !important;
    }

    body.single-product div.product form.cart .quantity,
    body.single-product div.product form.cart .single_add_to_cart_button {
        margin-bottom: 10px !important;
    }

    body.single-product div.product form.cart .quantity input.qty {
        min-height: 44px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    body.single-product div.product form.cart .single_add_to_cart_button,
    body.single-product div.product .single_add_to_cart_button {
        width: 100% !important;
        min-height: 48px !important;
        padding: 12px 16px !important;
        border-radius: 999px !important;
        font-size: var(--gs-font-button) !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
        background: var(--gs-header-text) !important;
        color: #ffffff !important;
        text-align: center !important;
        box-shadow: 0 10px 24px rgba(17, 17, 17, 0.14) !important;
    }

    body.single-product div.product form.cart {
        position: sticky !important;
        bottom: calc(10px + var(--gs-safe-bottom)) !important;
        z-index: 30 !important;
        padding: 12px !important;
        border: 1px solid rgba(229, 231, 235, 0.9) !important;
        border-radius: 18px !important;
        background: rgba(255, 255, 255, 0.96) !important;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
        backdrop-filter: blur(10px);
        margin-bottom: calc(var(--gs-safe-bottom) + 8px) !important;
    }

    body.single-product div.product .woocommerce-tabs {
        margin-top: 18px !important;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs {
        display: flex !important;
        gap: 8px !important;
        margin: 0 0 14px !important;
        padding: 0 0 4px !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        border: 0 !important;
        -webkit-overflow-scrolling: touch;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
        display: none;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs li {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        list-style: none !important;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs li a,
    body.single-product div.product .woocommerce-tabs .panel h2,
    body.single-product section.related > h2,
    body.single-product section.upsells > h2 {
        font-size: 16px !important;
        line-height: 1.3 !important;
        font-weight: 800 !important;
    }

    body.single-product div.product .woocommerce-tabs .panel h2 {
        margin: 0 0 10px !important;
    }

    body.single-product div.product .woocommerce-tabs .panel {
        padding: 14px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
    }

    body.single-product section.related,
    body.single-product section.upsells {
        margin-top: 18px !important;
    }

    body.single-product section.related ul.products,
    body.single-product section.upsells ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    body.single-product section.related ul.products li.product,
    body.single-product section.upsells ul.products li.product {
        padding: 12px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs li a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 38px !important;
        padding: 0 14px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: var(--gs-header-text) !important;
        font-size: 13px !important;
        text-decoration: none !important;
    }

    body.single-product div.product .woocommerce-tabs ul.tabs li.active a {
        background: var(--gs-header-text) !important;
        color: #ffffff !important;
        border-color: var(--gs-header-text) !important;
    }

    body.single-product div.product .woocommerce-tabs .panel {
        padding: 14px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
    }

    body.single-product div.product .woocommerce-tabs .panel h2 {
        margin: 0 0 10px !important;
        font-size: 18px !important;
    }

    body.single-product div.product .product_meta,
    body.single-product div.product .posted_in,
    body.single-product div.product .tagged_as,
    body.single-product div.product .sku_wrapper {
        font-size: 12px !important;
        line-height: 1.5 !important;
        color: #525252 !important;
    }

    body.single-product div.product .woocommerce-product-details__short-description strong,
    body.single-product div.product .woocommerce-Tabs-panel strong,
    body.single-product div.product .woocommerce-product-attributes th,
    body.single-product div.product .stock {
        color: var(--gs-header-text) !important;
        font-weight: 800 !important;
    }

    body.single-product div.product .woocommerce-Tabs-panel a,
    body.single-product div.product .summary a,
    body.single-product div.product .product_meta a {
        color: var(--gs-header-text) !important;
        font-weight: 700 !important;
        text-decoration-thickness: 1px !important;
        text-underline-offset: 3px !important;
    }
}

@media (max-width: 1024px) {
    body.woocommerce-account .site-main,
    body.woocommerce-account .woocommerce,
    body.woocommerce-account .woocommerce-MyAccount-content,
    body.woocommerce-account .woocommerce-MyAccount-navigation,
    body.woocommerce-account .woocommerce-Address,
    body.woocommerce-order-received .site-main,
    body.woocommerce-order-received .woocommerce,
    body.woocommerce-order-received .woocommerce-order,
    body.woocommerce-order-received .woocommerce-order-overview,
    body.woocommerce-order-received .woocommerce-thankyou-order-received {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    body.woocommerce-account .woocommerce,
    body.woocommerce-order-received .woocommerce {
        overflow-x: clip !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 14px !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex !important;
        gap: 8px !important;
        flex-wrap: wrap !important;
        padding: 0 !important;
        margin: 0 0 14px !important;
        list-style: none !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation li {
        margin: 0 !important;
        padding: 0 !important;
        flex: 1 1 calc(50% - 8px) !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 44px !important;
        padding: 10px 12px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 14px !important;
        background: #ffffff !important;
        color: var(--gs-header-text) !important;
        text-decoration: none !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        text-align: center !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
        background: var(--gs-header-text) !important;
        color: #ffffff !important;
        border-color: var(--gs-header-text) !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        float: none !important;
        min-width: 0 !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-content input.input-text,
    body.woocommerce-account .woocommerce-MyAccount-content textarea,
    body.woocommerce-account .woocommerce-MyAccount-content select {
        width: 100% !important;
        min-height: 48px !important;
        font-size: 16px !important;
        padding: 10px 12px !important;
        border-radius: 12px !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-content .button,
    body.woocommerce-account .woocommerce-MyAccount-content button,
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
        min-height: 46px !important;
        border-radius: 999px !important;
        font-size: 14px !important;
        font-weight: 800 !important;
    }

    body.woocommerce-account .woocommerce-orders-table,
    body.woocommerce-account .shop_table {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.woocommerce-account .woocommerce-orders-table thead {
        display: none !important;
    }

    body.woocommerce-account .woocommerce-orders-table tbody,
    body.woocommerce-account .woocommerce-orders-table tr,
    body.woocommerce-account .woocommerce-orders-table td {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-account .woocommerce-orders-table tr {
        margin-bottom: 14px !important;
        padding: 14px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
    }

    body.woocommerce-account .woocommerce-orders-table td {
        padding: 0 !important;
        border: 0 !important;
        margin: 0 0 8px !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        word-break: break-word !important;
    }

    body.woocommerce-account .woocommerce-orders-table td::before {
        display: block !important;
        margin-bottom: 4px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
        color: #525252 !important;
    }

    body.woocommerce-account .woocommerce-orders-table td.order-number::before { content: "Order"; }
    body.woocommerce-account .woocommerce-orders-table td.order-date::before { content: "Tanggal"; }
    body.woocommerce-account .woocommerce-orders-table td.order-status::before { content: "Status"; }
    body.woocommerce-account .woocommerce-orders-table td.order-total::before { content: "Total"; }
    body.woocommerce-account .woocommerce-orders-table td.order-actions::before { content: "Aksi"; }

    body.woocommerce-account .woocommerce-orders-table td.order-actions .button,
    body.woocommerce-account .woocommerce-orders-table td.order-actions a.button {
        width: 100% !important;
        min-height: 42px !important;
        margin-top: 6px !important;
    }

    body.woocommerce-order-received .woocommerce-order {
        padding: 16px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
    }

    body.woocommerce-order-received .woocommerce-order-overview,
    body.woocommerce-order-received .woocommerce-thankyou-order-details,
    body.woocommerce-order-received .order_details {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        padding: 0 !important;
        margin: 0 0 16px !important;
    }

    body.woocommerce-order-received .woocommerce-order-overview li,
    body.woocommerce-order-received .woocommerce-thankyou-order-details li,
    body.woocommerce-order-received .order_details li {
        margin: 0 !important;
        padding: 12px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 14px !important;
        background: #ffffff !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    body.woocommerce-order-received .woocommerce-order-overview strong,
    body.woocommerce-order-received .woocommerce-thankyou-order-details strong,
    body.woocommerce-order-received .order_details strong {
        display: block !important;
        margin-top: 4px !important;
        font-size: 16px !important;
        line-height: 1.3 !important;
    }

    body.woocommerce-order-received .woocommerce-table--order-details,
    body.woocommerce-order-received .woocommerce-table--order-downloads {
        width: 100% !important;
        table-layout: fixed !important;
    }

    body.woocommerce-order-received .woocommerce-table--order-details th,
    body.woocommerce-order-received .woocommerce-table--order-details td,
    body.woocommerce-order-received .woocommerce-table--order-downloads th,
    body.woocommerce-order-received .woocommerce-table--order-downloads td {
        font-size: 14px !important;
        line-height: 1.5 !important;
        word-break: break-word !important;
    }

    body.woocommerce-checkout .site-main,
    body.woocommerce-checkout .woocommerce-checkout,
    body.woocommerce-checkout .woocommerce,
    body.woocommerce-checkout form.checkout,
    body.woocommerce-checkout .checkout.woocommerce-checkout,
    body.woocommerce-checkout .woocommerce-checkout-review-order,
    body.woocommerce-checkout .woocommerce-checkout-review-order-table,
    body.woocommerce-checkout .woocommerce-billing-fields,
    body.woocommerce-checkout .woocommerce-shipping-fields,
    body.woocommerce-checkout .woocommerce-additional-fields,
    body.woocommerce-checkout .woocommerce-checkout-payment {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    body.woocommerce-checkout .woocommerce-checkout {
        overflow-x: clip !important;
        padding-bottom: calc(24px + var(--gs-safe-bottom)) !important;
    }

    body.woocommerce-checkout .woocommerce-checkout #payment,
    body.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-payment {
        scroll-margin-bottom: calc(120px + var(--gs-safe-bottom)) !important;
    }

    body.woocommerce-checkout .woocommerce form .form-row,
    body.woocommerce-checkout .woocommerce form .form-row-first,
    body.woocommerce-checkout .woocommerce form .form-row-last,
    body.woocommerce-checkout .woocommerce form .form-row-wide {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.woocommerce-checkout .woocommerce form .form-row input.input-text,
    body.woocommerce-checkout .woocommerce form .form-row textarea,
    body.woocommerce-checkout .woocommerce form .form-row select,
    body.woocommerce-checkout .select2-container .select2-selection--single {
        width: 100% !important;
        min-height: 48px !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        padding: 10px 12px !important;
        border-radius: 12px !important;
    }

    body.woocommerce-checkout .woocommerce form .form-row label {
        display: block !important;
        margin-bottom: 6px !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        font-weight: 700 !important;
    }

    body.woocommerce-checkout .woocommerce-shipping-fields,
    body.woocommerce-checkout .woocommerce-billing-fields,
    body.woocommerce-checkout .woocommerce-additional-fields,
    body.woocommerce-checkout .woocommerce-checkout-review-order,
    body.woocommerce-checkout .checkout_coupon,
    body.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
        padding: 16px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order-table,
    body.woocommerce-checkout .shop_table,
    body.woocommerce-checkout table.woocommerce-checkout-review-order-table {
        width: 100% !important;
        table-layout: fixed !important;
        border-collapse: collapse !important;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
    body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
    body.woocommerce-checkout .shop_table td,
    body.woocommerce-checkout .shop_table th {
        font-size: 14px !important;
        line-height: 1.45 !important;
        word-break: break-word !important;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
        width: 62% !important;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
        width: 38% !important;
        text-align: right !important;
    }

    body.woocommerce-checkout .woocommerce-checkout-payment {
        margin-top: 14px !important;
        padding: 16px !important;
        border: 1px solid var(--gs-border) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
    }

    body.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
        padding: 0 !important;
    }

    body.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li {
        padding: 10px 0 !important;
        border-bottom: 1px solid var(--gs-border) !important;
    }

    body.woocommerce-checkout .woocommerce-checkout-payment label,
    body.woocommerce-checkout .woocommerce-checkout-payment .payment_box,
    body.woocommerce-checkout .woocommerce-checkout-payment .payment_box p {
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

    body.woocommerce-checkout #place_order,
    body.woocommerce-checkout .button.alt,
    body.woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
        width: 100% !important;
        min-height: 48px !important;
        border-radius: 999px !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        box-shadow: 0 10px 24px rgba(17, 17, 17, 0.14) !important;
    }

    body.woocommerce-checkout .woocommerce-error,
    body.woocommerce-checkout .woocommerce-message,
    body.woocommerce-checkout .woocommerce-info {
        padding: 14px !important;
        border-radius: 14px !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 28px !important;
        padding-left: 0 !important;
    }

    body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 46px !important;
        right: 10px !important;
    }

    body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
        margin-top: 12px !important;
        font-size: 13px !important;
        line-height: 1.55 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    body.woocommerce-cart .woocommerce {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 34%) !important;
    }

    body.woocommerce-cart .cart-collaterals {
        position: sticky !important;
        top: 88px !important;
        align-self: start !important;
    }

    body.woocommerce-cart .cart_totals {
        max-height: calc(100vh - 120px) !important;
        overflow: auto !important;
    }
}

@media (max-width: 767px) {
    input,
    select,
    textarea,
    button,
    a.button,
    .button,
    .wp-element-button,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        min-height: 44px;
    }

    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
        overflow-wrap: anywhere !important;
    }

    .wa__btn_popup,
    .wa__popup_chat_box,
    .joinchat,
    .joinchat__button,
    .floating-whatsapp,
    .whatsapp-floating,
    .cky-consent-container,
    .cky-modal,
    .cookie-notice-container {
        max-width: calc(100vw - 24px) !important;
    }

    .joinchat,
    .floating-whatsapp,
    .whatsapp-floating,
    .wa__btn_popup {
        bottom: calc(18px + var(--gs-safe-bottom)) !important;
    }
}

@media (max-width: 374px) {
    .gws-home-trust-strip,
    .gws-category-grid-v2,
    .woocommerce ul.products,
    .home .woocommerce ul.products,
    .woocommerce.archive ul.products,
    .woocommerce-shop ul.products,
    .tax-product_cat ul.products {
        grid-template-columns: 1fr !important;
    }

    .woocommerce.archive .woocommerce-ordering,
    .woocommerce.archive .woocommerce-result-count,
    .woocommerce.archive .woocommerce-notices-wrapper,
    .woocommerce.archive .woocommerce-breadcrumb {
        width: 100% !important;
    }

    .woocommerce.archive .woocommerce-ordering select,
    .woocommerce.archive select.orderby {
        width: 100% !important;
        min-height: 44px !important;
    }

    .woocommerce.archive .woocommerce-result-count {
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .woocommerce.archive .woocommerce-breadcrumb {
        font-size: 13px !important;
        line-height: 1.4 !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

    .gws-hero-copy h1 {
        font-size: 25px !important;
        line-height: 1.1 !important;
    }

    .gws-home-footer-compact,
    .site-footer,
    .site-top-footer-wrap,
    .site-bottom-footer-wrap {
        margin-top: 0 !important;
    }

    .home .gws-home-blog,
    .home .gws-conversion-v2,
    .home .gws-products-v2 {
        margin-bottom: 12px !important;
    }

    .gws-home-footer-compact {
        padding-top: 18px !important;
    }

    .gws-home-footer-compact__grid,
    .site-top-footer-inner-wrap,
    .site-bottom-footer-inner-wrap {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .gws-footer-toggle {
        width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        min-height: 44px;
        padding: 12px 0 !important;
        border-bottom: 1px solid var(--gs-border) !important;
        font-size: 14px !important;
    }

    .gws-footer-panel {
        display: grid;
        gap: 8px !important;
        padding: 10px 0 0 !important;
    }

    .gws-footer-panel a {
        min-height: 44px !important;
        display: inline-flex !important;
        align-items: center;
        padding: 8px 0 !important;
        color: var(--gs-muted) !important;
        word-break: break-word !important;
    }

    .gws-homepage :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h1,
    .gws-homepage :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h2,
    .gws-homepage :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h3,
    .gws-homepage :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h4,
    .gws-homepage :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h5,
    .gws-homepage :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h6,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h1,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h2,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h3,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h4,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h5,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) h6 {
        line-height: 1.22 !important;
        overflow-wrap: anywhere !important;
    }

    .gws-homepage :is(.entry-content, .wp-block-post-content, .page-content, .site-content) p,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) p,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) li,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) td,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) th,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) label {
        font-size: 14px !important;
        line-height: 1.7 !important;
        overflow-wrap: anywhere !important;
    }

    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) ul,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) ol {
        padding-left: 18px !important;
        margin-left: 0 !important;
    }

    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) input[type="text"],
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) input[type="email"],
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) input[type="tel"],
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) input[type="url"],
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) input[type="password"],
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) select,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) textarea {
        width: 100% !important;
        min-height: 48px !important;
        font-size: 16px !important;
        padding: 10px 12px !important;
        border-radius: 12px !important;
    }

    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) .button,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) button,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) .wp-element-button,
    body.page :is(.entry-content, .wp-block-post-content, .page-content, .site-content) input[type="submit"] {
        min-height: 44px !important;
        border-radius: 999px !important;
        font-size: 14px !important;
        font-weight: 800 !important;
    }

    .gws-hero-card img,
    .gws-hero-right img {
        width: min(220px, 100%) !important;
    }
}

