@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;
}
@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 {
  font-family: "Arial";
  font-weight: 400;
}
.header .header-top {
  border-bottom: 1px solid #e4e4e4;
}
.header .header-top .header-languages {
  font-family: "Arial";
  font-weight: 700;
  font-size: 12px;
}
.header .header-top .header-languages p {
  font-weight: 400;
}
.header .header-top .header-languages:hover {
  text-decoration: underline;
}
.header .header-top .need-help {
  font-family: "Arial";
}
.header .header-top .need-help-title {
  font-weight: 400;
  font-family: "Arial";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: normal;
  text-indent: 0;
  padding-right: 3px;
}
.header .header-top .need-help-dropdown {
  font-family: "Arial";
}
.header .header-top .need-help-dropdown .help-link {
  font-family: "Arial";
}
.header .header-top .need-help .js-help-icon {
  transform: rotate(180deg);
}
.header .header-top__info {
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  letter-spacing: 0.3px;
}
.header .header-top__info .header-sign-in a {
  font-family: "Arial";
  font-weight: 400;
}
.header .header-top__info .header-sign-in:hover a {
  text-decoration: underline;
}
.header .header-mid {
  letter-spacing: 0.36px;
}
.header .header-mid .hamburger span {
  background: black;
}
.header .header-mid .header-women-men {
  line-height: 16px;
}
.header .header-mid .header-women-men a {
  color: #000;
  font-size: 12px;
  font-family: "Arial";
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 16px;
  display: inline-block;
}
.header .header-mid .header-women-men a:hover {
  text-decoration: underline;
}
.header .header-mid .header-women-men .header-womens-active {
  text-decoration: underline;
}
.header .header-mid .header-right-group .search-form form input {
  font-size: 12px;
  font-family: "Arial";
}
.header .header-mid .header-right-group .search-form form input::-moz-placeholder {
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #949494;
}
.header .header-mid .header-right-group .search-form form input::placeholder {
  transition: 0.2s linear;
  color: #949494;
}
.header .header-mid .header-right-group .search-form form input:focus::-moz-placeholder {
  opacity: 0.5;
}
.header .header-mid .header-right-group .search-form form input:focus::placeholder {
  opacity: 0.5;
}
.header .header-mid .header-right-group .search-btn {
  cursor: pointer;
  margin-bottom: -6px;
}
.header .header-mid .header-right-group .search-btn .header-right-label {
  letter-spacing: 0;
}
.header .header-mid .header-right-group .search-btn img {
  margin-bottom: -4px;
}
.header .header-mid .header-right-group .heart-icon img,
.header .header-mid .header-right-group .shop-icon img {
  display: none;
}
.header .header-mid .header-right-group .heart-icon:hover,
.header .header-mid .header-right-group .shop-icon:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media (max-width: 1254.98px) {
  .header .header-mid .header-right-group .heart-icon img,
  .header .header-mid .header-right-group .shop-icon img {
    display: block;
  }
}
.header .header-mid .header-right-group .header-right-label {
  font-size: 12px;
  font-family: "Arial";
  font-weight: 400;
  color: #000;
  letter-spacing: 0.36px;
}
@media (max-width: 1254.98px) {
  .header .header-mid .header-right-group .header-right-label {
    display: none;
  }
}
.header .header-bottom .main-navigation__item a {
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .header .header-bottom .main-navigation__item a {
    font-size: 10px;
  }
  .header .header-bottom .main-navigation__item .sale-mobile {
    color: #961c1c;
  }
}
@media (max-width: 991.98px) {
  .header .header-bottom-navigation__item {
    font-weight: normal;
    background-color: white;
  }
  .header .header-bottom-navigation__item a {
    font-weight: normal !important;
    text-transform: capitalize;
    font-family: "Arial";
    font-weight: 400;
  }
  .header .header-bottom-navigation .main-navigation-mobile-signin {
    background-color: #000;
    text-align: center;
  }
  .header .header-bottom-navigation .main-navigation-mobile-signin a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
  }
}

.footer {
  font-family: "Arial";
}
.footer .footer-banner {
  background-color: #f3e8e0;
}
.footer .footer-banner .footer-banner-heading {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer .footer-banner span {
  font-family: "Arial";
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.36px;
}
.footer .footer-banner .footer-banner-link {
  font-family: "Arial";
  letter-spacing: 0.36px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  text-decoration: underline;
}
.footer .footer-banner .footer-banner-link:hover {
  text-decoration: none;
}
.footer .footer-middle-bottom,
.footer .footer-bottom {
  border-color: #E4E4E4;
}
.footer .footer-newsletter::-moz-placeholder {
  font-size: 14px;
  color: #717171;
  font-family: "Arial";
}
.footer .footer-newsletter::placeholder {
  font-size: 14px;
  color: #717171;
  font-family: "Arial";
}
.footer .footer-column-heading,
.footer .footer-newsletter-heading {
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.84px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer .footer-column-list-item a,
.footer .footer-column-list-item p,
.footer .footer-newsletter-wrap-inner a,
.footer .footer-newsletter-wrap-inner p {
  font-family: "Arial";
  letter-spacing: 0.36px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 991.98px) {
  .footer .footer-column-list-item,
  .footer .footer-newsletter-wrap-inner {
    text-align: center;
  }
  .footer .footer-column-list-item p,
  .footer .footer-column-list-item a,
  .footer .footer-newsletter-wrap-inner p,
  .footer .footer-newsletter-wrap-inner a {
    letter-spacing: 0;
  }
  .footer .footer-column-list-item .footer-newsletter-heading,
  .footer .footer-newsletter-wrap-inner .footer-newsletter-heading {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 27px;
  }
}
.footer .footer-column-list-item a:hover {
  text-decoration: underline;
}
.footer .footer-newsletter-wrap-inner a {
  text-decoration: underline;
}
.footer .footer-newsletter-wrap-inner a:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .footer .footer-newsletter-wrap-inner a {
    text-decoration: none;
  }
}
.footer .newsletter-button-mobile {
  color: #ffffff;
  background-color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer .footer-bottom .copyright-section {
  font-family: "Arial";
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.36px;
  font-weight: 400;
  color: #717171;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom .copyright-section {
    letter-spacing: 0px;
  }
}
.footer .footer-bottom .policies-list li a {
  font-family: "Arial";
  font-size: 11.6667px;
  line-height: 17.5px;
  letter-spacing: 0.36px;
  color: #000;
  transition: color 0.25s ease-in-out;
}
.footer .footer-bottom .policies-list li a:hover {
  text-decoration: underline;
  color: #717171;
}
.footer .contact-section-survey-wrap h4,
.footer .contact-section-c-care-wrap h4 {
  letter-spacing: 0.98px;
  line-height: 21px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
}
.footer .contact-section-survey-wrap a,
.footer .contact-section-survey-wrap span,
.footer .contact-section-c-care-wrap a,
.footer .contact-section-c-care-wrap span {
  font-family: "Arial";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}
.footer .contact-section-survey-wrap a,
.footer .contact-section-c-care-wrap a {
  text-decoration: underline;
}
.footer .app-store-section {
  border-color: #E4E4E4 !important;
}
.footer .message {
  font-style: italic;
  font-size: 12px;
  font-family: "Arial";
  line-height: 18px;
  letter-spacing: 0.36px;
}
.footer .message.error {
  color: #961c1c;
}
.footer .message.success {
  color: #000;
}

.footer-scroll-top {
  background-color: #ffffff;
}

