.body {
  margin-top: 0; }

.container {
  max-width: 1380px;
  width: 100%;
  padding: 0 15px; }

/* =========================================
   HOME PROMO BANNERS
========================================= */
.home-promo-banners {
  padding: 12px; }

.home-promo-banners__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  grid-template-areas: "large" "middle" "small"; }

.home-promo-banner--large {
  grid-area: large; }

.home-promo-banner--middle {
  grid-area: middle; }

.home-promo-banner--small {
  grid-area: small; }

.home-promo-banner {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #f5f5f5;
  text-decoration: none; }
  .home-promo-banner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
    transition: transform 0.35s ease; }
  .home-promo-banner:hover img {
    transform: scale(1.02); }

@media (max-width: 767px) {
  .home-promo-banner--middle img {
    width: 100%;
    height: auto; } }

@media (min-width: 768px) {
  .home-promo-banners {
    padding: 16px; }
  .home-promo-banners__grid {
    align-items: stretch;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.8fr) minmax(0, 1.15fr);
    grid-template-areas: "large middle small";
    gap: 16px; }
  .home-promo-banner {
    height: 100%; }
  .home-promo-banner--large img,
  .home-promo-banner--small img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* IMPORTANT:
       middle banner should NOT use cover
       because original design is narrower
    */
  .home-promo-banner--middle img {
    width: 100%;
    height: auto; } }

@media (min-width: 1200px) {
  .home-promo-banners {
    padding: 18px 24px 32px; }
  .home-promo-banners__grid {
    gap: 18px; } }

/* =========================================
   HOME CUSTOM SECTION
========================================= */
.home-custom-section {
  overflow: hidden;
  padding: 36px 18px; }

.home-custom-section__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0 auto;
  max-width: 1380px; }

.home-custom-section__left {
  text-align: center; }

.home-custom-section__title {
  color: #1a2459;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 20px;
  text-transform: uppercase; }

.home-custom-section__text p {
  color: #22315f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  margin: 0 0 18px; }

.home-custom-section__button {
  align-items: center;
  background: #002b55;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  margin-top: 8px;
  min-width: 170px;
  padding: 0 30px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease; }
  .home-custom-section__button:hover {
    background-color: #02010100;
    color: #467ff7; }

.home-custom-section__right {
  display: flex;
  justify-content: center; }
  .home-custom-section__right img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 48px; }

@media (min-width: 768px) {
  .home-custom-section {
    padding: 50px 24px; }
  .home-custom-section__title {
    font-size: 42px; }
  .home-custom-section__text p {
    font-size: 17px; }
  .home-custom-section__right img {
    max-width: 720px; } }

@media (min-width: 1024px) {
  .home-custom-section {
    padding: 60px 40px; }
  .home-custom-section__content {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between; }
  .home-custom-section__left {
    flex: 0 0 48%;
    max-width: 48%;
    text-align: left; }
  .home-custom-section__right {
    align-items: center;
    display: flex;
    flex: 0 0 48%;
    justify-content: flex-end;
    max-width: 48%; }
    .home-custom-section__right img {
      max-width: 760px;
      width: 100%; }
  .home-custom-section__title {
    font-size: 47px;
    line-height: 1.3;
    margin-bottom: 28px; }
  .home-custom-section__text p {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 28px; }
  .home-custom-section__button {
    font-size: 16px;
    height: 58px;
    min-width: 210px;
    padding: 0 34px; } }

@media (min-width: 1400px) {
  .home-custom-section {
    padding-left: 60px;
    padding-right: 60px; }
  .home-custom-section__content {
    gap: 60px; } }

/* =========================================
   HOME FEATURE STRIP
========================================= */
.home-feature-strip {
  overflow: hidden;
  padding: 26px 18px; }

.home-feature-strip__inner {
  margin: 0 auto;
  max-width: 1350px;
  width: 100%; }

.home-feature-strip__grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px; }

.home-feature-strip__item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px; }

.home-feature-strip__icon {
  flex: 0 0 auto;
  height: 58px;
  width: 58px; }
  .home-feature-strip__icon img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%; }

.home-feature-strip__title {
  color: #1b92c6;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.0001em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap; }

@media (max-width: 767px) {
  .home-feature-strip {
    padding: 22px 14px; }
  .home-feature-strip__grid {
    column-gap: 14px;
    justify-content: space-between;
    row-gap: 18px; }
  .home-feature-strip__item {
    flex: 0 0 calc(50% - 7px);
    gap: 8px; }
  .home-feature-strip__icon {
    height: 38px;
    width: 38px; }
  .home-feature-strip__title {
    font-size: 11px;
    line-height: 1.2;
    white-space: normal; } }

@media (min-width: 768px) {
  .home-feature-strip {
    padding: 34px 24px; }
  .home-feature-strip__grid {
    flex-wrap: nowrap;
    gap: 22px; }
  .home-feature-strip__item {
    gap: 12px; }
  .home-feature-strip__icon {
    height: 62px;
    width: 62px; }
  .home-feature-strip__title {
    font-size: 17px; } }

@media (min-width: 1200px) {
  .home-feature-strip {
    padding: 42px 40px; }
  .home-feature-strip__grid {
    gap: 28px; }
  .home-feature-strip__icon {
    height: 72px;
    width: 72px; }
  .home-feature-strip__title {
    font-size: 20px; } }

.home-design-order-section {
  position: relative;
  padding: 45px 0 20px;
  overflow: hidden;
  background-image: url("https://cdn-iccen.nitrocdn.com/HNOiwekpSlAvNUIqmfKxFbEeIUGYmMtu/assets/images/optimized/rev-3610675/www.areswear.com/wp-content/uploads/2024/05/Vector-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 68%; }

.home-design-order-inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2; }

.home-design-order-heading {
  text-align: center;
  margin-bottom: 38px; }
  .home-design-order-heading h2 {
    margin: 0;
    color: #00223a;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase; }

.home-design-order-grid {
  display: flex;
  flex-direction: column;
  gap: 28px; }

.home-design-order-card {
  background: #002234;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column; }

.home-design-order-card-image {
  background: #ffffff;
  padding: 18px 18px 0; }
  .home-design-order-card-image img {
    width: 100%;
    display: block;
    border-radius: 16px 16px 0 0; }

.home-design-order-card-content {
  background: #002234;
  padding: 24px 24px 30px;
  min-height: auto;
  display: flex;
  flex-direction: column; }
  .home-design-order-card-content h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .home-design-order-card-content p {
    margin: 0 0 24px;
    color: #fff;
    font-size: 15px;
    line-height: 1.85;
    font-weight: 400; }

.home-design-order-link {
  margin-top: auto;
  color: #53d5ff;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  font-style: italic;
  transition: 0.3s ease; }
  .home-design-order-link:hover {
    color: #fff; }

.home-design-order-button-wrap {
  text-align: center;
  margin-top: 40px; }

.home-design-order-button {
  min-width: 290px;
  height: 62px;
  border-radius: 60px;
  background: #002234;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease; }
  .home-design-order-button:hover {
    color: #1b92c6;
    background-color: transparent;
    border: none; }

@media (min-width: 768px) {
  .home-design-order-section {
    padding: 70px 0 70px; }
  .home-design-order-heading {
    margin-bottom: 45px; }
    .home-design-order-heading h2 {
      font-size: 45px; }
  .home-design-order-grid {
    flex-direction: row;
    gap: 26px; }
  .home-design-order-card {
    width: calc(33.333% - 18px); }
  .home-design-order-card-content {
    min-height: 300px;
    padding: 28px 30px 34px; }
    .home-design-order-card-content h3 {
      font-size: 20px; }
    .home-design-order-card-content p {
      font-size: 18px; }
  .home-design-order-link {
    text-align: end;
    font-size: 15px; } }

@media (min-width: 1200px) {
  .home-design-order-inner {
    padding: 0 32px; }
  .home-design-order-section {
    padding: 20px 0 40px;
    background-size: 62%;
    background-position: center center; }
  .home-design-order-heading {
    margin-bottom: 36px; }
    .home-design-order-heading h2 {
      font-size: 48px;
      letter-spacing: 1px; }
  .home-design-order-grid {
    gap: 42px; }
  .home-design-order-card {
    width: calc(33.333% - 28px);
    border-radius: 26px;
    overflow: hidden; }
  .home-design-order-card-content {
    padding: 20px 28px 26px; }
    .home-design-order-card-content h3 {
      font-size: 18px;
      line-height: 1.3;
      margin-bottom: 22px;
      font-weight: 700; }
    .home-design-order-card-content p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 32px; }
  .home-design-order-link {
    text-align: end;
    font-size: 14px; }
  .home-design-order-button-wrap {
    margin-top: 40px; }
  .home-design-order-button {
    font-size: 32px;
    letter-spacing: 1px; } }

@media (max-width: 767px) {
  .home-design-order-heading {
    margin-bottom: 42px; }
    .home-design-order-heading h2 {
      margin: 0 auto;
      font-size: 19px;
      line-height: 1.2;
      letter-spacing: 1px;
      font-weight: 600; }
  .home-design-order-section {
    background-size: 120%;
    background-position: center 40%; }
  .home-design-order-grid {
    display: none; }
  .home-design-order-button-wrap {
    margin-top: 0;
    display: flex;
    justify-content: center; }
  .home-design-order-button {
    min-width: 230px;
    height: 54px;
    border-radius: 60px;
    border: 2px solid #2ca8df;
    background: #002234;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 0 20px; }
    .home-design-order-button:hover {
      color: #1b92c6; } }

.home-featured-products-section {
  padding: 20px 0 34px; }

.home-featured-products-inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 12px; }

.home-featured-products-heading {
  text-align: center;
  margin-bottom: 18px; }
  .home-featured-products-heading h2 {
    font-family: "Koulen", sans-serif;
    margin: 0;
    color: #00233d;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase; }

.home-featured-main-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #f8f8f8;
  border: 1px solid #cccccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  margin-bottom: 16px; }
  .home-featured-main-card::before {
    content: "";
    position: absolute;
    left: -60px;
    bottom: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #8de8ff;
    z-index: 1; }
  .home-featured-main-card::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -50px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: #57d9ff;
    z-index: 1; }

.home-featured-main-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 14px 16px; }

.home-featured-badge {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 46px;
  height: 56px;
  border-radius: 14px;
  background: #d9471d;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  z-index: 10; }
  .home-featured-badge span {
    display: block; }

.home-featured-main-left {
  width: 100%;
  order: 1;
  text-align: center;
  position: relative;
  z-index: 4; }
  .home-featured-main-left h3 {
    margin: 0 0 8px;
    color: #00427a;
    font-size: 26px;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase; }
  .home-featured-main-left h4 {
    margin: 0 0 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600; }
  .home-featured-main-left p {
    margin: 0 0 6px;
    color: #111;
    font-size: 12px;
    line-height: 1.2; }
  .home-featured-main-left strong {
    display: block;
    margin-top: 12px;
    color: #00233d;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 900; }

.home-featured-main-right {
  width: 100%;
  order: 2;
  margin-top: 10px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center; }
  .home-featured-main-right img {
    width: 92%;
    max-width: 260px;
    display: block; }

.home-featured-btn {
  margin-top: 12px;
  min-width: 92px;
  height: 28px;
  padding: 0 12px;
  border-radius: 30px;
  background: #00223a;
  border: 2px solid #fff;
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 8px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: 0.3s ease; }
  .home-featured-btn:hover {
    background: #fff;
    color: #00223a;
    border-color: #00223a; }

.home-featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px; }

.home-featured-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background-color: #fff;
  background-image: url("https://cdn-iccen.nitrocdn.com/HNOiwekpSlAvNUIqmfKxFbEeIUGYmMtu/assets/images/optimized/rev-3610675/www.areswear.com/wp-content/uploads/2024/05/Vector-13.png");
  background-position: -108px -96px;
  background-repeat: no-repeat;
  background-size: 170%;
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  min-height: 142px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.home-featured-item-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 58px;
  height: 28px;
  padding: 0;
  border-radius: 20px;
  background: #d84b25;
  border: 2px solid #fff;
  color: #fff;
  font-size: 7px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5; }
  .home-featured-item-badge span {
    display: block; }

.home-featured-item-image {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 6px 0 10px;
  position: relative;
  z-index: 2; }
  .home-featured-item-image img {
    width: 100%;
    max-width: 118px;
    max-height: 132px;
    object-fit: contain; }

.home-featured-item-content {
  width: 60%;
  padding: 18px 12px 12px 0;
  position: relative;
  z-index: 2;
  text-align: center; }
  .home-featured-item-content h5 {
    margin: 0 0 1px;
    color: #003768;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase; }
  .home-featured-item-content label {
    display: block;
    margin: 0 0 5px;
    color: #003768;
    font-size: 8px;
    line-height: 1;
    font-weight: 800; }
  .home-featured-item-content p {
    margin: 0 0 4px;
    color: #111;
    font-size: 8px;
    line-height: 1.1; }
  .home-featured-item-content strong {
    display: block;
    margin-top: 6px;
    color: #111;
    font-size: 9px;
    line-height: 1.1;
    font-weight: 900; }

@media (min-width: 768px) {
  .home-featured-products-section {
    padding: 26px 0 42px; }
  .home-featured-products-inner {
    padding: 0 20px; }
  .home-featured-products-heading {
    margin-bottom: 22px; }
    .home-featured-products-heading h2 {
      font-size: 34px; }
  .home-featured-main-card::before {
    left: -100px;
    bottom: -100px;
    width: 320px;
    height: 320px; }
  .home-featured-main-card::after {
    right: -70px;
    top: -50px;
    width: 420px;
    height: 420px; }
  .home-featured-main-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 28px 28px 22px 100px; }
  .home-featured-main-left {
    width: 42%;
    text-align: left; }
    .home-featured-main-left h3 {
      font-size: 48px; }
    .home-featured-main-left h4 {
      font-size: 22px; }
    .home-featured-main-left p {
      font-size: 15px;
      line-height: 1.4; }
    .home-featured-main-left strong {
      font-size: 18px; }
  .home-featured-main-right {
    width: 58%;
    margin-top: 0; }
    .home-featured-main-right img {
      width: 100%;
      max-width: 620px; }
  .home-featured-badge {
    display: flex;
    width: 58px;
    height: 74px;
    font-size: 12px;
    top: 16px;
    left: 16px; }
  .home-featured-btn {
    min-width: 160px;
    height: 42px;
    padding: 0 20px;
    font-size: 12px; }
  .home-featured-grid {
    grid-template-columns: repeat(2, 1fr); }
  .home-featured-item {
    min-height: 200px;
    background-position: -140px -110px;
    background-size: cover; }
  .home-featured-item-image img {
    max-height: 170px; }
  .home-featured-item-content h5 {
    font-size: 14px; }
  .home-featured-item-content label {
    font-size: 12px; }
  .home-featured-item-content p {
    font-size: 12px;
    line-height: 1.3; }
  .home-featured-item-content strong {
    font-size: 14px; } }

@media (min-width: 1200px) {
  .home-featured-products-section {
    padding: 28px 0 45px; }
  .home-featured-products-heading h2 {
    font-size: 76px; }
  .home-featured-main-card::before {
    left: -120px;
    bottom: -120px;
    width: 360px;
    height: 360px; }
  .home-featured-main-card::after {
    right: -90px;
    top: -40px;
    width: 500px;
    height: 500px; }
  .home-featured-main-content {
    padding: 28px 28px 20px 120px; }
  .home-featured-main-left h3 {
    font-size: 64px; }
  .home-featured-main-left h4 {
    font-size: 24px; }
  .home-featured-main-left p {
    font-size: 16px; }
  .home-featured-main-left strong {
    font-size: 20px; }
  .home-featured-main-right img {
    max-width: 820px; }
  .home-featured-badge {
    display: flex;
    width: 70px;
    height: 70px;
    font-size: 16px; }
  .home-featured-btn {
    min-width: 175px;
    height: 44px;
    font-size: 13px; }
  .home-featured-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px; }
  .home-featured-item {
    min-height: 220px;
    background-position: -151px -131px; }
  .home-featured-item-image img {
    max-width: 165px;
    max-height: 190px; }
  .home-featured-item-content {
    padding: 20px 18px 18px 6px; }
    .home-featured-item-content h5 {
      font-size: 14px; }
    .home-featured-item-content label {
      font-size: 14px; }
    .home-featured-item-content p {
      font-size: 13px; }
    .home-featured-item-content strong {
      font-size: 15px; } }

.home-brands-section {
  width: 100%;
  padding: 38px 18px 48px;
  overflow: hidden; }

.home-brands-container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto; }

.home-brands-title {
  font-family: "Koulen", sans-serif;
  margin: 0 0 25px;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #00558d; }

.home-brands-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  column-gap: 20px;
  row-gap: 34px; }

.home-brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none; }

.home-brand-item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease; }

.home-brand-item:hover img {
  filter: grayscale(0%);
  opacity: 1; }

@media (min-width: 768px) {
  .home-brands-section {
    padding: 52px 24px 70px; }
  .home-brands-title {
    font-size: 48px;
    margin-bottom: 42px;
    letter-spacing: 1px; }
  .home-brands-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px; }
  .home-brand-item {
    width: auto;
    flex: 0 0 auto; }
  .home-brand-item img {
    max-height: 78px;
    max-width: 170px; } }

@media (min-width: 1024px) {
  .home-brands-section {
    padding: 35px 20px; }
  .home-brands-container {
    max-width: 1380px; }
  .home-brands-title {
    font-size: 35px;
    letter-spacing: 1px; }
  .home-brands-grid {
    gap: 25px;
    flex-wrap: nowrap; }
  .home-brand-item img {
    max-height: 130px;
    max-width: 130px; } }
