@media (min-width: 1400px) {

 
}

@media (max-width: 1395px) {

}

@media (max-width: 1300px) {

}

@media (max-width: 1200px) {
    .nav-links {
        gap: 2px;
    }

    .nav-links li a {
        padding: 0 10px;
        font-size: 14px;
    }

    .hero-copy h1 {
        font-size: 46px;
    }

    .hero-slide-grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
        gap: 32px;
    }

    .hero-title {
        font-size: 52px;
    }

    .typewriter-cursor {
        font-size: 52px;
    }

    /* Services */
    .srv-main-title {
        font-size: 34px;
    }

    .srv-card--featured .srv-card-title {
        font-size: 22px;
    }
    .element {
        display: none;
    }

    .icons-top-ber >ul {
        display: none;
    }
    .menu-div {
        display: block;
}

@media (max-width: 576px) {
    .signup-form-side {
        padding-top: 0;
    }

    .signup-form-row {
        grid-template-columns: 1fr;
    }

    .signup-form {
        gap: 15px;
    }

    .standalone-credit {
        padding: 10px 15px;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        text-align: center;
    }

    .standalone-credit--overlay {
        position: static;
    }

    .login-page {
        padding-bottom: 0;
    }
}

    .menu-toggle {
        display: inline-flex;
    }
}

@media (max-width: 992px) {
    .top-offer-bar p {
        font-size: 12px;
    }

    .nav-bar {
        height: 76px;
    }

    .brand-logo {
        width: 108px;
        min-width: 108px;
    }

    .nav-actions .nav-icon-btn:not(.cart-btn) {
        display: none;
    }

    .nav-actions .search-toggle {
        display: inline-flex;
    }

    .header-search-form {
        position: fixed;
        top: 82px;
        left: 4%;
        right: 4%;
        width: auto;
    }

    .user-dropdown {
        position: fixed;
        top: 82px;
        left: 4%;
        width: 220px;
    }

    .cart-drawer {
        width: min(390px, 94vw);
    }

    .hero-slide {
        min-height: auto;
        padding: 42px 0 82px;
    }

    .hero-slide-grid {
        grid-template-columns: 1fr;
        gap: 26px;
        text-align: center;
    }

    .hero-copy {
        margin: 0 auto;
    }

    .hero-kicker {
        justify-content: center;
    }

    .hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-visual {
        min-height: 360px;
    }

    .product-stage {
        width: min(100%, 360px);
    }

    .product-card-main {
        width: 190px;
        height: 220px;
    }

    .product-card-main i {
        font-size: 58px;
    }

    .product-card-small {
        width: 118px;
        height: 112px;
    }

    .hero {
        min-height: auto;
        padding-bottom: 66px;
    }
    .hero-title {
        font-size: 42px;
    }

    .typewriter-cursor {
        font-size: 42px;
    }

    .hero-desc {
        font-size: 16px;
    }

    .hero-stats {
        gap: 25px;
    }

    .hero-stat-number {
        font-size: 26px;
    }

    .hero-stat-label {
        font-size: 11px;
    }

    .hero-buttons {
        margin-bottom: 45px;
    }

    /* About Us */
    .aboutus-content {
        margin-bottom: 50px;
        text-align: center;
    }

    .aboutus-badge {
        justify-content: center;
    }

    .aboutus-title {
        font-size: 34px;
    }

    .aboutus-features {
        align-items: center;
    }

    .aboutus-feature {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;

    }
    .nav-bar {
        height: 80px;
    }
    .logo {
        max-height: 100px;
        width: 171px;
    }
    .aboutus-feature-icon ~ div {
        width: 100%;
    }
    .aboutus-btn {
        margin: 0 auto;
    }

    .aboutus-images {
        max-width: 500px;
        margin: 0 auto;
    }

    /* Blog Details */
    .bdet-sidebar {
        position: static;
        margin-top: 40px;
    }

    .bdet-title {
        font-size: 28px;
    }

    .bdet-image img {
        height: 340px;
    }

    /* Services Page */
    .srvp-title {
        font-size: 30px;
    }

    .srvp-card-body {
        padding: 30px 22px 22px;
    }

    /* Service Details */
    .svcd-content {
        padding-left: 0;
        padding-top: 40px;
    }

    .svcd-title {
        font-size: 32px;
    }

    .svcd-img-wrap img {
        min-height: 320px;
    }

    /* VMV */
    .vmv-main-title {
        font-size: 30px;
    }

    .vmv-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }

    .vmv-card {
        padding: 35px 30px;
    }

    /* Page Title */
    .title-page-content h1 {
        font-size: 40px;
    }

    /* Footer */
    .footer-main {
        padding: 50px 0 40px;
    }

    .footer-about {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .footer-links {
        margin-bottom: 35px;
    }

    /* Contact */
    .contact-main-title {
        font-size: 30px;
    }

    .contact-info-wrap {
        margin-bottom: 30px;
    }

    .contact-form-wrap {
        padding: 30px;
    }

    /* Blog */
    .blog-main-title {
        font-size: 30px;
    }

    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    /* Services */
    .srv-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .srv-header-desc {
        text-align: left;
    }

    .srv-main-title {
        font-size: 30px;
    }

    .srv-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .srv-card--featured {
        grid-column: 1 / 3;
        grid-row: auto;
        min-height: 400px;
    }

    .srv-card {
        min-height: 260px;
    }

    /* Show desc and btn always on touch devices */
    .srv-card-desc {
        max-height: 100px;
        opacity: 1;
        margin: 10px 0 0 0;
    }

    .srv-card-btn {
        max-height: 50px;
        opacity: 1;
        margin-top: 12px;
    }
    .menu-div {
            display: block;
    }
}

@media (max-width: 768px) {
    .top-offer-bar {
        display: none;
    }

    .nav-bar {
        height: 72px;
    }

    .nav-icon-btn,
    .menu-toggle {
        width: 40px;
        height: 40px;
    }

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

    .hero-copy p {
        font-size: 16px;
    }

    .hero-btn {
        width: 100%;
        max-width: 250px;
    }

    .hero-slider-controls {
        right: 50%;
        transform: translateX(50%);
        bottom: 22px;
    }

    #slider-hero .owl-dots {
        display: none;
    }

    .footer-bottom-content {
   
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
        row-gap: 15px;
    }

    .hero-title {
        font-size: 34px;
    }

    .typewriter-cursor {
        font-size: 34px;
    }

    .hero-desc {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 30px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 40px;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 14px 30px;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .hero-stat-divider {
        display: none;
    }

    .hero-stat {
        width: calc(33.333% - 15px);
    }

    .hero-badge span:not(.hero-badge-line) {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .hero-badge-line {
        width: 25px;
    }

    .hero-scroll-indicator {
        display: none;
    }

    /* Footer */
    .footer-about {
        text-align: center;
        margin-bottom: 35px;
    }

    .footer-socials {
        justify-content: center;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links,
    .footer-newsletter {
        text-align: center;
    }

    .footer-links ul li a:hover {
        padding-left: 0;
    }

    /* Contact */
    .contact-main-title {
        font-size: 28px;
    }

    .contact-header-desc {
        font-size: 15px;
    }

    .contact-info-wrap {
        padding: 30px 25px;
    }

    .contact-form-wrap {
        padding: 25px;
    }

    .contact-submit-btn {
        width: 100%;
        justify-content: center;
    }

    /* Services Page */
    .srvp-title {
        font-size: 28px;
    }

    .srvp-card-img {
        height: 190px;
    }

    .srvp-card-body h3 {
        font-size: 18px;
    }

    /* Service Details */
    .svcd-title {
        font-size: 28px;
    }

    .svcd-desc {
        font-size: 15px;
    }

    .svcd-img-wrap img {
        min-height: 280px;
    }

    /* Blog Details */
    .bdet-title {
        font-size: 24px;
    }

    .bdet-image img {
        height: 280px;
    }

    .bdet-desc {
        font-size: 15px;
    }

    .bdet-other-img {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .bdet-other-text strong {
        font-size: 13px;
    }

    /* VMV */
    .vmv-main-title {
        font-size: 28px;
    }

    .vmv-card-title {
        font-size: 20px;
    }

    .vmv-card-icon {
        width: 56px;
        height: 56px;
    }

    .vmv-card-icon i {
        font-size: 22px;
    }

    /* Page Title */
    .title-page {
        padding: 60px 0 50px;
    }

    .title-page-content h1 {
        font-size: 36px;
    }

    /* Blog */
    .blog-main-title {
        font-size: 28px;
    }

    .blog-card-img-wrap {
        height: 200px;
    }

    .blog-card-body {
        padding: 20px;
    }

    .blog-view-all {
        display: none;
    }

    #slider-blog .owl-stage-outer {
        overflow: hidden;
    }

    #slider-blog .owl-item {
        opacity: 1;
    }

    /* Services */
    .srv-grid {
        grid-template-columns: 1fr;
    }

    .srv-card--featured {
        grid-column: auto;
        min-height: 350px;
    }

    .srv-card {
        min-height: 280px;
    }

    .srv-card--featured .srv-card-content {
        padding: 25px;
    }

    /* About Us */
    .aboutus-title {
        font-size: 30px;
    }

    .aboutus-images {
        min-height: 420px;
    }

    .aboutus-img-primary img {
        height: 300px;
    }

    .aboutus-img-secondary img {
        height: 220px;
    }

    .aboutus-experience-badge {
        width: 100px;
        height: 100px;
    }

    .aboutus-exp-number {
        font-size: 26px;
    }

    .aboutus-exp-text {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .main-container {
        width: 92%;
    }

    .brand-logo {
        width: 96px;
        min-width: 96px;
    }

    .nav-actions {
        gap: 7px;
    }

    .header-search-form {
        top: 76px;
        padding: 7px;
        gap: 6px;
    }

    .header-search-form input {
        height: 42px;
        font-size: 13px;
        padding: 0 11px;
    }

    .header-search-form button {
        height: 42px;
    }

    .header-search-form button[type="submit"] {
        padding: 0 12px;
    }

    .header-search-form button[type="submit"] span {
        display: none;
    }

    .search-close {
        width: 40px;
    }

    .user-dropdown {
        top: 76px;
        width: 210px;
    }

    .cart-drawer-header {
        padding: 22px 18px 16px;
    }

    .cart-drawer-header h3 {
        font-size: 20px;
    }

    .cart-items {
        padding: 14px 12px 6px;
    }

    .cart-item {
        grid-template-columns: 72px 1fr 34px;
        gap: 10px;
        padding: 10px;
    }

    .cart-item-img {
        width: 72px;
        height: 72px;
    }

    .cart-item-info h4 {
        font-size: 14px;
    }

    .cart-summary {
        padding: 16px 16px 18px;
    }

    .hero-slide {
        padding-top: 30px;
    }

    .hero-copy h1 {
        font-size: 30px;
    }

    .hero-copy p {
        font-size: 14px;
        line-height: 1.8;
    }

    .hero-kicker {
        font-size: 13px;
    }

    .hero-visual {
        min-height: 300px;
    }

    .product-stage {
        width: min(100%, 292px);
    }

    .product-stage::before {
        inset: 30px;
    }

    .product-card-main {
        width: 162px;
        height: 184px;
    }

    .product-card-main i {
        font-size: 46px;
        margin-bottom: 14px;
    }

    .product-card-main strong {
        font-size: 18px;
    }

    .product-card-small {
        width: 96px;
        height: 92px;
    }

    .product-card-small i {
        font-size: 25px;
        margin-bottom: 8px;
    }

    .product-card-small strong {
        font-size: 13px;
    }

    .product-card-watch {
        top: 5px;
        left: 2px;
    }

    .product-card-glasses {
        right: 0;
        bottom: 22px;
    }

    .hero-title {
        font-size: 28px;
    }

    .typewriter-cursor {
        font-size: 28px;
    }

    .content-hero {
        padding: 0 15px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .hero-stat-number {
        font-size: 22px;
    }

    .hero-stat-label {
        font-size: 10px;
    }

    /* About Us */
    .aboutus-title {
        font-size: 26px;
    }

    .aboutus-desc {
        font-size: 15px;
    }

    .aboutus-images {
        min-height: 360px;
        padding: 10px;
    }

    .aboutus-img-primary {
        width: 80%;
    }

    .aboutus-img-primary img {
        height: 250px;
    }

    .aboutus-img-secondary {
        width: 60%;
    }

    .aboutus-img-secondary img {
        height: 190px;
    }

    .aboutus-experience-badge {
        width: 90px;
        height: 90px;
    }

    .aboutus-exp-number {
        font-size: 22px;
    }

    .aboutus-exp-text {
        font-size: 9px;
    }

    .aboutus-feature-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .aboutus-feature-icon i {
        font-size: 18px;
    }

    /* Contact */
    .contact-main-title {
        font-size: 24px;
    }

    .contact-header {
        margin-bottom: 35px;
    }

    .contact-info-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .contact-info-icon i {
        font-size: 18px;
    }

    .contact-input-icon input,
    .contact-input-icon textarea {
        font-size: 14px;
    }

    /* Blog */
    .blog-main-title {
        font-size: 24px;
    }

    .blog-card-title a {
        font-size: 16px;
    }

    .blog-card-desc {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .blog-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    /* Services */
    .srv-main-title {
        font-size: 26px;
    }

    .srv-card-content {
        padding: 20px;
    }

    .srv-card-title {
        font-size: 18px;
    }

    .srv-card--featured .srv-card-title {
        font-size: 20px;
    }

    /* Services Page */
    .srvp-title {
        font-size: 24px;
    }

    .srvp-header-desc {
        font-size: 14px;
    }

    .srvp-card-img {
        height: 180px;
    }

    .srvp-card-icon-wrap {
        width: 42px;
        height: 42px;
        bottom: -21px;
        right: 20px;
    }

    .srvp-card-icon-wrap i {
        font-size: 18px;
    }

    .srvp-card-body {
        padding: 28px 20px 20px;
    }

    .srvp-card-btn {
        width: 100%;
        justify-content: center;
    }

    /* Blog Details */
    .bdet-title {
        font-size: 20px;
    }

    .bdet-image {
        margin-bottom: 20px;
    }

    .bdet-image img {
        height: 240px;
    }

    .bdet-meta {
        gap: 16px;
        margin-bottom: 20px;
    }

    .bdet-desc {
        font-size: 14px;
    }

    .bdet-sidebar {
        padding: 22px 18px;
    }

    .bdet-sidebar-title {
        font-size: 16px;
    }

    .bdet-other-img {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }

    .bdet-other-list a {
        padding: 12px 0;
    }

    /* Service Details */
    .svcd-title {
        font-size: 24px;
    }

    .svcd-desc {
        font-size: 14px;
    }

    .svcd-img-wrap img {
        min-height: 240px;
    }

    .svcd-btn {
        width: 100%;
        justify-content: center;
    }

    /* Order Service Modal */
    .order-service-modal-box {
        padding: 30px 20px 25px;
    }

    .order-service-modal-header {
        padding-right: 0;
    }

    .order-service-modal-header h2 {
        font-size: 22px;
    }

    .order-service-row {
        grid-template-columns: 1fr;
    }

    .order-service-modal-actions {
        flex-direction: column;
    }

    /* VMV */
    .vmv-main-title {
        font-size: 24px;
    }

    .vmv-card {
        padding: 30px 25px;
    }

    .vmv-card-number {
        font-size: 48px;
    }

    .vmv-card-desc,
    .vmv-values-list li {
        font-size: 14px;
    }

    /* Page Title */
    .title-page {
        padding: 55px 0 45px;
    }

    .title-page-content h1 {
        font-size: 30px;
    }

    .title-page-breadcrumb a,
    .title-page-current {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .product-details {
        padding: 70px 0 80px;
    }

    .product-details-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .product-details-gallery {
        position: static;
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

    .products-page {
        padding: 70px 0 80px;
    }

    .products-page-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .products-page-intro h2 {
        font-size: 33px;
    }

    .products-page-layout {
        grid-template-columns: 1fr;
    }

    .products-page-sidebar {
        position: static;
    }

    .products-sidebar-group:first-of-type {
        display: flex;
        align-items: center;
        gap: 7px;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .products-sidebar-group:first-of-type h4 {
        min-width: max-content;
        margin: 0;
    }

    .products-page-sidebar .product-filter-btn {
        width: auto;
        min-width: 132px;
        margin-top: 0;
        flex-shrink: 0;
    }

    .products-sidebar-help {
        display: none;
    }

    .products-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .categories-page {
        padding: 70px 0 80px;
    }

    .categories-page-heading h2 {
        font-size: 34px;
    }

    .categories-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-features-section,
    .about-goals-section,
    .about-commerce-section {
        padding: 70px 0;
    }

    .about-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-goals-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-goals-visual {
        max-width: 650px;
        width: 100%;
        height: 400px;
        margin: 0 auto;
    }

    .about-goals-content {
        text-align: center;
    }

    .about-goals-content .section-kicker {
        justify-content: center;
    }

    .about-commerce-grid {
        grid-template-columns: 1fr;
    }

    .about-commerce-panel {
        min-height: auto;
    }

    .footer-newsletter-band-content {
        align-items: stretch;
        flex-direction: column;
        gap: 22px;
    }

    .footer-newsletter-form {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 28px;
    }

    .footer-about {
        text-align: right;
        margin-bottom: 0;
    }

    .footer-socials {
        justify-content: flex-start;
    }

    .footer-title::after {
        right: 0;
        left: auto;
        transform: none;
    }

    .footer-links,
    .footer-newsletter {
        text-align: right;
    }

    .section-contact {
        padding: 72px 0;
    }

    .contact-home-shell {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .contact-home-info {
        text-align: center;
    }

    .contact-home-kicker {
        justify-content: center;
    }

    .contact-home-info h2,
    .contact-home-info > p {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-home-info h2 {
        font-size: 36px;
    }

    .contact-home-channels {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-channel {
        flex-direction: column;
        text-align: center;
        min-height: 145px;
        justify-content: center;
    }

    .contact-home-form-wrap {
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
    }

    .section-blog {
        padding: 70px 0;
    }

    .blog-home-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-home-header h2 {
        font-size: 32px;
    }

    .blog-home-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-feature-image {
        height: 300px;
    }

    .blog-news-image {
        height: 225px;
    }

    .section-offers {
        padding: 70px 0;
    }

    .offers-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .offers-header h2 {
        font-size: 32px;
    }

    .offer-card-image {
        height: 220px;
    }

    .section-products {
        padding: 70px 0;
    }

    .products-header {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .products-layout {
        grid-template-columns: 1fr;
    }

    .products-filter {
        position: static;
    }

    .products-filter {
        display: flex;
        align-items: center;
        gap: 8px;
        overflow-x: auto;
        padding: 14px;
    }

    .products-filter-head {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .product-filter-btn {
        width: auto;
        min-width: 140px;
        margin-top: 0;
        flex-shrink: 0;
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-categories {
        padding: 70px 0;
    }

    .categories-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .categories-header h2 {
        font-size: 32px;
    }

    .category-card {
        min-height: 330px;
    }

    .about-store-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .about-store-content {
        text-align: center;
    }

    .section-kicker {
        justify-content: center;
    }

    .about-store-content h2,
    .about-store-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-store-content h2 {
        font-size: 34px;
    }

    .about-store-visual {
        max-width: 620px;
        min-height: 380px;
        margin: 0 auto;
        width: 100%;
    }

    .about-store-image {
        height: 380px;
    }

    .hero-slide,
    .hero-slide-content {
        min-height: 620px;
    }

    .hero-slide::before {
        background:
            linear-gradient(180deg, rgba(255, 248, 238, 0.93) 0%, rgba(255, 248, 238, 0.72) 48%, rgba(255, 248, 238, 0.18) 100%),
            linear-gradient(90deg, rgba(91, 55, 27, 0.12), rgba(91, 55, 27, 0.04));
    }

    .hero-slide {
        background-position: left center;
    }

    .hero-slide-content {
        align-items: flex-start;
        justify-content: center;
        padding: 56px 0 120px;
    }

    .hero-slide-content .hero-copy {
        max-width: 620px;
        margin: 0 auto;
        text-align: center;
    }

    .hero-slide-content .hero-kicker {
        justify-content: center;
    }

    .hero-slide-content .hero-copy h1 {
        font-size: 42px;
    }

    .hero-slide-content .hero-buttons {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .product-details {
        padding: 58px 0 65px;
    }

    .product-details-info h2 {
        font-size: 29px;
    }

    .product-details-description {
        font-size: 14px;
    }

    .product-details-price strong {
        font-size: 27px;
    }

    .product-details-features {
        grid-template-columns: 1fr;
    }

    .product-details-features > div {
        min-height: 58px;
        flex-direction: row;
    }

    .product-purchase-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-details-actions {
        grid-template-columns: 1fr;
    }

    .product-payment-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-payment-icons {
        width: 100%;
        justify-content: center;
    }

    .products-page {
        padding: 58px 0 65px;
    }

    .products-page-intro {
        margin-bottom: 26px;
        text-align: center;
        align-items: center;
    }

    .products-page-intro h2 {
        font-size: 27px;
    }

    .products-page-intro p {
        font-size: 14px;
    }

    .products-page-trust {
        width: 100%;
        justify-content: center;
    }

    .products-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .products-toolbar label {
        justify-content: space-between;
    }

    .products-toolbar select {
        flex: 1;
        min-width: 0;
    }

    .products-page-grid {
        grid-template-columns: 1fr;
    }

    .products-page-grid .product-card-img {
        height: 245px;
    }

    .categories-page {
        padding: 58px 0 65px;
    }

    .categories-page-heading {
        margin-bottom: 28px;
    }

    .categories-page-heading h2 {
        font-size: 27px;
    }

    .categories-page-heading p {
        font-size: 14px;
    }

    .categories-page-grid {
        grid-template-columns: 1fr;
    }

    .category-page-image {
        aspect-ratio: 4 / 4.1;
    }

    .category-page-content {
        padding: 19px;
    }

    .about-features-section,
    .about-goals-section,
    .about-commerce-section {
        padding: 58px 0;
    }

    .about-section-heading h2,
    .about-goals-content h2 {
        font-size: 26px;
    }

    .about-section-heading p,
    .about-goals-content > p {
        font-size: 14px;
    }

    .about-features-grid {
        grid-template-columns: 1fr;
    }

    .about-feature-card {
        min-height: auto;
        text-align: center;
    }

    .about-goals-visual {
        height: 310px;
    }

    .about-goals-stat {
        right: 12px;
        bottom: 12px;
        width: 120px;
        min-height: 100px;
    }

    .about-goals-list > div {
        text-align: right;
    }

    .about-commerce-panel {
        padding: 22px 16px;
    }

    .about-panel-heading {
        align-items: flex-start;
    }

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

    .about-payment-methods {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-shipping-steps {
        grid-template-columns: 1fr;
    }

    .about-shipping-steps > div {
        min-height: 105px;
    }

    .footer-newsletter-band {
        padding: 26px 0;
    }

    .footer-newsletter-copy {
        align-items: flex-start;
    }

    .footer-newsletter-icon {
        width: 48px;
        height: 48px;
    }

    .footer-newsletter-copy h2 {
        font-size: 19px;
    }

    .footer-newsletter-copy p {
        font-size: 13px;
    }

    .footer-newsletter-form {
        min-height: auto;
        padding: 5px;
    }

    .footer-newsletter-form input {
        height: 48px;
        padding: 0 10px;
    }

    .footer-newsletter-form button {
        min-width: 92px;
    }

    .footer-main {
        padding: 52px 0 26px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-about,
    .footer-links,
    .footer-contact {
        text-align: center;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-socials {
        justify-content: center;
    }

    .footer-title::after {
        right: 50%;
        left: auto;
        transform: translateX(50%);
    }

    .footer-links ul li a,
    .footer-contact-item {
        justify-content: center;
    }

    .footer-payment-row {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .payment-methods {
        justify-content: center;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 10px;
    }

    .section-contact {
        padding: 58px 0;
    }

    .contact-home-info h2 {
        font-size: 28px;
    }

    .contact-home-info > p {
        font-size: 14px;
    }

    .contact-home-channels {
        grid-template-columns: 1fr;
    }

    .contact-channel {
        min-height: 72px;
        flex-direction: row;
        justify-content: flex-start;
        text-align: right;
    }

    .contact-home-hours {
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-home-hours strong {
        width: 100%;
        margin-right: 0;
    }

    .contact-home-form-wrap {
        padding: 24px 16px;
    }

    .contact-form-heading h3 {
        font-size: 23px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
    }

    .section-blog {
        padding: 58px 0;
    }

    .blog-home-header {
        text-align: center;
        align-items: center;
        margin-bottom: 26px;
    }

    .blog-home-header h2 {
        font-size: 26px;
    }

    .blog-home-header p {
        font-size: 14px;
    }

    .blog-feature-image {
        height: 220px;
    }

    .blog-feature-content {
        padding: 18px;
    }

    .blog-feature-content h3 {
        font-size: 21px;
    }

    .blog-home-grid {
        grid-template-columns: 1fr;
    }

    .blog-news-image {
        height: 220px;
    }

    .blog-news-content {
        padding: 18px;
    }

    .blog-news-content h3 {
        min-height: auto;
        font-size: 20px;
    }

    .blog-small-card {
        grid-template-columns: 1fr;
    }

    .blog-small-image {
        height: 180px;
    }

    .blog-small-icon {
        min-height: 130px;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .section-offers {
        padding: 58px 0;
    }

    .offers-header {
        text-align: center;
        align-items: center;
        margin-bottom: 26px;
    }

    .offers-header h2 {
        font-size: 26px;
    }

    .offers-header p {
        font-size: 14px;
    }

    .offers-nav {
        display: none;
    }

    .offer-card-image {
        height: 205px;
    }

    .offer-card-content {
        padding: 18px;
    }

    .offer-card-content h3 {
        font-size: 19px;
    }

    .offer-card-content p {
        min-height: auto;
    }

    .section-products {
        padding: 58px 0;
    }

    .products-header h2 {
        font-size: 26px;
    }

    .products-header p {
        font-size: 14px;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .product-card-img {
        height: 205px;
    }

    .product-card-body p {
        min-height: auto;
    }

    .product-card-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .product-card-bottom button {
        width: 100%;
    }

    .section-categories {
        padding: 58px 0;
    }

    .categories-header {
        text-align: center;
        align-items: center;
        margin-bottom: 26px;
    }

    .categories-header h2 {
        font-size: 26px;
    }

    .categories-header p {
        font-size: 14px;
    }

    .categories-nav {
        display: none;
    }

    .category-card {
        min-height: 305px;
    }

    .category-card-content {
        padding: 20px;
    }

    .category-card-content h3 {
        font-size: 21px;
    }

    .category-card-content p {
        min-height: auto;
    }

    .about-index {
        padding: 58px 0;
    }

    .about-store-content h2 {
        font-size: 26px;
    }

    .about-store-content p {
        font-size: 14px;
        line-height: 1.85;
    }

    .about-store-features {
        grid-template-columns: 1fr;
    }

    .about-store-feature {
        min-height: 70px;
        align-items: center;
        text-align: center;
    }

    .about-store-visual {
        min-height: 310px;
    }

    .about-store-image {
        height: 310px;
    }

    .about-store-badge {
        right: 14px;
        bottom: 14px;
        width: 116px;
        min-height: 105px;
        padding: 14px;
    }

    .about-store-badge strong {
        font-size: 26px;
    }

    .about-store-badge span {
        font-size: 12px;
    }

    .hero-slide,
    .hero-slide-content {
        min-height: 590px;
    }

    .hero-slide {
        background-position: 18% center;
    }

    .hero-slide-content {
        padding: 42px 0 112px;
    }

    .hero-slide-content .hero-copy h1 {
        font-size: 32px;
    }

    .hero-slide-content .hero-copy p {
        font-size: 14px;
        line-height: 1.8;
    }

    .hero-slide-content .hero-buttons {
        gap: 10px;
    }
}

@media (max-width: 992px) {
    .login-shell { grid-template-columns: minmax(340px, .8fr) minmax(470px, 1.2fr); }
    .login-visual { padding: 35px; }
    .login-visual-content h1 { font-size: 34px; }
    .login-features { display: grid; }

    .profile-layout { grid-template-columns: 1fr; }
    .profile-sidebar { position: static; }
    .profile-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .profile-logout { grid-column: 1 / -1; }

    .cart-page-layout {
        grid-template-columns: 1fr;
    }

    .cart-page-summary {
        position: static;
    }

    .contact-page-section {
        min-height: auto;
        background-attachment: scroll;
    }

    .offers-page-banner {
        min-height: 440px;
    }

    .offers-page-banner-content {
        max-width: 570px;
        padding: 42px;
    }

    .offers-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-detail-cover {
        height: 430px;
    }

    .blog-detail-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .blog-detail-aside {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .blog-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-related-grid .blog-news-card:last-child {
        display: none;
    }

    .blog-page-section {
        padding: 65px 0 75px;
    }

    .blog-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-summary {
        position: static;
    }

    .checkout-header-content {
        grid-template-columns: 1fr auto 1fr;
    }

    .title-page {
        min-height: 330px;
        padding: 64px 0 54px;
        background-position: left center;
    }

    .title-page-content h1 {
        font-size: 44px;
    }

    .title-page-content p {
        max-width: 580px;
    }
}

@media (max-width: 576px) {
    .login-shell { display: block; }
    .login-visual { min-height: 220px; padding: 24px 18px; align-items: flex-end; }
    .login-visual > img { object-position: center 35%; }
    .login-visual-overlay { background: linear-gradient(0deg, rgba(38,21,10,.86), rgba(38,21,10,.08)); }
    .login-visual-logo, .login-visual-content > span, .login-visual-content > p, .login-features { display: none; }
    .login-visual-content h1 { max-width: 290px; margin: 0; font-size: 25px; }
    .login-form-side { min-height: auto; padding: 0 18px 45px; display: block; }
    .login-mobile-header { min-height: 68px; display: flex; align-items: center; justify-content: space-between; }
    .login-mobile-header img { width: 82px; }
    .login-mobile-header > a:last-child { color: var(--brand-brown); display: inline-flex; align-items: center; gap: 6px; font-size: 11px; }
    .login-form-wrap { padding-top: 20px; }
    .login-back { display: none; }
    .login-heading h2 { font-size: 29px; }
    .login-form { margin-top: 24px; }
    .login-options { align-items: flex-start; }
    .login-modal-dialog { padding: 28px 17px; }

    .profile-page { padding: 48px 0 60px; }
    .profile-user { display: none; }
    .profile-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 6px; }
    .profile-nav-btn { min-height: 58px; padding: 6px; grid-template-columns: 1fr; justify-items: center; gap: 3px; font-size: 11px; }
    .profile-nav-btn b { display: none; }
    .profile-logout { display: none; }
    .profile-panel-heading { align-items: flex-start; flex-direction: column; }
    .profile-panel-heading h2 { font-size: 21px; }
    .profile-panel-heading > a, .profile-add-address { width: 100%; }
    .profile-order > header { grid-template-columns: 1fr 1fr; gap: 10px; }
    .order-status { grid-column: 1 / -1; width: fit-content; }
    .profile-order-body { grid-template-columns: 1fr auto; gap: 12px; }
    .profile-order-products { grid-column: 1 / -1; }
    .profile-order-body > button { padding: 0 9px; }
    .profile-form { padding: 18px 14px; }
    .profile-form-grid { grid-template-columns: 1fr; }
    .profile-save-btn { width: 100%; justify-content: center; }
    .profile-address-form { padding: 18px 14px; }
    .profile-address-form-grid { grid-template-columns: 1fr; }
    .profile-address-form-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .profile-address-save, .profile-address-cancel { justify-content: center; }
    .profile-addresses { grid-template-columns: 1fr; }

    .cart-page {
        padding: 48px 0 60px;
    }

    .cart-page-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .cart-page-top h2 {
        font-size: 23px;
    }

    .cart-page-item {
        min-height: 0;
        padding: 15px;
        grid-template-columns: 92px minmax(0, 1fr);
        align-items: start;
        gap: 13px;
    }

    .cart-page-item-image {
        width: 92px;
        height: 92px;
    }

    .cart-page-item-info h3 a {
        font-size: 15px;
    }

    .cart-page-item-info p {
        display: none;
    }

    .cart-page-remove {
        margin-top: 9px;
    }

    .cart-page-item-actions {
        grid-column: 1 / -1;
        width: 100%;
        padding-top: 12px;
        border-top: 1px solid #eee9e5;
        grid-template-columns: 1fr auto;
        align-items: center;
        justify-items: start;
        gap: 12px;
    }

    .cart-page-item-actions .cart-page-quantity {
        justify-self: end;
    }

    .cart-page-summary {
        padding: 20px 15px;
    }

    .offers-page {
        padding: 48px 0 60px;
    }

    .offers-page-banner {
        min-height: 540px;
        align-items: flex-end;
    }

    .offers-page-banner > img {
        object-position: 35% center;
    }

    .offers-page-banner-overlay {
        background: linear-gradient(0deg, rgba(42, 24, 12, 0.96), rgba(42, 24, 12, 0.2) 88%);
    }

    .offers-page-banner-content {
        padding: 28px 20px 62px;
    }

    .offers-page-banner-content h2 {
        font-size: 30px;
    }

    .offers-page-description {
        font-size: 14px;
    }

    .offers-page-banner-price strong {
        font-size: 27px;
    }

    .offers-page-banner-note {
        right: 20px;
        left: auto;
        bottom: 16px;
    }

    .offers-page-heading {
        margin: 48px 0 24px;
        align-items: flex-start;
        flex-direction: column;
    }

    .offers-page-heading h2 {
        font-size: 26px;
    }

    .offers-page-benefits {
        width: 100%;
        justify-content: space-between;
    }

    .offers-page-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .offers-page-grid .offer-card-image {
        height: 225px;
    }

    .blog-detail {
        padding: 48px 0 58px;
    }

    .blog-detail-header {
        text-align: right;
    }

    .blog-detail-meta {
        justify-content: flex-start;
    }

    .blog-detail-intro {
        font-size: 16px;
    }

    .blog-detail-cover {
        height: 270px;
        margin-bottom: 32px;
    }

    .blog-detail-content > p {
        font-size: 15px;
        line-height: 1.9;
    }

    .blog-detail-content h2 {
        font-size: 22px;
    }

    .blog-detail-content blockquote {
        padding: 20px;
        font-size: 17px;
    }

    .blog-detail-content blockquote::after {
        display: none;
    }

    .blog-detail-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-detail-aside {
        grid-template-columns: 1fr;
    }

    .blog-related {
        padding: 52px 0 60px;
    }

    .blog-related-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-related-heading h2 {
        font-size: 25px;
    }

    .blog-related-grid {
        grid-template-columns: 1fr;
    }

    .blog-related-grid .blog-news-card:last-child {
        display: flex;
    }

    .blog-page-section {
        padding: 50px 0 58px;
    }

    .blog-page-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .blog-page-header h2 {
        font-size: 26px;
    }

    .blog-page-header p {
        font-size: 14px;
    }

    .blog-page-count {
        min-width: 0;
    }

    .blog-page-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .blog-page-grid .blog-news-image {
        height: 220px;
    }

    .blog-page-grid .blog-news-content h3 {
        min-height: auto;
    }

    .checkout-header {
        height: 72px;
    }

    .checkout-header-content {
        grid-template-columns: 1fr auto;
    }

    .checkout-logo {
        width: 92px;
    }

    .checkout-secure-label {
        display: none;
    }

    .checkout-back-link {
        font-size: 12px;
    }

    .checkout-page {
        padding: 34px 0 55px;
    }

    .checkout-page-heading {
        margin-bottom: 18px;
    }

    .checkout-page-heading h1 {
        font-size: 30px;
    }

    .checkout-page-heading p {
        font-size: 13px;
        line-height: 1.8;
    }

    .checkout-section,
    .checkout-summary {
        padding: 18px 14px;
    }

    .checkout-section-heading {
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .checkout-section-number {
        width: 38px;
        height: 38px;
    }

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

    .checkout-section-heading p {
        font-size: 11px;
        line-height: 1.65;
    }

    .checkout-fields-grid,
    .checkout-card-fields {
        grid-template-columns: 1fr;
    }

    .checkout-field-wide {
        grid-column: auto;
    }

    .checkout-payment-option {
        grid-template-columns: 20px 32px minmax(0, 1fr);
        padding: 13px 11px;
    }

    .checkout-payment-brands {
        grid-column: 3;
        justify-self: start;
        margin-top: 4px;
    }

    .checkout-product {
        grid-template-columns: 64px minmax(0, 1fr) auto;
        gap: 10px;
    }

    .checkout-product-image {
        width: 64px;
        height: 64px;
    }

    .checkout-product h3 {
        font-size: 14px;
    }

    .checkout-coupon > div {
        height: 46px;
    }

    .checkout-coupon button {
        width: 82px;
        padding: 0 10px;
    }

    .checkout-guarantees {
        flex-wrap: wrap;
        gap: 8px 14px;
    }

    .checkout-success > div {
        padding: 28px 18px;
    }

    .checkout-page {
        padding-bottom: 125px;
    }

    .checkout-primary-action {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        min-height: 82px;
        padding: 10px 14px;
        border-width: 1px 0 0;
        border-radius: 0;
        grid-template-columns: minmax(92px, auto) minmax(0, 1fr);
        gap: 10px;
        box-shadow: 0 -8px 25px rgba(54, 31, 15, 0.13);
    }

    .checkout-primary-action > div strong {
        font-size: 18px;
    }

    .checkout-submit-primary {
        min-height: 52px;
        font-size: 13px;
    }

    .title-page {
        min-height: 300px;
        padding: 48px 0 42px;
        background:
            linear-gradient(90deg, rgba(42, 24, 12, 0.7), rgba(42, 24, 12, 0.94)),
            url("../images/hero-gifts-perfume.png") left center / cover;
    }

    .title-page::before {
        width: 230px;
        height: 230px;
    }

    .title-page::after {
        right: 4%;
        width: 82px;
    }

    .title-page-kicker {
        font-size: 13px;
    }

    .title-page-content h1 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .title-page-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .title-page-breadcrumb {
        max-width: 100%;
        margin-top: 22px;
        padding: 0 12px;
        gap: 8px;
    }

    .title-page-breadcrumb a,
    .title-page-breadcrumb span {
        font-size: 12px;
    }
}
