body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  display: block;
  height: auto;
  margin-right: 20px;
  padding-right: 12px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.navigation-link.white:hover {
  text-decoration: underline;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  padding-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
}

.navigation-bar.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  padding-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.page-heading {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: 'Publicoheadline web', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  text-align: center;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  margin-bottom: 0px;
  font-family: 'Publicoheadline web', sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

.section-title-group {
  margin-bottom: 62px;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.accent {
  margin-top: 0px;
  background-color: #000;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.blog-img {
  margin: 14px 24px 14px 14px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog-img:hover {
  border: 1px solid #000;
}

.footer-link-2 {
  display: block;
  margin-bottom: 6px;
  padding-right: 1px;
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.branded-container {
  display: none;
  text-align: center;
}

.feature-column {
  margin-bottom: 22px;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}

.tracking-hero {
  min-height: 700px;
  margin-bottom: 40px;
  padding-top: 0px;
  background-image: url('../images/Headersm.jpg');
  background-position: 50% 0%;
  background-size: 100vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.branded-status {
  font-family: 'Lineto circular', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.branded-headline {
  display: none;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Publicoheadline web', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

.columns {
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 164px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Playfair Display';
  font-weight: 900;
}

.delivery-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 200%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.delivery-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Publicoheadline web', sans-serif;
  color: #000;
  font-size: 72px;
  line-height: 125%;
  font-weight: 700;
}

.event-list-2 {
  margin-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  cursor: pointer;
}

.delivery-weekday {
  margin-right: 12px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.delivery-day {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.delivery-month {
  margin-right: 12px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.status-label {
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.event-status {
  padding-top: 10px;
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.event-date {
  font-family: 'Lineto circular book', sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.image {
  display: inline-block;
  max-width: 200px;
}

.press-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 108px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fef6f6;
  text-align: center;
}

.heading-2 {
  display: block;
  margin-bottom: 4px;
  padding-left: 7px;
  font-family: 'Publicoheadline web', sans-serif;
  color: #000;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.2px;
}

.heading-2:hover {
  border: 1px none #000;
  background-color: #fcf2a1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #000;
  text-decoration: underline;
}

.columns-2 {
  margin-top: -24px;
  margin-right: -12px;
  margin-left: -12px;
}

.container-2 {
  margin-bottom: 24px;
}

.section-4 {
  display: none;
  min-height: 540px;
  padding-top: 77px;
  padding-right: 18px;
  background-image: url('../images/Forecastsm.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-3 {
  position: static;
  display: block;
  padding-right: 462px;
  clear: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.image-2 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Lineto circular book', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}

.button-2 {
  height: 32px;
  padding: 6px 39px;
  float: none;
  background-color: #000;
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.button-2:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.heading-4 {
  margin-bottom: 6px;
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: 'Publicoheadline web', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.paragraph-3:hover {
  text-decoration: underline;
}

.heading-6 {
  display: none;
  font-family: 'Lineto circular', sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.heading-7 {
  margin-top: 60px;
  margin-bottom: 100px;
  font-family: 'Publicoheadline web', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.footer2 {
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
  font-family: 'Lineto circular book', sans-serif;
  color: hsla(0, 0%, 100%, 0.28);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-6 {
  display: block;
  text-align: center;
}

.press-logo {
  max-width: 70px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body {
  border-radius: 20px;
  font-family: Poppins;
  font-weight: 400;
}

.body:hover {
  font-weight: 500;
}

.div-block-7 {
  height: 30px;
}

.text-block-10 {
  padding-left: 16px;
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.email-field {
  overflow: visible;
  width: 120px;
  max-height: 34px;
  float: none;
  clear: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.email-field:hover {
  border-bottom-color: #fcf299;
}

.email-field:focus {
  border-bottom-color: #fcf299;
}

.submit-button {
  width: 80px;
  max-height: 34px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: none;
  clear: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Lineto circular', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  border-bottom-color: #fcf299;
}

.container-6 {
  display: block;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-14 {
  display: none;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  padding-top: 2px;
  float: left;
}

.event-list {
  display: block;
  overflow: hidden;
  height: 100px;
}

.by-malomo {
  position: relative;
  top: -16px;
  margin-bottom: 1px;
  font-family: 'Lineto circular', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.by-malomo-link {
  color: #fff;
}

.event-container {
  display: block;
  height: auto;
  padding: 20px 24px;
  background-color: #fcf8d6;
}

.blog-post-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f9fb;
}

.blog-section {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-10 {
  padding-right: 20px;
  padding-left: 24px;
}

.blog-image2 {
  max-height: 120px;
  max-width: 120px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.blog-post-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fbf9f9;
}

.blog-post-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fef6f6;
}

.press-logo-square {
  max-width: 30px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.press-logo-long {
  max-width: 105px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.press-logo-short {
  max-width: 55px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block {
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-14 {
  position: relative;
  top: -45px;
  z-index: 1;
  display: none;
  text-align: center;
}

.image-15 {
  width: 200px;
  margin-right: 10px;
  margin-left: 20px;
  padding-right: 10px;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.text-block-14 {
  font-family: 'Lineto circular book', sans-serif;
  font-size: 14px;
  text-align: center;
}

.link-4 {
  color: #fff;
  text-decoration: underline;
}

.press-logos-2 {
  display: none;
  min-height: 108px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fef6f6;
  text-align: center;
}

.div-block-18 {
  display: none;
}

.div-block-19 {
  display: none;
}

.press-logo-long-mobile {
  max-width: 105px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.press-logo-mobile {
  max-width: 70px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.press-logo-square-mobile {
  max-width: 30px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.press-logo-short-mobile {
  max-width: 55px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.press-logos-3 {
  display: none;
  min-height: 108px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fef6f6;
  text-align: center;
}

.press-logo-long-mobile-land {
  max-width: 105px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tracker-soon {
  margin-top: 0px;
  font-family: 'Publicoheadline web', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.availability-details {
  margin-top: 20px;
  margin-right: 29px;
  margin-left: 29px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
}

.coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcf8d6;
}

.success-msg {
  background-color: transparent;
  font-family: 'Lineto circular', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.column-8 {
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
}

.form-block {
  display: none;
  font-family: 'Lineto circular book', sans-serif;
}

.scroll-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcf8d6;
  text-align: center;
}

.scroll-indicator-label {
  display: block;
  margin-right: 24px;
  margin-left: 24px;
  padding: 9px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
  background-color: #fcf8d6;
  font-family: 'Lineto circular book', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.scroll-indicator-icon {
  width: 12px;
  height: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.form-block-2 {
  display: none;
}

.form-block-3 {
  display: none;
}

.form-block-4 {
  display: none;
}

.form-block-5 {
  display: none;
}

.column-9 {
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
}

.column-10 {
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
}

.column-11 {
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
}

.column-12 {
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
}

.color-options-img {
  display: none;
  max-height: 24px;
  padding-left: 10px;
}

.collection-link-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.best-seller {
  position: relative;
  left: -106px;
  top: 33px;
  height: 22px;
}

.new-colors {
  position: relative;
  left: -106px;
  top: 33px;
  height: 22px;
}

.event-location {
  font-family: 'Lineto circular book', sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.event-message {
  display: inline;
  font-family: 'Lineto circular book', sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.event {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 125%;
}

.delivery-pre-transit {
  height: 100px;
  margin-top: 16px;
  font-family: 'Publicoheadline web', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.carrier-logo {
  max-height: 18px;
  max-width: 56px;
  margin-left: 4px;
}

.carrier-label-2 {
  font-family: 'Lineto circular book', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.by-malomo-link-2 {
  position: static;
  padding-left: 4px;
  color: #fff;
}

.by-malomo-2 {
  font-family: 'Lineto circular', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.carrier-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.tracking-number-2 {
  font-family: 'Lineto circular book', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.tracking-number-2:hover {
  color: rgba(0, 0, 0, 0.6);
}

.carrier-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tracking-by-malomo {
  font-family: 'Lineto circular', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.malomo-container {
  display: none;
  margin-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carrier-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fcf8d6;
}

.tracking-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.navigation-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-mobile {
  display: none;
}

.link-block-5 {
  margin-right: 20px;
  margin-left: 20px;
}

.navigation-link-2 {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link-2:hover {
  color: #2196f3;
}

.navigation-link-2.white {
  display: block;
  height: auto;
  margin-right: 20px;
  padding-right: 12px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.navigation-link-2.white:hover {
  text-decoration: underline;
}

.product-heading {
  margin-bottom: 40px;
  font-family: 'Publicoheadline web', sans-serif;
  font-size: 36px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.02em;
}

.product-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #12263f;
  text-decoration: none;
  cursor: pointer;
}

.product-image-container {
  margin-bottom: 10px;
}

.heading-8 {
  display: block;
  margin-top: 15px;
  margin-bottom: 4px;
  padding-left: 7px;
  background-color: #fff;
  font-family: 'Publicoheadline web', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 125%;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.2px;
}

.heading-8:hover {
  border: 1px none #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #000;
  text-decoration: underline;
}

.press-logo-container {
  display: -ms-grid;
  display: grid;
  width: 100vw;
  min-height: 88px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fef6f6;
}

.logo-shorter {
  max-width: 93px;
  padding-right: 8px;
  padding-left: 8px;
}

.malomo-container-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-by-malomo-2 {
  margin-right: 4px;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 12px;
}

.by-malomo-link-3 {
  width: 72px;
  cursor: pointer;
}

.scroll-indicator-label-hide {
  display: none;
  margin-right: 24px;
  margin-left: 24px;
  padding: 9px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
  font-family: 'Lineto circular book', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.press-logo-svg {
  max-width: 100px;
}

.link-5 {
  display: none;
}

.malomo-shipment-tracker-delivery-date {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Publicoheadline web', sans-serif;
  color: #000;
  font-size: 56px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.malomo-shipment-tracker {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 500px;
  margin-top: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.malomo-shipment-tracker-event-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lineto circular book', sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

.malomo-shipment-tracker-body {
  position: static;
  z-index: 2;
  width: 600px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-color: rgba(149, 170, 201, 0.1);
  background-color: #fcf8d6;
}

.malomo-shipment-tracker-delivery-state {
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.malomo-shipment-tracker-event-timestamp-date {
  margin-right: 6px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}

.malomo-shipment-tracker-carrier-info-image {
  max-height: 24px;
  max-width: 64px;
  margin-right: 8px;
}

.malomo-shipment-tracker-most-recent-event {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.malomo-shipment-tracker-event-message {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Lineto circular book', sans-serif;
  color: #000;
  font-weight: 400;
}

.malomo-shipment-tracker-history {
  overflow: auto;
}

.malomo-shipment-tracker-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  font-size: 14px;
  line-height: 130%;
}

.malomo-shipment-tracker-status-message {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Publicoheadline web', sans-serif;
  color: #000;
  font-size: 56px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.malomo-shipment-tracker-carrier-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.malomo-shipment-tracker-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  padding: 12px 24px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(149, 170, 201, 0.1);
  background-color: #fcf8d6;
}

.malomo-shipment-tracker-history-control {
  padding: 9px 32px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.malomo-shipment-tracker-countdown {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #000;
  font-size: 24px;
  line-height: 125%;
  font-weight: 400;
}

.malomo-shipment-tracker-carrier-info-tracking-code-link {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Lineto circular book', sans-serif;
  color: #3d4412;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}

.malomo-shipment-tracker-event-timestamp-time {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-family: 'Lineto circular', sans-serif;
  color: #5d5d5d;
  font-weight: 400;
  text-transform: uppercase;
}

.malomo-shipment-tracker-event-timestamp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.malomo-shipment-tracker-latest-activity {
  margin-bottom: 4px;
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.malomo-shipment-tracker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.malomo-unavailable {
  display: none;
  width: 600px;
  height: 500px;
  margin-top: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.malomo-unavailable-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 56px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.malomo-unavailable-body {
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(149, 170, 201, 0.1);
  background-color: #fff;
}

.malomo-unavailable-message {
  padding-top: 24px;
  padding-bottom: 12px;
  background-color: #fff;
}

.malomo-unavailable-link {
  color: #12263f;
}

.malomo-shipment-tracker-events-header-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 20px;
}

.malomo-shipment-tracker-events {
  overflow: scroll;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.malomo-shipment-tracker-event-location-state {
  text-transform: uppercase;
}

.malomo-shipment-tracker-events-header-close-icon {
  width: 20px;
  height: 20px;
}

.malomo-shipment-tracker-events-backdrop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
  color: #000;
}

.malomo-shipment-tracker-events-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 12px;
  color: #000;
}

.malomo-shipment-tracker-events-modal {
  width: 600px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 3px;
  background-color: #fff;
}

.malomo-order-lookup-label {
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.malomo-order-lookup-tracking-number-input {
  width: 100%;
  height: 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: hsla(0, 0%, 97.7%, 0.4);
  font-family: 'Lineto circular book', sans-serif;
  font-weight: 400;
}

.malomo-order-lookup-section-1-1 {
  margin-bottom: 10px;
}

.malomo-order-lookup-number-input {
  width: 100%;
  height: 42px;
  margin-bottom: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: hsla(0, 0%, 97.7%, 0.4);
  font-family: 'Lineto circular book', sans-serif;
  font-weight: 400;
}

.malomo-order-lookup-number-input:focus {
  border-width: 2px;
  border-color: #8fd7f3;
}

.malomo-order-lookup-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.malomo-order-lookup-section-separator {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

.malomo-order-lookup-submit-button {
  height: 48px;
  margin-top: 32px;
  margin-bottom: 16px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Lineto circular', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.malomo-order-lookup-error-message {
  margin-bottom: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: #e63757;
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.malomo-order-lookup {
  position: relative;
  z-index: 2;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(149, 170, 201, 0.1);
  background-color: #fcf8d6;
  -o-object-fit: contain;
  object-fit: contain;
}

.malomo-order-lookup-customer-email-input {
  width: 100%;
  height: 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: hsla(0, 0%, 97.7%, 0.4);
  font-family: 'Lineto circular book', sans-serif;
  font-weight: 400;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-bar.dark {
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navigation-bar.dark {
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.white {
    width: 60px;
    height: 60px;
    background-color: transparent;
    color: #fff;
  }

  .navigation-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff8cd;
  }

  .section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .branded-container {
    padding-top: 0px;
  }

  .tracking-container {
    overflow: visible;
    height: auto;
    max-height: none;
    padding-top: 0px;
  }

  .tracking-hero {
    min-height: auto;
    min-width: auto;
    background-size: auto 70vh;
  }

  .branded-headline {
    padding-right: 0px;
  }

  .delivery-month {
    margin-right: 20px;
    margin-left: 20px;
  }

  .press-logos {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .section-4 {
    min-height: auto;
    padding-top: 40px;
    padding-right: 0px;
    float: none;
    clear: none;
    background-image: url('../images/Forecastsmmobile.jpg');
    background-position: 0% 0%;
    background-size: cover;
  }

  .container-3 {
    margin-bottom: 0px;
  }

  .button-2 {
    margin-bottom: 40px;
    padding-top: 6px;
    padding-bottom: 10px;
  }

  .press-logo {
    margin-right: 20px;
    margin-left: 20px;
  }

  .body {
    overflow: visible;
  }

  .blog-post-left {
    margin-right: 0px;
  }

  .blog-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-post-center {
    margin-right: 0px;
    margin-left: 0px;
  }

  .blog-post-right {
    margin-left: 0px;
  }

  .press-logo-square {
    margin-right: 20px;
    margin-left: 20px;
  }

  .press-logo-long {
    margin: 8px 20px 10px 10px;
  }

  .press-logo-short {
    margin-right: 20px;
    margin-left: 20px;
  }

  .icon {
    color: #000;
  }

  .div-block-14 {
    top: -59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-2 {
    display: none;
  }

  .press-logos-2 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .press-logo-long-mobile {
    margin: 8px 20px 10px 10px;
  }

  .press-logo-mobile {
    margin-right: 20px;
    margin-left: 20px;
  }

  .press-logo-square-mobile {
    margin-right: 20px;
    margin-left: 20px;
  }

  .press-logo-short-mobile {
    margin-right: 20px;
    margin-left: 20px;
  }

  .press-logos-3 {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .press-logo-long-mobile-land {
    margin: 8px 20px 10px 10px;
  }

  .availability-details {
    margin-right: 20px;
    margin-left: 20px;
  }

  .tracking-section {
    width: 90vw;
  }

  .navigation-menu-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff8cd;
  }

  .menu-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-mobile {
    position: relative;
    top: -52px;
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .link-block-5 {
    display: none;
  }

  .hamburger-button-2:hover {
    color: #2196f3;
  }

  .hamburger-button-2.w--open {
    background-color: #333;
  }

  .hamburger-button-2.white {
    width: 60px;
    height: 60px;
    background-color: transparent;
    color: #fff;
  }

  .press-logo-container {
    padding: 32px 100px;
    grid-column-gap: 100px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .logo-shorter {
    padding-right: 16px;
    padding-left: 16px;
  }

  .malomo-container-new {
    padding-right: 0px;
  }

  .malomo-shipment-tracker-body {
    top: -240px;
  }

  .malomo-unavailable {
    display: none;
    border-width: 0px;
  }

  .malomo-shipment-tracker-events-backdrop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .malomo-order-lookup {
    top: -240px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar.dark {
    padding-top: 0px;
  }

  .navigation-bar.dark {
    padding-top: 0px;
  }

  .hamburger-button.w--open {
    background-color: transparent;
  }

  .hamburger-button.white {
    width: 60px;
    height: 60px;
  }

  .navigation-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .branded-container {
    display: none;
    margin-bottom: 10px;
  }

  .tracking-container {
    margin-bottom: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .columns {
    margin-top: 50px;
  }

  .press-logos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-3 {
    padding-right: 0px;
  }

  .button-2 {
    padding-top: 6px;
  }

  .column-6 {
    padding-top: 20px;
  }

  .column-7 {
    padding-top: 20px;
  }

  .div-block-14 {
    top: -55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .press-logos-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-18 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-19 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .press-logos-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .press-logo-long-mobile-land {
    display: none;
  }

  .color-options-img {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .collection-link-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .best-seller {
    display: none;
  }

  .new-colors {
    display: none;
  }

  .navigation-menu-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hamburger-button-2.w--open {
    background-color: transparent;
  }

  .hamburger-button-2.white {
    width: 60px;
    height: 60px;
  }

  .product-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .heading-8 {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .press-logo-container {
    padding-top: 20px;
    padding-bottom: 20px;
    grid-column-gap: 120px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .logo-shorter {
    padding-right: 24px;
    padding-left: 24px;
  }

  .malomo-container-new {
    margin-bottom: 12px;
  }

  .malomo-shipment-tracker-delivery-date {
    font-size: 46px;
  }

  .malomo-shipment-tracker-body {
    position: static;
    z-index: 99;
    width: 100vw;
    max-width: none;
    margin-left: 0px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-width: 0px;
  }

  .malomo-shipment-tracker-delivery-state {
    background-color: transparent;
    font-size: 12px;
  }

  .malomo-shipment-tracker-event-message {
    font-size: 16px;
    line-height: 135%;
  }

  .malomo-shipment-tracker-status-message {
    font-size: 46px;
  }

  .malomo-shipment-tracker-footer {
    width: 100vw;
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    border-top-style: none;
  }

  .malomo-shipment-tracker-history-control {
    border: 1px solid #e3ebf6;
  }

  .malomo-shipment-tracker-countdown {
    text-align: center;
  }

  .malomo-shipment-tracker-event-timestamp {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
  }

  .malomo-unavailable-link {
    line-height: 200%;
  }

  .malomo-order-lookup {
    position: static;
    z-index: 99;
    width: 100vw;
    max-width: none;
    margin-left: 0px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-width: 0px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar.dark {
    padding-top: 0px;
  }

  .navigation-bar.dark {
    padding-top: 0px;
  }

  .hamburger-button.w--open {
    background-color: transparent;
  }

  .hamburger-button.white {
    width: 60px;
    height: 60px;
  }

  .navigation-menu {
    top: 55px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff8cd;
  }

  .page-heading {
    font-size: 52px;
  }

  .blog-img {
    margin-right: 0px;
    margin-left: 0px;
    clear: both;
  }

  .branded-container {
    display: none;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tracking-container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .tracking-hero {
    position: static;
    min-height: auto;
    min-width: auto;
    float: none;
    clear: none;
  }

  .branded-status {
    display: block;
    max-height: none;
    padding-right: 0px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .branded-headline {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .columns {
    margin-top: 30px;
  }

  .div-block {
    position: relative;
  }

  .tracking-element {
    position: relative;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    float: none;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image {
    max-width: 140px;
  }

  .press-logos {
    height: auto;
    min-height: 108px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }

  .heading-2 {
    display: inline-block;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .section-4 {
    background-size: auto;
  }

  .container-3 {
    padding-right: 0px;
  }

  .button-2 {
    padding-top: 6px;
  }

  .heading-4 {
    padding-top: 0px;
  }

  .press-logo {
    margin-bottom: 20px;
  }

  .blog-image2 {
    max-height: 100px;
    max-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .press-logo-square {
    margin-bottom: 20px;
  }

  .press-logo-long {
    margin-right: 4px;
    margin-bottom: 20px;
    margin-left: 4px;
  }

  .press-logo-short {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-14 {
    top: -55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-7 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .press-logos-2 {
    display: none;
    height: auto;
    min-height: 108px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }

  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .press-logo-long-mobile {
    margin-right: 4px;
    margin-bottom: 20px;
    margin-left: 4px;
  }

  .press-logo-mobile {
    margin-bottom: 20px;
  }

  .press-logo-square-mobile {
    margin-bottom: 20px;
  }

  .press-logo-short-mobile {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .press-logos-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 260px;
    padding-top: 34px;
    padding-bottom: 14px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }

  .press-logo-long-mobile-land {
    margin-right: 4px;
    margin-bottom: 20px;
    margin-left: 4px;
  }

  .color-options-img {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .collection-link-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .best-seller {
    display: none;
  }

  .carrier-logo {
    max-width: 56px;
  }

  .carrier-container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tracking-number-2 {
    color: #4a4a4a;
  }

  .navigation-menu-2 {
    top: 55px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff8cd;
  }

  .hamburger-button-2.w--open {
    background-color: transparent;
  }

  .hamburger-button-2.white {
    width: 60px;
    height: 60px;
  }

  .product-grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-8 {
    display: inline-block;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .press-logo-container {
    padding: 40px;
    grid-column-gap: 60px;
    grid-row-gap: 36px;
  }

  .tracking-by-malomo-2 {
    font-weight: 500;
  }

  .malomo-shipment-tracker-delivery-date {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .malomo-shipment-tracker-body {
    z-index: 99;
  }

  .malomo-shipment-tracker-delivery-state {
    margin-bottom: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .malomo-shipment-tracker-event-timestamp-date {
    text-decoration: none;
    text-transform: none;
  }

  .malomo-shipment-tracker-event-message {
    text-align: left;
  }

  .malomo-shipment-tracker-status-message {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .malomo-shipment-tracker-footer {
    width: 100vw;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .malomo-shipment-tracker-history-control {
    margin-bottom: 12px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .malomo-shipment-tracker-event-timestamp {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .malomo-unavailable {
    width: 100%;
    margin-top: 25px;
  }

  .malomo-unavailable-header {
    font-size: 48px;
  }

  .malomo-shipment-tracker-events {
    height: 100%;
    margin-top: 0px;
  }

  .malomo-shipment-tracker-events-backdrop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .malomo-shipment-tracker-events-modal {
    position: static;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .malomo-order-lookup {
    z-index: 99;
    display: block;
    width: 100vw;
    margin-top: 500px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-_1d2e3c9b-556c-5bbe-50a4-4b68ab5d6933-14f8fc96 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Publicoheadline web';
  src: url('../fonts/PublicoHeadline-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lineto circular book';
  src: url('../fonts/lineto-circular-book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}