/* globals */
* {
  font-family: DM Sans, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: DM Sans;
  vertical-align: baseline;
}

*:focus {
  outline: 0 !important;
}
/* custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #ff5c5c;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ff5c5c;
}

::-webkit-scrollbar-thumb:active {
  background-color: #6f7c87;
}

::-webkit-scrollbar-track {
  background-color: white;
}

::-webkit-scrollbar-track:hover {
  background-color: white;
}

::-webkit-scrollbar-track:active {
  background-color: white;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* body {
    width: 100vw;
    overflow-x: hidden;
} */

/* squaremarket css */
.squaremarket-blue {
  color: #405e77;
}

.squaremarket-red {
  color: #ff5c5c;
}

.squaremarket-header-logo {
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.squaremarket-footer-logo {
  height: auto;
  width: auto;
  max-height: 14px;
  max-width: 300px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.squaremarket-menu-blue {
  height: 32px;
  background: url(../images/menu_blue.svg) no-repeat;
  background-position: center;
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0);
}

.squaremarket-menu-red {
  height: 32px;
  background: url(../images/close_red.svg) no-repeat;
  background-position: center;
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0);
}

.squaremarket-link {
  letter-spacing: 0.18em;
  font-weight: bold;
}

.squaremarket-bg-footer {
  background-color: #405e77;
}

.squaremarket-footer-padding {
  padding: 0rem 1rem;
}

.squaremarket-location-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.squaremarket-location-address {
  color: white;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.squaremarket-location-contact {
  color: white;
  font-size: 0.9rem;
  display: inline-block;
}

.squaremarket-footer-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.squaremarket-footer-span {
  display: inline-block;
}

.squaremarket-footer-link {
  color: white;
  transition: color 0.2s;
  font-size: 0.9rem;
  display: inline-block;
}

.squaremarket-footer-link:hover {
  text-decoration: none;
  color: #ff5c5c;
  transition: color 0.2s;
}

.squaremarket-footer-icon {
  color: white;
  margin-top: 1rem;
  margin-right: 1rem;
  transition: color 0.2s;
}

.squaremarket-footer-icon:hover {
  color: #ff5c5c;
  transition: color 0.2s;
}

@media (min-width: 768px) {
  .squaremarket-location-spacer {
    margin-bottom: 2.1rem;
  }
}

/* home page */
.squaremarket-carousel-auto-height {
  height: 100vh;
  height: calc(100vh - 96px);
  object-fit: cover;
}

.squaremarket-carousel-arrow {
  vertical-align: middle;
}

.squaremarket-home-collection-button {
  background-color: white;
  padding-top: 10%;
  padding-bottom: 10%;
}

.squaremarket-home-collection-text {
  color: #405e77;
  font-size: 2.5rem;
  font-weight: bold;
}

.squaremarket-home-collection-arrow {
  font-size: 1.5rem;
  color: #405e77;
  vertical-align: middle;
}

.squaremarket-home-wholesale-button {
  background-color: #ff5c5c;
  padding-top: 10%;
  padding-bottom: 10%;
}

.squaremarket-home-wholesale-text {
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
}

.squaremarket-home-wholesale-arrow {
  font-size: 1.5rem;
  color: white;
  vertical-align: middle;
}

.squaremarket-carousel-title {
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 400px) {
  .squaremarket-carousel-title {
    font-size: 3rem;
    font-weight: bold;
  }
}

.squaremarket-carousel-subtitle {
  font-size: 1.2rem;
  font-weight: bold;
}

.squaremarket-carousel-link {
  text-decoration: none;
  color: white;
}

.squaremarket-carousel-link:hover {
  text-decoration: none;
  color: white;
}

@media (max-width: 768px) {
  .squaremarket-home-collection-text {
    font-size: 2rem;
  }

  .squaremarket-home-wholesale-text {
    font-size: 2rem;
  }
}

@media (min-width: 1500px) {
  .squaremarket-home-collection-text {
    font-size: 4rem;
  }

  .squaremarket-home-wholesale-text {
    font-size: 4rem;
  }

  .squaremarket-home-collection-arrow {
    font-size: 3rem;
  }

  .squaremarket-home-wholesale-arrow {
    font-size: 3rem;
  }
}

/* about page */
.squaremarket-about-hero {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.squaremarket-about-title {
  color: #405e77;
  font-size: 2rem;
  font-weight: bold;
}

.squaremarket-about-body {
  color: #6f7c87;
  line-height: 1.6;
  max-width: 720px;
}

.squaremarket-about-story-img {
  max-width: 500px;
}

.squaremarket-why-choose-container {
  max-width: 750px;
}

.squaremarket-why-choose-title {
  color: #405e77;
  font-size: 1.75rem;
  font-weight: bold;
}

.squaremarket-why-choose-img {
  max-width: 120px;
}

.squaremarket-why-choose-text {
  font-size: 1.2rem;
  color: #405e77;
  font-weight: bold;
}

.squaremarket-btn {
  line-height: 2;
  font-weight: bold;
  color: white;
  background-color: #405e77;
  border: none;
  border-radius: unset;
  transition: background-color 0.2s;
}

.squaremarket-btn:hover {
  color: white;
  background-color: #ff5c5c;
  border-color: unset;
  transition: background-color 0.2s;
}

.squaremarket-btn:active {
  color: white;
  background-color: #ff5c5c;
  border-color: unset;
}

.squaremarket-btn:focus {
  box-shadow: none;
}

.squaremarket-btn-alt {
  line-height: 2;
  font-weight: bold;
  color: #405e77;
  background-color: white;
  border: none;
  border-radius: unset;
  box-shadow: inset 0px 0px 0px 2px #405e77;
  transition: color 0.2s, box-shadow 0.2s;
}

.squaremarket-btn-alt:hover {
  color: #ff5c5c;
  background-color: white;
  border-color: unset;
  box-shadow: inset 0px 0px 0px 2px #ff5c5c;
  transition: color 0.2s, box-shadow 0.2s;
}

.squaremarket-btn-alt:active {
  color: #ff5c5c;
  background-color: white;
  box-shadow: inset 0px 0px 0px 2px #ff5c5c;
}

.squaremarket-btn-alt:focus {
  box-shadow: inset 0px 0px 0px 2px #ff5c5c;
}

.squaremarket-coffee-btn-img {
  vertical-align: middle;
  height: 20px;
  margin-right: 12px;
}

.squaremarket-coffee-btn-arrow {
  vertical-align: middle;
  margin-left: 10px;
}

.squaremarket-about-btn {
  max-width: 250px;
}

/* contact page */
.squaremarket-contact-maps {
  height: 300px;
}

.squaremarket-contact-title {
  color: #405e77;
  font-size: 2rem;
  font-weight: bold;
}

.squaremarket-contact-form-title {
  color: #405e77;
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 720px;
}

.squaremarket-contact-form-body {
  color: #6f7c87;
  line-height: 1.6;
  max-width: 720px;
}

.squaremarket-contact-form {
  max-width: 720px;
}

.squaremarket-contact-left {
  padding-left: unset;
}

.squaremarket-contact-right {
  padding-right: unset;
}

@media (max-width: 768px) {
  .squaremarket-contact-left {
    padding-left: unset;
    padding-right: unset;
  }

  .squaremarket-contact-right {
    padding-right: unset;
    padding-left: unset;
  }
}

.squaremarket-contact-form-contact-title {
  display: inline-block;
  font-size: 1.5rem;
  color: #405e77;
  font-weight: bold;
}

.squaremarket-contact-form-address {
  color: #6f7c87;
  display: inline-block;
}

.squaremarket-contact-form-contact {
  color: #6f7c87;
  display: inline-block;
}

.g-recaptcha {
  transform-origin: top left;
}

/* .squaremarket-contact-form-btn {
    max-width: 150px;
} */

label {
  color: #6f7c87;
}

.squaremarket-alert {
  max-width: 720px;
  color: white;
  background-color: #ff5c5c;
}

.close {
  padding-top: 0.6rem !important;
}

.squaremarket-alert-close {
  color: white;
}

/* coffee page */
.squaremarket-coffee-hero {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 50% 75%;
}

.squaremarket-coffee-icon {
  height: 50px;
}

.squaremarket-coffee-title {
  color: #405e77;
  font-size: 2rem;
  font-weight: bold;
}

.squaremarket-coffee-body {
  color: #6f7c87;
  line-height: 1.6;
  max-width: 720px;
}

.squaremarket-coffee-col {
  padding: 15px;
}

.squaremarket-coffee-products {
  /* background-color: #FF5C5C; */
  background-color: #405e77;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  transition: background-color 0.2s;
}

.squaremarket-coffee-products:hover {
  cursor: pointer;
}

.squaremarket-coffee-products-content {
  position: absolute;
  width: 100%;
  top: 20%;
  transition: opacity 0.2s;
}

.squaremarket-coffee-products-content-hide {
  opacity: 0;
  transition: opacity 0.2s;
}

.squaremarket-coffee-products-icon {
  width: 35%;
  height: auto;
}

.squaremarket-coffee-products-title {
  color: white;
  line-height: 1.05;
  font-size: 45px;
}

.squaremarket-coffee-products-content-col {
  padding: 0px 50px;
}

.squaremarket-coffee-products-content-white-coffee-icon {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.squaremarket-coffee-products-content-bean-type-title {
  color: white;
  font-size: 23px;
}

/* .squaremarket-coffee-products-content-white-underline {
    border-bottom: 1px solid white;
    margin-top: 20px;
    margin-bottom: 5px;
} */

.squaremarket-coffee-products-content-white-underline-lite {
  border-bottom: 1px solid white;
  margin: 5px 0px;
}

.squaremarket-coffee-products-content-col-left {
  padding-left: 50px;
  border-right: 1px solid white;
}

.squaremarket-coffee-products-content-col-right {
  padding-right: 50px;
}

.squaremarket-coffee-products-content-subtitle {
  color: white;
  font-size: 15px;
  padding: 5px 0px;
}

.squaremarket-coffee-products-content-text {
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.squaremarket-coffee-sample-pack-hero {
  width: 100%;
  display: block;
  height: 400px;
  object-fit: cover;
}

.squaremarket-coffee-sample-pack-col {
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.squaremarket-coffee-sample-pack-title {
  color: #405e77;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.1;
}

/* coffee details page */
@media (max-width: 768px) {
  .squaremarket-coffee-details-container {
    padding: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 48px !important;
  }

  .squaremarket-coffee-details-img-col {
    padding: 0px !important;
  }

  .squaremarket-coffee-details-col {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

.squaremarket-coffee-details-icon {
  width: auto;
  height: 50px;
}

.squaremarket-coffee-details-title {
  color: #405e77;
  font-size: 3rem;
  line-height: 1.1;
}

.squaremarket-coffee-details-subtitle-1 {
  color: #405e77;
  font-size: 1.5rem;
}

.squaremarket-coffee-details-subtitle-2 {
  color: #6f7c87;
  font-size: 1.5rem;
}

.squaremarket-coffee-details-btn {
  max-width: 360px;
}

.squaremarket-coffee-details-description {
  max-width: 360px;
  color: #6f7c87;
}

.squaremarket-coffee-details-you-may-col {
  padding-top: 2rem;
}

.squaremarket-coffee-details-you-may-title {
  font-size: 1.5rem;
  color: #405e77;
}

.squaremarket-coffee-details-you-may-link {
  text-decoration: none;
  color: #405e77;
  transition: color 0.2s;
}

.squaremarket-coffee-details-you-may-link:hover {
  text-decoration: none;
  color: #ff5c5c;
  transition: color 0.2s;
}

.squaremarket-coffee-details-you-may-img {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
}

.squaremarket-coffee-details-you-may-img:hover {
  transform: scale(1.1);
  transition: transform 0.8s;
}

/* squaremarket 404 */
@media (max-width: 768px) {
  .squaremarket-404-title {
    margin-top: 1.5rem;
  }
}

.squaremarket-404-img {
  max-width: 300px;
}

.squaremarket-404-title {
  color: #405e77;
  font-size: 4rem;
  font-weight: bold;
  line-height: 0.8;
}

.squaremarket-404-subtitle {
  color: #6f7c87;
  font-size: 1.5rem;
}
