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

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

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

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

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

  #custom-hoodies .section-title {
    color: #1c244b;
    font-size: 36px;
    font-weight: 600;
    line-height: 53px;
  }

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

  @media (max-width: 767.98px) {
    #custom-hoodies .section-title {
      font-size: 30px;
      font-weight: 700;
    }
  }

  #custom-hoodies .secondary-title {
    color: #1c244b;
    font-size: 32px;
    font-weight: 700;
    line-height: 51px;
  }

  @media (min-width: 767.98px) and (max-width: 1024px) {
    #custom-hoodies .secondary-title {
      font-weight: 600;
      line-height: normal;
      text-align: center;
    }
  }

  @media (max-width: 767.98px) {
    #custom-hoodies .secondary-title {
      line-height: normal;
      font-size: 30px;
    }
  }

  #custom-hoodies .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-hoodies .section-subtitle {
      margin-top: 10px;
    }
  }

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

  @media (max-width: 1024px) {

    #custom-hoodies .button-blue,
    #custom-hoodies .button-outline {
      line-height: 20px;
    }
  }

  @media (max-width: 767.98px) {

    #custom-hoodies .button-blue,
    #custom-hoodies .button-outline {
      line-height: 24px;
    }
  }

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

  @media (hover: hover) and (pointer: fine) {
    #custom-hoodies .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-hoodies .button-outline {
    background-color: #fff;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  }

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

  /*#endregion END OF PAGE CSS */

  /*#region HOODIES INTRO CSS */
  #hoodies-intro {
    position: relative;
    background-image: url("/uploads/12037607/File/deco/custom-hoodies/assets/hoodie-girl-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 84px 0 138px;
  }

  #hoodies-intro .subtitle {
    color: white;
    padding-bottom: 24px;
    line-height: 25px;
  }

  #hoodies-intro::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        rgba(0, 0, 0, 0.88) 0.21%,
        rgba(0, 0, 0, 0) 50.01%);
  }

  @media (max-width: 1024px) {
    #hoodies-intro {
      padding: 0;
      background-image: unset;
    }

    #hoodies-intro::after {
      content: unset;
    }

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

    #hoodies-intro .subtitle {
      color: #1c244b;
    }
  }

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

    #hoodies-intro .subtitle {
      display: none;
    }
  }

  #hoodies-intro .intro_wrapper {
    position: relative;
    z-index: 2;
  }

  @media (max-width: 1024px) {
    #hoodies-intro .intro_wrapper {
      padding: 0 16px;
    }
  }

  #hoodies-intro .intro_wrapper .title {
    color: #fff;
    font-size: 56px;
    font-weight: 900;
    line-height: 68px;
    margin-bottom: 16px;
  }

  @media (max-width: 1024px) {
    #hoodies-intro .intro_wrapper .title {
      color: #1c244b;
      text-align: center;
      font-size: 48px;
      margin-bottom: 24px;
    }
  }

  @media (max-width: 767.98px) {
    #hoodies-intro .intro_wrapper .title {
      font-size: 30px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 0px;
    }
  }

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

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

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

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

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

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

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

  @media (min-width: 1025px) {

    #hoodies-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header .nowrap,
    #hoodies-intro .intro_wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header strong {
      color: #fff !important;
    }
  }

  #hoodies-intro .intro_wrapper .intro-photo {
    display: none;
  }

  @media (max-width: 1024px) {
    #hoodies-intro .intro_wrapper .intro-photo {
      display: flex;
      margin: 0 auto 32px;
    }
  }

  @media (max-width: 767.98px) {
    #hoodies-intro .intro_wrapper .intro-photo {
      margin-bottom: 0;
    }
  }

  #hoodies-intro .intro_wrapper .intro-photo img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 4px;
  }

  @media (max-width: 1024px) {
    #hoodies-intro .intro_wrapper .intro-photo img {
      min-height: 352px;
    }
  }

  @media (max-width: 767.98px) {
    #hoodies-intro .intro_wrapper .intro-photo img {
      min-height: 240px;
    }
  }

  #hoodies-intro .intro_wrapper .intro-content {
    max-width: 550px;
  }

  @media (max-width: 1024px) {
    #hoodies-intro .intro_wrapper .intro-content {
      max-width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 auto;
    }
  }

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

  #hoodies-intro .intro_wrapper .intro-content .intro-features {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 12px;
  }

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

  @media (max-width: 767.98px) {
    #hoodies-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 36px;
    }
  }

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

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

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

  #hoodies-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/deco/assets/white-tick-bold.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
  }

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

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

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

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

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

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

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

  @media (max-width: 1024px) {
    #hoodies-intro .intro_wrapper .intro-content .button-blue {
      width: 254px;
    }
  }

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

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

  #hoodies-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) {
    #hoodies-intro .delivery-options-container {
      width: calc(100% - 48px);
    }
  }

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

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

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

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

  #hoodies-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) {
    #hoodies-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) {
    #hoodies-intro .delivery-options-container .delivery-options {
      background: transparent;
      flex-direction: column;
      border: none;
      border-radius: 0;
      padding: 0;
      box-shadow: none;
    }
  }

  #hoodies-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) {
    #hoodies-intro .delivery-options-container .delivery-options .delivery-opt {
      padding: 15px 0;
    }
  }

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

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

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

  #hoodies-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) {
    #hoodies-intro .delivery-options-container .delivery-options .delivery-opt .photo {
      width: 47px;
      height: 47px;
      margin-right: 8px;
    }
  }

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

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

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

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

  #hoodies-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) {
    #hoodies-intro .delivery-options-container .delivery-options .delivery-opt .content .title {
      font-size: 12px;
      line-height: 17px;
      margin-bottom: 5px;
    }
  }

  #hoodies-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) {
    #hoodies-intro .delivery-options-container .delivery-options .delivery-opt .content .detail {
      font-size: 10px;
      line-height: 12px;
    }
  }

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

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

  #hoodies-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) {
    #hoodies-intro .delivery-options-container .delivery-options .delivery-opt .content .detail a {
      font-size: 10px;
      line-height: 12px;
    }
  }

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

  /*#endregion END OF HOODIES INTRO CSS */

  /*#region HOODIES PRODUCTS CSS */
  #hoodies-products {
    padding: 182px 0 70px;
  }

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

    #hoodies-products .section-wrapper {
      padding: 0 !important;
    }
  }

  #hoodies-products .section-title {
    padding: 0 16px;
  }

  #hoodies-products .section-subtitle {
    margin-bottom: 36px;
    padding: 0 16px;
  }

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

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

  #hoodies-products .product-card-container {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 18px;
    padding-bottom: 32px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  @media (max-width: 1024px) {
    #hoodies-products .product-card-container {
      padding: 0 16px 24px;
      grid-template-columns: repeat(5, minmax(248px, 20%));
      overflow-x: auto;
      column-gap: 24px;
    }
  }

  @media (max-width: 767.98px) {
    #hoodies-products .product-card-container {
      column-gap: 18px;
      padding-bottom: 28px;
    }
  }

  #hoodies-products .product-card-container::-webkit-scrollbar {
    display: none;
  }

  #hoodies-products .product-card-container .product-card {
    border-radius: 4px;
    border: 1px solid #f4f5f6;
    background: #fff;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  @media (hover: hover) and (pointer: fine) {
    #hoodies-products .product-card-container .product-card:hover {
      border: 1px solid #3578ea;
    }
  }

  #hoodies-products .product-card-container .product-card .prod-card-header {
    border-bottom: 1px solid #e8e9ea;
    display: flex;
  }

  #hoodies-products .product-card-container .product-card .prod-card-header img {
    max-width: 100%;
  }

  #hoodies-products .product-card-container .product-card .prod-card-content {
    padding: 16px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }

  @media (max-width: 767.98px) {
    #hoodies-products .product-card-container .product-card .prod-card-content {
      padding: 12px 10px 16px;
    }
  }

  #hoodies-products .product-card-container .product-card .prod-card-content .product-info {
    margin-bottom: 23px;
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    #hoodies-products .product-card-container .product-card .prod-card-content .product-info {
      margin-bottom: 20px;
    }
  }

  #hoodies-products .product-card-container .product-card .prod-card-content .product-info .brand-name {
    color: #0b1629;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s;
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    #hoodies-products .product-card-container .product-card .prod-card-content .product-info .brand-name {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 8px;
    }
  }

  #hoodies-products .product-card-container .product-card .prod-card-content .product-info .product-name {
    color: #172640;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
  }

  #hoodies-products .product-card-container .product-card .prod-card-content .design-btn {
    width: 100%;
    padding: 7px;
    transition: all 0.3s;
    border-radius: 20px;
    border: 1px solid #3578ea;
    color: #3578ea;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
  }

  @media (hover: hover) and (pointer: fine) {
    #hoodies-products .product-card-container .product-card .prod-card-content .design-btn:hover {
      color: #fff;
      background-color: #3578ea;
    }
  }

  #hoodies-products .browse-more-container {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #f3f9ff;
    padding: 10px 16px;
  }

  @media (max-width: 1024px) {
    #hoodies-products .browse-more-container {
      width: calc(100% - 32px);
      margin: 0 auto;
      padding: 18px 16px;
    }
  }

  @media (max-width: 767.98px) {
    #hoodies-products .browse-more-container {
      padding: 13px 20px;
      flex-direction: column;
      justify-content: center;
    }
  }

  #hoodies-products .browse-more-container>img {
    margin-right: 12px;
  }

  @media (max-width: 767.98px) {
    #hoodies-products .browse-more-container>img {
      margin-right: 0;
      margin-bottom: 4px;
    }
  }

  #hoodies-products .browse-more-container .text {
    margin-right: auto;
    color: #1c244b;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  @media (max-width: 1024px) {
    #hoodies-products .browse-more-container .text {
      font-size: 13px;
    }
  }

  @media (max-width: 767.98px) {
    #hoodies-products .browse-more-container .text {
      margin: 0 auto 12px;
      font-size: 12px;
      text-align: center;
    }
  }

  #hoodies-products .browse-more-container .browse-more-btn {
    color: #3578ea;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    #hoodies-products .browse-more-container .browse-more-btn {
      font-size: 14px;
    }

    #hoodies-products .browse-more-container .browse-more-btn img {
      width: 20px;
      height: 20px;
    }
  }

  /*#endregion END OF HOODIES PRODUCTS CSS */

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

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

  #landing-g_reviews .section-title {
    text-align: center;
  }

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


  #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: 242px;
    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;
    }
  }

  /*#endregion END OF GOOGLE REVIEWS CSS */

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

  #hoodies-gallery .section-subtitle {
    margin-bottom: 36px;
  }

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

  @media (max-width: 1280px) {
    #hoodies-gallery .section-wrapper {
      padding: 0 12px !important;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    #hoodies-gallery .section-wrapper {
      padding: 0 6px !important;
    }
  }

  @media (max-width: 767.98px) {
    #hoodies-gallery .section-wrapper {
      padding: 0 16px !important;
    }
  }



  @media (max-width: 1024px) {
    #hoodies-gallery .section-title {
      font-size: 24px;
      line-height: normal;
      margin-bottom: 28px;
    }
  }

  @media (max-width: 767.98px) {
    #hoodies-gallery .section-title {
      line-height: normal;
      letter-spacing: -0.36px;
      margin-bottom: 32px;
    }
  }

  #hoodies-gallery .gallery-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  @media (max-width: 1024px) {
    #hoodies-gallery .gallery-container {
      margin-bottom: 12px;
    }
  }

  @media (max-width: 767.98px) {
    #hoodies-gallery .gallery-container {
      justify-content: space-between;
      margin-bottom: 18px;
    }
  }

  #hoodies-gallery .gallery-container .gallery-item {
    width: calc(22% - 24px);
    border-radius: 4px;
    border: 1px solid #f4f5f6;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    cursor: pointer;
    margin: 0 12px 24px;
    display: flex;
  }

  #hoodies-gallery .gallery-container .gallery-item:nth-child(4n + 1) {
    width: calc(34% - 24px);
  }

  @media (max-width: 1024px) {
    #hoodies-gallery .gallery-container .gallery-item {
      width: calc(25% - 20px) !important;
      margin: 0 10px 16px;
    }
  }

  @media (max-width: 767.98px) {
    #hoodies-gallery .gallery-container .gallery-item {
      margin: 0 0 14px;
      width: calc(50% - 7px) !important;
    }

    #hoodies-gallery .gallery-container .gallery-item:first-child,
    #hoodies-gallery .gallery-container .gallery-item:last-child {
      width: 100% !important;
    }

    #hoodies-gallery .gallery-container .gallery-item:first-child img,
    #hoodies-gallery .gallery-container .gallery-item:last-child img {
      height: 280px;
    }
  }

  @media (hover: hover) and (pointer: fine) {
    #hoodies-gallery .gallery-container .gallery-item:hover>img {
      transform: scale(1.05, 1.05);
    }
  }

  #hoodies-gallery .gallery-container .gallery-item img {
    height: 316px;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
  }

  @media (max-width: 1024px) {
    #hoodies-gallery .gallery-container .gallery-item img {
      height: 165px;
    }
  }

  #hoodies-gallery .button-outline {
    width: 290px;
    margin: 0 auto;
    max-width: 100%;
  }

  @media (hover: hover) and (pointer: fine) {
    #hoodies-gallery .button-outline:hover {
      background-color: #3578ea;
      color: #fff;
    }
  }

  /*#endregion END OF GALLERY CSS */

  /*#region HOODIES WHY CHOOSE CSS */
  #hoodies-why-choose {
    padding: 70px 0;
    background: #f6faff;
  }

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

  #hoodies-why-choose .secondary-title {
    margin-bottom: 28px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #hoodies-why-choose .content-wrapper .section-content .feature-list .feature {
    border-radius: 4px;
    border: 1px solid #e8e9ea;
    background: #fff;
    overflow: hidden;
  }

  #hoodies-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;
  }

  #hoodies-why-choose .content-wrapper .section-content .feature-list .feature .f-heading::before,
  #hoodies-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;
  }

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

  #hoodies-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) {
    #hoodies-why-choose .content-wrapper .section-content .feature-list .feature .f-heading {
      font-size: 14px;
      line-height: 22px;
    }
  }

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

  #hoodies-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) {
    #hoodies-why-choose .content-wrapper .section-content .feature-list .feature .f-content {
      font-size: 14px;
      line-height: 22px;
    }
  }

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

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

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

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

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


  /*#endregion END OF HOODIES WHY CHOOSE CSS */

  /*#region HOODIES DESIGN PRODUCTS 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 HOODIES 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 */

  /*#region CITY BRANDS */
  #brands {
    padding: 24px 0;
  }

  @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*/

  .hoodie-services {
    padding: 70px 0;
  }

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

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

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

  .hoodie-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;
  }

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

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

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

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

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

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

  .hoodie-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;
  }

  .hoodie-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) {
    .hoodie-services .service-type {
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
    }
  }

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

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

  .hoodie-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) {
    .hoodie-services .content-item-text {
      width: 100%;
      padding: 20px;
    }
  }

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

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

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

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

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

  .hoodie-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) {
    .hoodie-services .content-item-text a.btn {
      width: 100%;
    }
  }

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

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

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

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

  /*#endregion service*/

  /*#region info Start*/
  #info {
    padding: 70px 0;
  }

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

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

  #info .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) {
    #info .design-content-boxs-item .title {
      font-size: 16px;
      line-height: 24px;
    }
  }

  #info .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;
  }

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

  #info .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;
  }

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

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

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

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

  #info .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;
  }

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

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

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

  #info .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;
  }

  #info .design-content-boxs-item.active {
    background-color: #F3F8FF;
    border-radius: 8px;
    border: 1px solid #F4F5F6;
  }

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

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

  #info .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);
  }

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

  #info .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;
  }

  #info .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 info End */

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

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

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

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

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

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

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

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

  #hoodies-design-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;
  }

  #hoodies-design-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) {

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

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

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

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

  #hoodies-design-now .content-wrapper .content .button-wrapper .button-blue,
  #hoodies-design-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) {

    #hoodies-design-now .content-wrapper .content .button-wrapper .button-blue,
    #hoodies-design-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) {

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

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

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

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

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

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

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

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

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

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

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

  /*#endregion Desin Now */

  /*#region Faq Start*/


  #faq.faq {
    padding: 70px 0;
    background: #F3F8FF;
  }

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

  #faq.faq ul {
    list-style: none;
  }

  #faq.faq .section-wrapper {
    max-width: 1440px;
    padding: 0 64px;
    margin: 0 auto;
  }

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

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

  #faq.faq .section-wrapper .faq-container {
    width: 80%;
    margin: 0 auto;
  }

  @media (max-width: 1280px) {
    #faq.faq .section-wrapper .faq-container {
      width: 100%;
    }
  }

  @media (max-width: 1024px) {
    #faq.faq .section-wrapper .faq-container {
      padding: 0;
      padding-top: 32px;
      max-width: 625px;
    }
  }

  @media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container {
      padding-top: 24px;
      max-width: 100%;
    }
  }

  #faq.faq .section-wrapper .faq-container .section-title {
    font-size: 36px;
    margin-bottom: 24px;
    text-align: center;
    width: 72%;
    font-family: "Geologica", sans-serif !important;
    margin: 0 auto 30px;
    line-height: normal;
  }

  @media (max-width: 1024px) {
    #faq.faq .section-wrapper .faq-container .section-title {
      font-size: 24px;
      line-height: 34px;
    }
  }

  @media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .section-title {
      display: none;
    }
  }

  #faq.faq .section-wrapper .faq-container .mob-v {
    display: none;
  }

  @media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .mob-v {
      display: block;
      color: #1c244b;
      font-family: "Geologica", sans-serif !important;
      font-size: 28px;
      font-weight: 600;
      line-height: normal;
      text-align: center;
    }
  }

  #faq.faq .section-wrapper .faq-container .section-subtitle {
    display: none;
  }

  @media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .section-subtitle {
      display: block;
      color: #213343;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin-top: 14px;
      margin-bottom: 24px;
    }
  }

  #faq.faq .section-wrapper .faq-container .tab-item {
    border-radius: 4px;
    border-bottom: 1px solid #E8E9EA;
    padding: 16px 0;
  }

  #faq.faq .section-wrapper .faq-container .tab-item:last-of-type {
    margin-bottom: 0;
    border-bottom: 0px;
    padding-bottom: 0px;
  }

  #faq.faq .section-wrapper .faq-container .tab-item:first-of-type {
    padding-top: 0px;
  }

  #faq.faq .section-wrapper .faq-container .tab-item .tab-title {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    padding-left: 33px;
  }

  #faq.faq .section-wrapper .faq-container .tab-item .tab-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="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }

  #faq.faq .section-wrapper .faq-container .tab-item .tab-title::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 11px;
    height: 10px;
    width: 1.5px;
    transform-origin: center;
    background-color: #666666be;
    border-radius: 2px;
    transition: all 0.3s;
    transform: rotate(0deg);
  }

  @media (max-width: 1024px) {
    #faq.faq .section-wrapper .faq-container .tab-item .tab-title {
      font-size: 16px;
      line-height: 26px;
    }

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

  #faq.faq .section-wrapper .faq-container .tab-item .tab-content {
    max-height: 0;
    overflow: hidden;
    color: #475467;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: margin 0.3s;
    padding-left: 33px;
  }

  #faq.faq .section-wrapper .faq-container .tab-item .tab-content a {
    color: #3578ea;
    text-decoration: underline !important;
  }

  #faq.faq .section-wrapper .faq-container .tab-item .tab-content ul {
    list-style-type: decimal;
    padding-left: 30px;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  #faq.faq .section-wrapper .faq-container .tab-item .tab-content ul ul {
    list-style-type: circle;
  }

  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-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="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }

  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title::after {
    transform: rotate(90deg);
    background-color: #3578ea;
  }

  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
    font-weight: 500;
  }

  @media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
      border-bottom: none;
    }
  }

  #faq.faq .section-wrapper .faq-container .tab-item.active {
    max-height: unset;
  }

  #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
    margin-top: 16px;
  }

  @media (max-width: 0) {
    #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
      margin: 8px 0 16px;
    }
  }

  #faq.faq .section-wrapper .section-img {
    width: 45%;
    padding-left: 50px;
    height: 400px;
  }

  @media (max-width: 1024px) {
    #faq.faq .section-wrapper .section-img {
      width: 100%;
      max-width: 100%;
      padding: 0;
    }
  }

  @media (min-width: 0) {
    #faq.faq .section-wrapper .section-img {
      height: 320px;
    }
  }

  #faq.faq .section-wrapper .section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px;
  }

  #faq.faq .order {
    display: flex;
    width: 100%;
    border-bottom: 5px solid #E8E9EA;
    position: relative;
  }

  @media only screen and (min-width: 0) {
    #faq.faq .order {
      display: none;
    }
  }

  #faq.faq .order::before {
    content: '';
    height: 5px;
    width: calc(100% / 3);
    background-color: #3578EA;
    position: absolute;
    bottom: -5px;
    left: var(--before-left, 0);
    transition: left 0.3s ease;
  }

  #faq.faq .order-type {
    width: calc(100% / 3);
    padding: 15px 0;
    color: #7E899B;
    font-family: Inter;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    gap: 11px;
    cursor: pointer;
    transition: all 0.8s ease;
  }

  #faq.faq .order-type.active {
    color: #003CA3;
  }

  #faq.faq .order-type.active svg {
    fill: #3578EA;
  }

  #faq.faq .order-type.active svg path {
    fill: #3578EA;
  }

  #faq.faq .faq {
    padding: 16px;
    background-color: #F6F9FC;
    border-radius: 4px;
    overflow: hidden;
  }

  @media only screen and (max-width: 992px) {
    #faq.faq .faq {
      background-color: transparent;
      padding: 0;
    }
  }

  #faq.faq .faq-accordian {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.8s ease;
    background-color: #fff;
    cursor: pointer;
  }

  @media only screen and (min-width: 0) {
    #faq.faq .faq-accordian {
      opacity: 1;
      height: auto;
      margin-bottom: 16px;
      border-radius: 4px;
      border: 1px solid #E1E1E1;
      padding: 16px 16px 0 16px;
    }

    #faq.faq .faq-accordian-text {
      border-radius: 4px;
      border: 0.5px solid #E8E9EA;
      background: #FFF;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 0.3s ease, max-height 0.1s ease;
      margin-top: 16px;
    }

    #faq.faq .faq-accordian ul {
      padding: 20px 16px;
    }
  }

  #faq.faq .faq-accordian .order-mob-item {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
    position: relative;
  }

  #faq.faq .faq-accordian .order-mob-item p {
    color: #213343;
    font-size: 18px;
    font-weight: 500;
  }

  #faq.faq .faq-accordian .order-mob-item::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="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    top: 50%;
    right: 0;
    transition: 0.3s;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }

  #faq.faq .faq-accordian .order-mob-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 11px;
    height: 11px;
    width: 2px;
    transform-origin: center;
    background-color: #666666cb;
    border-radius: 2px;
    transition: all 0.3s;
    transform: rotate(0deg) translate(0, -50%);
  }

  @media only screen and (max-width: none) {
    #faq.faq .faq-accordian .order-mob-item {
      display: none;
    }
  }

  #faq.faq .faq-accordian.active {
    opacity: 1;
    height: auto;
    padding: 20px;
  }

  @media only screen and (min-width: 0) {
    #faq.faq .faq-accordian.active {
      padding: 16px;
      background: #F6F9FC;
      border: 1px solid #3578EA;
    }

    #faq.faq .faq-accordian.active .order-mob-item {
      margin-bottom: 16px;
    }

    #faq.faq .faq-accordian.active .order-mob-item p {
      color: #3578EA;
    }

    #faq.faq .faq-accordian.active .order-mob-item::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="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

    #faq.faq .faq-accordian.active .order-mob-item::after {
      transform: translate(0, -50%) rotate(90deg);
      background-color: #3578ea;
    }

    #faq.faq .faq-accordian.active .faq-accordian-text {
      max-height: 100vh;
      opacity: 1;
    }
  }

  /*#endregion Faq End */

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

    h1.title {
      grid-area: b !important;

    }
  }