 
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: #fff;
      line-height: 1.6;
      font-size: 16px;
      overflow-x: hidden;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    .sticky-header {
      position: sticky;
      top: 0;
      background-color: #fff;
      z-index: 1000;
      width: 100%;
      margin: 0 auto;
    }

    .top-banner {
      background: white;
      border-top: 5px solid #6e29c7;
      text-align: left;
      padding: 8px 25px;
      font-size: 15px;
      color: #c00;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .top-banner .shoppa-nu {
      font-size: 15px;
      color: black;
      text-decoration: underline;
      font-weight: 500;
    }

    .top-banner .shoppa-nu i {
      font-size: 13px;
      margin-left: 4px;
    }

    header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 15px 60px 10px;
      background-color: #fff;
      width: 100%;
      margin: 0 auto;
    }

    .left-nav {
      display: flex;
      align-items: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    .hamburger {
      background: none;
      border: none;
      font-size: 26px;
      cursor: pointer;
      color: #000;
      padding: 10px;
      display: none;
    }

    .logo {
      height: 40px;
      width: auto;
      max-width: 100%;
    }

    nav#main-nav {
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
    }

    nav#main-nav a {
      font-size: 17px;
      color: #555;
      font-weight: 500;
      letter-spacing: 0.5px;
      padding-bottom: 4px;
    }

    nav#main-nav a.active {
      font-weight: bold;
      color: black;
    }

    nav#main-nav a:hover {
      text-decoration: underline;
    }

    .right-nav {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-top: 5px;
    }

    .right-nav i {
      font-size: 17px;
      color: black;
      cursor: pointer;
    }

    /* Hero Section */
    .hero {
      position: relative;
      width: 100%;
      height: 80vh;
      overflow: hidden;
    }

    .hero picture,
    .hero img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
      max-width: 100%;
    }

    .hero-text {
      position: absolute;
      bottom: 60px;
      left: 30px;
      color: white;
      font-size: 30px;
      font-weight: bold;
      font-family: 'Futura', 'Avenir', sans-serif;
    }

    .shop-now {
      position: absolute;
      bottom: 60px;
      right: 30px;
      background: white;
      color: black;
      padding: 10px 20px;
      font-family: 'Futura', sans-serif;
      font-size: 14px;
      font-weight: 600;
      border: none;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    /* Dual Image Banners */
    .dual-image-banner {
      display: flex;
      width: 100%;
      margin: 0;
      flex-wrap: wrap;
    }

    .dual-image-banner .left-image {
      width: 55%;
      height: 700px;
    }

    .dual-image-banner .right-image {
      width: 45%;
      height: 700px;
    }

    .dual-image-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
      max-width: 100%;
    }

    .summer-card-link {
      display: inline-block;
      text-decoration: underline;
      color: black;
      font-size: 14px;
      margin: 10px 0;
      padding-left: 20px;
    }

    /* Product List */
    .container {
      width: 100%;
      margin-top: 80px;
      padding: 0;
    }

    .product-list {
      display: flex;
      gap: 0;
      margin: 0;
      padding: 0;
    }

    .product-list > div {
      width: calc(100% / 6);
      margin: 0;
      padding: 0;
    }

    .product-list img {
      width: 100%;
      border-radius: 6px;
      display: block;
    }

    /* Horizontal Scroller Section */
    .horizontal-scroller-section {
      padding: 40px 20px;
    }

    .scroller-title {
      font-size: 16px;
      line-height: 1.5;
      margin: 0 0 16px 0;
      padding: 0;
      text-align: left;
      font-weight: normal;
    }

    /* Footer */
    .hm-footer {
      font-family: Arial, sans-serif;
      max-width: 1200px;
      margin: 0 auto;
      padding: 30px 20px;
      background: white;
    }

    .footer-columns {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      margin-bottom: 30px;
    }

    .footer-col {
      flex: 1;
      min-width: 150px;
    }

    .footer-col h3 {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 15px;
    }

    .footer-col li {
      margin-bottom: 10px;
      font-size: 15px;
    }

    .footer-col a {
      color: #333;
    }

    .region-footer {
      width: 100%;
      padding: 25px 30px;
      background-color: white;
      border-top: 1px solid #e5e5e5;
    }

    .logo-container {
      margin-bottom: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .hm-logo {
      height: 32px;
      width: auto;
    }

    .current-region {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .region-name {
      font-size: 16px;
      font-weight: bold;
      margin-right: 15px;
    }

    .change-region {
      font-size: 15px;
      text-decoration: underline;
      color: #333;
    }

    .change-region:hover {
      color: #000;
    }

    .copyright {
      font-size: 13px;
      color: #666;
      margin-top: 15px;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .copyright-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }

    .social-icon {
      font-size: 20px;
      color: #333;
    }

    /* Responsive Styles for Small Devices */
    @media (max-width: 767px) {
       html, body {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
      }

      .hamburger {
        display: block;
        max-width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      nav#main-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        background: #fff;
        padding: 10px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        margin: 0;
        box-sizing: border-box;
      }

      nav#main-nav.show {
        display: flex;
      }

      nav#main-nav a {
        font-size: 16px;
        padding: 8px 0;
      }

      header {
        padding: 10px 15px;
      }

      .top-banner {
        font-size: 14px;
        padding: 8px 15px;
        text-align: left;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
      }

      .top-banner .shoppa-nu {
        font-size: 14px;
      }

      .top-banner .shoppa-nu i {
        font-size: 12px;
      }

      .logo {
        height: 30px;
      }

      .right-nav {
        gap: 15px;
      }

      .right-nav i {
        font-size: 16px;
      }


      .hero {
        height: 60vh;
      }

      .hero-text {
        font-size: 20px;
        bottom: 20px;
        left: 15px;
      }

      .shop-now {
        font-size: 12px;
        padding: 8px 15px;
        bottom: 20px;
        right: 15px;
      }

      .dual-image-banner .left-image,
      .dual-image-banner .right-image {
        width: 100%;
        height: 400px;
      }

      .summer-card-link {
        font-size: 12px;
        padding-left: 15px;
      }

      .container {
        margin-top: 40px;
        padding: 0 10px;
      }

      .product-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
      }

      .product-list > div {
        width: calc(50% - 10px);
      }

      .horizontal-scroller-section {
        padding: 20px 10px;
      }

      .scroller-title {
        font-size: 14px;
      }

      .hm-footer {
        padding: 20px 15px;
      }

      .footer-columns {
        gap: 20px;
      }

      .footer-col {
        min-width: 120px;
      }

      .footer-col h3 {
        font-size: 15px;
      }

      .footer-col li {
        font-size: 14px;
      }

      .region-footer {
        padding: 20px 15px;
      }

      .hm-logo {
        height: 28px;
      }

      .current-region {
        font-size: 14px;
      }

      .region-name {
        margin-right: 10px;
      }

      .change-region {
        font-size: 14px;
      }

      .copyright {
        font-size: 12px;
        flex-wrap: wrap;
        gap: 10px;
      }
    }
