@media (max-width: 1400px) {
    .header-container,
    .hero-section {
        width: 98%;
    }
}

@media (max-width: 1200px) {
    .header-container,
    .mobile-header {
        width: 98%;
        margin: 0 auto;
    }
    .desktop-nav {
        padding: 0 15px;
    }
    .nav-link {
        padding: 15px;
        font-size: 14px;
    }
    .search-container {
        max-width: 500px;
    }
    .get-quote-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
    .offer-bar {
        padding: 10px 15px;
        gap: 10px;
    }
    .offer-content {
        min-width: 250px;
    }
    .offer-text {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .design-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .header-container {
        width: 98% !important;
        max-width: 98% !important;
        margin: 0 auto !important;
    }
    
    .hero-section {
        width: 98% !important;
        max-width: 98% !important;
        margin: 10px auto !important;
        border-radius: 12px;
    }
    
    .desktop-nav,
    .contact-info,
    .search-container,
    .main-header {
        display: none;
    }
    
    .mobile-header {
        display: block;
        margin: 0 auto;
        width: 98% !important;
        max-width: 98% !important;
    }
    
    .mobile-bottom-nav {
        display: block;
    }
    
    body {
        padding: 5px 0;
    }
    
    .offer-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 12px;
        gap: 10px;
    }
    
    .offer-content {
        flex: 1;
        min-width: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }
    
    .offer-tag {
        order: 1;
    }
    
    .countdown {
        order: 2;
        margin-left: 10px;
    }
    
    .offer-text {
        order: 3;
        flex: 1 0 100%;
        margin-top: 5px;
        font-size: 13px;
        text-align: left;
    }
    
    .mobile-contact-offer {
        display: flex;
        order: 4;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 5px;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .desktop-social {
        display: none !important;
    }
    
    .social-icons {
        margin-left: 0;
        order: 5;
    }
    
    .time-unit {
        padding: 2px 6px;
        font-size: 11px;
        min-width: 32px;
    }
    
    .services-section {
        padding: 0 15px;
    }
    
    .design-service-card {
        min-height: auto;
    }
    
    .cart-popup-container {
        max-width: 100%;
        width: 100%;
    }
    
    .cart-header {
        padding: 20px;
    }
    
    .cart-body {
        padding: 15px;
    }
    
    .cart-item {
        padding: 15px;
    }
    
    .cart-item-details {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .confirmation-container {
        max-height: 95vh;
    }
    
    .confirmation-header {
        padding: 20px;
    }
    
    .confirmation-body {
        padding: 20px;
    }
    
    .confirmation-footer {
        padding: 20px;
    }
    
    .confirmation-actions {
        flex-direction: column;
    }
    
    .confirmation-advert-image {
        max-height: 150px;
    }
    
    .confirmation-deals-message {
        font-size: 16px;
    }
    
    .confirmation-discount-text {
        font-size: 14px;
    }
    
    .confirmation-item {
        padding: 15px;
    }
    
    .confirmation-item-title {
        font-size: 15px;
    }
    
    .confirmation-image-upload {
        padding: 20px;
    }
    
    .confirmation-summary {
        padding: 20px;
    }
    
    .wishlist-container {
        max-width: 100%;
        width: 100%;
    }
    
    .wishlist-header {
        padding: 20px;
    }
    
    .wishlist-body {
        padding: 15px;
    }
    
    .wishlist-item {
        padding: 15px;
    }
    
    .wishlist-item-details {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .auth-container-mobile {
        display: none !important;
    }

    .auth-container-mobile.active {
        display: flex !important;
    }

    .auth-container-desktop {
        display: none !important;
    }
    
    .auth-overlay {
        display: none !important;
    }
    
    .auth-container-desktop {
        max-width: 450px;
        display: block;
    }
    
    .auth-left-side {
        display: none;
    }
    
    .account-section .account-body {
        padding: 20px;
    }
    
    .user-info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .info-label {
        width: 100%;
    }
    
    .buttons-group {
        flex-direction: column;
    }
    
    .action-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .mobile-bottom-nav {
        padding: 8px 0;
    }
    
    .nav-icon-mobile {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    
    .mobile-header,
    .header-container {
        width: 98% !important;
        max-width: 98% !important;
        margin: 0 auto;
    }
    
    .hero-section {
        width: 98% !important;
        max-width: 98% !important;
    }
    
    .offer-bar {
        padding: 10px 10px;
    }
    
    .offer-text {
        font-size: 10.5px;
    }
    
    .mobile-contact-offer {
        padding-top: 6px;
    }
    
    .mobile-contact-text {
        font-size: 11px;
    }
    
    .social-icons {
        gap: 10px;
    }
    
    .social-icon {
        font-size: 14px;
    }
    
    .design-service-title {
        font-size: 16px;
        min-height: 40px;
    }
    
    .design-service-price {
        font-size: 20px;
    }
    
    .design-features-list li {
        font-size: 11px;
        padding: 5px 0 5px 20px;
    }
    
    .design-service-description {
        font-size: 12px;
        min-height: 35px;
    }
    
    .design-btn {
        padding: 10px;
        font-size: 13px;
    }
    
    .design-tier-option {
        font-size: 11px;
        padding: 5px 2px;
    }
    
    .top-designs-swiper {
        height: 340px;
        margin-top: 30px;
    }
    
    .design-image-container {
        height: 160px;
    }
    
    .designs-title {
        font-size: 20px;
        padding-top: 20px;
    }
    
    .view-all-link {
        padding-top: 20px;
    }
    
    .cart-header h2 {
        font-size: 20px;
    }
    
    .cart-item-title {
        font-size: 14px;
    }
    
    .cart-item-tier {
        font-size: 11px;
        padding: 2px 8px;
    }
    
    .cart-quantity-btn {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    
    .cart-quantity {
        font-size: 14px;
    }
    
    .cart-item-total {
        font-size: 16px;
    }
    
    .confirmation-overlay {
        padding: 10px;
    }
    
    .confirmation-header {
        padding: 15px;
    }
    
    .confirmation-body {
        padding: 15px;
        gap: 20px;
    }
    
    .confirmation-footer {
        padding: 15px;
    }
    
    .confirmation-advert-image {
        max-height: 120px;
    }
    
    .confirmation-deals-message {
        font-size: 14px;
    }
    
    .confirmation-discount-text {
        font-size: 13px;
        padding: 6px 15px;
    }
    
    .wishlist-header h2 {
        font-size: 20px;
    }
    
    .wishlist-item-title {
        font-size: 14px;
    }
    
    .wishlist-item-tier {
        font-size: 11px;
        padding: 2px 8px;
    }
    
    .wishlist-item-image {
        height: 100px;
    }
}

@media (min-width: 769px) {
    .auth-container-mobile {
        display: none !important;
    }
    .auth-left-side {
        display: flex;
    }
}

@media (min-width: 1600px) {
    .services-section,
    .design-container {
        max-width: 1400px;
    }
    .design-grid {
        gap: 30px;
    }
    .design-service-content {
        padding: 22px;
    }
    .top-designs-swiper {
        height: 340px;
    }
    .design-image-container {
        height: 160px;
    }
    .design-title {
        font-size: 16px;
    }
}

@media (min-width: 1025px) {
    .payment-container {
        max-width: 700px;
    }
    .desktop-header h1 {
        font-size: 36px;
    }
    .payment-header h1 {
        font-size: 32px;
    }
    .loading-animation {
        padding: 40px;
    }
    .ozow-button {
        padding: 20px;
        font-size: 20px;
    }
    .client-portal-button {
        padding: 18px;
        font-size: 18px;
    }
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
}

body,
header,
main,
section,
footer,
div {
    min-width: 0;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

.header-container,
.hero-section {
    width: min(
        1400px,
        calc(100% - 40px)
    );
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1401px) {

    .header-container,
    .hero-section {
        width: 100%;
    }

    .hero-section .heroSwiper {
        height: 600px;
    }
}

@media (
    min-width: 1025px
) and (
    max-width: 1400px
) {

    .header-container,
    .hero-section {
        width: calc(100% - 32px);
    }

    .main-header {
        grid-template-columns:
            auto minmax(300px, 1fr) auto;
        gap: 18px;
    }

    .search-container {
        max-width: 620px;
    }

    .desktop-nav {
        padding-right: 16px;
        padding-left: 16px;
    }

    .nav-link {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 14px;
    }

    .hero-section .heroSwiper {
        height: clamp(
            500px,
            42vw,
            580px
        );
    }

    .hero-section .slide-overlay {
        padding-right: 60px;
        padding-left: 60px;
    }

    .hero-section .slide-title {
        font-size: clamp(
            44px,
            4.2vw,
            54px
        );
    }

    .hero-section .slide-image {
        height: 92%;
        margin-right: 30px;
    }
}

@media (
    min-width: 769px
) and (
    max-width: 1024px
) {

    body {
        padding: 12px 0;
    }

    .header-container,
    .hero-section {
        width: calc(100% - 24px) !important;
        max-width: none !important;
    }

    .mobile-header,
    .mobile-bottom-nav {
        display: none !important;
    }

    .main-header {
        display: grid !important;
        grid-template-columns:
            auto minmax(0, 1fr);
        gap: 18px;
        padding: 14px 18px;
    }

    .logo-img {
        height: 28px;
    }

    .contact-info {
        display: none !important;
    }

    .search-container {
        display: block !important;
        width: 100%;
        max-width: none;
    }

    .search-input {
        height: 44px;
        padding-right: 54px;
        font-size: 13px;
    }

    .search-submit {
        width: 36px;
        height: 36px;
    }

    .desktop-nav {
        display: flex !important;
        height: 56px;
        gap: 10px;
        padding: 0 14px;
    }

    .nav-menu {
        flex: 1;
        min-width: 0;
        gap: 0;
    }

    .nav-link {
        padding: 17px 10px;
        font-size: 12px;
        white-space: nowrap;
    }

    .nav-link::after {
        bottom: 12px;
    }

    .nav-icons {
        flex: 0 0 auto;
        gap: 8px;
    }

    .get-quote-btn {
        padding: 8px 13px;
        font-size: 11px;
    }

    .nav-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: 12px;
    }

    .services-mega-menu,
    .header-popup {
        right: 12px;
        left: 12px;
    }

    .services-mega-content {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);
        gap: 16px;
        max-height: 70vh;
        overflow-y: auto;
    }

    .services-mega-links {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
        gap: 4px 18px;
        padding: 16px 0 0;
        border-top: 1px solid #dce3e9;
        border-left: none;
    }

    .services-mega-links h3 {
        grid-column: 1 / -1;
        margin-bottom: 4px;
    }

    .services-mega-image {
        height: 140px;
    }

    .offer-bar {
        padding: 10px 14px;
        gap: 10px;
    }

    .offer-content {
        min-width: 0;
    }

    .offer-text {
        font-size: 12px;
    }

    .time-unit {
        min-width: 31px;
        padding: 3px 5px;
        font-size: 10px;
    }

    .hero-section {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
        border-radius: 14px;
    }

    .hero-section .heroSwiper {
        height: 460px;
        border-radius: 14px;
    }

    .hero-section .slide-overlay {
        align-items: center;
        padding: 0 42px;
        background:
            linear-gradient(
                90deg,
                rgba(0, 67, 112, 0.96) 0%,
                rgba(0, 67, 112, 0.82) 45%,
                rgba(0, 67, 112, 0.25) 100%
            );
    }

    .hero-section .slide-content {
        max-width: 54%;
    }

    .hero-section .slide-title {
        margin-bottom: 18px;
        font-size: clamp(
            36px,
            5vw,
            46px
        );
        line-height: 1.08;
    }

    .hero-section .slide-description {
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.55;
    }

    .hero-section .slide-cta {
        padding: 13px 25px;
        font-size: 14px;
    }

    .hero-section .slide-image {
        width: 62%;
        height: 90%;
        margin-right: -3%;
        object-fit: contain;
        object-position: right bottom;
    }

    .hero-section .swiper-button-next,
    .hero-section .swiper-button-prev {
        width: 42px;
        height: 42px;
        bottom: 20px !important;
    }

    .hero-section .swiper-button-prev {
        right: 74px !important;
    }

    .hero-section .swiper-button-next {
        right: 20px !important;
    }

    .hero-section .swiper-pagination {
        bottom: 33px !important;
        left: 42px !important;
    }

    .search-results-dropdown {
        top: 125px !important;
        width: calc(100% - 48px) !important;
        max-width: 680px !important;
    }
}

@media (
    min-width: 481px
) and (
    max-width: 768px
) {

    body {
        padding: 6px 0 82px;
    }

    .header-container,
    .hero-section {
        width: calc(100% - 16px) !important;
        max-width: none !important;
    }

    .main-header,
    .desktop-nav {
        display: none !important;
    }

    .mobile-header {
        display: block !important;
        position: relative;
        top: auto;
        width: 100% !important;
        max-width: none !important;
        padding: 12px 15px;
        margin: 0;
        border-radius: 0 0 8px 8px;
    }

    .mobile-top {
        min-height: 42px;
        margin-bottom: 8px;
    }

    .mobile-logo-img {
        height: 27px;
    }

    .mobile-icons {
        gap: 10px;
    }

    .mobile-get-quote-btn {
        min-height: 34px;
        padding: 7px 13px;
        font-size: 11px;
    }

    .mobile-bottom-nav {
        display: block !important;
        padding:
            8px
            max(
                8px,
                env(safe-area-inset-right)
            )
            calc(
                8px +
                env(safe-area-inset-bottom)
            )
            max(
                8px,
                env(safe-area-inset-left)
            );
        border-top: 1px solid #e2e8f0;
        box-shadow:
            0 -8px 24px
            rgba(15, 23, 42, 0.08);
    }

    .nav-items {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .nav-item-mobile {
        min-width: 58px;
        font-size: 11px;
    }

    .nav-icon-mobile {
        width: 38px;
        height: 34px;
        font-size: 18px;
    }

    .offer-bar {
        align-items: stretch;
        padding: 11px 12px;
        gap: 9px;
    }

    .offer-content {
        width: 100%;
        min-width: 0;
        gap: 7px;
    }

    .offer-tag {
        padding: 3px 8px;
        font-size: 10px;
    }

    .offer-text {
        flex: 1 0 100%;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1.4;
    }

    .countdown {
        margin-left: 0;
        gap: 4px;
    }

    .time-unit {
        min-width: 30px;
        padding: 3px 5px;
        font-size: 10px;
    }

    .mobile-contact-offer {
        width: 100%;
        margin-top: 3px;
        margin-right: 0;
        padding-top: 9px;
    }

    .hero-section {
        margin-top: 9px !important;
        margin-bottom: 12px !important;
        border-radius: 13px;
    }

    .hero-section .heroSwiper {
        height: 430px;
        border-radius: 13px;
    }

    .hero-section .slide-image-container {
        align-items: flex-end;
        justify-content: center;
    }

    .hero-section .slide-image {
        position: absolute;
        right: -15%;
        bottom: 0;
        width: 90%;
        height: 73%;
        margin-right: 0;
        object-fit: contain;
        object-position: right bottom;
        opacity: 0.5;
    }

    .hero-section .slide-image.is-loaded {
        opacity: 0.5;
    }

    .hero-section .slide-overlay {
        align-items: flex-start;
        padding: 54px 30px 90px;
        background:
            linear-gradient(
                180deg,
                rgba(0, 67, 112, 0.97) 0%,
                rgba(0, 67, 112, 0.86) 55%,
                rgba(0, 67, 112, 0.6) 100%
            );
    }

    .hero-section .slide-content {
        width: 100%;
        max-width: 520px;
    }

    .hero-section .slide-title {
        max-width: 470px;
        margin-bottom: 15px;
        font-size: clamp(
            32px,
            7vw,
            40px
        );
        line-height: 1.08;
    }

    .hero-section .slide-description {
        max-width: 460px;
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.5;
    }

    .hero-section .slide-cta {
        padding: 12px 23px;
        font-size: 14px;
    }

    .hero-section .swiper-button-next,
    .hero-section .swiper-button-prev {
        width: 38px;
        height: 38px;
        bottom: 17px !important;
    }

    .hero-section .swiper-button-next::after,
    .hero-section .swiper-button-prev::after {
        font-size: 14px;
    }

    .hero-section .swiper-button-prev {
        right: 65px !important;
    }

    .hero-section .swiper-button-next {
        right: 16px !important;
    }

    .hero-section .swiper-pagination {
        bottom: 29px !important;
        left: 28px !important;
    }

    .hero-section .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }

    .mobile-search-overlay {
        padding: 15px;
    }

    .mobile-search-container {
        max-width: 600px;
        margin-top: 58px;
        padding: 18px;
    }
}

@media (max-width: 480px) {

    body {
        padding: 4px 0 78px;
    }

    .header-container,
    .hero-section {
        width: calc(100% - 10px) !important;
        max-width: none !important;
    }

    .main-header,
    .desktop-nav {
        display: none !important;
    }

    .mobile-header {
        display: block !important;
        position: relative;
        top: auto;
        width: 100% !important;
        max-width: none !important;
        margin: 0;
        padding: 10px 11px;
        border-radius: 0 0 7px 7px;
    }

    .mobile-top {
        min-height: 38px;
        margin-bottom: 7px;
    }

    .mobile-logo-img {
        height: 24px;
    }

    .mobile-icons {
        gap: 7px;
    }

    .mobile-get-quote-btn {
        min-height: 31px;
        padding: 6px 10px;
        font-size: 10px;
    }

    .mobile-bottom-nav {
        display: block !important;
        padding:
            7px 4px
            calc(
                7px +
                env(safe-area-inset-bottom)
            );
        border-top: 1px solid #e2e8f0;
        box-shadow:
            0 -6px 20px
            rgba(15, 23, 42, 0.09);
    }

    .nav-item-mobile {
        min-width: 50px;
        gap: 2px;
        font-size: 9px;
    }

    .nav-icon-mobile {
        width: 34px;
        height: 31px;
        font-size: 16px;
    }

    .offer-bar {
        padding: 9px;
        gap: 7px;
    }

    .offer-content {
        gap: 5px;
    }

    .offer-tag {
        padding: 3px 7px;
        font-size: 9px;
    }

    .offer-text {
        margin-top: 2px;
        font-size: 10.5px;
        line-height: 1.35;
    }

    .countdown {
        gap: 3px;
    }

    .time-unit {
        min-width: 27px;
        padding: 2px 4px;
        font-size: 9px;
    }

    .mobile-contact-offer {
        padding-top: 7px;
    }

    .mobile-contact-text {
        font-size: 10px;
    }

    .phone-number {
        font-size: 10px;
    }

    .mobile-contact-offer .social-icons {
        gap: 5px;
    }

    .mobile-contact-offer .social-icon,
    .mobile-contact-offer .close-offer {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
        font-size: 9px;
    }

    .hero-section {
        margin-top: 7px !important;
        margin-bottom: 10px !important;
        border-radius: 11px;
    }

    .hero-section .heroSwiper {
        height: 390px;
        border-radius: 11px;
    }

    .hero-section .slide-image-container {
        justify-content: center;
    }

    .hero-section .slide-image {
        position: absolute;
        right: -30%;
        bottom: 0;
        width: 115%;
        height: 67%;
        margin-right: 0;
        object-fit: contain;
        object-position: right bottom;
        opacity: 0.43;
    }

    .hero-section .slide-image.is-loaded {
        opacity: 0.43;
    }

    .hero-section .slide-overlay {
        align-items: flex-start;
        padding: 43px 21px 76px;
        background:
            linear-gradient(
                180deg,
                rgba(0, 67, 112, 0.98) 0%,
                rgba(0, 67, 112, 0.89) 57%,
                rgba(0, 67, 112, 0.65) 100%
            );
    }

    .hero-section .slide-content {
        width: 100%;
        max-width: none;
    }

    .hero-section .slide-title {
        margin-bottom: 13px;
        font-size: clamp(
            27px,
            9vw,
            34px
        );
        line-height: 1.08;
    }

    .hero-section .slide-description {
        max-width: 95%;
        margin-bottom: 19px;
        font-size: 13px;
        line-height: 1.45;
    }

    .hero-section .slide-cta {
        padding: 11px 19px;
        font-size: 12px;
    }

    .hero-section .swiper-button-next,
    .hero-section .swiper-button-prev {
        width: 34px;
        height: 34px;
        bottom: 14px !important;
    }

    .hero-section .swiper-button-next::after,
    .hero-section .swiper-button-prev::after {
        font-size: 12px;
    }

    .hero-section .swiper-button-prev {
        right: 57px !important;
    }

    .hero-section .swiper-button-next {
        right: 13px !important;
    }

    .hero-section .swiper-pagination {
        bottom: 25px !important;
        left: 21px !important;
    }

    .hero-section .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .mobile-search-overlay {
        padding: 10px;
    }

    .mobile-search-container {
        margin-top: 45px;
        padding: 14px;
        border-radius: 11px;
    }

    .mobile-search-header {
        gap: 7px;
        margin-bottom: 14px;
    }

    .mobile-search-input {
        min-width: 0;
        padding: 12px 15px;
        font-size: 14px;
    }

    .mobile-search-icon {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    .close-mobile-search {
        padding: 7px;
        font-size: 17px;
    }
}

@media (max-width: 360px) {

    .mobile-get-quote-btn {
        padding-right: 8px;
        padding-left: 8px;
    }

    .mobile-get-quote-btn i {
        display: none;
    }

    .hero-section .heroSwiper {
        height: 375px;
    }

    .hero-section .slide-overlay {
        padding-right: 17px;
        padding-left: 17px;
    }

    .hero-section .slide-title {
        font-size: 26px;
    }

    .hero-section .slide-description {
        font-size: 12px;
    }
}

@media (hover: none) {

    .nav-link:hover::after {
        width: 0;
    }

    .slide-cta:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .header-container,
    .slide-title,
    .slide-description,
    .slide-cta,
    .slide-image {
        animation: none !important;
        transition: none !important;
    }

    .slide-title,
    .slide-description,
    .slide-cta {
        opacity: 1;
        transform: none;
    }
}

@media (min-width: 1025px) {

    .services-section {
        width: min(
            1400px,
            calc(100% - 40px)
        );
        padding: 50px 0;
    }

    .services-section .container {
        width: 100%;
        padding: 0;
    }

    .category-layout {
        align-items: flex-start;
    }

    .filter-sidebar {
        width: 260px;
    }

    .product-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .product-card {
        min-width: 0;
    }
}

@media (
    min-width: 769px
) and (
    max-width: 1024px
) {

    .services-section {
        width: calc(100% - 24px);
        max-width: none;
        padding: 42px 0;
    }

    .services-section .container {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .category-toolbar {
        align-items: flex-end;
        gap: 14px;
        margin-bottom: 22px;
    }

    .category-info {
        flex: 1 1 260px;
        min-width: 0;
    }

    .category-info h2 {
        font-size: 1.45rem;
    }

    .toolbar-controls {
        flex: 0 1 auto;
        justify-content: flex-end;
        gap: 8px;
    }

    .toolbar-controls select {
        max-width: 170px;
        padding: 8px 13px;
        font-size: 12px;
    }

    .category-layout {
        display: grid;
        grid-template-columns:
            210px minmax(0, 1fr);
        gap: 22px;
        margin-bottom: 36px;
    }

    .filter-sidebar {
        position: sticky;
        top: 15px;
        width: 100%;
        max-height: calc(100vh - 30px);
        padding: 18px;
        overflow-y: auto;

        border: 1px solid #e2e8f0;
        border-radius: 14px;
        background: #ffffff;
    }

    .filter-group {
        margin-bottom: 21px;
    }

    .filter-group h4 {
        margin-bottom: 9px;
        font-size: 11px;
    }

    .filter-group label {
        gap: 8px;
        padding: 4px 0;
        font-size: 12px;
    }

    .reset-filters {
        padding: 9px 12px;
        font-size: 12px;
    }

    .product-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 17px;
    }

    .product-card {
        width: 100%;
        min-width: 0;
        padding: 14px 13px 16px;
    }

    .product-card img,
    .product-image {
        width: 100%;
        max-width: 100%;
    }

    .design-tier-selector {
        width: 100%;
        min-width: 0;
    }

    .design-tier-option {
        min-width: 0;
        padding-right: 4px;
        padding-left: 4px;
        font-size: 11px;
    }

    .design-service-title {
        overflow-wrap: anywhere;
    }

    .design-btn,
    .add-to-cart-btn {
        width: 100%;
    }
}

@media (
    min-width: 481px
) and (
    max-width: 768px
) {

    .services-section {
        width: 100%;
        max-width: none;
        padding: 38px 15px;
        margin-top: -70px;

    }

    .services-section .container {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .category-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 13px;
        margin: 0 0 19px;
        padding-bottom: 14px;
    }

    .category-info h2 {
        font-size: 1.35rem;
        line-height: 1.25;
    }

    .category-info .count {
        display: block;
        margin-top: 4px;
    }

    .toolbar-controls {
        display: grid;
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 9px;
        width: 100%;
    }

    .toolbar-controls select {
        width: 100%;
        min-width: 0;
        padding: 9px 12px;
        font-size: 12px;
    }

    .category-layout {
        display: block;
        margin: 0 0 32px;
    }

    .filter-sidebar {
        position: relative;
        top: auto;

        display: flex;
        align-items: flex-start;
        gap: 14px;

        width: 100%;
        max-height: none;
        margin-bottom: 20px;
        padding: 14px;

        overflow-x: auto;
        overflow-y: hidden;

        border: 1px solid #e2e8f0;
        border-radius: 13px;
        background: #ffffff;

        scrollbar-width: thin;
        scroll-snap-type: x proximity;
    }

    .filter-group {
        flex: 0 0 180px;
        margin: 0;
        padding-right: 14px;
        border-right: 1px solid #e2e8f0;
        scroll-snap-align: start;
    }

    .filter-group:last-of-type {
        border-right: none;
    }

    .filter-group h4 {
        margin-bottom: 9px;
        font-size: 10px;
    }

    .filter-group label {
        gap: 7px;
        padding: 4px 0;
        font-size: 11px;
    }

    .filter-group input[type="checkbox"] {
        width: 15px;
        height: 15px;
    }

    .price-range {
        min-width: 165px;
    }

    .reset-filters {
        flex: 0 0 140px;
        align-self: center;
        width: 140px;
        margin: 0;
        padding: 9px 12px;
        font-size: 11px;
    }

    .product-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .product-card {
        width: 100%;
        min-width: 0;
        padding: 13px 11px 15px;
        border-radius: 11px;
    }

    .design-service-title {
        min-height: 38px;
        font-size: 15px;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .design-service-description {
        min-height: 46px;
        font-size: 11px;
        line-height: 1.45;
    }

    .design-service-price {
        font-size: 19px;
    }

    .design-tier-selector {
        width: 100%;
        min-width: 0;
    }

    .design-tier-option {
        min-width: 0;
        padding: 6px 2px;
        font-size: 10px;
    }

    .design-features-list li {
        padding: 5px 0 5px 17px;
        font-size: 10px;
        line-height: 1.4;
    }

    .design-btn,
    .add-to-cart-btn {
        width: 100%;
        min-height: 40px;
        padding: 10px 8px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {

    .services-section {
        width: 100%;
        max-width: none;
        padding: 32px 10px;
        margin-top: -90px;
    }

    .services-section .container {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .category-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 11px;
        margin: 0 0 16px;
        padding-bottom: 12px;
    }

    .category-info h2 {
        font-size: 1.18rem;
        line-height: 1.25;
    }

    .category-info .count {
        display: block;
        margin-top: 3px;
        font-size: 11px;
    }

    .toolbar-controls {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
        width: 100%;
    }

    .toolbar-controls select {
        width: 100%;
        min-height: 38px;
        padding: 8px 12px;
        font-size: 11px;
    }

    .category-layout {
        display: block;
        margin: 0 0 26px;
    }

    .filter-sidebar {
        position: relative;
        top: auto;

        display: flex;
        align-items: flex-start;
        gap: 11px;

        width: 100%;
        max-height: none;
        margin-bottom: 16px;
        padding: 12px;

        overflow-x: auto;
        overflow-y: hidden;

        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #ffffff;

        scroll-snap-type: x proximity;
    }

    .filter-group {
        flex: 0 0 155px;
        margin: 0;
        padding-right: 11px;
        border-right: 1px solid #e2e8f0;
        scroll-snap-align: start;
    }

    .filter-group:last-of-type {
        border-right: none;
    }

    .filter-group h4 {
        margin-bottom: 8px;
        font-size: 9px;
    }

    .filter-group label {
        gap: 6px;
        padding: 3px 0;
        font-size: 10px;
    }

    .filter-group input[type="checkbox"] {
        width: 14px;
        height: 14px;
    }

    .price-range {
        min-width: 145px;
    }

    .price-range .values {
        font-size: 9px;
    }

    .reset-filters {
        flex: 0 0 125px;
        align-self: center;
        width: 125px;
        margin: 0;
        padding: 8px 10px;
        font-size: 10px;
    }

    .product-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .product-card {
        width: 100%;
        min-width: 0;
        padding: 10px 8px 12px;
        border-radius: 10px;
    }

    .product-card-header,
    .design-service-header {
        min-width: 0;
    }

    .design-service-title {
        min-height: 34px;
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 1.22;
        overflow-wrap: anywhere;
    }

    .design-service-description {
        min-height: 42px;
        margin-bottom: 8px;
        font-size: 9.5px;
        line-height: 1.4;
    }

    .design-service-price {
        font-size: 17px;
        line-height: 1.2;
    }

    .design-tier-selector {
        width: 100%;
        min-width: 0;
        gap: 2px;
    }

    .design-tier-option {
        min-width: 0;
        padding: 5px 1px;
        font-size: 8.5px;
        white-space: nowrap;
    }

    .design-features-list {
        margin-top: 8px;
    }

    .design-features-list li {
        padding: 4px 0 4px 14px;
        font-size: 8.5px;
        line-height: 1.35;
    }

    .design-btn,
    .add-to-cart-btn {
        width: 100%;
        min-height: 36px;
        padding: 8px 4px;
        font-size: 10px;
        line-height: 1.2;
    }

    .design-btn i,
    .add-to-cart-btn i {
        font-size: 10px;
    }
}

@media (max-width: 350px) {

    .services-section {
        padding-right: 7px;
        padding-left: 7px;
    }

    .product-grid {
        gap: 7px;
    }

    .product-card {
        padding-right: 6px;
        padding-left: 6px;
    }

    .design-service-title {
        font-size: 12px;
    }

    .design-tier-option {
        font-size: 7.5px;
    }

    .design-features-list li {
        padding-left: 12px;
        font-size: 8px;
    }

    .design-btn,
    .add-to-cart-btn {
        font-size: 9px;
    }
}

.auth-container-mobile {
    display: none;
}

.auth-container-mobile.active {
    display: flex;
}

@media (min-width: 769px) {

    .auth-container-mobile,
    .auth-container-mobile.active {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .auth-container-mobile {
        position: fixed;
        inset: 0;
        z-index: 4000;

        display: none;
        flex-direction: column;

        width: 100%;
        height: 100%;
        max-height: 100dvh;

        overflow-y: auto;

        background: #ffffff;

        padding-bottom:
            env(safe-area-inset-bottom);
    }

    .auth-container-mobile.active {
        display: flex !important;
    }

    .auth-container-mobile .auth-header {
        position: relative;
        flex: 0 0 auto;

        padding:
            calc(
                27px +
                env(safe-area-inset-top)
            )
            22px
            24px;

        background:
            linear-gradient(
                135deg,
                #004370,
                #00609c
            );

        color: #ffffff;
        text-align: center;
    }

    .auth-container-mobile .auth-header h1 {
        margin: 0 0 6px;
        font-size: 25px;
        line-height: 1.2;
    }

    .auth-container-mobile .auth-header p {
        margin: 0;
        font-size: 13px;
        opacity: 0.82;
    }

    .auth-container-mobile .close-auth {
        top:
            calc(
                14px +
                env(safe-area-inset-top)
            );
        right: 14px;

        width: 36px;
        height: 36px;
    }

    .auth-container-mobile .auth-body {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        padding: 25px 20px 40px;
    }
}


@media (max-width: 480px) {

    .auth-container-mobile .auth-header {
        padding-right: 18px;
        padding-left: 18px;
    }

    .auth-container-mobile .auth-header h1 {
        font-size: 22px;
    }

    .auth-container-mobile .auth-body {
        padding: 21px 15px 34px;
    }

    .auth-container-mobile .auth-tabs {
        margin-bottom: 22px;
    }

    .auth-container-mobile .form-group {
        margin-bottom: 17px;
    }

    .auth-container-mobile .form-input {
        min-height: 47px;
        padding: 12px 14px;
        font-size: 14px;
    }

    .auth-container-mobile .auth-button,
    .auth-container-mobile .google-button {
        min-height: 47px;
        padding: 12px;
        font-size: 14px;
    }
}

.printing-section {
    width: 100%;
    overflow: hidden;
}

.printing-section > .container {
    width: min(
        1400px,
        calc(100% - 40px)
    );
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.printing-section .printing-swiper {
    width: 100%;
    height: auto !important;
    padding: 4px 2px 44px;
    overflow: hidden;
}

.printing-section .printing-swiper-wrapper {
    align-items: stretch;
}

.printing-section .printing-swiper-slide {
    display: flex;
    height: auto;
}

.printing-section
.printing-swiper-slide
.printing-card {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
}

@media (
    min-width: 769px
) and (
    max-width: 1024px
) {

    .printing-section {
        padding: 65px 0;
    }

    .printing-section > .container {
        width: calc(100% - 24px);
        max-width: none;
        padding: 0;
    }

    .printing-section .printing-swiper {
        padding-bottom: 40px;
    }

    .printing-card {
        border-radius: 21px;
    }

    .printing-card-content {
        padding: 15px;
    }

    .printing-card h3 {
        font-size: 16px;
    }

    .printing-price {
        font-size: 14px;
    }

    .printing-quote-btn {
        min-height: 37px;
        padding: 9px 10px;
        font-size: 10px;
    }

    .printing-feature-message {
        grid-template-columns:
            90px minmax(0, 1fr);

        gap: 24px;

        margin: 30px 0 42px;
        padding: 32px;

        border-radius: 23px;
        text-align: left;
    }

    .printing-feature-icon {
        width: 90px;
        height: 90px;
        margin: 0;
        border-radius: 21px;
    }

    .printing-feature-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .printing-feature-content h3 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .printing-feature-content p {
        font-size: 13px;
        line-height: 1.65;
    }
}

@media (
    min-width: 481px
) and (
    max-width: 768px
) {

    .printing-section {
        padding: 50px 0;
    }

    .printing-section > .container {
        width: calc(100% - 30px);
        max-width: none;
        padding: 0;
    }

    .printing-section .printing-swiper {
        padding: 3px 0 38px;
    }

    .printing-card {
        border-radius: 19px;
    }

    .printing-card-top {
        top: 11px;
        left: 11px;
    }

    .printing-new-tag {
        width: 39px;
        height: 39px;
        font-size: 9px;
    }

    .printing-card-content {
        padding: 14px;
    }

    .printing-card h3 {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .printing-card-footer {
        gap: 8px;
        padding-top: 8px;
    }

    .printing-price {
        font-size: 13px;
    }

    .printing-quote-btn {
        min-height: 36px;
        padding: 8px 9px;
        font-size: 9px;
    }

    .printing-quote-btn i {
        font-size: 12px;
    }

    .printing-feature-message {
        display: grid;
        grid-template-columns: 1fr;
        gap: 17px;

        margin: 25px 0 38px;
        padding: 28px 24px;

        border-radius: 21px;
        text-align: center;
    }

    .printing-feature-icon {
        width: 95px;
        height: 95px;
        margin: 0 auto;
        border-radius: 22px;
    }

    .printing-feature-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .printing-feature-content span {
        margin-bottom: 7px;
        font-size: 9px;
    }

    .printing-feature-content h3 {
        max-width: 520px;
        margin: 0 auto 10px;
        font-size: 24px;
        line-height: 1.2;
    }

    .printing-feature-content p {
        max-width: 540px;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.65;
    }
}

@media (max-width: 480px) {

    .printing-section {
        padding: 42px 0;
    }

    .printing-section > .container {
        width: calc(100% - 20px);
        max-width: none;
        padding: 0;
    }

    .printing-section .printing-swiper {
        padding: 2px 0 34px;
    }

    .printing-card {
        min-width: 0;
        aspect-ratio: 1 / 1;
        border-radius: 17px;
    }

    .printing-card-top {
        top: 9px;
        left: 9px;
    }

    .printing-new-tag {
        width: 34px;
        height: 34px;
        font-size: 8px;
    }

    .printing-card-content {
        padding: 11px;
    }

    .printing-card h3 {
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 1.15;
    }

    .printing-card-footer {
        gap: 6px;
        padding-top: 6px;
    }

    .printing-price {
        font-size: 11px;
        line-height: 1.15;
    }

    .printing-quote-btn {
        min-height: 32px;
        padding: 7px 6px;
        font-size: 8px;
    }

    .printing-quote-btn i {
        font-size: 10px;
    }

    .printing-feature-message {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;

        margin: 21px 0 31px;
        padding: 23px 17px;

        border-radius: 18px;
        text-align: center;
    }

    .printing-feature-message::after {
        right: -110px;
        bottom: -135px;
        transform: scale(0.75);
    }

    .printing-feature-icon {
        width: 82px;
        height: 82px;
        margin: 0 auto;
        border-radius: 19px;
    }

    .printing-feature-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .printing-feature-content span {
        margin-bottom: 6px;
        font-size: 8px;
        letter-spacing: 0.08em;
    }

    .printing-feature-content h3 {
        margin: 0 auto 9px;
        font-size: 20px;
        line-height: 1.2;
    }

    .printing-feature-content p {
        margin: 0 auto;
        font-size: 11px;
        line-height: 1.6;
    }

    .printing-swiper
    .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 2px !important;
    }

    .printing-swiper
    .swiper-pagination-bullet-active {
        width: 20px;
    }
}

@media (max-width: 768px) {

    .printing-configurator {
        width: 100%;
        margin-top: 24px;
        padding: 0;
    }

    .printing-configurator-shell {
        width: 100%;
        border-radius: 20px;
    }

    .printing-configurator-main {
        width: 100%;
        padding: 24px 18px;
    }

    .printing-configurator-header {
        gap: 13px;
    }

    .printing-configurator-title {
        min-width: 0;
    }

    .printing-configurator-title h3 {
        overflow-wrap: anywhere;
    }

    .printing-options-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .printing-option-card {
        min-width: 0;
    }

    .printing-configurator-navigation {
        gap: 9px;
    }

    .printing-navigation-btn {
        min-width: 0;
    }
}


@media (max-width: 480px) {

    .printing-configurator-main {
        padding: 20px 14px;
    }

    .printing-configurator-header {
        align-items: flex-start;
    }

    .printing-configurator-close {
        flex: 0 0 39px;
        width: 39px;
        height: 39px;
    }

    .printing-options-grid {
        grid-template-columns: 1fr;
    }

    .printing-configurator-navigation {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .printing-navigation-btn {
        width: 100%;
    }
}

.mobile-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 6000;

    display: none;
    align-items: flex-start;
    justify-content: center;

    padding: 30px 18px;

    background: rgba(3, 18, 31, 0.76);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.mobile-search-overlay.active {
    display: flex;
}

.mobile-search-container {
    width: min(620px, 100%);
    max-height: calc(100dvh - 60px);
    margin-top: 35px;
    padding: 25px;

    overflow-y: auto;

    border-radius: 22px;
    background: #ffffff;

    box-shadow:
        0 25px 70px
        rgba(0, 0, 0, 0.24);
}

.mobile-search-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.mobile-search-eyebrow {
    display: block;
    margin-bottom: 5px;

    color: #009b5b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mobile-search-top h2 {
    margin: 0;

    color: #10263a;
    font-size: 24px;
    line-height: 1.25;
}

.close-mobile-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    padding: 0;

    border: none;
    border-radius: 50%;

    background: #eef2f6;
    color: #263b4e;

    cursor: pointer;
}

.mobile-search-field {
    position: relative;
    display: block;

    width: 100%;
    height: 48px;
    padding: 4px;

    border: 2px solid #d9e1e8;
    border-radius: 40px;

    background: #f7f9fb;

    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.mobile-search-field:focus-within {
    border-color: #009b5b;
    background: #ffffff;

    box-shadow:
        0 0 0 3px
        rgba(0, 155, 91, 0.1);
}

.mobile-search-input {
    width: 100%;
    height: 100%;
    min-width: 0;

    padding: 0 51px 0 15px;

    border: none;
    outline: none;

    background: transparent;
    color: #172033;

    font-family: inherit;
    font-size: 13px;
}

.mobile-search-input::placeholder {
    color: #8795a3;
}

.mobile-search-input::-webkit-search-cancel-button {
    display: none;
}

.mobile-search-submit {
    position: absolute;
    top: 50%;
    right: 4px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;
    padding: 0;

    transform: translateY(-50%);

    border: none;
    border-radius: 50%;

    background: #004370;
    color: #ffffff;

    cursor: pointer;

    transition: all 0.25s ease;
}

.mobile-search-submit i {
    font-size: 13px;
}

.mobile-search-submit:hover {
    background: #007f4a;
    transform: translateY(-50%) scale(1.05);
}

.mobile-search-submit:active {
    transform: translateY(-50%) scale(0.95);
}

.mobile-search-suggestions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;

    margin-top: 16px;
}

.mobile-search-suggestions > span {
    margin-right: 3px;

    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

.mobile-search-suggestions button {
    padding: 7px 11px;

    border: 1px solid #dce3e9;
    border-radius: 999px;

    background: #f7f9fb;
    color: #334155;

    font-family: inherit;
    font-size: 10px;
    font-weight: 600;

    cursor: pointer;
}

.mobile-search-results {
    max-height: 52vh;
    margin-top: 18px;
    overflow-y: auto;
}

.mobile-menu {
    width: min(88vw, 370px);
    padding: 0;

    background: #ffffff;
}

.mobile-menu-header {
    margin: 0;
    padding: 19px 20px;

    border-bottom: 1px solid #e8edf2;
}

.mobile-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;
    padding: 0;

    border: none;
    border-radius: 50%;

    background: #eef2f6;
    color: #172033;

    cursor: pointer;
}

.mobile-menu-intro {
    padding: 24px 20px;

    background:
        linear-gradient(
            135deg,
            #004370,
            #06324e
        );

    color: #ffffff;
}

.mobile-menu-intro > span {
    display: block;
    margin-bottom: 7px;

    color: #70e6ad;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.mobile-menu-intro h2 {
    margin: 0 0 9px;

    font-size: 21px;
    line-height: 1.25;
}

.mobile-menu-intro p {
    margin: 0;

    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    line-height: 1.6;
}

.mobile-menu-navigation {
    display: block;
    padding: 19px 15px 12px;
}

.mobile-menu-label {
    display: block;
    padding: 0 7px 9px;

    color: #94a3b8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mobile-menu-link{

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;

    padding:16px 0;

    border-bottom:1px solid #e7e7e7;

    text-decoration:none;
    color:inherit;

    transition:.25s;
}

.mobile-menu-link:last-child{
    border-bottom:none;
}

.mobile-menu-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border-radius: 13px;

    background: rgba(0, 155, 91, 0.09);
    color: #009b5b;

    font-size: 14px;
}

.mobile-menu-link strong {
    display: block;
    margin-bottom: 3px;

    color: #172033;
    font-size: 12px;
}

.mobile-menu-link small {
    display: block;

    color: #64748b;
    font-size: 9px;
    line-height: 1.4;
}

.mobile-menu-link > i {
    color: #94a3b8;
    font-size: 9px;
}

.mobile-menu-actions {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 9px;

    padding: 12px 20px 20px;
}

.mobile-menu-search-btn,
.mobile-menu-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-height: 43px;
    padding: 9px;

    border: none;
    border-radius: 999px;

    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;

    cursor: pointer;
}

.mobile-menu-search-btn {
    background: #004370;
    color: #ffffff;
}

.mobile-menu-whatsapp-btn {
    background: #009b5b;
    color: #ffffff;
}

.mobile-menu-footer {
    display: flex;
    justify-content: left;
    gap: 18px;

    padding: 15px 20px 23px;

    border-top: 1px solid #e8edf2;
}

.mobile-menu-footer a {
    color: #64748b;
    font-size: 9px;
    font-weight: 600;
    text-decoration: none;
}


@media (max-width: 480px) {

    .mobile-search-overlay {
        padding: 12px 10px;
    }

    .mobile-search-container {
        max-height: calc(100dvh - 24px);
        margin-top: 0;
        padding: 19px 15px;
        border-radius: 17px;
    }

    .mobile-search-top h2 {
        font-size: 20px;
    }

    .mobile-menu {
        width: min(92vw, 350px);
    }
}

@media (max-width: 1024px) {

    .printing-feature-icon {
        display: none !important;
    }

    .printing-feature-message {
        grid-template-columns: 1fr !important;
        text-align: center;
    }

    .printing-feature-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .hero-section {
        margin-top: 10px !important;
        margin-bottom: 18px !important;
    }

    .services-section {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }

    .category-layout {
        margin-bottom: 30px !important;
    }

    .top-designs-section {
        margin-top: 20px !important;
        margin-bottom: -70px !important;
    }

    .top-designs-section .container {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .printing-section {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .printing-section .printing-swiper {
        padding-bottom: 32px !important;
    }

    .printing-feature-message {
        margin-top: 26px !important;
        margin-bottom: 32px !important;
    }

    .promotions-section {
        padding-top: 46px !important;
        padding-bottom: 46px !important;
    }

    .features-section {
        margin-top: 42px !important;
        margin-bottom: 42px !important;
    }

    .footer-section {
        margin-top: 42px !important;
        margin-bottom: -10px !important;
    }
}


.mobile-menu-extra-services {
    display: grid;
    gap: 10px;

    margin-top: 18px;
    padding-top: 1px;

    border-top: 1px solid #e5e7eb;
}

.mobile-extra-service {
    position: relative;
    isolation: isolate;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;

    width: 100%;
    min-height: 88px;
    padding: 15px 17px;

    overflow: hidden;

    border-radius: 13px;

    background-image: var(--service-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    color: #ffffff;
    text-decoration: none;
}

.mobile-extra-service::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            90deg,
            rgba(2, 18, 34, 0.9) 0%,
            rgba(0, 15, 29, 0.72) 65%,
            rgba(0, 20, 39, 0.48) 100%
        );
}

.mobile-extra-service-content {
    min-width: 0;
}

.mobile-extra-service strong {
    display: block;

    margin-bottom: 4px;

    color: #ffffff;
    font-size: 13px;
    line-height: 1.25;
}

.mobile-extra-service small {
    display: block;

    max-width: 240px;

    color: rgba(255, 255, 255, 0.75);
    font-size: 9px;
    line-height: 1.4;
}

.mobile-extra-service > i {
    flex: 0 0 auto;

    color: #ffffff;
    font-size: 11px;
}

.mobile-info-strip {
    display: none;
}

@media (max-width: 1024px) {

    .mobile-info-strip {
        display: block !important;
        width: 100%;
        padding: 10px 14px;
        border-radius: 10px;
        margin-bottom: 10px;

        background:
            linear-gradient(
                135deg,
                #004370
            );

        color: #ffffff;
    }

    .mobile-info-message {
        padding-bottom: 8px;
        text-align: center;        

        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.22);

        font-size: 12px;
        font-weight: 500;
        line-height: 1.4;
    }

    .mobile-info-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;

        padding-top: 8px;
    }

    .mobile-info-contact {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-info-help {
        color:
            rgba(255, 255, 255, 0.75);

        font-size: 10px;
        line-height: 1.2;
    }

    .mobile-info-phone {
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.3;
    }

    .mobile-info-strip .phone-icon {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 28px;
        height: 28px;
        flex: 0 0 28px;

        border-radius: 50%;

        background: #ffffff;
        color: #004370;

        font-size: 10px;
    }

    .mobile-info-socials {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .mobile-info-socials a {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 27px;
        height: 27px;
        flex: 0 0 27px;

        border:
            1px solid
            rgba(255, 255, 255, 0.42);

        border-radius: 50%;

        background:
            rgba(0, 0, 0, 0.14);

        color: #ffffff;
        font-size: 10px;
        text-decoration: none;
    }
}

@media (max-width: 480px) {

    .mobile-info-strip {
        padding: 9px 10px;
    }

    .mobile-info-message {
        font-size: 10px;
    }

    .mobile-info-phone {
        font-size: 10px;
    }

    .mobile-info-socials a {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
        font-size: 9px;
    }
}

.mobile-info-strip {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    width: 100%;
    padding: 10px 18px;
    border-radius: 0 0 10px 10px;

    background:
        linear-gradient(
            135deg,
            #004370
        );

    color: #ffffff;
}

.mobile-info-message {
    flex: 1;
    min-width: 0;
    text-align: center;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.mobile-info-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.mobile-info-contact {
    display: none;
}

.mobile-info-socials {
    display: flex;
    align-items: center;
    gap: 7px;
}

.mobile-info-socials a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;
    flex: 0 0 28px;

    border:
        2px solid
        rgba(255, 255, 255, 0.45);

    border-radius: 50%;

    background: #004370;
    color: #ffffff;

    font-size: 10px;
    text-decoration: none;
}

@media (
    min-width: 769px
) and (
    max-width: 1024px
) {

    .mobile-info-strip {
        display: block !important;
        padding: 11px 14px;
    }

    .mobile-info-message {
        padding-bottom: 9px;

        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.22);

        font-size: 12px;
    }

    .mobile-info-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;

        padding-top: 9px;
    }

    .mobile-info-contact {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-info-help {
        font-size: 10px;
        opacity: 0.75;
    }

    .mobile-info-phone {
        font-size: 11px;
        font-weight: 700;
    }
}

@media (max-width: 768px) {

    .mobile-info-strip {
        display: block !important;
        padding: 10px 12px;
    }

    .mobile-info-message {
        padding-bottom: 8px;

        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.22);

        font-size: 11px;
    }

    .mobile-info-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;

        padding-top: 8px;
    }

    .mobile-info-contact {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .mobile-info-help {
        font-size: 9px;
        opacity: 0.75;
    }

    .mobile-info-phone {
        font-size: 10px;
        font-weight: 700;
    }

    .mobile-info-socials {
        gap: 5px;
    }

    .mobile-info-socials a {
        width: 25px;
        height: 25px;
        flex-basis: 25px;

        font-size: 9px;
    }
}

@media (
    min-width: 769px
) and (
    max-width: 1024px
) {

    .services-section {
        width: calc(100% - 24px);
        max-width: none;
        padding: 48px 0;
        margin-right: auto;
        margin-left: auto;
    }

    .services-section .container {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .category-toolbar {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 18px;

        margin: 0 0 24px;
        padding-bottom: 16px;
    }

    .category-info {
        flex: 1;
        min-width: 0;
    }

    .category-info h2 {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .category-info .count {
        margin-top: 4px;
        font-size: 12px;
    }

    .toolbar-controls {
        flex: 0 0 auto;
    }

    .toolbar-controls select {
        width: auto;
        min-width: 180px;
        max-width: 220px;
        padding: 9px 15px;
        font-size: 12px;
    }

    .category-layout {
        display: block;
        width: 100%;
        margin: 0 0 34px;
    }

    .filter-sidebar {
        display: none !important;
    }

    .product-grid {
        display: grid;
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        width: 100%;
        gap: 20px;
    }

    .product-card {
        display: flex;
        flex-direction: column;

        width: 100%;
        min-width: 0;
        height: 100%;
        padding: 15px;

        border-radius: 13px;
    }

    .card-top {
        min-height: 32px;
        margin-bottom: 10px;
    }

    .wishlist-btn {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
    }

    .sale-badge {
        padding: 4px 9px;
        font-size: 10px;
    }

    .product-image {
        width: 100%;
        aspect-ratio: 16 / 10;
        margin-bottom: 13px;

        border-radius: 9px;
        font-size: 2.5rem;
    }

    .product-brand {
        font-size: 10px;
    }

    .product-name {
        margin: 4px 0 6px;
        font-size: 16px;
        line-height: 1.3;
        overflow-wrap: anywhere;
    }

    .product-desc {
        min-height: 38px;
        margin-bottom: 9px;

        font-size: 12px;
        line-height: 1.5;
    }

    .product-features {
        gap: 5px;
        margin: 7px 0 10px;
    }

    .feature-tag {
        padding: 4px 8px;
        font-size: 9px;
        line-height: 1.3;
    }

    .product-rating {
        margin-top: auto;
        margin-bottom: 8px;
        font-size: 11px;
    }

    .product-rating span:last-child {
        font-size: 10px;
    }

    .product-price {
        gap: 8px;
        margin-bottom: 13px;
    }

    .price-current {
        font-size: 18px;
    }

    .price-original {
        font-size: 12px;
    }

    .price-save {
        font-size: 10px;
    }

    .card-actions {
        gap: 9px;
    }

    .btn-primary {
        min-height: 41px;
        padding: 10px 12px;
        font-size: 12px;
    }

    .btn-secondary {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 42px;
        min-width: 42px;
        min-height: 41px;
        padding: 0;

        font-size: 12px;
    }

    .pagination-container {
        padding-top: 25px;
        padding-bottom: 5px;
    }
}

@media (max-width: 1024px) {

    .hero-section .slide-overlay {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .hero-section .slide-content {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}