/** Shopify CDN: Minification failed

Line 157:21 Expected identifier but found whitespace
Line 157:23 Unexpected "{"
Line 157:32 Expected ":"
Line 196:10 Unexpected "{"
Line 196:19 Expected ":"
Line 196:26 Unexpected "{"
Line 228:14 Expected identifier but found whitespace
Line 228:16 Unexpected "{"
Line 228:25 Expected ":"
Line 228:50 Expected ":"
... and 4 more hidden warnings

**/

@import url('https://fonts.googleapis.com/css2?family=Hubot+Sans:ital,wght@0,200..900;1,200..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Teko:wght@300..700&display=swap');
.page-wrapp {
    max-width: 1440px;
    margin: auto;
}
body.page.page-home-redesign.template-page,
body.page.page-home-redesign.template-page section.main-content {
    padding: 0 !important;
}
.md-header-wrapper {
    width: 100%;
     font-family: "Lato", sans-serif;
}

.md-top-bar {
    color: #ffffff;
    background: var(--ff-7333, #FF7333);
    padding: 10px 40px;
    font-size: 13px;
}
.md-top-bar .page-wrapp {
    display: flex;
    justify-content: space-between;
}
.md-main-header {
    background-color: #f4f4f4;
    height: 126px;
}
.md-contact-info a.mobile_number {
    border-right: 1px solid #fff;
    line-height: 14px;
    padding-right: 20px;
    margin-right: 10px;
}
.md-contact-info {
    display: flex;
    align-items: center;
        gap: 15px;
}
.md-nav-item {
  position: relative;
}
.md-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  padding: 10px 0;
  z-index: 999;
}

.md-nav-item:hover .md-submenu {
  display: block;
}
.md-menu-toggle {
    display: none;
}
.md-submenu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
}
.md-announcement-text,.md-contact-info a {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.9px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.md-main-header .page-wrapp {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: space-between;
}

.md-nav-content {
    display: flex;
    align-items: center;
    padding-top: 40px;
    gap: 30px;
}

.md-nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.md-nav-links a {
    text-decoration: none;
    color: #252525;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.md-header-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}
.theme-button.md-btn-cart {
    padding: 16px 20px;
}
.md-search-box input {
    padding: 26px 15px 25px 40px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: transparent;
    width: 204px;
    margin: 0;
}
.md-search-box input::placeholder {
    color: #A2A2A2;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.md-header-actions .md-search-box img {
    position: absolute;
    top: 16px;
    left: 15px;
}
.md-header-actions .md-search-box {
    margin: 0;
    position: relative;
}
.md-btn-contact {
    background-color: {{ section.settings.brand_orange }};
    color: white !important;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.md-btn-cart {
    background-color: #1a1a1a;
    color: white !important;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
body .theme-button {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 12px;
    padding: 16px 40px;
}
.page-home-redesign header.main-header {
    display: none;
}
.page-home-redesign .new-header-wrapper header.main-header {
    display: block;
}
body .theme-button.primary{
    background: var(--ff-7333, #FF7333);
}

.hd-hero-{{ section.id }} {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
}
.hd-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hd-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 2;
}

.hd-hero-content {
    position: relative;
    z-index: 3;
    max-width: 600px;
    padding: 60px 5%;
    color: #fff;
}

.hd-hero-content h1 {
    font-size: {{ section.settings.title_size }}px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}
.hd-hero-content p {
    font-size: {{ section.settings.sub_size }}px;
    margin-bottom: 30px;
}

.hd-btn-primary {
background: #ff7433;
color: #fff !important;
padding: 15px 40px;
border-radius: 12px;
text-decoration: none;
font-weight: 700;
display: inline-block;
transition: 0.2s;
}

.hd-btn-primary:hover {
transform: scale(1.05);
}
section.hd-hero-hero-banner {
position: relative;
}
@media (max-width: 768px) {
        .hd-hero-content {
      text-align: center;
      margin: auto;
    }

  .md-nav-links {
    display: none;
    flex-direction: column;
  }

  .md-nav-links.active {
    display: flex;
  }

  .md-submenu {
    position: relative;
    box-shadow: none;
    display: none;
  }

  .md-nav-item.active .md-submenu {
    display: block;
  }
}