/* Extra Large Devices (Small Desktop) */
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
    }
    /* Slider: laptop */
    .slideshow .owl-dots {
        left: 10%;
    }

    .slideshow__content {
        left: 12%;
        max-width: min(53.5rem, 85%);
        gap: 1.25rem;
    }

    .slideshow__title {
        font-size: 2.75rem;
    }

    .slideshow__desc {
        font-size: 0.9375rem;
    }

    .slider-nav {
        right: 6%;
        bottom: 28%;
    }

    .slideshow .slider-btn {
        width: 3.25rem;
        height: 3.25rem;
    }

    .slideshow .slider-btn i {
        font-size: 1.75rem;
    }

    /* About home: laptop */
    .about-home {
        padding: 4.5rem 0;
    }

    .about-home::after {
        height: 19rem;
    }

    .about-home__summary {
        gap: 1.25rem;
        margin-bottom: 3rem;
    }

    .about-home__details {
        gap: 1.75rem;
    }

    .about-home__stats {
        gap: 1.5rem;
    }

    .about-home__desc {
        font-size: 1.125rem;
    }

    .about-home__collage {
        height: 23rem;
    }

    .about-home__collage-img--top {
        width: 17rem;
        right: 2rem;
        top: -2.75rem;
    }

    .about-home__collage-img--main {
        width: 22rem;
        top: 0.75rem;
    }

    .about-home__collage-img--bottom {
        width: 20rem;
        bottom: -1.25rem;
    }

    /* the numbers section */
    .the-numbers__inner {
        padding: 4.5rem 0 3.5rem;
    }

    .the-numbers__header {
        margin-bottom: 2.5rem;
    }

    .the-numbers__nav-btn {
        width: 3.25rem;
        height: 3.25rem;
        padding: 0.75rem;
    }

    .the-numbers__nav-btn i {
        font-size: 1.5rem;
    }

    .the-numbers__slide-media {
        max-height: 22rem;
    }

    /* Map home section */
    .map-home__inner {
        padding: 3.5rem 0;
    }

    .map-home__grid {
        gap: 2rem;
    }

    .map-home__nav {
        width: 6.25rem;
        height: 6.25rem;
    }

    .map-home__nav svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    /* What we export section */
    .what-export {
        padding-block: 3.5rem 4rem;
    }

    .what-export__header {
        margin-bottom: 1.75rem;
    }

    .what-export__track {
        --what-export-w-active: 21rem;
        --what-export-h-active: 28rem;
        --what-export-w: 12.5rem;
        --what-export-h: 26.5rem;
        justify-content: flex-start;
        overflow-x: auto;
        gap: 1rem;
        padding-bottom: 0.5rem;
        scroll-padding-left: 1rem;
    }

    /* news index section */

    /* Quality section */
    .quality {
        padding: 3.5rem 0;
    }

    .quality__flex {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .quality__item {
        width: auto;
        padding: 1.25rem 1.5rem;
        gap: 1rem;
        border-radius: 1.25rem;
    }

    /* Footer section */

    
    /** Why it matter section **/
    .whyit__matter {
        padding: 4.5rem 0 3.5rem;
    }

    .whyit__matter-content {
        gap: 1.5rem;
        align-items: flex-start;
    }

    .whyit__matter--left {
        max-width: 40rem;
    }

    .whyit__matter--link {
        font-size: 1.125rem;
        padding: 0.75rem 1.25rem;
        margin-top: 2rem;
    }

    .whyit__matter--arrow {
        gap: 1.5rem;
    }

    .whyit__matter--arrow img {
        max-width: 100%;
        height: auto;
    }

    .i-small img {
        width: 6.25rem;
    }

    .i-mid img {
        width: 7.5rem;
    }

    .i-larg img {
        width: 8.75rem;
    }

    /* Product header */
    .product-header {
        padding-bottom: 5rem;
    }

    .product-header__inner {
        padding-top: 10rem;
    }

    .product-header__title {
        font-size: 2.75rem;
    }

    .product-header__lead {
        max-width: 52rem;
        font-size: 1.125rem;
    }

    .product-header__gallery {
        margin-top: 3.25rem;
        gap: 1.5rem;
    }

    .product-header__subtitle {
        margin-top: -8rem;
        font-size: 2.125rem;
    }

}

/* Large Devices (Tablets) */
@media (max-width: 991px) {
    .heading__title--left h2 {
        font-size: 1.75rem;
    }

    /* Slider: tablet */
    .slideshow .owl-dots {
        left: 1.5rem;
        gap: 0.375rem;
    }

    .slideshow .owl-dots .owl-dot.active span {
        height: 2.75rem;
    }

    .slideshow .owl-dots .owl-dot span {
        width: 0.625rem;
        height: 0.625rem;
    }

    .slideshow__content {
        left: 1.5rem;
        max-width: min(42rem, calc(100% - 5rem));
        gap: 1rem;
    }

    .slideshow__title {
        font-size: 2.25rem;
    }

    .slideshow__desc {
        font-size: 0.875rem;
        max-width: 100%;
    }

    .slider-nav {
        right: 1.5rem;
        bottom: 22%;
        gap: 0.5rem;
    }

    .slideshow .slider-btn {
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 1.75rem;
    }

    .slideshow .slider-btn i {
        font-size: 1.25rem;
    }

    .flex-footer {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        text-align: start;
    }

    /* Footer */
    .footer-main {
        padding: 4rem 0 5rem;
    }

    .footer__talk--flex {
        gap: 1.5rem;
    }

    .footer__talk--heading {
        max-width: none;
    }

    .footer__talk--heading h2 {
        font-size: 1.75rem;
    }

    .footer__talk--heading p {
        font-size: 1rem;
    }

    .btn__contact--talk {
        font-size: 1.125rem;
    }

    .footer__infomation--list {
        gap: 1rem;
    }

    .footer__infomation--list li {
        font-size: 1rem;
    }

    .partner-nav-btn {
        width: 1.5rem;
        height: 1.5rem;
    }

    .partner-nav-btn i {
        font-size: 0.875rem;
    }

    .menu {
        display: flex;
        flex-wrap: wrap;
    }

    .title-main {
        font-size: 24px;
    }

    .why-choice-us-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .why-choice-us-item {
        width: 100%;
    }

    /* About home: tablet — stack summary & details */
    .about-home {
        padding: 3.5rem 0;
    }

    .about-home::after {
        height: 16rem;
        bottom: -1rem;
    }

    .about-home__summary {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        margin-bottom: 2.5rem;
    }

    .about-home__summary-media {
        max-width: 28rem;
        margin: 0 auto;
        width: 100%;
    }

    .about-home .heading__title {
        margin-bottom: 1.5rem;
    }

    .about-home__desc {
        font-size: 1rem;
    }

    .about-home__details {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .about-home__stats {
        gap: 1.25rem;
    }

    .about-home__stat {
        padding: 1.375rem 0.625rem;
    }

    .about-home__stat-accent {
        height: 4.5rem;
    }

    .about-home__stat-value span {
        font-size: 1.875rem;
    }

    .about-home__collage {
        height: 18rem;
        max-width: 26rem;
        margin: 0 auto;
    }

    .about-home__collage-img--top {
        width: 11.5rem;
        right: 10%;
        top: -1.75rem;
    }

    .about-home__collage-img--main {
        width: 14.5rem;
        left: 0;
        top: 0.5rem;
    }

    .about-home__collage-img--bottom {
        width: 12.5rem;
        bottom: -0.75rem;
    }

    /* the numbers section */
    .the-numbers__inner {
        padding: 4rem 0 3rem;
    }

    .the-numbers__header {
        margin-bottom: 2rem;
        max-width: 36rem;
        padding: 0 1rem;
    }

    .the-numbers__nav-btn--prev {
        left: 0.75rem;
    }

    .the-numbers__nav-btn--next {
        right: 0.75rem;
    }

    .the-numbers__slide {
        gap: 1.25rem;
    }

    .the-numbers__slide-media {
        border-radius: 1.5rem;
        max-height: 20rem;
    }

    .the-numbers__caption {
        max-width: 34rem;
        font-size: 1rem;
        margin-top: 1rem;
    }

    .the-numbers__caption-value {
        font-size: 1.5rem;
    }
    /* Map home section */
    .map-home__inner {
        padding: 3rem 0;
    }

    .map-home__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .map-home__content {
        gap: 1rem;
        align-items: center;
        text-align: center;
    }

    .map-home__nav {
        align-self: center;
    }
    /* What we export section */
    .what-export {
        padding-block: 3rem 3.5rem;
    }

    .what-export__header {
        margin-bottom: 1.5rem;
    }

    .what-export__track {
        --what-export-w-active: 18.5rem;
        --what-export-h-active: 25.5rem;
        --what-export-w: 11.5rem;
        --what-export-h: 24rem;
        scroll-snap-type: x mandatory;
    }

    .what-export__item {
        scroll-snap-align: start;
    }

    .what-export__name {
        font-size: 1.125rem;
        padding: 0.5rem 1rem;
    }

    .what-export__desc {
        font-size: 0.875rem;
        -webkit-line-clamp: 3;
    }

    /* news index section */
    .news-index {
        padding: 3rem 0;
    }

    .news-item-index {
        transform: none;
    }

    .news-item-index:hover {
        transform: none;
    }

    .news-item-index h3 {
        font-size: 1.125rem;
        min-height: 0;
        margin-bottom: 0.5rem;
    }

    .news-item-index p {
        font-size: 0.9375rem;
        line-height: 1.55;
    }

    .news__item--tag {
        font-size: 0.8125rem;
        padding: 0.375rem 0.75rem;
        border-radius: 1.25rem;
        min-width: 0;
        left: 0.625rem;
        top: 0.625rem;
    }

    .news__item--viewmore {
        margin-top: 1rem;
    }

    .news__item--viewmore a {
        padding: 0.375rem 1rem;
        border-radius: 1.25rem;
    }

    /* Quality section */
    .quality {
        padding: 3rem 0;
    }

    .quality__flex {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .quality__item {
        width: auto;
        padding: 1.25rem 1.25rem;
        border-radius: 1.25rem;
    }

    /* Footer section */

    /** Why it matter section **/
    .whyit__matter {
        padding: 4rem 0 3rem;
    }

    .whyit__matter-content {
        flex-direction: column;
        align-items: stretch;
        gap: 2rem;
    }

    .whyit__matter--left {
        max-width: none;
    }

    .whyit__matter--right {
        width: 100%;
    }

    .whyit__matter--arrow {
        justify-content: flex-start;
        gap: 1.25rem;
    }

    .i-small img {
        width: 5.5rem;
    }

    .i-mid img {
        width: 6.5rem;
    }

    .i-larg img {
        width: 7.5rem;
    }

    /* Product header */
    .product-header {
        padding-bottom: 4.5rem;
    }

    .product-header__inner {
        padding-top: 9rem;
    }

    .product-header__title {
        font-size: 2.375rem;
    }

    .product-header__lead {
        max-width: 42rem;
        font-size: 1.0625rem;
    }

    .product-header__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
        margin-top: 2.75rem;
    }

    .product-header__column--offset {
        margin-top: 0;
    }

    .product-header__subtitle {
        margin-top: -6rem;
        font-size: 1.875rem;
    }

    .product-header__figure--fade {
        display: none;
    }

}

/* Medium Devices (Tablets) */
@media (max-width: 767px) {
    .heading__title--left h2 {
        font-size: 1.5rem;
    }
    /* Slider: mobile — dots bottom, copy anchored low */
    .slideshow .owl-dots {
        left: 50%;
        top: auto;
        bottom: 1rem;
        transform: translateX(-50%);
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
    }

    .slideshow .owl-dots .owl-dot.active span {
        width: 2.5rem;
        height: 0.5rem;
        border-radius: 1rem;
    }

    .slideshow .owl-dots .owl-dot span {
        width: 0.5rem;
        height: 0.5rem;
    }

    .slideshow__content {
        left: 1rem;
        right: 1rem;
        top: auto;
        bottom: 6rem;
        transform: none;
        max-width: none;
        gap: 0.75rem;
    }

    .slideshow__title {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .slideshow__desc {
        font-size: 0.8125rem;
        line-height: 1.5;
        font-weight: 500;
    }

    .slider-nav {
        right: 1rem;
        bottom: 3.5rem;
        gap: 0.5rem;
    }

    .slideshow .slider-btn {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 1.5rem;
    }

    .slideshow .slider-btn i {
        font-size: 1.125rem;
    }

    .mobile-header {
        display: flex;
    }
    .menu {
        display: none;
    }
    .flex-footer {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* Footer */
    .footer-main {
        padding: 3rem 0 3.5rem;
    }

    .footer__talk--flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
        padding-bottom: 2rem;
    }

    .footer__talk--heading h2 {
        font-size: 1.5rem;
    }

    .footer__talk--heading p {
        font-size: 0.9375rem;
    }

    .btn__contact--talk {
        width: 100%;
        justify-content: center;
        font-size: 1rem;
    }

    .footer__title {
        margin-bottom: 1rem;
    }

    .flex-copyright {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        text-align: left;
    }

    .copyright__policy {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0.75rem;
    }

    .heading-title h2 {
        font-size: 24px;
    }

    /* About home: mobile */
    .about-home {
        padding: 3rem 0 3.5rem;
    }

    .about-home::after {
        height: 14rem;
    }

    .about-home__summary {
        margin-bottom: 2rem;
        gap: 1.5rem;
    }

    .about-home__summary-content {
        gap: 1rem;
    }

    .about-home .heading__title--left {
        gap: 1rem;
    }

    .about-home__desc {
        font-size: 0.9375rem;
        line-height: 1.55;
    }

    .about-home__btn {
        max-width: none;
    }

    .about-home__details {
        gap: 2rem;
    }

    .about-home__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.875rem;
    }

    .about-home__stat {
        padding: 1.125rem 0.5rem;
        border-radius: 1.25rem;
    }

    .about-home__stat-accent {
        height: 3.75rem;
    }

    .about-home__stat-value {
        font-size: 0.875rem;
    }

    .about-home__stat-value span {
        font-size: 1.5rem;
    }

    .about-home__stat-label {
        font-size: 0.875rem;
    }

    /* Collage: cột dọc, không absolute */
    .about-home__collage {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        height: auto;
        max-width: min(28rem, 100%);
        margin-left: auto;
        margin-right: auto;
    }

    .about-home__collage-img {
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 1.25rem;
    }

    .about-home__collage-img--top {
        aspect-ratio: 310 / 205;
    }

    .about-home__collage-img--main {
        aspect-ratio: 405 / 375;
    }

    .about-home__collage-img--bottom {
        aspect-ratio: 365 / 270;
    }

    /* the numbers section */
    .the-numbers__inner {
        padding: 3rem 0 2.5rem;
    }

    .the-numbers__header {
        margin-bottom: 1.5rem;
        max-width: 100%;
        padding: 0;
    }

    .the-numbers__carousel-wrap {
        padding: 0;
    }

    .the-numbers__nav {
        display: flex;
        justify-content: flex-end;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .the-numbers__nav-btn {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        width: 2.75rem;
        height: 2.75rem;
        padding: 0.625rem;
        border-radius: 1.75rem;
        background: rgba(0, 0, 0, 0.12);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .the-numbers__nav-btn i {
        color: var(--color-black);
        font-size: 1.25rem;
    }

    /* Mobile: show caption for every slide (no "center-only" behavior) */
    .the-numbers__caption {
        display: block;
        max-width: none;
        padding: 0;
        margin-top: 0.75rem;
        font-size: 0.9375rem;
    }

    .the-numbers__caption-value {
        font-size: 1.375rem;
    }

    .the-numbers__slide-media {
        border-radius: 1.25rem;
        max-height: 16.5rem;
    }

    /* Map home section */
    .map-home__inner {
        padding: 2.5rem 0;
    }

    .map-home__grid {
        gap: 1.25rem;
    }

    .map-home__nav {
        width: 5rem;
        height: 5rem;
        box-shadow: 0 0.25rem 0.75rem rgba(250, 183, 0, 0.2);
    }

    .map-home__nav::after {
        inset: -0.625rem;
        filter: blur(0.75rem);
    }

    .map-home__desc {
        font-size: 0.9375rem;
        line-height: 1.6;
    }
    /* What we export section */
    .what-export {
        padding-block: 2.5rem 3rem;
    }

    .what-export__header {
        margin-bottom: 1.25rem;
    }

    .what-export__header .heading__title {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .what-export__header .heading__title--right {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .what-export__track {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        min-height: 0;
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
    }

    .what-export__item {
        width: 100%;
        height: auto;
        border-radius: 1rem;
        scroll-snap-align: unset;
    }

    .what-export__media {
        position: relative;
        inset: auto;
        aspect-ratio: 390 / 500;
    }

    .what-export__overlay {
        display: none;
    }

    .what-export__body {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 1rem 1rem 1.25rem;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        background: var(--color-white);
        color: var(--color-black);
        align-items: flex-start;
    }

    .what-export__name {
        margin-bottom: 0.375rem;
        font-size: 1.125rem;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

    .what-export__desc {
        font-size: 0.9375rem;
        color: var(--color-black);
        text-align: left;
        display: block;
        overflow: visible;
    }

    /* news index section */
    .news-index .heading__title {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .news-index {
        padding: 2.5rem 0;
    }

    .news-item-index:hover {
        transform: none;
    }

    .news-item-index .info {
        padding: 0.75rem 0;
    }

    .news-item-index h3 {
        font-size: 1.0625rem;
        min-height: 0;
    }

    .news-item-index p {
        font-size: 0.875rem;
        line-height: 1.55;
    }

    .news__item--viewmore {
        margin-top: 0.875rem;
    }

    /* Quality section */
    .quality {
        padding: 2.5rem 0;
    }

    .quality__flex {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }

    .quality__item {
        width: 100%;
        padding: 1.25rem 1.25rem;
        gap: 0.875rem;
        border-radius: 1.25rem;
    }

    .quality__item--image {
        max-width: 3.125rem;
        max-height: 3.125rem;
    }

    .quality__item--info p {
        font-size: 0.9375rem;
        line-height: 1.55;
        margin: 0;
    }

    /* Footer section */
    /** Why it matter section **/
    .whyit__matter {
        padding: 3rem 0 2.5rem;
    }

    .whyit__matter-content {
        gap: 1.5rem;
    }

    .whyit__matter--link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 100%;
        text-align: center;
        font-size: 1rem;
        padding: 0.75rem 1rem;
        margin-top: 1.5rem;
    }

    .whyit__matter--link img {
        width: 1.25rem;
        height: auto;
        flex: 0 0 auto;
    }

    .whyit__matter--arrow {
        justify-content: center;
        gap: 1rem;
    }

    .i-small img {
        width: 4.75rem;
    }

    .i-mid img {
        width: 5.5rem;
    }

    .i-larg img {
        width: 6.25rem;
    }

    /* Product header */
    .product-header {
        padding-bottom: 3.5rem;
    }

    .product-header__inner {
        padding-top: 5rem;
    }

    .product-header__glass {
        gap: 0.75rem;
    }

    .product-header__title {
        font-size: 1.875rem;
        line-height: 1.2;
    }

    .product-header__lead {
        font-size: 0.9375rem;
        line-height: 1.6;
    }

    .product-header__gallery {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 2rem;
    }

    .product-header__column {
        gap: 0.75rem;
    }

    .product-header__figure {
        border-radius: 1rem;
    }

    .product-header__subtitle {
        margin-top: 1.5rem;
        font-size: 1.5rem;
        text-align: center;
    }
}

/* Small Devices (Phones) */
@media (max-width: 575px) {
    .heading__title--left h2 {
        font-size: 1.375rem;
    }
    /* Slider: narrow phones */
    .slideshow__content {
        bottom: 2.5rem;
        gap: 0.5rem;
    }

    .slideshow__title {
        font-size: 1.5rem;
    }

    .slideshow__desc {
        font-size: 0.75rem;
    }

    .slider-nav {
        bottom: 3rem;
    }

    .slideshow .slider-btn {
        width: 2.25rem;
        height: 2.25rem;
    }

    .slideshow .slider-btn i {
        font-size: 1rem;
    }

    .heading-title h2::before,
    .heading-title h2::after {
        display: none;
    }

    .heading-title h2 {
        font-size: 20px;
    }

    .flex-header-top {
        flex-direction: column;
        gap: 8px;
    }

    .flex-header-top-left {
        flex-direction: column;
        gap: 6px;
    }

    .flex-footer {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    /* Footer */
    .footer-main {
        padding: 2.5rem 0 3rem;
    }

    .footer__logo h2 {
        font-size: 1.25rem;
    }

    .footer__infomation--list li {
        font-size: 0.9375rem;
    }

    .footer-links a {
        font-size: 0.875rem;
    }

    .copyright__policy--item a,
    .copyright__text {
        font-size: 0.9375rem;
    }

    .product-category,
    .news-index,
    .why-choice-us,
    .partner,
    .product-hot {
        padding: 32px 0;
    }

    /* About home: narrow phones */
    .about-home {
        padding: 2.5rem 0 3rem;
    }

    .about-home__summary-media img {
        border-radius: 1.75rem;
    }

    .about-home__stats {
        gap: 0.75rem;
    }

    .about-home__stat {
        padding: 1rem 0.375rem;
    }

    .about-home__stat-value span {
        font-size: 1.375rem;
    }

    .about-home__collage {
        gap: 0.875rem;
        max-width: 100%;
    }

    /* the numbers section */
    .the-numbers__nav {
        justify-content: center;
        margin-bottom: 0.75rem;
    }

    .the-numbers__caption {
        font-size: 0.875rem;
    }

    .the-numbers__caption-value {
        font-size: 1.25rem;
    }

    /* Map home section */
    .map-home__nav {
        width: 4.5rem;
        height: 4.5rem;
    }

    /* What we export section */
    .what-export__track {
        /* Keep vertical list on phones; sizing vars no longer used */
    }

    /* news index section */

    /* Quality section */

    /* Footer section */

    /** Why it matter section **/

    /* Product header */
    .product-header__inner {
        padding-top: 4rem;
    }

    .product-header__title {
        font-size: 1.625rem;
    }

    .product-header__lead {
        font-size: 0.9375rem;
    }

    .product-header__subtitle {
        font-size: 1.375rem;
    }
}

/* Extra Small Devices */
@media (max-width: 374px) {
    .heading__title--left h2 {
        font-size: 1.25rem;
    }
    /* Slider: very narrow */
    .slideshow__content {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 4.25rem;
    }

    .slideshow__title {
        font-size: 1.3125rem;
    }

    .slideshow .owl-dots {
        bottom: 0.75rem;
        gap: 0.375rem;
    }

    .slider-nav {
        right: 0.75rem;
        bottom: 2.75rem;
    }

    .heading-title h2 {
        font-size: 18px;
    }

    .product-category,
    .news-index,
    .why-choice-us,
    .partner,
    .product-hot {
        padding: 24px 0;
    }

    /* About home: very narrow */
    .about-home {
        padding: 2rem 0 2.5rem;
    }

    .about-home__desc {
        font-size: 0.875rem;
    }

    .about-home__stat-value span {
        font-size: 1.25rem;
    }

    .about-home__stat-label {
        font-size: 0.8125rem;
    }

    .about-home__collage {
        gap: 0.75rem;
    }

    /* the numbers section */
    .the-numbers__inner {
        padding: 2.5rem 0 2.25rem;
    }

    .the-numbers__nav-btn {
        width: 2.5rem;
        height: 2.5rem;
    }

    .the-numbers__caption {
        font-size: 0.8125rem;
    }

    .the-numbers__caption-value {
        font-size: 1.125rem;
    }

    /* Map home section */
    .map-home__inner {
        padding: 2.25rem 0;
    }

    .map-home__nav {
        width: 4.25rem;
        height: 4.25rem;
    }

    /* What we export section */
    .what-export {
        padding-block: 2.25rem 2.5rem;
    }

    .what-export__track {
        /* Keep vertical list on very small devices */
    }

    .what-export__name {
        font-size: 1rem;
    }

    /* news index section */

    /* Quality section */
    .quality {
        padding: 2.25rem 0;
    }

    .quality__flex {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }

    .quality__item {
        width: 100%;
        padding: 1.125rem 1.125rem;
        gap: 0.875rem;
        border-radius: 1.25rem;
    }

    .quality__item--image {
        max-width: 3.125rem;
        max-height: 3.125rem;
    }

    .quality__item--info p {
        font-size: 0.9375rem;
        line-height: 1.55;
        margin: 0;
    }

    /* Footer section */

    /** Why it matter section **/
    .whyit__matter {
        padding: 2.5rem 0 2.25rem;
    }

    .whyit__matter--link {
        font-size: 0.9375rem;
        padding: 0.6875rem 1rem;
        border-radius: 2rem;
    }

    .whyit__matter--link img {
        width: 1.125rem;
    }

    .whyit__matter--arrow {
        gap: 0.75rem;
    }

    .i-small img {
        width: 4.25rem;
    }

    .i-mid img {
        width: 5rem;
    }

    .i-larg img {
        width: 5.75rem;
    }

    /* Product header */
    .product-header__inner {
        padding-top: 2rem;
    }

    .product-header__title {
        font-size: 1.5rem;
    }

    .product-header__lead {
        font-size: 0.875rem;
    }

    .product-header__subtitle {
        font-size: 1.25rem;
    }
}
