:root {
    --hp-ink: #111315;
    --hp-text: #202428;
    --hp-muted: #687077;
    --hp-line: rgba(22, 28, 32, 0.09);
    --hp-panel: rgba(255, 255, 255, 0.82);
    --hp-soft: #f5f7f7;
    --hp-soft-strong: #edf2f1;
    --hp-green: #477a68;
    --hp-blue: #2b7692;
    --hp-aqua: #d9f2ec;
    --hp-radius-lg: 36px;
    --hp-radius-md: 26px;
    --hp-shadow: 0 28px 80px rgba(20, 28, 34, 0.09);
}

html {
    scroll-behavior: smooth;
}

body.hydrapower-kiosko {
    margin: 0;
    color: var(--hp-text);
    background: #fff;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

body.hydrapower-kiosko * {
    box-sizing: border-box;
}

body.hydrapower-kiosko a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

body.hydrapower-kiosko .wp-site-blocks {
    padding: 0;
}

body.hydrapower-kiosko .wp-site-blocks > header {
    position: relative;
    z-index: 40;
}

.hp-product-page,
.hp-shop-page-shell,
body.hp-block-cart-page main,
body.hp-block-checkout-page main,
body.woocommerce-cart main,
body.woocommerce-checkout main {
    width: min(1240px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
    padding-top: clamp(128px, 12vw, 168px);
    padding-bottom: clamp(72px, 9vw, 116px);
}

.hp-product-page > *,
.hp-shop-page-shell > * {
    margin-block-start: 0;
}

.hp-product-breadcrumbs {
    margin-bottom: 18px;
    color: var(--hp-muted);
    font-size: 0.78rem;
}

.hp-product-breadcrumbs a {
    color: var(--hp-muted);
    text-decoration: none;
}

.hp-product-hero {
    gap: 18px !important;
    align-items: stretch !important;
    margin-bottom: 28px;
    padding: 18px;
    border: 1px solid var(--hp-line);
    border-radius: var(--hp-radius-lg);
    background:
        radial-gradient(circle at 12% 0%, rgba(217, 242, 236, 0.84), transparent 34%),
        radial-gradient(circle at 100% 10%, rgba(217, 237, 247, 0.78), transparent 32%),
        linear-gradient(135deg, #fbfcfc, #f0f3f2);
    box-shadow: var(--hp-shadow);
}

.hp-product-media-column,
.hp-product-summary-card {
    min-width: 0;
}

.hp-product-gallery,
.wp-block-woocommerce-product-image-gallery.hp-product-gallery {
    height: 100%;
    padding: 16px;
    border: 1px solid rgba(20, 28, 34, 0.07);
    border-radius: 30px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.hp-product-gallery .woocommerce-product-gallery,
.hp-product-gallery .woocommerce-product-gallery__wrapper {
    width: 100% !important;
    margin: 0 !important;
}

.hp-product-gallery .flex-viewport,
.hp-product-gallery .woocommerce-product-gallery__image {
    overflow: hidden;
    aspect-ratio: 1.04;
    border-radius: 25px;
    background:
        radial-gradient(circle at 20% 10%, rgba(232, 243, 239, 0.82), transparent 28%),
        #fff;
}

.hp-product-gallery .flex-viewport {
    width: 100%;
    min-height: 360px;
}

.hp-product-gallery .woocommerce-product-gallery__wrapper,
.hp-product-gallery .woocommerce-product-gallery__image,
.hp-product-gallery .woocommerce-product-gallery__image a {
    height: 100%;
}

.hp-product-gallery .woocommerce-product-gallery__image a {
    display: flex;
    width: 100% !important;
    height: 100% !important;
    align-items: center;
    justify-content: center;
}

.hp-product-gallery .woocommerce-product-gallery__image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.hp-product-gallery .woocommerce-product-gallery__image img {
    padding: clamp(18px, 2.8vw, 34px);
    object-fit: contain;
}

.hp-product-gallery .flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0 0 !important;
    padding: 0 !important;
}

.hp-product-gallery .flex-control-thumbs li {
    overflow: hidden;
    width: auto !important;
    aspect-ratio: 1;
    border: 1px solid rgba(20, 28, 34, 0.07);
    border-radius: 16px;
    background: #f7f8f8;
}

.hp-product-gallery .flex-control-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hp-product-gallery .woocommerce-product-gallery__trigger {
    top: 18px !important;
    right: 18px !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: 0 16px 32px rgba(20, 28, 34, 0.12);
    backdrop-filter: blur(14px);
}

.hp-product-summary-card {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    padding: clamp(26px, 3.2vw, 42px);
    border: 1px solid rgba(20, 28, 34, 0.07);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 46px rgba(20, 28, 34, 0.055);
}

.hp-product-kicker {
    width: max-content;
    max-width: 100%;
    margin: 0 0 16px !important;
    padding: 8px 12px;
    border-radius: 999px;
    color: #347367;
    background: #e8f3ef;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hp-product-title,
.hp-product-summary-card h1 {
    max-width: 640px;
    margin: 0 0 18px !important;
    color: var(--hp-text);
    font-size: clamp(2.05rem, 3.45vw, 3.55rem);
    font-weight: 790;
    line-height: 1;
    letter-spacing: 0;
}

.hp-product-price,
.hp-product-summary-card .price,
.wp-block-woocommerce-product-price.hp-product-price {
    margin: 0 0 18px !important;
    color: var(--hp-text) !important;
    font-size: clamp(1.55rem, 2.2vw, 2.15rem);
    font-weight: 850;
}

.hp-product-short {
    max-width: 560px;
    margin: 0 0 18px !important;
    color: #4f565c;
    font-size: 1rem;
    line-height: 1.58;
}

.hp-product-meta {
    margin: 0 0 16px !important;
}

.hp-product-meta-row {
    gap: 8px !important;
}

.hp-product-meta-row > *,
.hp-product-meta .wp-block-post-terms,
.hp-product-meta .wp-block-woocommerce-product-sku {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    color: var(--hp-muted);
    background: var(--hp-soft-strong);
    font-size: 0.78rem;
    font-weight: 700;
}

.hp-product-meta a {
    color: var(--hp-text);
    text-decoration: none;
}

.hp-product-purchase,
.hp-product-summary-card form.cart {
    margin: 0 0 14px !important;
    padding: 16px;
    border: 1px solid rgba(20, 28, 34, 0.06);
    border-radius: 24px;
    background: #f6f7f7;
}

.hp-product-purchase form.cart,
.hp-product-summary-card form.cart {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.woocommerce .quantity .qty,
.wc-block-components-quantity-selector {
    min-height: 50px;
    border: 1px solid rgba(20, 28, 34, 0.1) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--hp-text);
    font-weight: 760;
}

.woocommerce .quantity .qty {
    width: 74px;
}

.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce .single_add_to_cart_button,
.wp-block-button__link,
.wc-block-components-button:not(.is-link),
.wp-block-woocommerce-product-button .wp-block-button__link {
    min-height: 52px !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: var(--hp-ink) !important;
    background-color: var(--hp-ink) !important;
    background-image: none !important;
    font-size: 0.92rem !important;
    font-weight: 780 !important;
    line-height: 52px !important;
    text-decoration: none !important;
    box-shadow: 0 18px 38px rgba(17, 19, 21, 0.15);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover,
.wp-block-button__link:hover,
.wc-block-components-button:not(.is-link):hover {
    color: #fff !important;
    background: #2f3537 !important;
    transform: translateY(-1px);
    box-shadow: 0 22px 44px rgba(17, 19, 21, 0.18);
}

.hp-product-trust {
    gap: 8px !important;
}

.hp-product-trust p {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 10px;
    border-radius: 16px;
    color: #4c5357;
    background: #eef2f0;
    font-size: 0.74rem;
    font-weight: 780;
    text-align: center;
}

.hp-product-details-card,
.hp-related-products {
    margin-top: 28px;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(20, 28, 34, 0.07);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(20, 28, 34, 0.045);
}

.hp-product-details-card .wc-tabs,
.hp-product-details-card .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px !important;
    padding: 0 !important;
}

.hp-product-details-card .wc-tabs::before,
.hp-product-details-card .wc-tabs li::before,
.hp-product-details-card .wc-tabs li::after,
.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 !important;
}

.hp-product-details-card .wc-tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--hp-soft-strong) !important;
}

.hp-product-details-card .wc-tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #fff !important;
    background: var(--hp-ink) !important;
}

.hp-product-details-card .wc-tabs a,
.woocommerce div.product .woocommerce-tabs ul.tabs a {
    padding: 10px 15px !important;
    color: inherit !important;
    font-size: 0.82rem;
    font-weight: 760;
    text-decoration: none;
}

.hp-product-details-card .woocommerce-Tabs-panel,
.woocommerce div.product .woocommerce-Tabs-panel {
    max-width: 880px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #42484d;
    font-size: 1.03rem;
    line-height: 1.7;
}

.hp-product-details-card h2,
.hp-related-products h2,
.hp-section-title {
    margin: 0 0 16px;
    color: var(--hp-text);
    font-size: clamp(1.45rem, 2.35vw, 2rem);
    font-weight: 790;
    letter-spacing: 0;
}

.hp-related-products {
    background: #f6f7f7;
}

.hp-related-grid,
.hp-product-grid {
    gap: 16px !important;
}

.hp-related-grid > li,
.hp-product-grid > li,
.wp-block-post.product {
    overflow: hidden;
    padding: 14px !important;
    border: 1px solid rgba(20, 28, 34, 0.07);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(20, 28, 34, 0.05);
}

.hp-related-grid .wc-block-components-product-image,
.hp-product-grid .wc-block-components-product-image,
.hp-related-grid .wp-block-woocommerce-product-image,
.hp-product-grid .wp-block-woocommerce-product-image {
    overflow: hidden;
    aspect-ratio: 1;
    margin-bottom: 12px;
    border-radius: 18px;
    background: #f7f8f8;
}

.hp-related-grid img,
.hp-product-grid img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.hp-related-grid h3,
.hp-product-grid h3 {
    min-height: 42px;
    margin: 0 0 8px !important;
    color: var(--hp-text);
    font-size: 1rem !important;
    font-weight: 790;
    line-height: 1.22;
}

.hp-related-grid .price,
.hp-product-grid .price,
.wp-block-woocommerce-product-price {
    color: var(--hp-text);
    font-weight: 850;
}

.hp-shop-hero {
    width: min(92vw, 1720px);
    max-width: none;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto 56px;
    padding: 58px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 32px;
    color: #fff;
    background:
        linear-gradient(90deg,
            rgba(15, 15, 15, 0.82) 0%,
            rgba(15, 15, 15, 0.6) 38%,
            rgba(15, 15, 15, 0.1) 72%),
        var(--hp-shop-banner-image, url("https://res.cloudinary.com/dncdgiwhp/image/upload/v1780948383/C%C3%B3pia_de_Cilindro_Hidr%C3%A1ulico_12_mjlssd.png")) center right / 100% auto no-repeat;
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.1);
    transform: none;
}

.hp-shop-hero .hp-product-kicker {
    width: fit-content;
    margin: 0 0 16px !important;
    padding: 0;
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hp-shop-hero-copy {
    min-width: 0;
    max-width: 560px;
}

.hp-shop-title {
    max-width: 560px;
    margin: 0 !important;
    color: #fff;
    font-size: clamp(2.15rem, 3.6vw, 2.9rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0;
}

.hp-shop-copy {
    max-width: 460px;
    margin: 18px 0 0 !important;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.55;
}

.hp-shop-hero-button {
    width: fit-content;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hp-shop-hero-button:hover {
    transform: translateY(-2px);
}

.hp-shop-hero-pill {
    display: none;
    justify-self: end;
    align-self: start;
    padding: 11px 16px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.82rem;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.hp-shop-toolbar {
    margin-bottom: 28px;
    padding: 18px;
    border: 1px solid var(--hp-line);
    border-radius: 28px;
    background: rgba(246, 247, 247, 0.72);
    box-shadow: 0 18px 48px rgba(20, 28, 34, 0.055);
}

.hp-shop-toolbar select,
.woocommerce-ordering select,
.wc-block-components-sort-select__select {
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid var(--hp-line);
    border-radius: 999px;
    background: #fff;
    color: var(--hp-text);
    font: inherit;
}

.hp-pagination {
    margin-top: 32px;
}

.hp-pagination a,
.hp-pagination span,
.woocommerce-pagination a,
.woocommerce-pagination span {
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--hp-text);
    background: var(--hp-soft);
    text-decoration: none;
}

.hp-pagination .current,
.woocommerce-pagination .current {
    color: #fff;
    background: var(--hp-ink);
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.woocommerce-cart-form,
.woocommerce .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.wc-block-components-sidebar,
.wc-block-components-main,
.wc-block-cart-items,
.wc-block-components-panel {
    border-color: var(--hp-line) !important;
    border-radius: 28px !important;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.woocommerce-cart-form,
.woocommerce .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    padding: clamp(18px, 3vw, 34px);
    background: var(--hp-panel);
    box-shadow: 0 18px 52px rgba(20, 28, 34, 0.07);
    backdrop-filter: blur(18px);
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.wc-block-components-notice-banner {
    border: 1px solid var(--hp-line) !important;
    border-radius: 20px !important;
    background: var(--hp-soft) !important;
}

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

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.wc-block-components-text-input input,
.wc-block-components-combobox-control input,
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"] {
    min-height: 48px;
    border: 1px solid var(--hp-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: var(--hp-text) !important;
    font: inherit;
}

@media (max-width: 980px) {
    .hp-product-hero {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .hp-product-media-column,
    .hp-product-summary-card {
        flex-basis: auto !important;
    }

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

@media (max-width: 640px) {
    .hp-product-page,
    .hp-shop-page-shell,
    body.hp-block-cart-page main,
    body.hp-block-checkout-page main,
    body.woocommerce-cart main,
    body.woocommerce-checkout main {
        width: calc(100% - 24px);
        padding-top: 118px;
        padding-bottom: 66px;
    }

    .hp-product-hero {
        padding: 12px;
        border-radius: 26px;
    }

    .hp-product-gallery,
    .hp-product-summary-card,
    .hp-product-details-card,
    .hp-related-products {
        padding: 18px;
        border-radius: 24px;
    }

    .hp-product-title,
    .hp-product-summary-card h1 {
        font-size: 1.85rem;
    }

    .hp-product-trust,
    .hp-related-grid,
    .hp-product-grid {
        grid-template-columns: 1fr !important;
    }

    .hp-product-purchase form.cart,
    .hp-product-summary-card form.cart {
        display: grid !important;
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .hp-product-purchase .single_add_to_cart_button,
    .hp-product-summary-card .single_add_to_cart_button {
        width: 100%;
    }

    .hp-shop-hero {
        min-height: 420px;
        grid-template-columns: 1fr;
        padding: 34px 26px;
        border-radius: 28px;
    }

    .hp-shop-hero-pill {
        justify-self: start;
    }
}

/* HydraPower refinement v1.0.1 */
body.hydrapower-kiosko site-header a,
body.hydrapower-kiosko site-header button {
    text-decoration: none !important;
}

body.hydrapower-kiosko site-header a[href*="contato"],
body.hydrapower-kiosko site-header button[aria-label*="contato" i] {
    color: #fff !important;
}

.hp-product-page {
    width: min(1180px, calc(100% - 48px));
}

.hp-shop-page-shell {
    width: min(1420px, calc(100% - 48px));
}

.hp-product-breadcrumbs {
    margin-bottom: 24px;
    font-size: 0.82rem;
}

.hp-product-hero {
    gap: clamp(28px, 5vw, 56px) !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hp-product-gallery,
.wp-block-woocommerce-product-image-gallery.hp-product-gallery,
.hp-product-summary-card {
    border-color: rgba(30, 35, 38, 0.08);
    border-radius: 18px;
    box-shadow: none;
}

.hp-product-gallery,
.wp-block-woocommerce-product-image-gallery.hp-product-gallery {
    padding: 18px;
}

.hp-product-gallery .woocommerce-product-gallery__image {
    border-radius: 14px;
    background: #fff;
}

.hp-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px !important;
}

.hp-product-gallery .flex-control-thumbs li {
    border-radius: 10px;
    background: #fff;
}

.hp-product-summary-card {
    padding: clamp(24px, 3vw, 34px);
    background: #fff;
}

.hp-product-kicker {
    min-height: 30px;
    margin-bottom: 14px !important;
    padding: 0 11px;
    color: #2f7569;
    background: #edf7f3;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
}

.hp-product-title,
.hp-product-summary-card h1 {
    max-width: 560px;
    margin-bottom: 14px !important;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(1.85rem, 2.65vw, 2.75rem) !important;
    font-weight: 650 !important;
    line-height: 1.1 !important;
}

.hp-product-price,
.hp-product-summary-card .price,
.wp-block-woocommerce-product-price.hp-product-price {
    margin-bottom: 16px !important;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(1.65rem, 2.1vw, 2rem) !important;
    font-weight: 620 !important;
}

.hp-product-short {
    margin-bottom: 18px !important;
    color: #4f555b;
    font-size: 0.98rem;
    line-height: 1.55;
}

.hp-product-meta-row > *,
.hp-product-meta .wp-block-post-terms,
.hp-product-meta .wp-block-woocommerce-product-sku {
    min-height: 30px;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 500;
}

.hp-product-purchase,
.hp-product-summary-card form.cart {
    border-radius: 16px;
    background: #fafafa;
}

.hp-product-trust p {
    min-height: 34px;
    border-radius: 10px;
    color: #5c6369;
    background: #f1f4f3;
    font-size: 0.72rem;
    font-weight: 520;
}

.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce .single_add_to_cart_button,
.wp-block-button__link,
.wc-block-components-button:not(.is-link),
.wp-block-woocommerce-product-button .wp-block-button__link {
    min-height: 48px !important;
    padding: 0 22px !important;
    font-size: 0.84rem !important;
    font-weight: 650 !important;
    line-height: 48px !important;
    box-shadow: 0 12px 28px rgba(17, 19, 21, 0.12);
}

.hp-product-details-card,
.hp-related-products {
    border-radius: 18px;
    box-shadow: none;
}

.hp-product-details-card .wc-tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 8px !important;
}

.hp-product-details-card .wc-tabs a,
.woocommerce div.product .woocommerce-tabs ul.tabs a {
    font-weight: 550;
}

.hp-product-details-card h2,
.hp-related-products h2,
.hp-section-title {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 620;
}

.hp-product-details-card .woocommerce-Tabs-panel,
.woocommerce div.product .woocommerce-Tabs-panel {
    color: #4e555b;
    font-size: 0.98rem;
}

.hp-related-grid > li,
.hp-product-grid > li,
.wp-block-post.product {
    border-radius: 14px;
    box-shadow: none;
}

.hp-related-grid h3,
.hp-product-grid h3 {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 620;
}

.hp-related-grid .price,
.hp-product-grid .price,
.wp-block-woocommerce-product-price {
    font-weight: 560;
}

@media (max-width: 640px) {
    .hp-product-page,
    .hp-shop-page-shell {
        width: calc(100% - 24px);
    }

    .hp-product-hero {
        padding: 0;
        border-radius: 0;
    }

    .hp-product-gallery,
    .hp-product-summary-card,
    .hp-product-details-card,
    .hp-related-products {
        border-radius: 16px;
    }

    .hp-product-title,
    .hp-product-summary-card h1 {
        font-size: 1.72rem !important;
    }
}
