@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
i,
ul,
li,
form,
label,
article,
canvas,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  font-family: "Arial";
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Arial";
}

ul {
  list-style: none;
}

a img {
  border: none;
}

article,
footer,
header,
main,
nav,
section {
  display: block;
}

button {
  background: none;
  border: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}
button:active {
  outline: none;
  box-shadow: none;
}

input {
  background: none;
  border: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
input:active {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

a {
  color: initial;
  text-decoration: none;
}

select:focus {
  outline: none;
  box-shadow: none;
}
select:active {
  outline: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-only-s {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .desktop-only-s {
    display: none !important;
  }
}

.main-container {
  max-width: 1200px;
  margin: auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 7px;
}
@media only screen and (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 23px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

.top-cold-content {
  width: 100%;
  padding-bottom: 40px;
  padding-right: 26px;
}
.top-cold-content .top-cold-content-full {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.top-cold-content .container-read-more {
  display: flex;
  align-items: center;
  padding-top: 8px;
  cursor: pointer;
}
.top-cold-content .expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}

.header .header-wrapper {
  max-width: 1464px;
  width: 100%;
  padding: 0 64px;
  margin: 0 auto;
}
.header .header-top {
  line-height: 34px;
  max-height: 34px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-top .header-languages {
  display: flex;
  margin-right: 32px;
  gap: 8px;
  display: none;
}
.header .header-top .header-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-top__info {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header .header-top__info > div:not(:last-of-type) {
  margin-right: 32px;
  font-family: "Arial";
  font-weight: 600;
}
.header .header-top__info > div:not(:last-of-type) a {
  font-family: "Arial";
  font-weight: 400;
}
.header .header-top__info .header-shipping a {
  font-family: "Arial" !important;
  font-weight: 600;
}
.header .header-top__info .need-help {
  position: relative;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  padding: 8px 0;
}
.header .header-top__info .need-help-dropdown {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 300px;
  transform: translateX(-50%);
  background: white;
  padding: 16px 24px;
  border: 1px solid #f4f4f4;
  box-shadow: 0 1px 5.5px 0.5px rgba(0, 0, 0, 0.1) !important;
  z-index: 1;
  display: none;
  border-top: 0;
  cursor: auto;
}
.header .header-top__info .need-help-dropdown-active {
  display: block;
}
.header .header-top__info .need-help-dropdown .help-row {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  line-height: 21px;
}
.header .header-top__info .need-help-dropdown .title {
  padding-bottom: 4px;
  min-width: 75px;
  text-align: right;
  font-weight: bold;
  width: calc(40% - 8px);
  cursor: auto;
}
.header .header-top__info .need-help-dropdown .help-link {
  padding-bottom: 4px;
  width: calc(60% - 8px);
  display: inline-block;
  text-decoration: underline;
  font-weight: normal;
}
.header .header-top__info .need-help-dropdown .help-link:hover {
  text-decoration: none;
}
.header .header-mid {
  padding-top: 25px;
  position: relative;
}
@media (max-width: 991.98px) {
  .header .header-mid {
    border-bottom: 2px solid #f4f4f4;
    padding: 16px 8px 0;
  }
}
.header .header-mid .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .header .header-mid .header-wrapper {
    justify-content: flex-start;
    padding: 0;
    align-items: flex-start;
    padding-bottom: 15.5px;
  }
}
.header .header-mid .hamburger {
  padding-right: 8px;
}
.header .header-mid .hamburger span {
  height: 2px;
  width: 20px;
  display: block;
}
.header .header-mid .hamburger span:nth-child(2) {
  margin: 3px 0;
}
.header .header-mid .header-women-men {
  display: flex;
  align-items: flex-end;
  line-height: 18px;
}
.header .header-mid .header-women-men .header-womens-active {
  margin-right: 32px;
}
@media (min-width: 992px) {
  .header .header-mid .header-main-logo {
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
  }
}
.header .header-mid .header-main-logo svg {
  height: 26px;
}
@media (max-width: 991.98px) {
  .header .header-mid .header-main-logo svg {
    height: 16px;
  }
}
.header .header-mid .header-right-group {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .header .header-mid .header-right-group {
    margin-left: auto;
  }
  .header .header-mid .header-right-group img {
    width: 24px;
    height: 24px;
  }
  .header .header-mid .header-right-group .close-icon img {
    width: 16px;
    height: 16px;
  }
  .header .header-mid .header-right-group .heart-icon,
  .header .header-mid .header-right-group .shop-icon {
    margin-left: 4px !important;
  }
  .header .header-mid .header-right-group .heart-icon img {
    width: 27px;
  }
}
.header .header-mid .header-right-group .search-form {
  display: flex;
  align-items: center;
}
.header .header-mid .header-right-group .search-form form {
  overflow: hidden;
  max-width: 0;
  transition: max-width 0.75s ease-in-out;
  margin-right: -67px;
  margin-top: 13px;
  margin-bottom: -13px;
}
.header .header-mid .header-right-group .search-form form .clear-search-input {
  display: none;
}
@media (max-width: 991.98px) {
  .header .header-mid .header-right-group .search-form form {
    display: none;
  }
}
.header .header-mid .header-right-group .search-form form input {
  border-bottom: 1px solid black;
  padding: 6px 25px 6px 8px;
  line-height: 18px;
  min-width: 210px;
  transition: 0.2s linear;
}
.header .header-mid .header-right-group .search-form .search-btn {
  display: flex;
  gap: 3px;
}
.header .header-mid .header-right-group .search-form .search-btn .header-right-label {
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.header .header-mid .header-right-group .search-form .header-icon {
  display: none;
}
@media (max-width: 1254.98px) {
  .header .header-mid .header-right-group .search-form form {
    margin-right: -16px;
  }
}
@media (max-width: 1254.98px) {
  .header .header-mid .header-right-group .search-form form {
    margin: 0;
  }
}
.header .header-mid .header-right-group .search-form.js-search-form {
  position: relative;
  transition: 0.75s ease-in-out;
}
.header .header-mid .header-right-group .search-form.js-search-form form {
  max-width: 420px;
  transition: max-width 0.75s ease-in-out;
  width: 100%;
  z-index: 10;
}
.header .header-mid .header-right-group .search-form.js-search-form .search-btn {
  right: 0;
  z-index: 20;
}
.header .header-mid .header-right-group .search-form.js-search-form .search-btn .header-right-label {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
@media (max-width: 991.98px) {
  .header .header-mid .header-right-group .search-form .header-icon {
    display: block;
  }
  .header .header-mid .header-right-group .search-form form {
    max-width: 100%;
    width: 100%;
  }
  .header .header-mid .header-right-group .search-form .search-btn {
    display: none;
  }
}
.header .header-mid .header-right-group .search-icon {
  margin-left: -15px;
}
.header .header-mid .header-right-group .shop-icon {
  margin-left: 44px;
  margin-bottom: 2px;
}
.header .header-mid .header-right-group .heart-icon {
  margin-left: 32px;
  margin-bottom: 2px;
}
.header .header-mid .header-right-group .close-icon {
  display: none !important;
}
.header .header-mid .header-right-group .search-icon {
  cursor: pointer;
}
.header .header-mid .header-right-group .search-icon svg {
  width: 14px;
  height: 14px;
}
.header .header-mid .header-right-group .header-icon {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .header .header-mid .header-right-group .header-icon {
    padding: 0 2px;
  }
}
@media (max-width: 991.98px) {
  .header .header-mid-search-active .header-wrapper {
    padding-top: 60px;
  }
  .header .header-mid-search-active .header-right-group {
    margin: auto;
    width: 100%;
    justify-content: flex-end;
  }
  .header .header-mid-search-active .header-right-group .search-form {
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute !important;
    top: 0;
    left: 0;
    padding: 16px 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-right: 4px;
  }
  .header .header-mid-search-active .header-right-group .search-form .search-icon {
    order: 1;
    margin: 0;
  }
  .header .header-mid-search-active .header-right-group .search-form .close-icon {
    display: block !important;
  }
  .header .header-mid-search-active .header-right-group .search-form .close-icon svg {
    width: 16px;
    height: 16px;
  }
  .header .header-mid-search-active .header-right-group .search-form form {
    flex: 1;
    display: flex;
    width: 100%;
    max-width: 100% !important;
  }
  .header .header-mid-search-active .header-right-group .search-form form input {
    border: none;
    flex-grow: 1;
  }
  .header .header-mid-search-active .header-right-group .search-form form input::-moz-placeholder {
    font-size: 16px !important;
  }
  .header .header-mid-search-active .header-right-group .search-form form input::placeholder {
    font-size: 16px !important;
  }
  .header .header-mid-search-active .header-right-group .search-form form .clear-search-input {
    margin: 0 8px;
    padding: 0.25px 2px;
    opacity: 0;
    cursor: pointer;
    display: block;
  }
  .header .header-mid-search-active .header-right-group .search-form form .clear-search-input img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(0%) saturate(2224%) hue-rotate(342deg) brightness(76%) contrast(89%);
    pointer-events: none;
  }
  .header .header-mid-search-active .header-right-group .search-form form .clear-search-input.js-clear-search {
    opacity: 1;
  }
  .header .header-mid-search-active .header-right-group .search-form .close-icon {
    order: 3;
    padding: 0 8px;
  }
}
.header .header-bottom .main-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}
.header .header-bottom .main-navigation__item {
  padding: 14px 0;
}
.header .header-bottom .main-navigation__item a {
  display: inline-block;
  padding: 12px 10px 5px;
}
.header .header-bottom .main-navigation__item a:hover {
  text-decoration: underline;
}
.header .header-bottom .main-navigation__item .menu-item-new {
  padding-left: 0 !important;
}
.header .header-bottom .main-navigation__item:first-of-type {
  padding-left: 0;
}
.header .header-bottom .main-navigation__item:first-of-type a {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .header .header-bottom .main-navigation {
    margin-top: 0;
    justify-content: center;
    border-bottom: 1px solid #e4e4e4;
  }
  .header .header-bottom .main-navigation__item a {
    padding: 0 9px;
    line-height: 18px;
    display: flex;
    gap: 5px;
  }
  .header .header-bottom .main-navigation__item .burger-item {
    padding: 7px 11px 7px 12px !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    font-family: "Arial";
    letter-spacing: 1.26px;
  }
  .header .header-bottom .main-navigation__item .burger-item.womens-link {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Montserrat";
    letter-spacing: 1.7125px;
  }
  .header .header-bottom .main-navigation.hamburger-menu {
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .header .header-bottom-navigation {
    width: 270px;
    max-width: 270px;
    position: fixed;
    top: 0;
    left: -500px;
    z-index: 5;
    height: 100vh;
  }
  .header .header-bottom-navigation .header-wrapper {
    padding: 0;
    height: 100%;
  }
  .header .header-bottom-navigation .main-navigation {
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: auto;
  }
  .header .header-bottom-navigation .main-navigation__item a {
    padding: 20px 11px;
  }
  .header .header-bottom-navigation .main-navigation .main-navigation-mobile-signin {
    padding: 20px 11px;
  }
}
.header .header-bottom-category .header-wrapper {
  padding: 0 13px;
}
@media (max-width: 991.98px) {
  .header .header-bottom-category .header-wrapper {
    padding: 0;
  }
}

body {
  transition: transform 0.2s ease;
}

@media (max-width: 991.98px) {
  .mobile-menu-active {
    transition: transform 0.2s ease;
    position: fixed;
    top: 0;
    transform: translateX(270px);
    height: 100vh;
  }
  .mobile-menu-active .overlay {
    display: block;
    z-index: 4;
    height: 100vh;
    background-color: #e4e4e4;
    opacity: 0.8;
  }
  .mobile-menu-active .overlay-burger {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e4e4e4;
    transition: right 0.4s, background 0.4s;
  }
  .mobile-menu-active .header-bottom {
    transition: 0.2s ease;
    left: -270px;
  }
}

.footer {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .footer {
    margin-top: 32px;
  }
}
.footer .footer-banner {
  padding-block: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .footer .footer-banner {
    display: none;
  }
}
.footer .footer-middle-bottom {
  border-top: 1px solid;
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom {
    border: none;
    padding-top: 0;
  }
}
.footer .footer-middle-bottom .footer-middle-bottom-inner {
  width: 100%;
  max-width: 1464px;
  margin-inline: auto;
  padding-inline: 57px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .footer-middle-bottom-inner {
    max-width: 980px;
    padding-inline: 16px;
  }
}
.footer .footer-middle-bottom .footer-column-heading,
.footer .footer-middle-bottom .footer-newsletter-heading {
  margin-bottom: 4px;
}
.footer .footer-middle-bottom .newsletter-desc {
  margin-bottom: 7px;
}
.footer .footer-middle-bottom .newsletter-desc .newsletters-mob-text {
  display: none;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .newsletter-desc .newsletters-mob-text {
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .footer-newsletter-wrap {
    padding: 0;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.footer .footer-middle-bottom .newsletter-wrap {
  border: 1px solid #717171;
  height: 53px;
  position: relative;
  width: 98.2%;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .newsletter-wrap {
    width: 100%;
  }
}
.footer .footer-middle-bottom .newsletter-wrap.error {
  border: 1px solid #961c1c;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .newsletter-wrap.error {
    border: none;
  }
  .footer .footer-middle-bottom .newsletter-wrap.error .newsletter-form {
    border: 1px solid #961c1c;
  }
}
.footer .footer-middle-bottom .newsletter-wrap.error:focus-within {
  border: 1px solid #717171;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .newsletter-wrap.error:focus-within {
    border: none;
  }
  .footer .footer-middle-bottom .newsletter-wrap.error:focus-within .newsletter-form {
    border: 1px solid #717171;
  }
}
.footer .footer-middle-bottom .newsletter-wrap .newsletter-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 53px;
  height: 53px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .newsletter-wrap .newsletter-button {
    display: none;
  }
}
.footer .footer-middle-bottom .newsletter-wrap .message {
  display: none;
}
.footer .footer-middle-bottom .newsletter-wrap .message.error, .footer .footer-middle-bottom .newsletter-wrap .message.success {
  display: block;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .newsletter-wrap .message {
    position: absolute;
    left: 0;
    bottom: -23px;
  }
}
.footer .footer-middle-bottom .newsletter-wrap .newsletter-form {
  height: 100%;
}
.footer .footer-middle-bottom .newsletter-wrap .newsletter-form input {
  padding: 0px 10px 0 10px;
  height: 100%;
  width: calc(100% - 53px);
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .newsletter-wrap .newsletter-form {
    border: 1px solid #6e6e6e;
    flex-grow: 2.257;
  }
}
.footer .footer-middle-bottom .newsletter-wrap .newsletter-button-mobile {
  flex-grow: 1;
  border-radius: 5px;
  padding: 8px 18px;
  height: 100%;
  display: none;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .newsletter-wrap .newsletter-button-mobile {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .newsletter-wrap {
    height: 50px;
    border: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 16px;
    gap: 8px;
    position: relative;
  }
}
.footer .footer-middle-bottom .footer-middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .footer-middle {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .footer-middle .footer-column {
    display: none;
  }
}
.footer .footer-middle-bottom .footer-middle .footer-column,
.footer .footer-middle-bottom .footer-middle .footer-newsletter-wrap {
  padding: 0 0 16px 8px;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .footer-middle .footer-newsletter-wrap {
    padding: 16px;
  }
}
.footer .footer-middle-bottom .footer-middle .footer-column-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 7px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.footer .footer-middle-bottom .footer-middle .footer-column-list.has-grid {
  grid-template-columns: repeat(2, 1fr);
}
.footer .footer-middle-bottom .footer-middle .footer-column-list-item {
  min-height: 18px;
}
.footer .footer-middle-bottom .footer-middle .columns-secondary-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer .footer-middle-bottom .footer-middle .columns-secondary-wrap .footer-column {
  flex: 1;
}
.footer .footer-middle-bottom .footer-middle .columns-secondary-wrap .footer-column-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.footer .footer-middle-bottom .footer-middle .columns-secondary-wrap .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  padding: 0 23px 16px 16px;
}
@media (max-width: 991.98px) {
  .footer .footer-middle-bottom .footer-middle .columns-secondary-wrap {
    display: none;
  }
}
.footer .footer-bottom {
  border-top: 1px solid;
  padding-block: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
.footer .footer-bottom .footer-year {
  margin-right: 2px;
}
.footer .footer-bottom .policies-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom .policies-list {
    display: none;
  }
}
.footer .footer-bottom .policies-list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}
.footer .footer-bottom .contact-section,
.footer .footer-bottom .app-store-section {
  display: none;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom .contact-section,
  .footer .footer-bottom .app-store-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.footer .footer-bottom .contact-section {
  gap: 24px;
  padding-bottom: 35px;
}
.footer .footer-bottom .contact-section-survey-wrap,
.footer .footer-bottom .contact-section-c-care-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
}
.footer .footer-bottom .contact-section-survey-wrap h4,
.footer .footer-bottom .contact-section-c-care-wrap h4 {
  margin: 0;
}
.footer .footer-bottom .contact-section-survey-wrap-inner,
.footer .footer-bottom .contact-section-c-care-wrap-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer .footer-bottom .contact-section-survey-wrap-inner {
  gap: 11px;
}
.footer .footer-bottom .contact-section-c-care-wrap-inner {
  gap: 19px;
}
.footer .footer-bottom .app-store-section {
  display: none;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom .app-store-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 35px;
    padding-block: 32px;
    border-top: 1px solid;
    position: relative;
  }
  .footer .footer-bottom .app-store-section::before, .footer .footer-bottom .app-store-section::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 16px;
    background-color: #e4e4e4;
    top: -1px;
    z-index: 1;
  }
  .footer .footer-bottom .app-store-section::after {
    left: -16px;
  }
  .footer .footer-bottom .app-store-section::before {
    right: -16px;
  }
  .footer .footer-bottom .app-store-section a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-bottom {
    background-color: #f4f4f4;
    flex-direction: column;
    border: none;
    padding-block: 24px;
    position: relative;
  }
  .footer .footer-bottom::after, .footer .footer-bottom::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 16px;
    background-color: #f4f4f4;
    top: 0;
  }
  .footer .footer-bottom::before {
    right: -16px;
  }
  .footer .footer-bottom::after {
    left: -16px;
  }
  .footer .footer-bottom .copyright-section {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.footer-scroll-top {
  position: -webkit-sticky;
  position: sticky;
  bottom: 34px;
  right: 20px;
  height: 44px;
  width: 44px;
  border-radius: 100ch;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid #000;
  margin-left: auto;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
}
.footer-scroll-top a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.footer-scroll-top a .desktop {
  display: none;
}
@media (max-width: 991.98px) {
  .footer-scroll-top {
    bottom: 16px;
    right: 16px;
  }
}
.footer-scroll-top.is-scrolling {
  opacity: 1;
  visibility: visible;
}

