@media only screen and (min-width: 1600px) and (max-width: 1800px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
}

/*  Medidum Screen: 1400px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 1400px) and (max-width: 1692px) {
}

/*  Medidum Screen: 1400px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .ct-mini-menu-item {
    width: 100%;
  }

  .product .product-thumb img {
    height: 220px;
  }

  .product {
    height: 420px;
  }

  .contact-page .card {
    width: 100%;
  }

  .product-thumb img {
    width: 100%;
    height: 100%;
  }

  .related-products .product .product-thumb img {
    height: 250px;
  }
}

/*  Tablet PC: 992px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .ct-mini-menu-item {
    width: 100%;
  }

  .contact-page .card {
    width: 100%;
    height: 100%;
  }

  .product-thumb img {
    width: 100%;
    height: 100%;
  }

  .related-products .menu-v2 {
    row-gap: 20px;
  }

  .auth-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .auth-description {
    width: 100%;
  }

  .auth-form {
    width: 100%;
  }

  .checkout-billing .order-summary {
    width: 100%;
  }
}

/*  Tablet Mobile: 768px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner .title {
    font-size: 42px;
  }

  .banner.banner-1:not(.banner-4) .banner-inner {
    min-height: clamp(320px, 56vw, 540px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #111;
  }

  .banner-inner .gap40px {
    gap: 20px;
  }

  .banner-inner .gap20px {
    gap: 10px;
  }

  .ct-mini-menu-item {
    width: 100%;
    justify-content: space-between;
  }

  .product-thumb img {
    height: 100%;
  }

  .related-products .menu-v2 {
    row-gap: 20px;
  }

  .contact-info .row {
    row-gap: 20px;
  }
  .contact-wrapper .row {
    row-gap: 20px;
  }

  .auth-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .auth-description {
    width: 100%;
  }

  .auth-form {
    width: 100%;
  }

  .checkout-billing .order-summary {
    width: 100%;
  }
}

/*  Mobile : 576px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .banner .title {
    font-size: 32px;
  }

  .banner.banner-1:not(.banner-4) .banner-inner {
    min-height: clamp(260px, 58vw, 430px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #111;
  }

  .banner-inner .gap40px {
    gap: 20px;
  }

  .banner-inner .gap20px {
    gap: 10px;
  }

  .can-sticky + .banner.banner-1:not(.banner-4) .banner-inner,
  .header-absolute + .banner.banner-1:not(.banner-4) .banner-inner {
    padding: 64px 0 20px;
  }

  .ct-mini-menu-item {
    width: 100%;
    justify-content: space-between;
  }

  .footer-widget ul {
    margin: 0;
    justify-content: center;
    gap: 20px;
  }

  .footer-widget {
    text-align: left;
  }

  .footer-widget .first_widget {
    align-items: start !important;
  }

  .related-products .menu-v2 {
    row-gap: 20px;
  }

  .contact-info .row {
    row-gap: 20px;
  }
  .contact-wrapper .row {
    row-gap: 20px;
  }

  .contact-page .card {
    width: 100%;
  }

  .checkout-billing .order-summary {
    width: 100%;
  }

  .auth-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .auth-description {
    width: 100%;
  }

  .auth-form {
    width: 100%;
  }
}

/*  Mobile Small Device: 450px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 450px) and (max-width: 575.98px) {
  .banner .title {
    font-size: 28px;
  }

  .banner.banner-1:not(.banner-4) .banner-inner {
    min-height: clamp(220px, 60vw, 350px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #111;
  }

  .banner-inner .gap40px {
    gap: 20px;
  }

  .banner-inner .gap20px {
    gap: 10px;
  }

  .can-sticky + .banner.banner-1:not(.banner-4) .banner-inner,
  .header-absolute + .banner.banner-1:not(.banner-4) .banner-inner {
    padding: 58px 0 18px;
  }

  .menu_card {
    padding: 10px;
  }

  .ct-mini-menu-item {
    width: 100%;
    justify-content: space-between;
  }

  .footer-widget ul {
    margin: 0;
    justify-content: center;
    gap: 20px;
  }

  .footer-widget {
    text-align: left;
  }

  .footer-widget .first_widget {
    align-items: start !important;
  }

  .related-products .menu-v2 {
    row-gap: 20px;
  }

  .contact-info .row {
    row-gap: 20px;
  }
  .contact-wrapper .row {
    row-gap: 20px;
  }

  .contact-page .card {
    width: 100%;
  }

  .checkout-billing .order-summary {
    width: 100%;
  }

  .auth-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .auth-description {
    width: 100%;
  }

  .auth-form {
    width: 100%;
  }

  .product .product-controls a {
    display: flex !important;
  }

  .slick-slide {
    outline: none;
    margin: 0 10px;
  }

  .auth-form .register_text {
    flex-direction: column;
  }

  .forgot-password-page {
    width: 100%;
  }
}

/*  Mobile Small Device: 320px.
    Gutters: 24px.
    Outer margins: 28px.
    Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 320px) and (max-width: 449.98px) {
  .banner .title {
    font-size: 28px;
    line-height: 40px;
  }

  .banner.banner-1:not(.banner-4) .banner-inner {
    min-height: clamp(190px, 62vw, 300px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #111;
  }

  .banner-inner .gap40px {
    gap: 20px;
  }

  .banner-inner .gap20px {
    gap: 10px;
  }

  .can-sticky + .banner.banner-1:not(.banner-4) .banner-inner,
  .header-absolute + .banner.banner-1:not(.banner-4) .banner-inner {
    padding: 52px 0 16px;
  }

  .menu_card {
    padding: 10px;
  }

  .ct-mini-menu-item {
    width: 100%;
    justify-content: space-between;
  }

  .footer-widget ul {
    margin: 0;
    justify-content: center;
    gap: 20px;
  }

  .footer-widget {
    text-align: left;
  }

  .footer-widget .first_widget {
    align-items: start !important;
  }

  .related-products .menu-v2 {
    row-gap: 20px;
  }

  .contact-info .row {
    row-gap: 20px;
  }
  .contact-wrapper .row {
    row-gap: 20px;
  }

  .contact-page .card {
    width: 100%;
  }

  .checkout-billing .order-summary {
    width: 100%;
  }

  .auth-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .auth-description {
    width: 100%;
  }

  .auth-form {
    width: 100%;
  }

  .product .product-controls a {
    display: flex !important;
  }

  .slick-slide {
    outline: none;
    margin: 0 10px;
  }

  .auth-form .register_text {
    flex-direction: column;
  }

  .main-header.header-4 {
    height: 200px;
  }

  body.company-storefront .main-header.header-4 {
    height: auto !important;
    min-height: 0;
  }

  .navbar {
    justify-content: center;
  }

  .gallery-title {
    flex-direction: column;
  }

  .menu_page,
  .about-us-page {
    padding-top: 220px;
  }

  .ct-menu-categories .section-title-wrap {
    flex-direction: column;
  }

  .product-thumb img {
    height: 100%;
  }

  .cart-sidebar {
    width: 100%;
  }

  .cart-sidebar-header {
    width: 100%;
  }

  .cart-sidebar-body {
    padding: 0 10px;
    padding-top: 20px;
}
  .contact-wrapper {
    padding: 180px 0 0px 0;
  }
  .login_page, 
  .contact-page,
  .checkout-page {
    padding-top: 220px;
  }

  .auth-form {
    padding: 60px 10px;
}

.forgot-password-page {
  width: 100%;
  padding: 50px 20px;
}
}

/*
 * Company frontend homepage hero (banner-1 + banner-4):
 * Admin art 1980×1080 — mobile min-height ~1.1× aspect; background-size cover fills the
 * box when stacked copy exceeds pure AR (avoids #111 bands). First section padding-top 0.
 */
@media only screen and (max-width: 991.98px) {
  /* Theme: .banner { min-height: 550px } here — taller than .banner-inner → white strip under hero */
  html body .banner.banner-1.banner-4,
  html body .can-sticky + .banner.banner-1.banner-4,
  html body .header-absolute + .banner.banner-1.banner-4 {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .banner.banner-1.banner-4 .banner-item {
    min-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /*
   * Mobile hero: 1980×1080 art — taller frame (1.1× aspect height) + cover so the paint
   * always fills the box when copy wraps taller than pure AR (100% auto left #111 bands).
   */
  .banner.banner-1.banner-4 .banner-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
    max-height: none !important;
    min-height: calc(100vw * 1080 / 1980 * 1.1) !important;
    min-height: calc(100dvw * 1080 / 1980 * 1.1) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-color: #111 !important;
    padding: 48px 16px 20px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
  }

  .header-absolute + .banner.banner-1.banner-4 .banner-inner,
  .can-sticky + .banner.banner-1.banner-4 .banner-inner {
    padding-top: 56px !important;
    padding-bottom: 18px !important;
  }

  html body .banner.banner-1.banner-4 + .section {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Storefront: hero + service block flush — no strip under header, tight bottom padding */
  html body.company-storefront .can-sticky + .banner.banner-1.banner-4,
  html body.company-storefront .header-absolute + .banner.banner-1.banner-4 {
    margin-top: 0 !important;
  }

  html body.company-storefront .header-absolute + .banner.banner-1.banner-4 .banner-inner,
  html body.company-storefront .can-sticky + .banner.banner-1.banner-4 .banner-inner {
    padding-top: max(56px, calc(46px + env(safe-area-inset-top, 0px))) !important;
    padding-bottom: 10px !important;
  }

  html body.company-storefront .banner.banner-1.banner-4 + .section {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: clamp(2.25rem, 5.5vw, 3.25rem) !important;
  }

  /*
   * Homepage service block (devices):
   * Service title + heading above the image; description + CTA below image.
   */
  html body.company-storefront .banner.banner-1.banner-4 + .section > .container > .row.align-items-center {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "eyebrow"
      "heading"
      "image"
      "description"
      "cta";
    row-gap: clamp(0.9rem, 2.8vw, 1.5rem) !important;
    justify-items: center;
  }

  /* Put the image column into the "image" slot */
  html body.company-storefront .banner.banner-1.banner-4 + .section > .container > .row.align-items-center > .col-lg-6.ct-single-img-wrapper {
    grid-area: image !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    max-width: 36rem;
  }

  /* Let the text column's contents be placed by grid areas */
  html body.company-storefront .banner.banner-1.banner-4 + .section > .container > .row.align-items-center > .col-lg-6:not(.ct-single-img-wrapper) {
    display: contents !important;
  }

  html body.company-storefront .banner.banner-1.banner-4 + .section .section-title-wrap {
    display: contents !important;
  }

  html body.company-storefront .banner.banner-1.banner-4 + .section .ct-single-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }

  html body.company-storefront .banner.banner-1.banner-4 + .section .section-title-wrap h5.custom-primary {
    grid-area: eyebrow !important;
    text-align: center;
    margin: 0 !important;
    font-size: 0.8125rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0;
  }

  html body.company-storefront .banner.banner-1.banner-4 + .section .section-title-wrap .title {
    grid-area: heading !important;
    text-align: center;
    margin: 0 !important;
    font-size: clamp(1.8rem, 6.4vw, 2.45rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
  }

  html body.company-storefront .banner.banner-1.banner-4 + .section .section-title-wrap p.subtitle {
    grid-area: description !important;
    text-align: center;
    margin: 0 !important;
    font-size: clamp(0.9375rem, 3.1vw, 1.0625rem);
    line-height: 1.65;
    color: rgba(17, 17, 17, 0.72);
  }

  html body.company-storefront .banner.banner-1.banner-4 + .section .section-title-wrap .btn-custom {
    grid-area: cta !important;
    justify-self: center;
  }

  /* All pages: keep headings on a single line (devices only) */
  html body .banner .title,
  html body .section-title-wrap .title,
  html body .contact-page .title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
  }

  html body .banner .title {
    font-size: clamp(28px, 7.2vw, 46px) !important;
    line-height: 1.08 !important;
  }

  html body .section-title-wrap .title {
    font-size: clamp(28px, 6.2vw, 44px) !important;
    line-height: 1.12 !important;
  }

  html body .contact-page .title {
    font-size: clamp(26px, 6.2vw, 40px) !important;
    line-height: 1.12 !important;
  }

  /* Devices footer: company name only — framed card at page end */
  html body footer.ct-footer.footer-dark .footer-middle,
  html body.saas-store-public-front footer.ct-footer.footer-dark .footer-middle {
    display: none !important;
  }

  html body footer.ct-footer.footer-dark .footer-widget,
  html body.saas-store-public-front footer.ct-footer.footer-dark .footer-widget {
    display: none !important;
  }

  html body footer.ct-footer.footer-dark,
  html body.saas-store-public-front footer.ct-footer.footer-dark {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
  }

  html body footer.ct-footer.footer-dark::before,
  html body.saas-store-public-front footer.ct-footer.footer-dark::before {
    display: none !important;
  }

  html body footer.ct-footer.footer-dark .footer-bottom,
  html body.saas-store-public-front footer.ct-footer.footer-dark .footer-bottom {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: min(520px, 100%) !important;
    margin: 0 auto !important;
    padding: 14px 18px !important;
    overflow: visible !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: linear-gradient(165deg, #2a2a2e 0%, #1c1c20 100%) !important;
    box-shadow: 0 14px 40px -22px rgba(0, 0, 0, 0.55),
      inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  }

  html body.company-storefront footer.ct-footer.footer-dark .footer-bottom {
    background: #ffffff !important;
    border: 1px solid rgba(15, 23, 42, 0.1) !important;
    box-shadow: 0 12px 36px -20px rgba(15, 23, 42, 0.35) !important;
  }

  html body footer.ct-footer.footer-dark .footer-bottom > .container,
  html body.saas-store-public-front footer.ct-footer.footer-dark .footer-bottom > .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body footer.ct-footer.footer-dark .footer-bottom .footer-copyright,
  html body.saas-store-public-front footer.ct-footer.footer-dark .footer-bottom .footer-copyright {
    padding: 0 !important;
    padding-bottom: 0 !important;
    justify-content: center !important;
    width: 100%;
  }

  html body footer.ct-footer.footer-dark .footer-bottom .footer-copyright p,
  html body.saas-store-public-front footer.ct-footer.footer-dark .footer-bottom .footer-copyright p {
    margin: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: clamp(13px, 3.4vw, 15px) !important;
    line-height: 1.35 !important;
  }

  html body.company-storefront footer.ct-footer.footer-dark .footer-bottom .footer-copyright p {
    color: #111111 !important;
  }

  /* If a map wrapper has extra bottom margin on mobile, remove it */
  html body .ct-contact-map,
  html body .contact-wrapper .ct-contact-map,
  html body .section-map .ct-contact-map-wrapper {
    margin-bottom: 0 !important;
  }

  /* Mobile drawer: scroll area + social block aligned with nav padding (theme: 15px) */
  .main-aside .aside-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  }

  .main-aside .aside-social-wrap {
    margin-top: 1.5rem;
    margin-inline: 0;
    padding: 1.5rem 1.25rem 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    position: relative;
  }

  .main-aside .aside-social-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.25rem;
    right: 1.25rem;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(115, 103, 240, 0.3) 50%, transparent 100%);
  }

  .main-aside .aside-social-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9ca3af;
    margin: 0 0 1rem;
    padding: 0;
    text-align: center;
    display: block;
    position: relative;
  }

  .main-aside .aside-social-label::after {
    display: none;
  }

  .main-aside ul.aside-social-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-inline-start: 0;
  }

  .main-aside ul.aside-social-links li {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .main-aside ul.aside-social-links li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #6c757d;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }

  .main-aside ul.aside-social-links li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #4265ec 0%, #7367f0 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    border-radius: 50%;
  }

  .main-aside ul.aside-social-links li a:hover,
  .main-aside ul.aside-social-links li a:focus-visible {
    background: #ffffff;
    transform: translateY(-2px);
    outline: none;
    box-shadow: 0 4px 12px rgba(67, 101, 236, 0.25);
    border-color: #4265ec;
  }

  .main-aside ul.aside-social-links li a:hover::before,
  .main-aside ul.aside-social-links li a:focus-visible::before {
    opacity: 1;
  }

  .main-aside ul.aside-social-links li a:hover svg,
  .main-aside ul.aside-social-links li a:focus-visible svg {
    color: #ffffff;
    transform: scale(1.05);
  }

  .main-aside ul.aside-social-links li a svg {
    width: 16px;
    height: 16px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
  }

  /* Specific colors for each social network */
  .main-aside ul.aside-social-links li:nth-child(1) a::before {
    background: linear-gradient(135deg, #1877f2 0%, #0e5fcc 100%);
  }

  .main-aside ul.aside-social-links li:nth-child(1) a:hover,
  .main-aside ul.aside-social-links li:nth-child(1) a:focus-visible {
    border-color: #1877f2;
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.25);
  }

  .main-aside ul.aside-social-links li:nth-child(2) a::before {
    background: linear-gradient(135deg, #e4405f 0%, #c13584 100%);
  }

  .main-aside ul.aside-social-links li:nth-child(2) a:hover,
  .main-aside ul.aside-social-links li:nth-child(2) a:focus-visible {
    border-color: #e4405f;
    box-shadow: 0 4px 12px rgba(228, 64, 95, 0.25);
  }

  .main-aside ul.aside-social-links li:nth-child(3) a::before {
    background: linear-gradient(135deg, #ea4335 0%, #d93025 100%);
  }

  .main-aside ul.aside-social-links li:nth-child(3) a:hover,
  .main-aside ul.aside-social-links li:nth-child(3) a:focus-visible {
    border-color: #ea4335;
    box-shadow: 0 4px 12px rgba(234, 67, 53, 0.25);
  }

  .main-aside ul.aside-social-links li a.aside-social-link--inactive {
    opacity: 0.4;
    pointer-events: none;
    background: #f1f3f5;
    border-color: rgba(0, 0, 0, 0.08);
  }

  .main-aside ul.aside-social-links li a.aside-social-link--inactive svg {
    color: #adb5bd;
  }

  .main-aside ul.aside-social-links li a.aside-social-link--inactive:hover {
    transform: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.08);
  }

  .main-aside ul.aside-social-links li a.aside-social-link--inactive:hover::before {
    opacity: 0;
  }

  .main-aside ul.aside-social-links li a.aside-social-link--inactive:hover svg {
    color: #adb5bd;
    transform: none;
  }

  .main-aside ul.aside-social-links li a svg path {
    fill: currentColor !important;
  }

  /* Sidebar Menu Items - Matching Social Icons Style */
  .main-aside ul.menu-list,
  .main-aside > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .main-aside ul.menu-list li,
  .main-aside > ul > li {
    margin: 0;
    position: relative;
  }

  .main-aside ul.menu-list li a,
  .main-aside > ul > li > a {
    display: flex;
    align-items: center;
    padding: 12px 1rem;
    color: #4b5563;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }

  .main-aside ul.menu-list li a::before,
  .main-aside > ul > li > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(135deg, #4265ec 0%, #7367f0 100%);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
  }

  .main-aside ul.menu-list li a:hover,
  .main-aside ul.menu-list li a.active,
  .main-aside > ul > li > a:hover,
  .main-aside > ul > li > a.active {
    color: #4265ec;
    background: rgba(67, 101, 236, 0.04);
    padding-left: 1.25rem;
  }

  .main-aside ul.menu-list li a:hover::before,
  .main-aside ul.menu-list li a.active::before,
  .main-aside > ul > li > a:hover::before,
  .main-aside > ul > li > a.active::before {
    transform: translateX(0);
  }

  .main-aside ul.menu-list li a i,
  .main-aside > ul > li > a i {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    transition: all 0.25s ease;
  }

  .main-aside ul.menu-list li a:hover i,
  .main-aside ul.menu-list li a.active i,
  .main-aside > ul > li > a:hover i,
  .main-aside > ul > li > a.active i {
    color: #4265ec;
    transform: scale(1.1);
  }

  /* Submenu styling */
  .main-aside ul.menu-list li .submenu,
  .main-aside > ul > li .submenu {
    background: rgba(248, 249, 250, 0.8);
    border-left: 3px solid rgba(67, 101, 236, 0.2);
    display: none;
  }

  .main-aside ul.menu-list li .submenu.open,
  .main-aside > ul > li .submenu.open {
    display: block;
  }

  .main-aside ul.menu-list li .submenu a,
  .main-aside > ul > li .submenu a {
    padding: 10px 1rem 10px 1.75rem;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
  }

  .main-aside ul.menu-list li .submenu a:hover,
  .main-aside ul.menu-list li .submenu a.active,
  .main-aside > ul > li .submenu a:hover,
  .main-aside > ul > li .submenu a.active {
    color: #4265ec;
    background: rgba(67, 101, 236, 0.06);
    padding-left: 2rem;
  }

  .main-aside ul.menu-list li .submenu a i,
  .main-aside > ul > li .submenu a i {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    font-size: 10px;
  }

  /* Menu item with children arrow */
  .main-aside ul.menu-list li.menu-item-has-children > a::after,
  .main-aside > ul > li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #9ca3af;
    transition: all 0.25s ease;
  }

  .main-aside ul.menu-list li.menu-item-has-children.active > a::after,
  .main-aside > ul > li.menu-item-has-children.active > a::after {
    transform: translateY(-50%) rotate(90deg);
    color: #4265ec;
  }

  /* Remove default borders and clean up */
  .main-aside > ul > li > a {
    border-bottom: none;
  }

  .main-aside ul .menu-item a {
    border-bottom: none;
  }

  /* Tighter sidebar width for mobile */
  .main-aside {
    width: 240px !important;
    -webkit-transform: translateX(-240px) !important;
    -ms-transform: translateX(-240px) !important;
    transform: translateX(-240px) !important;
  }

  .main-aside.open {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }

  /* Adjust social section for tighter sidebar */
  .main-aside .aside-social-wrap {
    padding: 1.5rem 1rem 1.25rem;
  }

  .main-aside .aside-social-wrap::before {
    left: 1rem;
    right: 1rem;
  }

  .main-aside ul.aside-social-links li a {
    width: 36px;
    height: 36px;
  }

  .main-aside ul.aside-social-links li a svg {
    width: 14px;
    height: 14px;
  }

  /* Outlet Popup Mobile Styling */
  #outletSelectModal .form {
    margin-bottom: 30px !important;
  }

  #outletSelectModal .submit-button {
    margin: 10px 0 0 0 !important;
  }

  #outletSelectModal .left13 {
    margin-left: 0 !important;
  }

  /* Banner and Service Section Mobile Spacing */
  .banner.banner-4 {
    margin-bottom: 0 !important;
  }

  .banner.banner-4 .banner-inner {
    min-height: 70vh !important;
    padding: 60px 0 !important;
  }

  .section {
    padding: 40px 0 !important;
  }

  .section:first-of-type {
    padding-top: 30px !important;
  }

  .section.section-padding {
    padding: 40px 0 25px !important;
  }

  .section-title-wrap.section-header {
    margin-bottom: 25px !important;
  }

  /* Storefront: compact mobile / tablet header (fits small screens cleanly) */
  body.company-storefront .main-header.header-4 {
    min-height: 0 !important;
    display: flex;
    align-items: center;
    padding-top: max(0.22rem, env(safe-area-inset-top, 0px));
    padding-bottom: max(0.22rem, env(safe-area-inset-bottom, 0px));
    box-shadow: 0 6px 22px -14px rgba(15, 23, 42, 0.32);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  }

  body.company-storefront .main-header.header-4 > .container {
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
  }

  body.company-storefront .main-header.header-4 .navbar {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: space-between;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0;
    /* One tight row: logo + menu + icons — vertically centered in header */
    min-height: 46px;
    max-height: 52px;
    margin: 0;
  }

  body.company-storefront .main-header.header-4 .navbar > .d-flex:first-child {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start;
    gap: 0.35rem !important;
    align-self: center;
    margin: 0;
  }

  body.company-storefront .main-header.header-4 .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    display: flex;
    align-items: center;
    align-self: center;
    line-height: 0;
  }

  body.company-storefront .main-header.header-4 .navbar-brand img {
    display: block;
    max-height: clamp(26px, 7.2vw, 34px);
    width: auto;
    object-fit: contain;
    margin: 0;
  }

  body.company-storefront .main-header.header-4 .aside-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: center;
    /* Theme uses margin: 20px 0 — kills vertical centering */
    margin: 0 !important;
    margin-left: 0 !important;
    min-width: 38px;
    min-height: 38px;
    padding: 4px 6px;
    /* Plain icon — full rules in frequent_changing/frontend/style.css */
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
  }

  body.company-storefront .main-header.header-4 .aside-toggler:active {
    transform: none;
    opacity: 0.65;
  }

  body.company-storefront .main-header.header-4.can-sticky.sticky {
    box-shadow: 0 8px 26px -12px rgba(15, 23, 42, 0.36);
  }

  body.company-storefront .main-header.header-4 .header-controls {
    display: flex !important;
    align-items: center !important;
    align-self: center;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.company-storefront .main-header.header-4 .header-controls-inner {
    gap: 0;
    flex-wrap: nowrap !important;
    justify-content: flex-end;
    align-items: center !important;
    align-self: center;
    flex-shrink: 1;
    min-width: 0;
    max-width: calc(100vw - 96px);
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
  }

  body.company-storefront .main-header.header-4 .header-controls-inner > li {
    align-self: center !important;
    line-height: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Company frontend (devices): hide cart icon from header */
  body.company-storefront .main-header.header-4 .header-controls-inner .cart-dropdown-wrapper {
    display: none !important;
  }

  body.company-storefront .main-header.header-4 .header-controls-inner li.cart-dropdown-wrapper,
  body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children:not(.cart-dropdown-wrapper) {
    padding: 2px 6px !important;
    min-height: 0;
    max-height: 36px;
    column-gap: 4px;
    align-items: center !important;
  }

  body.company-storefront .main-header.header-4 .header-controls-inner svg {
    width: clamp(15px, 3.8vw, 18px);
    height: clamp(15px, 3.8vw, 18px);
  }

  body.company-storefront .main-header.header-4.header-light .header-controls-inner li span {
    font-size: clamp(9px, 2.5vw, 11px);
  }

  body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children > a {
    max-width: min(38vw, 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.company-storefront .main-header.header-4 .cart-dropdown-wrapper .cart-item-count {
    margin: -4px -6px 0 0;
    min-width: 16px;
    height: 16px;
    line-height: 16px !important;
    font-size: 8px !important;
    border-radius: 8px;
    padding: 0 4px;
  }

  /* Header icon dropdowns (language / login): size + style matched to compact mobile header */
  body.company-storefront .main-header.header-4,
  body.company-storefront .main-header.header-4 > .container,
  body.company-storefront .main-header.header-4 .navbar {
    overflow: visible !important;
  }

  body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children {
    position: relative;
  }

  /* Shrink/grow with labels; at least as wide as trigger row; text centered in panel */
  body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu {
    left: auto !important;
    right: 0 !important;
    top: 100% !important;
    margin-top: 3px;
    margin-left: 0;
    min-width: 100% !important;
    width: max-content !important;
    max-width: min(calc(100vw - 20px), 260px) !important;
    box-sizing: border-box !important;
    padding: 3px 0 !important;
    border-radius: 10px !important;
    border: 1px solid rgba(15, 23, 42, 0.09);
    box-shadow: 0 10px 28px -16px rgba(15, 23, 42, 0.38);
    z-index: 1050;
  }

  body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu .menu-item {
    display: block;
    width: 100%;
    min-width: 0;
  }

  body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu .menu-item a {
    padding: 7px 14px !important;
    font-size: clamp(11px, 3vw, 13px) !important;
    font-weight: 500;
    line-height: 1.3;
    min-height: 0;
    box-sizing: border-box !important;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    color: #1a1d24 !important;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }

  body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu .menu-item:last-child > a {
    border-bottom: none;
  }

  body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu .menu-item a:hover,
  body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu .menu-item a:focus-visible {
    background: rgba(15, 23, 42, 0.06);
    color: var(--primary-color) !important;
    outline: none;
  }

  body.company-storefront .section {
    padding-top: clamp(2.5rem, 6vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 6vw, 3.5rem);
  }

  /* Company inner pages (mobile/tablet): keep content below sticky header (no overlay) */
  body.company-storefront .menu_page,
  body.company-storefront .about-us-page,
  body.company-storefront .contact-wrapper,
  body.company-storefront .contact-page {
    padding-top: max(62px, calc(52px + env(safe-area-inset-top, 0px))) !important;
    margin-top: 0 !important;
  }

  body.company-storefront .contact-wrapper .section.section-padding {
    padding-top: clamp(1.1rem, 3.2vw, 1.5rem) !important;
  }

  /* Contact page device view: info icons in one horizontal compact row */
  body.company-storefront .contact-page .section-title-wrap + .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  body.company-storefront .contact-page .section-title-wrap + .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  body.company-storefront .contact-page .card {
    width: 100% !important;
    min-height: 112px !important;
    padding: 8px 8px !important;
  }

  body.company-storefront .contact-page .card-body {
    gap: 6px !important;
  }

  body.company-storefront .contact-page .card-body > svg {
    width: 22px !important;
    height: 22px !important;
  }

  body.company-storefront .contact-page .card-title {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  body.company-storefront .contact-page .card-text {
    font-size: 10px !important;
    line-height: 1.25 !important;
    text-align: center;
    margin: 0;
    word-break: break-word;
  }

  body.company-storefront .menu_card {
    padding: 1.25rem 1rem;
    border-radius: 16px;
  }

  /* Branch/outlet selection popup: mobile-first fit for company frontend */
  body.company-storefront #outletSelectModal .modal-dialog {
    width: auto !important;
    max-width: min(92vw, 430px) !important;
    margin: 0.55rem auto !important;
    height: auto !important;
  }

  body.company-storefront #outletSelectModal .modal-content {
    border-radius: 16px !important;
    min-height: min(36dvh, 310px) !important;
    height: auto !important;
    max-height: min(47dvh, 410px);
    overflow: visible;
  }

  body.company-storefront #outletSelectModal .modal-header {
    padding: 10px 12px 4px !important;
  }

  body.company-storefront #outletSelectModal .modal-title {
    font-size: clamp(16px, 4.3vw, 20px) !important;
    line-height: 1.25 !important;
    text-align: center;
  }

  body.company-storefront #outletSelectModal .modal-body {
    padding: 10px 12px 14px !important;
    overflow: visible;
    max-height: none;
  }

  body.company-storefront #outletSelectModal .form {
    margin-bottom: 8px;
  }

  body.company-storefront #outletSelectModal .hero-form-select,
  body.company-storefront #outletSelectModal .nice-select {
    width: 100% !important;
    min-height: 40px;
    font-size: 14px;
  }

  body.company-storefront #outletSelectModal .nice-select {
    position: relative;
    z-index: 1060;
    touch-action: manipulation;
  }

  body.company-storefront #outletSelectModal .nice-select.open {
    z-index: 1085;
  }

  body.company-storefront #outletSelectModal .nice-select .nice-select-dropdown {
    width: 100% !important;
    max-height: min(62dvh, 620px);
    overflow-y: auto;
    padding: 8px 7px;
    top: calc(100% + 6px) !important;
    bottom: auto !important;
    margin-top: 0 !important;
  }

  body.company-storefront #outletSelectModal .nice-select .option {
    line-height: 1.3;
    white-space: normal;
  }

  body.company-storefront #outletSelectModal .submit-button {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    width: 109px !important;
    height: 38px !important;
    margin: 12px auto 0 !important;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  body.company-storefront #outletSelectModal .left13 {
    margin-left: 0 !important;
  }

  body.company-storefront .ct-mini-menu-item {
    border-radius: 12px;
    padding: 14px 14px;
  }

  body.company-storefront .ct-single-img-wrapper img {
    border-radius: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .main-aside .aside-social-wrap {
    display: none !important;
  }
}

@media only screen and (max-width: 575.98px) {
  /* Keep 1980:1080 min-height from parent rule; only tighten padding on small phones */
  .banner.banner-1.banner-4 .banner-inner {
    padding: 42px 14px 20px !important;
  }

  .header-absolute + .banner.banner-1.banner-4 .banner-inner,
  .can-sticky + .banner.banner-1.banner-4 .banner-inner {
    padding-top: 48px !important;
    padding-bottom: 18px !important;
  }

  html body.company-storefront .header-absolute + .banner.banner-1.banner-4 .banner-inner,
  html body.company-storefront .can-sticky + .banner.banner-1.banner-4 .banner-inner {
    padding-top: max(52px, calc(42px + env(safe-area-inset-top, 0px))) !important;
    padding-bottom: 8px !important;
  }

  html body.company-storefront .can-sticky + .banner.banner-1.banner-4,
  html body.company-storefront .header-absolute + .banner.banner-1.banner-4 {
    margin-top: 0 !important;
  }

  html body.company-storefront .banner.banner-1.banner-4 + .section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Storefront: slightly shorter bar on small phones */
  body.company-storefront .main-header.header-4 {
    padding-top: max(0.18rem, env(safe-area-inset-top, 0px));
    padding-bottom: 0.18rem;
  }

  body.company-storefront .main-header.header-4 .navbar {
    max-height: 48px;
  }

  body.company-storefront .main-header.header-4 .navbar-brand img {
    max-height: clamp(22px, 6.2vw, 28px);
  }

  body.company-storefront .main-header.header-4 .header-controls-inner {
    max-width: calc(100vw - 82px);
  }

  body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu {
    min-width: 100% !important;
    width: max-content !important;
    max-width: min(calc(100vw - 16px), 240px) !important;
    margin-top: 2px;
    border-radius: 9px !important;
    padding: 2px 0 !important;
  }

  body.company-storefront .main-header.header-4 .header-controls-inner .menu-item-has-children .submenu .menu-item a {
    padding: 6px 12px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  body.company-storefront .menu_page,
  body.company-storefront .about-us-page,
  body.company-storefront .contact-wrapper,
  body.company-storefront .contact-page {
    padding-top: max(58px, calc(46px + env(safe-area-inset-top, 0px))) !important;
  }

  body.company-storefront .contact-wrapper .section.section-padding {
    padding-top: 0.9rem !important;
  }

  body.company-storefront .contact-page .section-title-wrap + .row {
    gap: 8px;
  }

  body.company-storefront .contact-page .card {
    min-height: 104px !important;
    padding: 7px 6px !important;
  }

  body.company-storefront .contact-page .card-body > svg {
    width: 20px !important;
    height: 20px !important;
  }

  body.company-storefront #outletSelectModal .modal-dialog {
    max-width: min(94vw, 400px) !important;
    margin: 0.45rem auto !important;
  }

  body.company-storefront #outletSelectModal .modal-content {
    border-radius: 14px !important;
    min-height: min(35dvh, 280px) !important;
    height: auto !important;
    max-height: min(46dvh, 380px);
    overflow: visible;
  }

  body.company-storefront #outletSelectModal .modal-header {
    padding: 8px 10px 2px !important;
  }

  body.company-storefront #outletSelectModal .modal-title {
    font-size: clamp(14px, 4.1vw, 17px) !important;
    line-height: 1.2 !important;
  }

  body.company-storefront #outletSelectModal .modal-body {
    padding: 8px 10px 12px !important;
    max-height: none;
    overflow: visible;
  }

  body.company-storefront #outletSelectModal .form {
    margin-bottom: 6px !important;
  }

  body.company-storefront #outletSelectModal .hero-form-select,
  body.company-storefront #outletSelectModal .nice-select {
    min-height: 36px;
    font-size: 13px;
    border-radius: 8px;
  }

  body.company-storefront #outletSelectModal .nice-select .current {
    line-height: 36px;
  }

  body.company-storefront #outletSelectModal .nice-select .nice-select-dropdown {
    max-height: min(60dvh, 540px);
    padding: 6px 6px;
    top: calc(100% + 5px) !important;
    bottom: auto !important;
    margin-top: 0 !important;
  }

  body.company-storefront #outletSelectModal .submit-button {
    height: 36px !important;
    width: 104px !important;
    margin: 10px auto 0 !important;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  /* Service section on small phones: slightly tighter type scale */
  html body.company-storefront .banner.banner-1.banner-4 + .section .section-title-wrap .title {
    font-size: clamp(1.65rem, 6.8vw, 2.1rem);
  }

  /* LocalBazaar-style compact product grid on small phones */
  body.company-storefront .lb-product-grid > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
  }

  body.company-storefront .lb-listing-card .lb-listing-body,
  body.company-storefront .lb-listing-card .product-body {
    padding: 10px 10px 12px;
  }

  body.company-storefront .lb-listing-card .product-desc .rating-wrap {
    transform: scale(0.92);
    transform-origin: left top;
  }

  body.company-storefront .menu_page .menu-container.lb-product-grid,
  body.company-storefront .menu_card.lb-product-grid {
    margin-left: -4px;
    margin-right: -4px;
  }
}

/*
 * Company storefront auth pages (mobile + tablet): fit login/register to viewport.
 * Overrides legacy theme padding (e.g. login_page { padding-top: 220px }).
 */
@media only screen and (max-width: 991.98px) {
  body.company-storefront .login_page,
  body.company-storefront .checkout-page,
  body.company-storefront .contact-page {
    padding-top: max(62px, calc(52px + env(safe-area-inset-top, 0px))) !important;
    padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    min-height: 0;
  }

  body.company-storefront .login_page > .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  body.company-storefront .login_page .auth-wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 40px -24px rgba(15, 23, 42, 0.28);
    background: #ffffff;
  }

  body.company-storefront .login_page .auth-description {
    width: 100%;
    min-height: 0;
    padding: 20px 18px;
    align-items: flex-start;
    justify-content: flex-end;
  }

  body.company-storefront .login_page .auth-description-inner h2 {
    font-size: clamp(1.35rem, 5vw, 1.75rem);
    margin-bottom: 6px;
  }

  body.company-storefront .login_page .auth-description-inner p {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
  }

  body.company-storefront .login_page .auth-form {
    width: 100%;
    padding: 22px 16px 24px !important;
    box-sizing: border-box;
  }

  body.company-storefront .login_page .auth-form h2 {
    font-size: clamp(1.35rem, 5vw, 1.65rem);
  }

  body.company-storefront .login_page .auth-form .subtitle {
    font-size: 0.9375rem;
    margin-bottom: 12px;
  }

  body.company-storefront .login_page .auth-form form {
    max-width: 100%;
    padding: 0 !important;
    margin: 0 auto;
  }

  body.company-storefront .login_page .auth-form .form-control {
    font-size: 16px !important;
    min-height: 46px;
    padding: 10px 12px 10px 40px;
    width: 100%;
    box-sizing: border-box;
  }

  body.company-storefront .login_page .auth-form .icon-inside {
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  body.company-storefront .login_page .auth-form .eyeIcon-inside {
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  body.company-storefront .login_page .auth-form .btn-custom {
    min-height: 46px;
    font-size: 1rem;
    margin-top: 8px;
  }

  body.company-storefront .login_page .auth-form .register_text {
    flex-direction: column;
    gap: 4px;
    font-size: 0.9375rem;
    line-height: 1.45;
    margin-top: 14px;
  }

  body.company-storefront .login_page .auth-form .ct-social-login {
    font-size: 0.875rem;
    padding: 10px 12px;
  }

  body.company-storefront .login_page .forgot-password-page {
    width: 100%;
    max-width: 520px;
    padding: 24px 16px;
    border-radius: 16px;
    margin: 0 auto;
  }
}
