@font-face {
  font-family: "Agrandir";
  src: url("/fonts/agrandir/agrandir-regular.woff2") format("woff2"), url("/fonts/agrandir/agrandir-regular.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Agrandir";
  src: url("/fonts/agrandir/agrandir-medium.woff2") format("woff2"), url("/fonts/agrandir/agrandir-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
/* Font Sizes */
html {
  font-size: 16px;
}

body {
  font-family: "Agrandir";
}

.top-bar {
  width: 100%;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .top-bar {
    padding: 1rem;
  }
}

/** Main Header **/
.main-header {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  position: relative;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
}
@media (min-width: 1280px) {
  .main-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .main-header {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1280px) {
  .main-header {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 2.5rem;
  }
}
.main-header .left {
  display: flex;
  align-items: baseline;
}
@media (max-width: 992px) {
  .main-header .left {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: space-between;
    width: 100%;
    padding-top: 0.5rem;
  }
}
.main-header .left button {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  font-weight: 500;
  text-transform: uppercase;
  background: transparent;
  border: none;
}
.main-header .left button:last-child {
  margin-left: 1rem;
}
.main-header .logo {
  display: flex;
  justify-content: center;
}
.main-header .logo img {
  height: 44px;
  width: auto;
}
@media (max-width: 992px) {
  .main-header .logo {
    padding-top: 1rem;
  }
}
.main-header .right {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  align-items: baseline;
}
@media (min-width: 992px) {
  .main-header .right {
    justify-content: right;
    margin-top: 0;
  }
}
.main-header .right button {
  background: transparent;
  border: none;
}
.main-header .right button:not(:first-child) {
  margin-left: 0.75rem;
}

/** Main Navigation  **/
nav {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 0.75rem;
  display: none;
}
nav a {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  font-weight: 500;
  color: #000000;
}
nav a:hover {
  text-decoration: none;
  color: #777777;
}
@media (min-width: 1280px) {
  nav {
    display: flex;
  }
}

/** Slider **/
.main-slider {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #000000;
  margin-top: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  background-color: #f3f1fd;
}

/** Featured Products Section **/
.featured-products {
  background: rgba(232, 227, 223, 0.3019607843);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1536px) {
  .featured-products {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.featured-products .cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.featured-products p,
.featured-products h2 {
  text-align: center;
}
.featured-products p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
}
.featured-products h2 {
  font-weight: normal;
  font-size: 2rem;
  margin-top: 1rem;
}
@media (min-width: 1536px) {
  .featured-products h2 {
    font-size: 3rem;
    margin-top: 1.4rem;
  }
}
.featured-products button {
  background: white;
  border: 1px solid #000000;
  border-radius: 9999px;
  padding: 0.4rem 1rem 0.4rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin-top: 1.75rem;
}

/** Product Slider **/
.product-slider {
  height: 34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #000000;
  margin-top: 4rem;
}
@media (min-width: 1536px) {
  .product-slider {
    margin-top: 6rem;
  }
}
.product-slider.alt {
  margin-bottom: 6rem;
}

/** Banner Grid **/
.banner-grid {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 1280px) {
  .banner-grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .banner-grid {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.banner-grid .cols-1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 2.5rem;
}
.banner-grid .cols-2 {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1280px) {
  .banner-grid .cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.banner-grid .img {
  height: 100vh;
  background-repeat: no-repeat;
  border-radius: 0.375rem;
  background-position: center;
  background-size: cover;
  padding: 3rem;
  text-align: center;
}
@media (min-width: 1280px) {
  .banner-grid .img {
    max-height: 940px;
    min-height: 800px;
  }
}
.banner-grid .img.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-grid .img .title {
  font-size: 2rem;
  margin-top: 1rem;
  line-height: 2.75rem;
}
@media (min-width: 1536px) {
  .banner-grid .img .title {
    font-size: 2.65rem;
    line-height: 3.75rem;
  }
}
.banner-grid .img .title.light {
  color: white;
}
.banner-grid .img .title.dark {
  color: black;
}
.banner-grid .img .sub-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.banner-grid .img .sub-title.light {
  color: white;
}
.banner-grid .img .sub-title.dark {
  color: black;
}

/** Blog **/
.blog {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1280px) {
  .blog {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.blog .cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog p,
.blog h2 {
  text-align: center;
}
.blog p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
}
.blog h2 {
  font-weight: normal;
  font-size: 3rem;
  margin-top: 1.4rem;
  font-size: 2rem;
}
@media (min-width: 1280px) {
  .blog h2 {
    font-size: 3rem;
    margin-top: 1.4rem;
  }
}
.blog button {
  background: white;
  border: 1px solid #000000;
  border-radius: 9999px;
  padding: 0.4rem 1rem 0.4rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin-top: 1.75rem;
}

/** Blog Slider **/
.blog-slider {
  height: 26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #000000;
  margin-top: 6rem;
}
.blog-slider.alt {
  margin-bottom: 6rem;
}

/** Footer **/
footer .footer-up {
  padding-left: 2rem;
  padding-right: 2rem;
  background: #000000;
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1536px) {
  footer .footer-up {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
footer .footer-up .inner {
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-up .inner address {
  margin-top: 4rem;
}
@media (min-width: 1536px) {
  footer .footer-up .inner address {
    margin-top: 10rem;
  }
}
footer .footer-up .inner address h5 {
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
}
@media (min-width: 1536px) {
  footer .footer-up .inner address h5 {
    font-size: 0.75rem;
  }
}
footer .footer-up .inner address p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
}
@media (min-width: 1536px) {
  footer .footer-up .inner address p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
footer .footer-up .inner ul {
  list-style-type: none;
  display: grid;
  padding-left: 0;
}
@media (min-width: 1280px) {
  footer .footer-up .inner ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
footer .footer-up .inner ul li {
  display: flex;
  align-items: flex-start;
}
footer .footer-up .inner ul li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1280px) {
  footer .footer-up .inner ul li:not(:last-child) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    border-right: 1px solid #ffffff;
    margin-right: 1rem;
  }
}
footer .footer-up .inner ul li img {
  width: 58px;
  margin-right: 1rem;
}
footer .footer-up .inner ul li img.rotate-45 {
  transform: rotate(45deg);
}
footer .footer-up .inner ul li img.rotate-90 {
  transform: rotate(90deg);
}
footer .footer-up .inner ul li img.rotate-135 {
  transform: rotate(135deg);
}
footer .footer-up .inner ul li h4 {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer .footer-up .inner ul li p {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
@media (min-width: 1536px) {
  footer .footer-up .inner ul li p {
    font-size: 0.75rem;
  }
}
footer .footer-middle {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
@media (min-width: 1536px) {
  footer .footer-middle {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1280px) {
  footer .footer-middle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
footer .footer-middle span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 500;
}
footer .footer-middle p {
  margin-top: 0.4rem;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.025em;
}
footer .footer-middle button {
  border-radius: 9999px;
  padding: 0.65rem 1rem 0.65rem 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  background: #ffffff;
}
footer .footer-middle form input[type=email] {
  margin-bottom: 4rem;
  width: 475px;
  font-size: 0.8rem;
  padding: 0.75rem;
  border: 1px solid #000000;
  border-radius: 6px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-top: 0.75rem;
}
@media (min-width: 1536px) {
  footer .footer-middle form input[type=email] {
    margin-bottom: 0;
  }
}
footer .footer-middle form input[type=email]::placeholder {
  color: #333333;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.3em;
}
@media (max-width: 500px) {
  footer .footer-middle form input[type=email] {
    width: 100%;
  }
}
footer .footer-down {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid #000000;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 1536px) {
  footer .footer-down {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1280px) {
  footer .footer-down {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
footer .footer-down h5 {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
}
footer .footer-down ul {
  padding-left: 0;
  list-style-type: none;
  font-size: 0.75rem;
}
footer .footer-down ul li {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
  font-weight: bold;
}

/** Filters  **/
.filters {
  padding: 2rem;
  font-size: 1rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border: 1px dashed #333333;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.filters p {
  margin-bottom: 0;
}

/** Product List **/
.product-list {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 4rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1536px) {
  .product-list {
    gap: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .product-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 800px) {
  .product-list {
    display: grid;
    gap: 2rem;
  }
}
.product-list .col-span-2 {
  border-radius: 6px;
  grid-column: span 2/span 2;
  background-size: cover;
  background-position: center;
  padding: 2rem;
  margin-bottom: 2rem;
  min-height: 28rem;
}
@media (min-width: 1536px) {
  .product-list .col-span-2 {
    padding: 2rem 4rem 2rem 4rem;
    min-height: 100%;
  }
}
@media (min-width: 800px) {
  .product-list .col-span-2 {
    min-height: 480px;
    margin-bottom: 0;
  }
}
.product-list .row-span-2 {
  border-radius: 6px;
  grid-row: span 2/span 2;
  background-size: cover;
  background-position: center;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  .product-list .row-span-2 {
    margin-bottom: 0;
  }
}
@media (min-width: 1536px) {
  .product-list .row-span-2 {
    padding: 2rem 4rem 2rem 4rem;
  }
}
.product-list .sub-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 0.25rem;
}
.product-list .title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
}
@media (min-width: 800px) {
  .product-list .title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.product-list img {
  max-width: 100%;
}
.product-list .product-list-item {
  background: rgba(232, 227, 223, 0.5);
  padding: 1.6rem 1rem 1rem 1rem;
  border-radius: 6px;
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  .product-list .product-list-item {
    margin-bottom: 0;
  }
}
.product-list .product-list-item img {
  max-width: 100%;
}
.product-list .product-list-item .top {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-list .product-list-item .meta {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-list .product-list-item .meta .category {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.product-list .product-list-item .meta .name {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.25rem;
  text-align: center;
}
.product-list .product-list-item .meta .price {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0.75rem;
  text-align: center;
  letter-spacing: 0.3em;
  color: rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=style.css.map */
