/*General*/
.title {
    font-size: 1.5rem;
    line-height: 1.2em;
}

.btn-style-1 {
    font-size: 1rem;
    padding: 6px 10px 6px 48px;
}

.btn-style-2 {
    font-size: 1rem;
    padding: 6px 10px 6px 48px;
}

.product-picker {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--white);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.36);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    z-index: 2;
}

.product-picker h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: var(--black);
}

.product-selector {
    display: flex;
    gap: 1rem;
}

.product-selector>* {
    flex: 1;
}

.product-selector .model-selector {
    width: 50%;
}

.product-selector .btn-measures-buy {
    border: 2px solid var(--black);
    padding: .5rem 1rem;
}

.product-selector .select-wrapper {
    background-color: #eaeaea;
    padding: .5rem 1rem;
}

/*End General*/

/*Icon Mobile Nav*/
header .topbar .center-block .hamb-mobile {
    display: block;
    margin-left: 15px;
}

/*End Icon Mobile Nav*/

/*Header*/
header .topbar {
    padding: 5px 0;
}

header .topbar .center-block .top-menu-container {
    display: none;
}

header .topbar .center-block {
    justify-content: space-between;
}

header .topbar .center-block .top-logo {
    max-width: 180px;
    width: auto;
}

header .topbar .center-block .top-logo img {
    height: auto;
}

header .topbar .center-block .top-search-shopping {
    width: auto;
}

header .menu-mobile {
    display: block;
}

header .topbar .center-block .top-search-shopping .top-shopping-bag {
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

.home-block-one .center-block .content-block-one .call-specialist {
    font-size: 1rem;
}

/*End Header*/

/*Home - Block 1*/
.home-block-one {
    padding-top: 0px;
}

.home-block-one .center-block .bg-block-one .image-bg-block-one {
    animation: girar 3s linear infinite;
    transform-origin: center;
}

.home-block-one .center-block {
    min-height: 380px;
}

.home-block-one .center-block .bg-block-one {
    width: 310px;
    height: 310px;
    left: calc(50% - 155px);
}

.home-block-one .center-block .content-block-one {
    max-width: 380px;
}

.home-block-one .center-block .content-block-one h1 {
    font-size: 1.5rem;
    padding-top: 35px;
}

.home-block-one .center-block .content-block-one h2 {
    font-weight: normal;
    font-size: 1rem;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.hero-deco img {
    width: 100%;
}

.breakout-left {
    width: 100px;
    left: -15%;
}

.breakout-right {
    width: 100px;
    right: -15%;
}

.home-block-one #fan-hero-l-one,
.home-block-one #fan-hero-r-one {
    display: none;
}


/*End Home - Block 1*/

/*Home - Block 2*/
.home-block-two .center-block {
    width: 90%;
    margin: 0 auto;
}

.home-block-two .center-block .spec-list {
    padding: 25px 16px;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.home-block-two .center-block .spec-list::-webkit-scrollbar {
    display: none;
}

.home-block-two .center-block .spec-list .spec-item {
    width: auto;
    flex: 0 0 100%;
    scroll-snap-align: center;
}

.home-block-two .center-block .spec-list .spec-item h3 {
    font-size: 1.125rem;
}

.home-block-two .center-block .spec-list .spec-item img {
    width: 50px;
}

.home-block-two .center-block .spec-list .second-spec-item {
    border-left: none;
    border-right: none;
}

.spec-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0 0 18px 0;
}

.spec-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: #bbb;
    cursor: pointer;
    padding: 0;
}

.spec-dots button.active {
    background: var(--third-text-color);
    transform: scale(1.2);
}

/*End Home - Block 2*/

/*Home - Block 3*/
.home-block-three {
    margin-top: 30px;
}

.home-block-three .center-block {
    width: 95%;
    margin: 0 auto;
}

.home-block-three .store-category-list {
    display: block;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.home-block-three .store-category-list .store-category-item:first-child {
    margin-right: 0px;
}

.home-block-three .store-category-list .store-category-item:last-child {
    margin-left: 0px;
}

.home-block-three .store-category-list .store-category-item {
    display: block;
    position: relative;
    width: calc(100% - 20px);
    padding: 20px 10px;
    min-height: 390px;
}

.home-block-three .store-category-list .store-category-item h3 {
    font-size: 1.8rem;
    margin-left: 10px;
    margin-right: 10px;
}

.home-block-three .store-category-list .store-category-item p {
    margin-left: 10px;
    margin-right: 10px;
}

.home-block-three .store-category-list .store-category-item .image-category {
    width: 95%;
    height: 150px;
    object-fit: contain;
}

.home-block-three .store-category-list .store-category-item .category-bg-item {
    height: 450px;
}

.home-block-three .store-category-list .store-category-item .category-bg-item .category-bg-item-elipse {
    width: clamp(280px, 50vw, 500px);
    height: clamp(280px, 50vw, 500px);
}

/*End Home - Block 3*/

/*Home - Block 4*/
.home-block-four {
    margin-top: 20px;
}

.home-block-four .center-block {
    width: 95%;
    margin: 0 auto;
}

.home-block-four .center-block .title-btn {
    display: block;
}

.home-block-four .center-block .filters-list ul li a {
    font-size: 0.9rem;
}

.home-block-four .center-block .title-btn .goto-store {
    width: 200px;
    margin: 15px auto 0;
}

.products-list {
    margin-top: 20px;
}

.products-list .product-item {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.products-list .product-item .image-product {
    height: 180px;
}

.products-list .product-item h4 {
    margin-top: 10px;
    font-size: 0.875rem;
}

.products-list .product-item h3 {
    font-size: 1.125rem;
}

.products-list .product-item .more-product {
    font-size: 0.8rem;
}

.products-list .product-item .image-product .shopping-bag {
    top: 8px;
    right: 10px;
}

/*End Home - Block 4*/

/*Home - Block 5*/
.home-block-five .center-block {
    padding: 10px 0px 10px;
}

.home-block-five .center-block ul {
    width: 95%;
    justify-content: space-around;
}

.home-block-five .center-block ul li {
    width: calc(33% - 20px);
    margin-bottom: 30px;
    margin: 10px;
}

/*End Home - Block 5*/

/*Home - Block 6*/
.home-block-six {
    margin-top: 20px;
}

.home-block-six .center-block {
    display: block;
}

.home-block-six .center-block .block-six-left {
    width: calc(100% - 40px);
}

.home-block-six .center-block .block-six-right {
    width: 95%;
    max-width: 550px;
    margin: 30px auto 0;
}

.home-block-six .center-block .block-six-left p {
    font-size: 1rem;
}

.home-block-six .center-block .block-six-left .more-about-us {
    font-size: 1rem;
}

/*End Home - Block 6*/

/*Home - Block 7*/
.home-block-seven {
    margin-top: 40px;
}

.home-block-seven .center-block {
    width: 95%;
    margin: 0 auto;
}

.home-block-seven .center-block .title-btn {
    align-items: center;
    display: block;
}

.home-block-seven .center-block .title-btn .goto-store {
    margin: 10px auto 0;
}

.our-posts-list {
    margin-top: 10px;
}

.our-posts-list .post-item {
    width: calc(100%);
}

.our-posts-list .post-item:nth-child(4n + 3),
.our-posts-list .post-item:nth-child(4n + 4) {
    flex-direction: row;
}

.our-posts-list .post-item:nth-child(even) {
    flex-direction: row-reverse;
}

.our-posts-list .post-item .post-item-left {
    width: calc(50% - 20px);
    padding: 15px 10px;
    border-radius: 10px;
}

.our-posts-list .post-item .post-item-left .item-left-content h3 {
    font-size: 0.9rem;
}

.our-posts-list .post-item .post-item-left .item-left-content p {
    font-size: 0.875rem;
    margin-top: 5px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.our-posts-list .post-item .post-item-left .item-left-content span {
    font-size: 0.875rem;
    margin-top: 5px;
}

/*End Home - Block 7*/

/*Home - Block 8*/
.home-block-eight {
    margin-top: 40px;
}

.home-block-eight .center-block {
    width: 95%;
    margin: 0 auto;
}

.home-block-eight .call-btn-actions {
    margin-top: 20px;
    display: block;
}

.home-block-eight .call-btn-actions a {
    margin: 8px auto 0;
}

.home-block-eight h2 {
    font-size: 2rem;
}

footer {
    margin-top: 40px;
    padding: 20px 0;
}

footer .footer-data .center-block {
    width: 95%;
    margin: 0 auto;
    display: block;
}

footer .footer-data .center-block .footer-left {
    text-align: center;
    margin-bottom: 10px;
}

footer .footer-data .center-block .footer-right {
    text-align: center;
}

footer .footer-data .center-block .link-1 {
    font-size: 1rem;
}

footer .footer-data .center-block .location-schedule {
    margin-top: 10px;
}

footer .footer-data .center-block p,
footer .footer-data .center-block p strong {
    font-size: 1rem;
}

footer .footer-data .center-block .copy-social-media {
    margin-top: 10px;
}

footer .footer-data .center-block .copy-social-media ul {
    justify-content: center;
}

footer .footer-data .center-block .copy-social-media ul li {
    margin-right: 10px;
}

footer .footer-data .center-block .copy-social-media ul li a {
    font-size: 0.875rem;
}

footer .footer-data .center-block .copy-social-media ul li a img {
    width: 25px;
    height: 25px;
}

/*Home - Block 8*/

/*Tienda - Block Sample*/
.block-sample {
    margin-top: 20px;
    padding-bottom: 20px;
}

.block-sample .center-block {
    width: 95%;
    margin: 0 auto;
}

.block-sample .center-block .store-container .store-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
}

.block-sample .center-block .store-container .store-filters {
    gap: 0.75rem;
    margin-bottom: 2rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.block-sample .center-block .store-container .store-filters .store-filter-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
}

.block-sample .center-block .store-container .store-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.block-sample .center-block .store-container .store-products-grid .store-product-card .store-product-image-wrapper .store-product-cart-btn {
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
}

.block-sample .center-block .store-container .store-products-grid .store-product-card .store-product-image-wrapper .store-product-cart-btn .shopping-bag img {
    width: 16px;
    height: 16px;
}

.block-sample .center-block .store-container .store-products-grid .store-product-card .store-product-content {
    padding: 0.75rem;
}

.block-sample .center-block .store-container .store-products-grid .store-product-card .store-product-content .store-product-category {
    font-size: 0.75rem;
}

.block-sample .center-block .store-container .store-products-grid .store-product-card .store-product-content .store-product-name {
    font-size: 0.875rem;
}

.block-sample .center-block .store-container .store-products-grid .store-product-card .store-product-content .store-product-link-container {
    font-size: 0.75rem;
}

/*End Tienda - Block Sample*/

/*Store Page Mobile*/
.store-page-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.store-page-title {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}

.store-filters-container {
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
    /* Center filters on mobile */
}

.store-filter-btn {
    padding: 8px 15px;
    font-size: 0.8rem;
    white-space: nowrap;
}

/*End Store Page Mobile*/

/*Category Page Mobile*/
.category-page-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.category-hero {
    flex-direction: column-reverse;
    /* Image on top usually, but design might be better image bottom or simply stacked. Let's stack content then image. */
    flex-direction: column;
    padding: 30px 20px;
    text-align: center;
    min-height: auto;
}

.category-hero-content {
    width: 100%;
    margin-bottom: 30px;
}

.category-hero-content h1 {
    font-size: 36px;
}

.category-hero-content p {
    margin: 0 auto;
    font-size: 16px;
}

.category-hero-image {
    width: 100%;
}

.category-hero-image img {
    max-width: 250px;
    transform: rotate(0deg);
    /* Reset rotation on mobile maybe or keep it small */
}

.category-hero-image::before {
    width: 280px;
    height: 280px;
}

/*End Category Page Mobile*/

/*Blog Page Mobile*/
.blog-page-block {
    padding-top: 30px;
}

.blog-header h1 {
    font-size: 42px;
    margin-bottom: 30px;
}

.blog-filters {
    gap: 10px;
}

.blog-filter-btn {
    padding: 10px 20px;
    font-size: 14px;
}

/*End Blog Page Mobile*/

/*Post Page Mobile*/
.post-page {
    padding-top: 20px;
}

.post-content {
    width: 90%;
    margin: 0 auto;
}

.post-meta {
    order: 1;
    margin-bottom: 10px;
}

.post-title {
    order: 2;
    font-size: 2rem;
    margin-bottom: 15px;
}

.post-author {
    order: 3;
    margin-bottom: 25px;
}

.post-featured-image {
    order: 4;
    border-radius: 15px;
    margin-bottom: 25px;
}

.post-body {
    order: 5;
    font-size: 1rem;
}

.post-navigation {
    display: none;
}

.nav-label,
.nav-title {
    color: var(--white);
}

.post-navigation-container {
    padding: 40px 0;
    margin-top: 40px;
}

.post-navigation-mobile-next {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    width: 90%;
    margin: 0 auto;
}

.post-navigation-mobile-next .nav-label {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
}

.post-navigation-mobile-next .nav-title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
}

/* Cart Page Mobile */
.cart-page-section {
    padding-top: 30px;
}

.cart-header {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.cart-title {
    font-size: 3rem;
    margin-bottom: 20px;
}

.btn-continue-shopping {
    display: none;
    /* Often hidden on mobile checkout flow according to screenshots or just focusing on checkout */
    /* Screenshot 2 just shows "Carrito" title */
}

.cart-layout-grid {
    flex-direction: column;
    gap: 30px;
}

.cart-products-column {
    width: 100%;
}

.cart-products-header {
    display: none;
    /* Hide table headers */
}

.cart-product-item {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-bottom: 25px;
}

.cart-product-item .product-info-wrapper {
    width: 100%;
    margin-bottom: 15px;
    align-items: flex-start;
}

.cart-product-item .product-image {
    width: 120px;
    height: 120px;
}

.cart-product-item .product-units-wrapper {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-left: 0;
}

.cart-product-item .product-price-wrapper {
    width: 100%;
    text-align: left;
}

.cart-summary-column {
    width: 100%;
}

.cart-summary-card {
    box-shadow: none;
    padding: 20px;
}

.summary-title {
    font-size: 1.5rem;
}

/* Ensure payment circles are visible */
.payment-circle {
    width: 35px;
    height: 35px;
}

/* Fix product item alignment for mobile */
.cart-product-item .product-details {
    padding-top: 10px;
}

.cart-product-item .product-info-wrapper {
    gap: 15px;
}

/* Card Layout for Items - Flexbox */
.cart-product-item {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 1rem;
    border-radius: 20px;
    border: none;
    margin-bottom: 25px;
    min-height: 190px;
    justify-content: center;
}

.cart-product-item .product-info-wrapper {
    display: contents;
}

.cart-product-item .product-info {
    flex-direction: column;
    width: 60%;
    align-items: start;
}

.cart-product-item .product-img {
    display: flex;
    width: 40%;
    height: auto;
    border-radius: 1.5rem;
    background-color: #f9f9f9;
}

.cart-product-item .product-image {
    display: none;
}

.cart-product-item {
    display: flex;
    align-items: stretch;
}

.cart-product-item .product-img img {
    width: 100%;
    object-fit: contain;
}

.cart-product-item .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-product-item .product-details {
    flex: 1.2;
    margin-bottom: 5px;
}

.cart-product-item .product-category {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 4px;
    display: block;
}

.cart-product-item .product-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #020f20;
    margin-bottom: 2px;
}

.cart-product-item .product-model {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 5px;
    display: block;
}

.cart-product-item .product-price-wrapper {
    width: 100%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

.price-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #020f20;
}

.cart-product-item .product-units-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}

.quantity-control {
    background-color: #e5e5e5;
    border-radius: 50px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-qty {
    font-size: 1.2rem;
    color: #333;
    padding: 0;
}

.qty-value {
    font-size: 1rem;
    font-weight: 600;
}

.cart-product-item .product-details {
    grid-column: 2;
    grid-row: 1;
}

.cart-product-item .product-price-wrapper {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    width: auto;
    margin-top: 5px;
}

.cart-product-item .product-units-wrapper {
    grid-column: 2;
    grid-row: 3;
    width: auto;
    justify-content: flex-start;
    margin-top: 10px;
}

/* Hide original wrapper styling interference */
.cart-product-item>div {
    /* Reset */
}

.site-content {
    padding-left: 8px;
    padding-right: 8px;
}

/* Checkout Page Mobile Overrides */
.mobile-only {
    display: flex;
}

.desktop-only {
    display: none;
}

.checkout-page .site-content {
    padding-left: 20px;
    padding-right: 20px;
}

.checkout-header {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.checkout-title {
    font-size: 2.8rem;
    text-align: center;
}

.checkout-header-right {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: center;
}

.mobile-total-header {
    text-align: center;
    color: #020f20;
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-weight: 700;
}

.mobile-total-label {
    font-size: 1.2rem;
    color: #020f20;
}

.mobile-total-amount {
    color: var(--black);
    font-size: 1.4rem;
    font-weight: 800;
}

.btn-continue-shopping {
    display: none;
    /* Hide continue shopping on mobile if not in design? Keeps header clean. Or allow it. */
    /* Design image doesn't show it.*/
}

.checkout-content {
    flex-direction: column;
    gap: 40px;
}

.checkout-summary-column,
.squote-summary-column {
    width: 100%;
    max-width: 100%;
    order: 2;
    /* Move to bottom */
    margin-top: 20px;
}

.order-summary-card {
    padding: 25px;
    box-shadow: none;
    border: 1px solid #eee;
    /* Simplify for mobile */
}

.checkout-section {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 1rem;
}

.section-subheader {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #020f20;
    margin-top: -10px;
}

/* Adjust form for mobile */
.address-form {
    max-width: 100%;
    flex-direction: column;
}

.form-row {
    flex-direction: column;
    gap: 0;
}

.form-group.half,
.form-group.half-end {
    width: 100%;
}

.btn-finalize {
    width: 100%;
    justify-content: space-between;
    padding: 20px 30px;
    background-color: #1a1a1a;
}

.hero-section {
    height: auto;
    margin-bottom: 3rem;
}

.hero-section .hero-actions {
    z-index: 1;
}

#product-title {
    font-size: 3rem;
}

.product-page-block h2,
.product-page-block .title-like {
    font-size: 2rem;
}

.engine-features {
    flex-direction: column;
    gap: 1rem;
}

.shrink {
    width: 100%;
}

.qa-bg-image {
    position: relative;
}

.product-features ul.list-features {
    width: 100%;
    overflow-x: auto;
    padding: 0 16px;
    scrollbar-width: none;
}

.product-features ul.list-features li {
    flex: 0 0 70%;
    scroll-snap-align: start;
}

/* Gallery Mobile */
.gallery {
    padding-top: 30px;
    padding-bottom: 30px;
}

.gallery-container {
    width: 95%;
    margin: 0 auto;
}

.gallery-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.gallery-scroll {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.gallery-scroll::-webkit-scrollbar {
    display: none;
}

.gallery-item {
    flex: 0 0 85%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    scroll-snap-align: center;
    aspect-ratio: 16/9;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
}

.gallery-label span {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.gallery-nav {
    display: none;
    /* Hide nav buttons on mobile */
}

/* End Gallery Mobile */

/* Q&A Section Mobile */
.qa-section {
    padding-top: 30px;
}

.qa-container.post-featured-image {
    height: auto;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.qa-content {
    width: 100%;
    padding: 30px 0;
}

.qa-item {
    border-radius: 20px;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.qa-item summary {
    font-size: 1rem;
    gap: 10px;
}

.qa-item summary .icon-plus {
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
}

.qa-item p {
    padding-left: 0;
    /* Less padding on mobile */
    margin-top: 10px;
    font-size: 0.9rem;
}

/* Measures Section Mobile */
.measures {
    padding-top: 40px;
    padding-bottom: 40px;
}

.measures-container {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.measures-title {
    color: white;
    font-size: 1.5rem;
    /* Reduced from 2rem for better fit */
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
    word-wrap: break-word;
    /* Ensure long words wrap */
    padding: 0 10px;
    /* Add safety padding */
}

.measures-card {
    background-color: white;
    border-radius: 20px;
    padding: 4px;
    /* Remove padding for edge-to-edge table feel */
    overflow-x: scroll;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.measures-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
}

.measures-grid {
    width: 100%;
    min-width: 500px;
    /* Force scroll */
    display: flex;
    flex-direction: column;
}

.measures-row {
    display: flex;
    width: 100%;
}

.measures-footer {
    text-align: center;
    color: var(--main-text-color);
}

.measures-note {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 30px;
}


.measures-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.model-selector {
    display: flex;
    align-items: center;
    gap: 15px;
}

.model-selector label {
    font-weight: 700;
    font-size: 1rem;
    color: var(--main-text-color);
}

.select-wrapper {
    position: relative;
    background-color: white;
    border-radius: 50px;
    padding: 10px 20px;
    width: 200px;
    display: flex;
    align-items: center;
}

.select-wrapper select {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 600;
    appearance: none;
    outline: none;
    z-index: 1;
    /* Ensure select is clickable */
}

.select-wrapper .select-arrow {
    position: absolute;
    right: 20px;
    width: 12px;
    pointer-events: none;
}

/* Updated btn-measures-buy for mobile to match btn-submit style logic */
.btn-measures-buy {
    background-color: white;
    color: #020f20;
    padding: 10px 10px 10px 25px;
    /* Adjust padding to match btn-submit layout */
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-measures-buy .circle-arrow {
    background-color: #1a1a1a;
    /* Match btn-submit circle */
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-measures-buy .circle-arrow img {
    width: 14px;
    height: 14px;
}

.measures-links {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.measures-links a {
    color: var(--main-text-color);
    text-decoration: underline;
    font-size: 0.9rem;
    font-weight: 600;
}

/* End Measures Section Mobile */

/* Contact */
.contact-title {
    font-size: 3rem;
    margin-bottom: 40px;
}

.contact-content-grid {
    flex-direction: column;
}

.contact-form-container,
.contact-info {
    width: 100%;
}

.contact-form .form-group label {
    color: var(--white);
}

.results,
.no-results {
    padding: 30px 10px;
}

.results h1,
.no-results h1 {
    font-size: 2rem;
    text-align: left;
}

/* About Page advantages */
.advantages-block {
    display: block;
    padding: 0 16px;
    margin-top: 40px;
}

.advantage-card {
    width: 100%;
    margin-bottom: 10px;
    padding: 25px;
}

.advantage-card .icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.advantage-card h3 {
    font-size: 1.5rem;
}

/* CTA Block Mobile */
.cta-block {
    padding: 20px 10px;
}

.cta-block h2 {
    font-size: 2rem;
}


/* About Description Block Mobile */
.about-description {
    flex-direction: column;
    margin-top: 20px;
}

.about-description .description-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
}

.about-description .description-content h2 {
    font-size: 2rem;
}

.about-description .description-content p {
    font-size: 1rem;
}

.about-description .description-image {
    width: calc(100% + 32px);
    /* Full width plus compensating for padding */
    margin-right: -16px;
    margin-left: -16px;
}

/* Contact */
.contact-title {
    font-size: 3rem;
    margin-bottom: 40px;
}

.contact-content-grid {
    flex-direction: column;
}

.contact-form-container,
.contact-info {
    width: 100%;
}

.contact-form .form-group label {
    color: var(--white);
}

.results,
.no-results {
    padding: 30px 10px;
}

.results h1,
.no-results h1 {
    font-size: 2rem;
    text-align: left;
}

.about-title {
    font-size: 2rem;
}

.values-block {
    display: block;
}

.values-block div {
    margin-bottom: 20px;
}

.values-block h2 {
    font-size: 1.8rem;
    line-height: 1.2em;
}

.advantages-container {
    flex-wrap: wrap;
}

.advantages-block {
    padding: 0 20px;
}

.advantage-card {
    padding: 30px;
}

.advantage-card h3 {
    font-size: 1.5rem;
}

.about-description {
    display: block;
    padding: 0px 25px;
}

.about-description .description-content h2 {
    font-size: 1.8rem;
    line-height: 1.2em;
}

.about-description .description-content {
    width: 100%;
    padding-right: 0px;
}

.about-description .description-image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.about-description .description-content p {
    margin-bottom: 10px;
}

.about-page-block p {
    font-size: 1rem;
    margin-top: 20px;
    max-width: 1000px;
    line-height: 1.3em;
}

.cta-block h2 {
    font-size: 1.8rem;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.product-img {
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}

[data-theme="light"] .hero-img-light img {
    width: 300px;
    height: auto;
    display: block;
}

/* ===================== Single Post – Tables (630x320) ===================== */
 
.post-body table {
	font-size: 12px;
	border-radius: 6px;
	box-shadow: 0 1px 8px rgba(1, 17, 34, 0.07);
}
 
.post-body thead th {
	padding: 10px 12px;
	font-size: 10px;
}
 
.post-body tbody td {
	padding: 9px 12px;
}
 
.post-body tfoot td {
	padding: 9px 12px;
}
 
/* ===================== /Single Post – Tables (630x320) ===================== */