/*#region PAGE CSS */
#custom-print-hats a {
  text-decoration: none;
}

#custom-print-hats ul,
#custom-print-hats li {
  list-style: none;
}

#custom-print-hats .section-wrapper {
  max-width: 1440px;
  box-sizing: content-box !important;
  margin: 0 auto;
  padding: 0 64px;
}

@media (max-width: 1280px) {
  #custom-print-hats .section-wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  #custom-print-hats .section-wrapper {
    padding: 0 16px;
  }
}

#custom-print-hats .section-title {
  color: #1c244b;
  font-size: 36px;
  font-weight: 700;
  line-height: 51px;
}

@media (max-width: 1024px) {
  #custom-print-hats .section-title {
    font-size: 32px;
    line-height: normal;
  }
}

@media (max-width: 767.98px) {
  #custom-print-hats .section-title {
    line-height: 45px;
  }
}

#custom-print-hats .section-subtitle {
  color: #172640;
  /* text-align : center; */
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  #custom-print-hats .section-subtitle {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 30px;

  }
}

#custom-print-hats .button-blue,
#custom-print-hats .button-outline {
  font-weight: 600;
  min-height: 52px;
  border-radius: 26px;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#custom-print-hats .button-blue {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media (hover: hover) and (pointer: fine) {
  #custom-print-hats .button-blue:hover {
    background: #1764e9;
    box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28),
      inset 0px 4px 4px #6e8efe, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  }
}

#custom-print-hats .button-outline {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
}

@media (hover: hover) and (pointer: fine) {
  #custom-print-hats .button-outline:hover {
    background-color: #3578ea;
  }
}

#custom-print-hats #landing-g_reviews {
  background: #fff;
}

#custom-print-hats #landing-g_reviews .button-blue {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 1025px) {
  #custom-print-hats .landing-quote .quote-content .photo {
    top: 36%;
  }

  #custom-print-hats .landing-quote .quote-content .title {
    white-space: nowrap;
  }
}

#custom-print-hats #hats-faq {
  background: #fff;
}

/*#endregion END OF PAGE CSS */

/*#region HATS INTRO CSS */
#hats-intro {
  padding: 20px 0 100px;
  position: relative;
}

@media (max-width: 1024px) {
  #hats-intro {
    padding-bottom: 0;
  }

  #hats-intro .section-wrapper {
    padding: 0 !important;
  }
}

@media (max-width: 767.98px) {
  #hats-intro {
    padding: 16px 0px 0px;
    background: #f7f8fa;
  }
}

#hats-intro .intro_wrapper {
  display: flex;
  gap: 118px;
}

@media (max-width: 1024px) {
  #hats-intro .intro_wrapper {
    flex-direction: column-reverse;
    padding: 0 16px;
    gap: 32px;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .intro_wrapper {
    padding-bottom: 50px;
    gap: unset;
  }
}

#hats-intro .intro_wrapper .page-title {
  color: #1c244b;
  font-size: 56px;
  font-weight: 900;
  line-height: 72px;
  letter-spacing: -0.84px;
  /* margin-bottom : 32px; */
}

#hats-intro .section-subtitle {
  color: #232528;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  #hats-intro .intro_wrapper .page-title {
    /* margin-bottom: 24px; */
    text-align: center;
    font-size: 40px;
    line-height: normal;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .intro_wrapper .page-title {
    font-size: 32px;
    margin-bottom: 0px;
  }
}

#hats-intro .intro_wrapper .google-reviews {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  #hats-intro .intro_wrapper .google-reviews {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .intro_wrapper .google-reviews {
    margin: 0;
  }
}

#hats-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (max-width: 1024px) {
  #hats-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#hats-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #hats-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

/* 
#hats-intro .intro_wrapper .intro-photo {
  width         : 647px;
  padding-right : 90px;
  padding-bottom: 54px;
  position      : relative;
  max-width     : 100%;
}

@media (max-width: 1024px) {
  #hats-intro .intro_wrapper .intro-photo {
    width : 617px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .intro_wrapper .intro-photo {
    width         : 500px;
    padding-right : 42px;
    padding-bottom: 0px;
  }
} */

#hats-intro .intro_wrapper .intro-photo .photo-box {
  /* display: flex; */
}

/* #hats-intro .intro_wrapper .intro-photo .photo-box.sm,
#hats-intro .intro_wrapper .intro-photo .photo-box.md {
  position: absolute;
}

#hats-intro .intro_wrapper .intro-photo .photo-box.md {
  right        : 0px;
  bottom       : 0px;
  width        : 49%;
  border-radius: 8px;
  border       : 10px solid #fff;
  box-shadow   : 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 1024px) {
  #hats-intro .intro_wrapper .intro-photo .photo-box.md {
    right: 0;
    width: 47%;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .intro_wrapper .intro-photo .photo-box.md {
    border-radius: 5px;
    border       : 6px solid #fff;
    box-shadow   : 0px 6px 14px 0px rgba(0, 0, 0, 0.07);
  }
}

#hats-intro .intro_wrapper .intro-photo .photo-box.sm {
  width        : 52%;
  left         : 70px;
  bottom       : 14px;
  border-radius: 8px;
  overflow     : hidden;
  box-shadow   : 0px 9px 22px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767.98px) {
  #hats-intro .intro_wrapper .intro-photo .photo-box.sm {
    display: none;
  }
} */

#hats-intro .intro_wrapper .intro-photo .photo-box img {
  width: 100%;
  object-fit: cover;
  /* object-position: top; */
}

#hats-intro .intro_wrapper .intro-content {
  /* width          : calc(100% - 647px); */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1024px) {
  #hats-intro .intro_wrapper .intro-content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

#hats-intro .intro_wrapper .intro-content .intro-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
  gap: 12px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #hats-intro .intro_wrapper .intro-content .intro-features {
    flex-direction: row;
    width: 630px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto 40px;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .intro_wrapper .intro-content .intro-features {
    max-width: 280px;
    width: calc(100% - 52px);
    border-radius: 8px;
    border: 1px solid #e6e8ea;
    background: #fff;
    padding: 16px 13px;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    margin: -34px auto 24px;
    gap: 16px;
  }
}

#hats-intro .intro_wrapper .intro-content .intro-features .feature {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-left: 28px;
  color: #353535;
}

@media (max-width: 1024px) {
  #hats-intro .intro_wrapper .intro-content .intro-features .feature {
    color: #1c244b;
    font-size: 17px;
    line-height: 27px;
    padding-left: 32px;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .intro_wrapper .intro-content .intro-features .feature {
    font-size: 20px;
    line-height: 24px;
    padding-left: 28px;
  }
}

#hats-intro .intro_wrapper .intro-content .intro-features .feature:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("/uploads/12037607/File/embroidery/assets/tick-circle-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #hats-intro .intro_wrapper .intro-content .intro-features .feature:before {
    background-image: url("/uploads/12037607/File/embroidery/assets/olive-check.svg");
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .intro_wrapper .intro-content .intro-features .feature:before {
    width: 16px;
    height: 16px;
    background-image: url("/uploads/12037607/File/embroidery/assets/dark-blue-tick.svg");
  }
}

#hats-intro .intro_wrapper .intro-content .button-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

#hats-intro .intro_wrapper .intro-content .button-wrapper a {
  font-size: 20px;
  line-height: 22px;
}

@media (max-width: 1024px) {
  #hats-intro .intro_wrapper .intro-content .button-wrapper {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .intro_wrapper .intro-content .button-wrapper {
    flex-direction: column;
  }

  #hats-intro .intro_wrapper .intro-content .button-wrapper a {
    width: 292px !important;
    max-width: 100%;
    line-height: 24px;
  }
}

#hats-intro .intro_wrapper .intro-content .button-blue {
  width: 273px;
  padding: 13px 4px;
}

#hats-intro .intro_wrapper .intro-content .button-outline {
  width: 216px;
  padding: 13px 4px;
}

@media (max-width: 1024px) {
  #hats-intro .intro_wrapper .intro-content .button-outline {
    width: 196px;
  }
}

#hats-intro .delivery-options-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% - 128px);
  z-index: 4;
  max-width: 1440px;
}

@media (max-width: 1280px) {
  #hats-intro .delivery-options-container {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1024px) {
  #hats-intro .delivery-options-container {
    width: 100%;
    background: #f6faff;
    padding: 24px 16px;
    position: unset;
    transform: unset;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .delivery-options-container {
    padding: 40px 16px 32px;
    position: relative;
    transform: unset;
    left: unset;
    background: #fff;
    width: 100%;
  }
}

#hats-intro .delivery-options-container .delivery-title {
  color: #1c244b;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-title {
    display: none;
  }
}

#hats-intro .delivery-options-container .delivery-options {
  background: #fff;
  border: 1px solid #e8e9ea;
  box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 10px 0;
  display: flex;
}

@media (max-width: 1024px) {
  #hats-intro .delivery-options-container .delivery-options {
    padding: 7px 0;
    border-radius: 4px;
    border: 0.5px solid #e8e9ea;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options {
    background: transparent;
    flex-direction: column;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}

#hats-intro .delivery-options-container .delivery-options .delivery-opt {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}

@media (max-width: 1024px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt {
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt {
    width: 100%;
    padding: 8px 0;
    justify-content: flex-start;
  }
}

#hats-intro .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
  border-right: 1px solid #f4f5f7;
}

@media (max-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
    border-bottom: 1px solid #f4f5f7;
    border-right: none;
  }
}

#hats-intro .delivery-options-container .delivery-options .delivery-opt .photo {
  width: 65px;
  height: 65px;
  margin-right: 16px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 47px;
    height: 47px;
    margin-right: 8px;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 86px;
    height: 86px;
  }
}

#hats-intro .delivery-options-container .delivery-options .delivery-opt .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hats-intro .delivery-options-container .delivery-options .delivery-opt .content {
  max-width: calc(100% - 102px);
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt .content {
    max-width: calc(100% - 55px);
  }
}

#hats-intro .delivery-options-container .delivery-options .delivery-opt .content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt .content .title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

#hats-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555e6d;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 16px;
    line-height: 19px;
  }
}

#hats-intro .delivery-options-container .delivery-options .delivery-opt .content .detail span {
  color: #353535;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt .content .detail span {
    color: #1c244b;
  }
}

#hats-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
  color: #005eff;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #hats-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 16px;
    line-height: 19px;
  }
}

/*#endregion END OF HATS INTRO CSS */

/*#region HATS PRODUCTS CSS */
#hats-products {
  padding: 150px 0 30px;
  background: #f7f8fa;
}

@media (max-width: 1024px) {
  #hats-products {
    padding: 50px 0 30px;
  }
}

#hats-products .section-subtitle {
  margin-bottom: 44px;
}

@media (max-width: 1024px) {
  #hats-products .section-subtitle {
    margin-bottom: 36px;
  }
}

@media (max-width: 767.98px) {
  #hats-products .section-subtitle {
    margin-bottom: 24px;
  }
}

#hats-products .products-catalog {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

@media (max-width: 767.98px) {
  #hats-products .products-catalog {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
}

#hats-products .products-catalog .product-card {
  margin: 0 10px 44px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  text-decoration: none;
  padding: 16px 4px 0;
  height: 240px;
}

@media (min-width: 1025px) {
  #hats-products .products-catalog .product-card {
    width: calc(17% - 20px);
  }

  #hats-products .products-catalog .product-card:nth-child(5n + 1) {
    width: calc(22% - 20px);
  }

  #hats-products .products-catalog .product-card:nth-child(5n + 5) {
    width: calc(27% - 20px);
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #hats-products .products-catalog .product-card {
    width: calc(100% / 4 - 20px);
    padding-top: 20px;
    margin-bottom: 18px;
    height: 200px;
  }

  #hats-products .products-catalog .product-card:nth-child(1) {
    order: 4;
  }

  #hats-products .products-catalog .product-card:nth-child(2) {
    order: 5;
  }

  #hats-products .products-catalog .product-card:nth-child(3) {
    order: 6;
  }

  #hats-products .products-catalog .product-card:nth-child(4) {
    order: 7;
  }

  #hats-products .products-catalog .product-card:nth-child(5) {
    order: 1;
    width: calc(50% - 20px);
  }

  #hats-products .products-catalog .product-card:nth-child(6) {
    order: 8;
  }

  #hats-products .products-catalog .product-card:nth-child(7) {
    order: 2;
  }

  #hats-products .products-catalog .product-card:nth-child(8) {
    order: 3;
  }

  #hats-products .products-catalog .product-card:nth-child(9) {
    order: 9;
  }

  #hats-products .products-catalog .product-card:nth-child(10) {
    order: 10;
    width: calc(50% - 20px);
  }
}

@media (max-width: 767.98px) {
  #hats-products .products-catalog .product-card {
    width: calc(50% - 10px);
    margin: 0 0 16px;
    height: 200px;
  }

  #hats-products .products-catalog .product-card:nth-child(1) {
    order: 2;
  }

  #hats-products .products-catalog .product-card:nth-child(2) {
    order: 3;
  }

  #hats-products .products-catalog .product-card:nth-child(3) {
    order: 4;
  }

  #hats-products .products-catalog .product-card:nth-child(4) {
    order: 5;
  }

  #hats-products .products-catalog .product-card:nth-child(5) {
    order: 1;
    width: 100%;
    height: 240px;
  }

  #hats-products .products-catalog .product-card:nth-child(6) {
    order: 8;
  }

  #hats-products .products-catalog .product-card:nth-child(7) {
    order: 7;
  }

  #hats-products .products-catalog .product-card:nth-child(8) {
    order: 6;
  }

  #hats-products .products-catalog .product-card:nth-child(9) {
    order: 9;
  }

  #hats-products .products-catalog .product-card:nth-child(10) {
    order: 10;
    width: 100%;
    height: 240px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #hats-products .products-catalog .product-card:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
  }
}

#hats-products .products-catalog .product-card .title {
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #0b1629;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #hats-products .products-catalog .product-card .title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  #hats-products .products-catalog .product-card .title {
    font-size: 20px;
    line-height: normal;
  }
}

#hats-products .products-catalog .product-card .photo {
  width: 100%;
  height: calc(100% - 44px);
}

#hats-products .products-catalog .product-card .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

/*#endregion END OF HATS PRODUCTS CSS */

/*#region GOOGLE REVIEWS CSS */
#landing-g_reviews {
  padding: 50px 0;
  background: #f6faff;
}

#landing-g_reviews .reviews-wrapper {
  width: calc(100% + 40px);
  margin: 0 -20px 40px;
}

@media (max-width: 1024px) {
  #landing-g_reviews .reviews-wrapper {
    width: 100%;
    margin: 0 0 40px;
  }
}

#landing-g_reviews .button-blue {
  width: 273px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 1024px) {
  #landing-g_reviews .button-blue {
    width: 265px;
  }
}

@media (max-width: 767.98px) {
  #landing-g_reviews .button-blue {
    width: 328px;
  }
}


#landing-g_reviews .section-title {
  text-align: center;
  color: #1C244B;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#landing-g_reviews .section-subtitle {
  margin-bottom: 36px;
}

#landing-g_reviews .ti-header {
  display: none;
}

/*#endregion END OF GOOGLE REVIEWS CSS */

/*#region  BRANDS */
#brands {
  padding: 24px 0;
  background-color: #F7F8FA;
}

@media (max-width: 767.98px) {
  #brands {
    padding: 50px 0;
  }
}

#brands .title {
  color: #333;
  font-family: Inter !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.46px;
  text-align: center;
}

#brands .subtitle {
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  #brands .subtitle {
    margin-bottom: 10px;
  }
}

#brands .brands-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

@media (max-width: 1024px) {
  #brands .brands-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}

@media (max-width: 767.98px) {
  #brands .brands-list {
    width: calc(100% + 14px);
    margin: 0 -7px;
    justify-content: center;
  }
}

#brands .brands-list .brand-item {
  width: calc(100% / 8 - 24px);
  height: 80px;
  margin: 0 12px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
  padding: 8px 4px;
}

@media (max-width: 1024px) {
  #brands .brands-list .brand-item {
    width: calc(100% / 8 - 16px);
    margin: 0 8px;
    height: 64px;
  }
}

@media (max-width: 767.98px) {
  #brands .brands-list .brand-item {
    width: calc(100% / 3 - 14px);
    margin: 0 7px 16px;
    max-width: 100px;
  }
}

#brands .brands-list .brand-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  #brands .brands-list .brand-item img.v_desk {
    display: none;
  }
}

@media (min-width: 767.98px) {
  #brands .brands-list .brand-item img.v_mobile {
    display: none;
  }
}

/*#endregion CITY BRANDS END */

/*#region Service section */
.landing-services {
  padding: 70px 0;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .landing-services {
    padding: 50px 0;
  }
}

.landing-services .section-title {
  font-size: 36px;
  font-weight: 700 !important;
  text-transform: capitalize;
  line-height: normal;
  text-align: center;
  margin-bottom: 12px !important;
  font-family: "Geologica", sans-serif !important;
  color: #1c244b;
}

@media only screen and (max-width: 768px) {
  .landing-services .section-title {
    font-size: 28px;
    font-weight: 600 !important;
  }
}

.landing-services .section-subtitle {
  color: #172640;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.24px;
  width: 63%;
  margin: 0 auto 50px !important;
}

@media only screen and (max-width: 768px) {
  .landing-services .section-subtitle {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.landing-services .service-container {
  overflow-x: auto;
}

.landing-services .service-container::-webkit-scrollbar-track {
  background: transparent !important;
}

.landing-services .service-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.landing-services .service-container::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

.landing-services .service {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  min-width: max-content;
  border-bottom: 5px solid #E8E9EA;
  position: relative;
  margin-bottom: 25px;
}

.landing-services .service::before {
  content: '';
  height: 5px;
  width: var(--before-width, 50px);
  background-color: #3578EA;
  position: absolute;
  bottom: -5px;
  left: var(--before-left, 0);
  transition: left 0.3s ease;
}

.landing-services .service-type {
  color: #172640;
  font-size: 17px;
  font-weight: 500;
  line-height: 23.8px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .landing-services .service-type {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
}

.landing-services .service-type.active {
  color: #003CA3;
}

.landing-services .content-item {
  display: flex;
  gap: 14px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease;
}

.landing-services .content-item-text {
  width: calc((100% - 14px) * 0.62);
  padding: 24px 20px;
  border-radius: 4px;
  background: #EBF2FE;
  height: max-content;
}

@media only screen and (max-width: 768px) {
  .landing-services .content-item-text {
    width: 100%;
    padding: 20px;
  }
}

.landing-services .content-item-text .desc {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.landing-services .content-item-text .desc ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.landing-services .content-item-text .desc li ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 15px;
  padding-top: 15px;
}

.landing-services .content-item-text .desc p,
.landing-services .content-item-text .desc li {
  color: #1C244B;
  font-family: "Georgia", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.landing-services .content-item-text .desc b,
.landing-services .content-item-text .desc em {
  font-family: "Georgia", sans-serif !important;
  font-size: 15px;
}

.landing-services .content-item-text .desc em {
  font-style: italic !important;
}

.landing-services .content-item-text .desc a {
  text-decoration: underline;
  color: #1C244B !important;
  font-family: "Georgia", sans-serif !important;
}

.landing-services .content-item-text a.btn {
  width: 270px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  padding: 14px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 768px) {
  .landing-services .content-item-text a.btn {
    width: 100%;
  }
}

.landing-services .content-item .photo {
  width: calc((100% - 14px) * 0.38);
  padding: 18px;
  background-color: #FCFCC8;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .landing-services .content-item .photo {
    display: none;
  }
}

.landing-services .content-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}

.landing-services .content-item.active {
  opacity: 1;
  height: auto;
}

/*#endregion Service section*/

/*#region Why choose*/
.landing-why-choose {
  padding: 70px 0;
  background: #EDF0FF;
}

@media (max-width: 1024px) {
  .landing-why-choose {
    padding: 50px 0;
  }
}

.landing-why-choose .secondary-title {
  margin-bottom: 28px !important;
  color: #1c244b;
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
}



@media (max-width: 1024px) {
  .landing-why-choose .secondary-title {
    margin-bottom: 10px;
  }

  .landing-why-choose .secondary-title.v-desktop {
    display: none !important;
  }

  .landing-why-choose .secondary-title.v-mob {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .secondary-title {
    margin: 0 auto 24px;
    max-width: 625px;
  }
}

.landing-why-choose .content-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper {
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

.landing-why-choose .content-wrapper .section-photo {
  width: 45%;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-photo {
    width: 47%;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-photo {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 350px;
  }
}

.landing-why-choose .content-wrapper .section-photo img {
  max-width: 100%;
}

.landing-why-choose .content-wrapper .section-content {
  width: 55%;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content {
    width: 53%;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content {
    width: 100%;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list {
    max-width: 625px;
    margin: 0 auto;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature {
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  background: #fff;
  overflow: hidden;
  list-style: none;
  /* background-color: #F7F8FA; */
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
  color: #1c244b;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px;
  padding-right: 56px;
  cursor: pointer;
  position: relative;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before,
.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #131740;
  top: 50%;
  right: 16px;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before {
  transform: translateY(-50%);
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::after {
  transform: rotate(90deg) translateX(-1px);
  transition: transform 0.3s;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
    font-size: 17px;
    line-height: 26px;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
  max-height: 0;
  box-sizing: content-box !important;
  overflow: hidden;
  transition: 0.5s;
  color: #1c244b;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 12px;
}

@media (max-width: 1024px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .landing-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
    font-size: 17px;
    line-height: 27px;
  }
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading {
  background: #3578ea;
  color: #fff;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::before,
.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
  background: #fff;
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-heading::after {
  transform: rotate(0deg);
}

.landing-why-choose .content-wrapper .section-content .feature-list .feature.active .f-content {
  margin: 8px 0;
}

/*#endregion Why Choose*/

/*#region Design Area Start*/
.landing-design {
  padding: 70px 0;
  background-color: #F7F8FA;
}

@media (max-width: 1024px) {
  .landing-design {
    padding: 50px 0;
  }
}

.landing-design .design-content-boxs-item {
  padding: 16px;
  border-bottom: 1px solid #E8E9EA;
}

.landing-design .design-content-boxs-item .title {
  color: #1C244B;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.6px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  padding-right: 35px;
}

@media (max-width: 1024px) {
  .landing-design .design-content-boxs-item .title {
    font-size: 16px;
    line-height: 24px;
  }
}

.landing-design .design-content-boxs-item .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.landing-design .design-content-boxs-item-content {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.landing-design .design-content-boxs-item-content .subtitle {
  color: #354156;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  margin: 16px 0;
}

.landing-design .design-content-boxs-item-content .cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .landing-design .design-content-boxs-item-content .cards {
    gap: 4px;
  }
}

.landing-design .design-content-boxs-item-content .cards-item {
  padding: 20px;
  background-color: #F3F8FF;
  border-radius: 4px;
  border: 1px solid #E8E9EA;
  width: calc((100% - 16px * 3) / 4);
}

@media only screen and (max-width: 992px) {
  .landing-design .design-content-boxs-item-content .cards-item {
    width: calc((100% - 4px) / 2);
    padding: 10px;
  }
}

.landing-design .design-content-boxs-item-content .cards-item-photo {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8E9EA;
  border-radius: 2px;
  background-color: #fff;
}

.landing-design .design-content-boxs-item-content .cards-item-photo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.landing-design .design-content-boxs-item-content .cards-item-text {
  margin-top: 16px;
  text-align: center;
}

.landing-design .design-content-boxs-item-content .cards-item-text-title {
  color: #354156;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}

.landing-design .design-content-boxs-item-content .cards-item-text-desc {
  color: #354156;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  margin-top: 16px;
}

.landing-design .design-content-boxs-item.active {
  /* background-color: #F3F8FF; */
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e0e2e4;
  margin: 24px 0;
}

.landing-design .design-content-boxs-item:first-of-type.active {
  margin-top: 0px !important;
}

.landing-design .design-content-boxs-item:last-of-type.active {
  margin-bottom: 0px !important;
}

.landing-design .design-content-boxs-item.active .design-content-boxs-item-content {
  height: auto;
}

.landing-design .design-content-boxs-item.active .title {
  color: #3578EA;
}

.landing-design .design-content-boxs-item.active .title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%233578EA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  transform: translateY(-50%) rotate(180deg);
}

.landing-design .design-content-boxs-item-content .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-design .design-content-boxs-item-content .description .description-item .description-item-title {
  color: #354156;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  padding-bottom: 8px;
}

.landing-design .design-content-boxs-item-content .description .description-item .description-item-text {
  color: #354156;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/*#endregion Design Area End */


/*#region Faq*/
#print-hat-faq {
  padding: 70px 0;
  background-color: #F7F8FA;
}

@media (max-width: 1024px) {
  #print-hat-faq {
    padding: 50px 0 26px;
  }

  #print-hat-faq .section-container {
    padding-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  #print-hat-faq {
    padding-bottom: 30px;
  }
}

#print-hat-faq .section-container .section-title {
  color: #1c244b;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 42px;
}

@media (max-width: 1024px) {
  #print-hat-faq .section-container .section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  #print-hat-faq .section-container .section-title {
    font-size: 28px;
  }
}

#print-hat-faq .section-container .faq-accordian {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 16px 62px;
  justify-content: space-between;
}

#print-hat-faq .section-container .faq-accordian .tab-item {
  transition: all 0.3s;
  width: calc((100% - 62px) / 2);
  border-radius: 4px;
  border: 1px solid #E8E9EA;
  background-color: #fff;
  padding: 0 20px;
  height: max-content;
}

@media (max-width: 991.98px) {
  #print-hat-faq .section-container .faq-accordian .tab-item {
    width: 100%;
  }
}

#print-hat-faq .section-container .faq-accordian .tab-item .tab-title {
  color: #172640;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  cursor: pointer;
  padding: 20px 56px 20px 0;
  transition: 0.3s;
  margin-bottom: 0;
}

#print-hat-faq .section-container .faq-accordian .tab-item .tab-title::before,
#print-hat-faq .section-container .faq-accordian .tab-item .tab-title::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #35485b;
  top: 50%;
  right: 0;
  transition: 0.3s;
}

#print-hat-faq .section-container .faq-accordian .tab-item .tab-title::before {
  transform: translateY(-50%);
}

#print-hat-faq .section-container .faq-accordian .tab-item .tab-title::after {
  transform: rotate(90deg) translateX(-1px);
}

@media (max-width: 1024px) {

  #print-hat-faq .section-container .faq-accordian .tab-item .tab-title::before,
  #print-hat-faq .section-container .faq-accordian .tab-item .tab-title::after {
    right: 0px;
  }
}

@media (max-width: 767.98px) {
  #print-hat-faq .section-container .faq-accordian .tab-item .tab-title {
    padding: 20px 56px 20px 0;
  }

  #print-hat-faq .section-container .faq-accordian .tab-item .tab-title::before,
  #print-hat-faq .section-container .faq-accordian .tab-item .tab-title::after {
    width: 14px;
  }
}

#print-hat-faq .section-container .faq-accordian .tab-item .tab-content {
  max-height: 0;
  overflow: hidden;
  color: #4D4F53;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
  padding-right: 16px;
  margin-bottom: 0;
}

#print-hat-faq .section-container .faq-accordian .tab-item .tab-content a {
  color: #FF551D;
  text-decoration: underline;
}

#print-hat-faq .section-container .faq-accordian .tab-item.active>.tab-title::after {
  transform: rotate(0deg) translate(0, -50%);
}

#print-hat-faq .section-container .faq-accordian .tab-item.active>.tab-title {
  margin-bottom: 16px;
  border-bottom: 1px solid #F4F5F6;
}

#print-hat-faq .section-container .faq-accordian .tab-item.active {
  /* // max-height: 100vh; */
}

#print-hat-faq .section-container .faq-accordian .tab-item.active>.tab-content {
  margin-bottom: 24px;
  max-height: 100vh;
}

@media (max-width: 767.98px) {
  #print-hat-faq .section-container .faq-accordian .tab-item.active>.tab-content {
    margin-bottom: 20px;
  }
}

/*#endregion Faq*/

/*#region Desin Now */
#print-hat-now {
  padding: 70px 0;
  background: #fff;
}

@media (max-width: 1024px) {
  #print-hat-now {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #print-hat-now {
    padding-bottom: 30px;
  }
}

#print-hat-now .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  #print-hat-now .content-wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #print-hat-now .content-wrapper .content,
  #print-hat-now .content-wrapper .photo {
    width: calc(50% - 28px);
  }
}

@media (min-width: 1025px) {
  #print-hat-now .content-wrapper .content {
    width: 50%;
  }
}

#print-hat-now .content-wrapper .content .title-wrapper .section-title {
  color: #1C244B;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}

#print-hat-now .content-wrapper .content .section-subtitle {
  color: #5e5e5e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  text-align: start;
}

@media (max-width: 767.98px) {

  #print-hat-now .content-wrapper .content .title-wrapper .section-title,
  #print-hat-now .content-wrapper .content .title-wrapper .section-subtitle {
    text-align: center;
  }

  #print-hat-now .content-wrapper .content .title-wrapper .section-title {
    font-size: 28px;
    font-weight: 600;
  }
}

#print-hat-now .content-wrapper .content .button-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  #print-hat-now .content-wrapper .content .button-wrapper {
    flex-direction: column;
    max-width: 350px;
    margin: 32px auto 0;
  }
}

#print-hat-now .content-wrapper .content .button-wrapper .button-blue,
#print-hat-now .content-wrapper .content .button-wrapper .button-outline {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 50px;
  text-align: center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #print-hat-now .content-wrapper .content .button-wrapper .button-blue,
  #print-hat-now .content-wrapper .content .button-wrapper .button-outline {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 16px;
  }
}

@media (max-width: 767.98px) {

  #print-hat-now .content-wrapper .content .button-wrapper .button-blue,
  #print-hat-now .content-wrapper .content .button-wrapper .button-outline {
    font-size: 18px;
    line-height: 30px;
  }
}

#print-hat-now .content-wrapper .content .google-reviews {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  #print-hat-now .content-wrapper .content .google-reviews {
    margin-top: 12px;
  }
}

#print-hat-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (max-width: 767.98px) {
  #print-hat-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#print-hat-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #print-hat-now .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

#print-hat-now .content-wrapper .photo {
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  #print-hat-now .content-wrapper .photo {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767.98px) {
  #print-hat-now .content-wrapper .photo {
    margin-bottom: 32px;
  }
}

#print-hat-now .content-wrapper .photo img {
  width: 100%;
  object-fit: contain;
}

/*#endregion Desin Now */

/*#region HATS GALLERY CSS */
#hats-gallery {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #hats-gallery {
    padding: 50px 0;
  }
}

#hats-gallery .section-title {
  text-align: center;
  /* margin-bottom: 36px; */
}

@media (max-width: 1024px) {
  #hats-gallery .section-title {
    /* margin-bottom: 28px; */
  }
}

@media (max-width: 767.98px) {
  #hats-gallery .section-title {
    /* margin-bottom: 32px; */
  }
}

#hats-gallery .gallery-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 44px;
  margin-top: 36px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #hats-gallery .gallery-container {
    gap: 20px;
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  #hats-gallery .gallery-container {
    margin-bottom: 32px;
  }
}

#hats-gallery .gallery-container .gallery-item {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e6e8ea;
  box-shadow: 0px 1px 2px 0px rgba(13, 16, 45, 0.1);
  position: relative;
  display: flex;
  cursor: pointer;
}

#hats-gallery .gallery-container .gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.8s;
}

#hats-gallery .gallery-container .gallery-item:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

#hats-gallery .gallery-container .gallery-item img {
  height: 100%;
  width: 100%;
}

#hats-gallery .gallery-container .gallery-item:first-of-type {
  grid-row: 1/3;
}

@media (max-width: 767.98px) {
  #hats-gallery .gallery-container .gallery-item:first-of-type {
    grid-column: 1/4;
  }
}

@media (max-width: 767.98px) {
  #hats-gallery .gallery-container .gallery-item {
    gap: 14px;
  }

  #hats-gallery .gallery-container .gallery-item:nth-of-type(2),
  #hats-gallery .gallery-container .gallery-item:nth-of-type(4) {
    grid-column: 1/2;
  }

  #hats-gallery .gallery-container .gallery-item:nth-of-type(3),
  #hats-gallery .gallery-container .gallery-item:nth-of-type(5) {
    grid-column: 2/4;
  }
}

#hats-gallery .button-outline {
  width: 232px;
  min-height: 48px !important;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500 !important;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  #hats-gallery .button-outline {
    width: 280px;
  }
}

/*#endregion END OF HATS GALLERY CSS */

/*#region HATS Ready CSS */
#design-products {
  background: #003ca3;
  padding: 43px 0;
}

@media (max-width: 1024px) {
  #design-products {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #design-products {
    padding: 80px 0;
  }
}

#design-products .title {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  #design-products .title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  #design-products .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

#design-products .button-wrapper {
  justify-content: center;
  display: flex;
  gap: 16px;
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper {
    flex-direction: row !important;
    max-width: 400px;
    margin: 0 auto;
  }
}

#design-products .button-wrapper a {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #f6faff;
  border-radius: 26px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  padding: 14px 4px;
}

@media (max-width: 1024px) {
  #design-products .button-wrapper a {
    font-size: 16px;
    padding: 11px 4px;
  }
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper a {
    padding: 13px 8px;
    line-height: 24px;
    width: calc(50% - 8px) !important;
  }
}

#design-products .button-wrapper .button-white {
  background: #f6faff;
  color: #3578ea;
  width: 223px;
}

@media (max-width: 1024px) {
  #design-products .button-wrapper .button-white {
    width: 169px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-white:hover {
    background-color: transparent;
    color: #f6faff;
  }
}

#design-products .button-wrapper .button-white-outline {
  width: 196px;
  background: transparent;
  color: #f6faff;
}

@media (max-width: 1024px) {
  #design-products .button-wrapper .button-white-outline {
    width: 144px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-white-outline:hover {
    background: #f6faff;
    color: #3578ea;
  }
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper .button-white-outline {
    font-weight: 500;
  }
}

/*#endregion END OF HATS DESIGN PRODUCTS CSS */

/*#region GALLERY POPUP CSS */
.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(35, 37, 40, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000000000000;
  animation: fadeIn 0.5s forwards;
}

.lightbox .lightbox-content {
  width: 100%;
  height: calc(100% - 200px);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .lightbox .lightbox-content {
    height: calc(100% - 120px);
  }
}

@media (max-width: 1024px) {
  .lightbox .lightbox-content {
    padding: 16px;
    justify-content: space-between;
    gap: 12px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content {
    padding: 16px 0;
    gap: 0px;
  }
}

.lightbox .lightbox-content .gallery-img {
  width: calc(100% - 64px);
  max-width: 1000px;
  height: 100%;
}

@media (max-width: 1440px) {
  .lightbox .lightbox-content .gallery-img {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .gallery-img {
    max-width: unset;
    width: 100%;
  }
}

.lightbox .lightbox-content .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

.lightbox .lightbox-content .lightbox-prev,
.lightbox .lightbox-content .lightbox-next {
  height: 100%;
  width: calc(50% - 500px);
  min-width: 56px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
}

@media (max-width: 1440px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    width: calc(50% - 375px);
  }
}

@media (max-width: 1024px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    min-width: unset;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
  }
}

@media (max-width: 767.98px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1025px) {
  .lightbox .lightbox-content .lightbox-prev {
    padding-left: 24px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .lightbox-prev {
    left: 16px;
  }
}

@media (min-width: 1025px) {
  .lightbox .lightbox-content .lightbox-next {
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .lightbox-next {
    right: 16px;
  }
}

.lightbox .lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}

@media (max-width: 1024px) {
  .lightbox .lightbox-header {
    padding: 14px 16px;
  }
}

.lightbox .lightbox-header .lightbox-close {
  cursor: pointer;
}

.lightbox .lightbox-header .slide-number {
  color: #d6d7d9;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/*#endregion END OF GALLERY POPUP CSS */
#hats-intro .photo-box img {
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width:1024px) {
  #hats-intro .intro_wrapper {
    display: grid !important;
    grid-template-areas: "a c" "b c" !important;
    grid-template-columns: 1fr 647px !important;
    gap: 0px !important;
    column-gap: 118px !important;
  }

  #hats-intro .page-title {
    grid-area: a !important;
  }

  #hats-intro .intro-content {
    grid-area: b !important;
  }

  #hats-intro .photo-box {
    grid-area: c !important;
  }
}

@media only screen and (max-width:1023.98px)  and (min-width:767.98px)
{
  #hats-intro .intro_wrapper {
    display: grid !important;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d" !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }

  #hats-intro .page-title {
    grid-area: b !important;
  }

  #hats-intro .intro-content {
    grid-area: c !important;
  }

  #hats-intro .photo-box {
    grid-area: a !important;
  }

  #hats-intro .photo-box .google-reviews {
    grid-area: d !important;

  }
  #custom-print-hats .section-subtitle {
    text-align: center;
  }

}