/*

    1. BASE
    reset
    base

    2. Element
    Forms
    Header
    Text
    TextColor
    TextSize
    Module
    Footer
    HeroImage
    Banner
    Products

    3. Layout
    Home
    Blog
    Builder
    Error
    Result

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #10100F;
  font-size: 16px;
  line-height: 25px;
}

body {
  background: url(../images/elements/shape.svg) no-repeat center center;
  background-size: cover;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Cormorant Garamond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.02em;
}

/* outline */
* {
  letter-spacing: 0;
}
*:focus {
  outline: none !important;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #A6A6A6 !important;
}

::-moz-placeholder {
  color: #A6A6A6 !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #A6A6A6 !important;
} /* ie */
:-moz-placeholder {
  color: #A6A6A6 !important;
}

/* Selection */
::-moz-selection {
  background: #C57243;
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: #C57243;
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: #C57243;
  color: #fff;
  opacity: 1 !important;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
.newsletter__form {
  background: #fff;
  border: 1px solid rgb(92, 64, 51);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter__form input {
  border: 0;
  background: transparent;
  border-radius: 30px;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
/*

:::::: RESPONSIVE ::::::

*/
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-neutral,
.text-neutral * {
  color: #F5EFE4 !important;
}

.text-brown,
.text-brown * {
  color: rgb(92, 64, 51) !important;
}

.text-orange,
.text-orange * {
  color: #C57243 !important;
}

.text-green,
.text-green * {
  color: #7B8A6A !important;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-small,
.text-small * {
  font-size: 11px;
  line-height: 20px;
}

.text-12,
.text-12 * {
  font-size: 12px;
  line-height: 18px;
}

.text-14,
.text-14 * {
  font-size: 14px;
  line-height: 20px;
}

.text-16,
.text-16 * {
  font-size: 16px;
  line-height: 25px;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 28px;
}

h1,
h1 *,
.h1,
.h1 * {
  font-size: 40px;
  line-height: 45px;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 24px;
  line-height: 35px;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 21px;
  line-height: 25px;
}

h4,
h4 *,
.h4,
.h4 * {
  font-size: 18px;
  line-height: 25px;
}

h5,
h5 *,
.h5,
.h5 * {
  font-size: 16px;
  line-height: 25px;
}

h6,
h6 *,
.h6,
.h6 * {
  font-size: 14px;
  line-height: 25px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 32px;
    line-height: 35px;
  }
}
@media all and (max-width: 768px) {
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .module {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-bottom {
    padding-bottom: 40px;
  }
  .module-top {
    padding-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .module {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-bottom {
    padding-bottom: 30px;
  }
  .module-top {
    padding-top: 30px;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
.btn.btn-primary {
  background: #fff;
  color: #5E5E5E;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  padding: 8px 32px;
  font-weight: 700;
}
.btn.btn-primary span {
  font-size: 18px;
}
.btn.btn-primary:hover {
  background: #F5EFE4;
}
.btn.btn-secondary {
  background: #5E5E5E;
  color: #fff;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  padding: 8px 32px;
  font-weight: 700;
}
.btn.btn-secondary span {
  font-size: 18px;
}
.btn.btn-secondary:hover {
  background: rgb(92, 64, 51);
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
  FOOTER
------------------------------------------------------------ */
footer {
  background: #5E5E5E;
  padding: 16px 0;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
    HERO IMAGE
------------------------------------------------------------ */
.hero-image__logo {
  width: 100%;
  max-width: 400px;
}

.hero-image__products {
  width: 100%;
  max-width: 600px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .hero-image__logo {
    max-width: 320px;
  }
}
/* ------------------------------------------------------------
     BANNER
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     PRODUCTS
------------------------------------------------------------ */
.product-item {
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 0 34px 34px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 34px 34px 0 rgba(0, 0, 0, 0.11);
  height: 100%;
  position: relative;
}
.product-item article {
  width: 100%;
  padding: 20px;
}
.product-item article h3 {
  min-height: 70px;
}

.product-like {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: 0;
  padding: 0;
  font-size: 24px;
  color: #C57243;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-like.active {
  color: rgb(92, 64, 51);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #F5EFE4;
  border-radius: 50%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-like:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: rgb(92, 64, 51);
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
.banner {
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .container {
  position: relative;
  z-index: 1;
}

.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-position: top;
     object-position: top;
}

.js-toggle.active {
  background: rgb(92, 64, 51);
}

.newsletter {
  position: relative;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter .container {
  position: relative;
  z-index: 1;
}

.newsletter__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-position: top;
     object-position: top;
}

.cintillo {
  background: #5E5E5E;
  position: relative;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */