/** Shopify CDN: Minification failed

Line 1046:37 Expected identifier but found whitespace
Line 1046:38 Unexpected "40px"
Line 1049:37 Expected identifier but found whitespace
Line 1049:38 Unexpected "72px"
Line 1591:0 All "@import" rules must come first
Line 1592:0 All "@import" rules must come first

**/
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  z-index: 1;
}

.hidden {
  display: none;
}

/* VARIABLES */
.full-width {
  width: 100%;
}
.page-width {
  display: block;
  width: calc(100% - 20%);
  margin: auto;
}

.flex {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.grow:hover {
  transform: scale(1.05);
  transition: transform 100ms ease-out;
}

@media only screen and (max-width: 768px) {
  .page-width {
    width: auto;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .page-width {
    width: 850px;
  }
}

:root {
  --main-color: #f7f0e2;
  --main-dark-color: #fefaf7;
  --main-white: #fff;
  --main-black: #000;
  --main-gray: #9f9f9f;
  --main-dark-gray: #33363f;
  --main-linen: #efe4cf;
  --main-olive: #615420;
  --linen-3: #e0b37f;
  --bg-linen: #fafafa;
  --gray-light: #ebebeb;
  --dark-gray: #414141;
  --soft-gray: #6b6b6b;
}

.olive {
  color: var(--main-olive);
}

/* TEXT PRESET STYLES*/

.titulo-1 {
  font-family: "NewYork";
  font-style: normal;
  font-weight: 400;
  font-size: 62px;
  line-height: 72px;
}

.titulo-2 {
  font-family: "NewYork";
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 66px;
}

.titulo-3 {
  font-family: "NewYork";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
}

.titulo-4 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 47px;
}

.titulo-5 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
}

.titulo-6 {
  font-family: "NewYork";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
}

.titulo-7 {
  font-family: "NewYork";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 41px;
}

.subtitulo-1 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
}

.subtitulo-2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.subtitulo-3 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.subtitulo-4 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.subtitulo-5 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
}

.subtitulo-6 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

.subtitulo-7 {
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.parrafo-1 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
}

.parrafo-2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}

.parrafo-3 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
}

.parrafo-4 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.parrafo-5 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

/* HEADER STYLES*/

header {
  position: relative;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: calc(100% - 100px);
  background-color: var(--main-white);
  min-height: 85px;
  z-index: 99;
  padding: 0% 50px;
}

.header-logo {
  align-self: center;
  justify-self: center;
  max-height: 70px;
  width: auto;
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

nav.navigation-menu ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: fit-content;
  list-style-type: none;
}
nav ul li {
  list-style-type: none;
}

.menu-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 15px;
  color: var(--main-gray);
  text-decoration: none;
  white-space: nowrap;
}

.mega-menu-link {
  width: 100%;
  text-align: right;
  margin: 0 15px;
  color: var(--main-olive);
  text-decoration: none;
  white-space: nowrap;
}

.menu-link-title {
  width: fit-content;
  margin-right: 10px;
}

.add-to-cart {
  display: flex;
  flex-direction: row;
  max-width: 120px;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
}

.add-to-cart:hover {
  background-color: var(--main-olive);
  color: var(--main-color);
  cursor: pointer;
}
.add-to-cart:hover p {
  color: var(--main-color);
}

.add-to-cart:hover path {
  stroke: var(--main-color);
}

svg {
  margin: 0;
}

mega-menu {
  display: none;
  position: absolute;
  background-color: var(--main-dark-color);
  margin-top: 30px;
  margin-left: 30px;
  border-radius: 12px 0px 12px 12px;
  border: 1px solid var(--main-linen);
  z-index: 9999;
}
.has-mega-menu path {
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--main-gray);
}

.has-mega-menu:hover mega-menu {
  display: block;
}

.has-mega-menu:hover path {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
  transition: all 0.1 ease-out;
  stroke: var(--main-olive);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.has-mega-menu:hover .menu-link-title {
  color: var(--main-olive);
}
.menu-link-title:hover {
  color: var(--main-olive);
}

mega-menu-item {
  display: block;
  padding: 5px 5px;
  width: 100%;
  text-align: right;
}

.add-to-cart-text {
  width: fit-content;
  padding: 0 5px;
  margin: 0;
  color: var(--main-olive);
  font-size: 14px;
}

.menu-items {
  padding: 0;
}
.hamburguer-menu {
  display: none;
  background-color: var(--main-white);
  border: none;
}

.hamburguer-menu svg {
  fill: var(--main-dark-gray);
}

.dropdown-open svg path {
  stroke: var(--main-olive);
}

.responsive-menu {
  transition: all 0.5s ease-in-out;
  display: flex;
  height: 100%;
  width: 80%;
  background-color: var(--main-dark-color);
  position: fixed;
  z-index: 99999;
  top: 0;
  left: -100%;
  -webkit-box-shadow: 10px 0px 25px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 0px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 0px 25px 0px rgba(0, 0, 0, 0.3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
}

.responsive-menu.open {
  left: 0;
}

drawer-content {
  top: 100px;
  left: 0;
  position: absolute;
}

.close-drawer {
  position: absolute;
  background-color: var(--main-color);
  border: none;
  border-radius: 100%;
  top: 50px;
  left: 10px;
  padding: 5px;
  width: 30px;
  z-index: 100;
}

.close-drawer svg {
  width: 100%;
  height: auto;
  fill: var(--main-olive);
}

.drawer-items {
  padding-left: 0;
  margin-top: 0px;
  margin-right: 10px;
}
.drawer-item-container {
  display: flex;
  flex-direction: column;
}
.drawer-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

dropdown-mega-menu {
  display: block;
  height: 0px;
  overflow-y: hidden;
  transition: all 0.3s ease-out;
}

.dropdown-open {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .price {
    margin-top: 0rem;
  }
  header {
    width: 100%;
    padding: 0px 0px;
  }
  .hamburguer-menu {
    display: block;
    justify-self: flex-start;
    margin: 0;
  }
  .navigation-menu {
    display: none;
  }

  .header-logo {
    align-self: center;
    justify-self: center;
  }

  .add-to-cart-text {
    display: none;
  }

  .add-to-cart {
    background-color: var(--main-white);
    justify-self: flex-end;
  }

  mega-menu-item {
    border: none;
    padding: 5px 0px;
    text-align: left;
  }
  nav ul {
    justify-content: flex-start;
  }

  .menu-link {
    color: var(--main-olive);
  }
  .mega-menu-link {
    color: var(--main-gray);
  }
}

.slick-prev:before {
  color: var(--main-olive) !important;
}
.slick-next:before {
  color: var(--main-olive) !important;
}

/* HERO BANNER STYLES */

hero-banner {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 50px;
  background-color: var(--main-color);
  padding: 60px 0px 60px 40px;
}

a.product-item {
  text-decoration: none;
  width: 270px;
}

@media only screen and (max-width: 1024px) {
  a.product-item {
    width: 230px;
  }
}

.atc-btn-form {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
inline-half-container {
  z-index: 9;
}
main-ba-container inline-half-container {
  display: none;
  overflow: auto;
  position: relative;
  width: 100%;
  height: 300px;
}
inline-half-container.left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

inline-half-container.right {
  width: 60%;
}

inline-half-container .slider {
  display: block;
}

.slider .slick-prev {
  top: auto !important;
  left: 0 !important;
  bottom: -50px;
}

.slider .slick-next {
  top: auto !important;
  right: auto !important;
  left: 25px !important;
  bottom: -50px;
}

.slider .product-item {
  margin-right: 20px;
}

.slider- .slick-prev {
  top: auto !important;
  left: 0 !important;
  bottom: -50px;
}

.slider-3 .slick-prev {
  top: auto !important;
  left: 0 !important;
  bottom: 0px;
  z-index: 10;
}

.slider-3 .slick-next {
  top: auto !important;
  right: auto !important;
  left: 25px !important;
  bottom: 0px !important;
}
::-webkit-scrollbar {
  display: none;
}

.slider .overflow-auto {
  overflow-x: auto;
  cursor: grab;
}
.overflow-auto::-webkit-scrollbar {
  display: none;
}
products-container {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 10px 0;
}

.hero-title {
  color: var(--main-olive);
  margin: 25px 0 0 0;
}

hero-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-subtitle {
  color: var(--dark-gray);
}

.flor-1 {
  display: block;
  position: absolute;
  top: -200px;
  right: 0px;
  z-index: 1;
  transform: rotate(26deg);
}

.flor-2 {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
}
.flor-3 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.flor-4 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.flor-5 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.cta {
  width: 40%;
  padding: 10px 30px 10px 30px;
}
.cta-link {
  color: inherit;
  text-decoration: none;
  padding: 15px 40px 15px 40px;
}
.cta:hover {
  transform: scale(1.05);
  transition: transform 100ms ease-in;
}

.cta-1 {
  background-color: var(--main-olive);
  color: var(--main-white);
  border-radius: 8px;
  border: none;
}

.cta-1:hover {
  color: var(--main-olive);
  background-color: var(--linen-3);
}

.cta-2 {
  background-color: transparent;
  color: var(--main-olive);
  border-radius: 8px;
  border: none;
}

.cta-3 {
  background-color: var(--linen-3);
  color: var(--main-olive);
  border-radius: 8px;
  border: none;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
}
.cta-3:hover {
  background-color: var(--main-olive);
  color: var(--main-linen);
  transform: scale(1.05);
  transition: transform 100ms ease-in;
}
.cta-3-responsive {
  display: none;
  background-color: var(--linen-3);
  color: var(--main-olive);
  border-radius: 8px;
  border: none;
  padding: 10px 30px 10px 30px;
  width: 80%;
  margin: auto;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  inline-half-container .slider {
    display: none;
  }
  products-container {
    display: flex;
    gap: 10px;
  }
  .hero-banner .card-width {
    width: 100% !important;
  }
  inline-half-container.left {
    width: 100%;
  }
  inline-half-container.right {
    width: 100%;
    margin: 0 1rem;
    overflow-x: auto;
  }
  hero-banner {
    flex-direction: column;
    padding: 0;
  }
  hero-title {
    text-align: center;
  }

  main-ba-container inline-half-container products-container {
    position: absolute;
    margin-left: 2rem;
    overflow: auto;
    left: 0;
    top: 0;
  }

  hero-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  .hero-title {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .hero-subtitle {
    margin: 0 15% 20px 15%;
  }
  .flor-1 {
    display: none;
  }
  .flor-2 {
    display: none;
  }
  .flor-3 {
    display: block;
  }
  .flor-4 {
    display: none;
  }
  .cta {
    width: 40%;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
  }
  .cta-1 {
    padding: 5px;
  }
  .cta-3 {
    display: none;
  }
  .cta-3-responsive {
    display: block;
  }
}

/* COLLECTION LIST STYLES */

cont-amg {
  display: flex;
  margin: 1rem 0;
  justify-content: space-around;
}

collection-list {
  position: relative;
  padding: 96px 0;
}
collection-title {
  display: flex;
  flex-direction: row;
}
collection-button {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
collection-slider {
  overflow-x: auto;
  overflow-y: visible;
  display: none;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  margin-left: -200px;
  margin-right: -200px;
  margin-top: 50px;
}
collection-list .slider-2 {
  display: block;
}

collection-slider::-webkit-scrollbar {
  display: none;
}

.collection-item {
  width: 300px;
  text-decoration: none;
}

.collection-item:first-child {
  margin-left: 2100px;
}

.collection-item:last-child {
  margin-right: 250px;
}

.collection-title {
  margin: 0;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}

.collection-subtitle {
  text-transform: uppercase;
  color: var(--main-gray);
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4px;
}
.collection-description {
  color: var(--main-gray);
}

.collection-flor {
  left: 0;
  top: 50%;
}

.collection-flor-2 {
  top: 50px;
  right: 0;
}
.text-responsive {
    display: none;
  }

card-footer .price {
  padding-right: 0px;
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .atc-btn-text {
    display: none;
  }
  .text-responsive {
    display: block;
  }
  .truncate-32 {
    display: none;
  }

  .horizontal .product-card-image {
    height: 170px;
  }

  collection-list .slider-2 {
    display: none;
  }
  container-4products a.product-item {
    width: 45%;
  }
  product-grid a.product-item {
    width: 100%;
  }
  collection-title {
    flex-direction: column;
    padding: 0px 20px;
  }
  .collection-item:first-child {
    margin-left: 20px;
  }
  .collection-item:last-child {
    margin-right: 20px;
  }
  collection-list {
    padding: 35px 0px;
    width: 100%;
  }
  collection-slider {
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: flex-start;
    margin: 0;
  }
}

/* COLLECTION CARD STYLE */
#shopify-section-collection-list {
  position: relative;
  background-color: var(--main-dark-color);
}
.collection-item-link {
  margin-right: 20px;
}
.slider-2 {
  margin-top: 45px;
}
collection-card img {
  width: 100%;
  height: 256px;
  object-fit: cover;
  object-position: 50% 50%;
}

.collection-card-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: var(--main-gray);
}

collection-card svg {
  fill: var(--main-gray);
}

@media only screen and (max-width: 768px) {
  collection-card img {
    width: 156px;
    height: 200px;
  }

  .collection-item:last-child {
    margin-right: 20px;
  }
}

/* PRODUCT CARD STYLES */

product-card {
  position: relative;
  background-color: var(--main-white);
  border-radius: 8px;
  flex-direction: column;
  z-index: 20;
}

.product-card-image {
  height: 256px;
  object-fit: cover;
  object-position: 50% 50%;
}
.card-product-title:is(:where(height: 40px)) {
  min-height: 50px;
}
.card-product-title:is(:where(height: 72px)) {
  min-height: 80px;
}

product-card {
  margin-right: 20px;
}
product-card:hover {
  transform: scale(1.05);
  transition: all 100ms ease-out;
}

hor-product-card {
  background-color: var(--main-white);
  border-radius: 8px;
  margin: 16px;
  flex-direction: row;
  z-index: 20;
  width: 100%;
  height: 256px;
}
.card-description {
  color: var(--main-gray);
}
hor-product-card:hover {
  transform: scale(1.05);
  transition: all 100ms ease-out;
}

product-card img {
  object-fit: cover;
  object-position: center center;
  border-radius: 8px 8px 0 0;
}

hor-product-card img {
  object-fit: cover;
  object-position: center center;
  border-radius: 8px 8px 0 0;
  width: 222px;
  height: 100%;
}

hor-product-card .card-width {
  width: 70%;
}

card-product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 10px 0 10px;
  height: 100%;
}

card-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1.5px var(--main-color);
}

.card-add-to-cart {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  border: none;
  background-color: var(--main-white);
  height: 80%;
  border-radius: 8px;
}
.card-add-to-cart:hover {
  background-color: var(--main-linen);
  cursor: pointer;
}
.card-add-to-cart svg {
  fill: var(--main-olive);
  width: 15px;
  height: auto;
}

.atc-btn-text {
  color: var(--main-olive);
}

.collection-tag {
  padding: 5px;
  text-transform: uppercase;
  background-color: var(--main-color);
  border-radius: 4px;
  color: var(--linen-3);
  width: fit-content;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price {
  color: var(--main-black);
  padding-right: 3rem;
  margin-top: 2rem;
}

#remove {
  margin-top: 2rem;
  height: 5px;
}

.card-product-title {
  color: var(--main-black);
  margin: 8px 0px;
}

.vertical {
  display: flex;
}

.horizontal {
  display: none;
}

#order-vertical-btn {
  border: none;
  background-color: var(--main-color);
  padding: 5px;
  border-radius: 8px;
  cursor: pointer;
}

#order-vertical-btn path {
  fill: var(--linen-3);
}

#order-horizontal-btn {
  border: none;
  background-color: transparent;
  padding: 5px;
  border-radius: 8px;
  cursor: pointer;
}

#order-horizontal-btn path {
  fill: var(--main-linen);
}

@media only screen and (max-width: 768px) {
  card-footer .price {
    margin: 0;
  }

  product-card-title .collection-tag {
    font-size: 8px;
  }

  .card-product-title {
    min-height: 30px;
  }

  products-container .product-card-image {
    height: 150px;
    width: 100%;
  }

  container-4products .product-card-image {
    height: 200px;
    width: 100%;
  }

  .product-card-image {
    height: 100px;
    width: 100%;
  }
  container-4products product-card .parrafo-4 {
    font-size: 12px;
  }
}

/* PRODUCTS FAQ STYLES */

.product-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid var(--main-color);
}

.view-all-4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: inherit !important;
  text-decoration: none;
  padding: 0;
  margin: -15px -55px;
}

container-arreglos {
  width: 50%;
  padding: 20px 25% 20px 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 1rem 0;
}

#p-subtitle {
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--main-gray);
}

#p-title {
  text-align: center;
  margin: 0;
}

container-4products {
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: center;
}

products-4-item {
  width: 25%;
}

.s2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: -10px;
  color: var(--main-olive);
}

.s2-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: 145px;
  top: -55px;
  color: var(--main-olive);
}

.s2 svg {
  fill: var(--main-olive);
}
.s-r {
  display: none;
  width: auto;
}
.s-d {
  display: block;
  width: auto;
  position: absolute;
  right: -5rem;
  align-self: center;
}

hero-banner .vertical {
  width: 100%;
}

.product4 {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

product4 {
  z-index: 10;
}

.flor-6 {
  position: absolute;
  bottom: -300px;
  right: 0;
}

.flor-7 {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 1;
}

.flor-8 {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

.bg-linen {
  background-color: var(--bg-linen);
}

.bg-dark {
  background-color: var(--main-dark-color);
}

@media only screen and (max-width: 768px) {
  cart-item-responsive a {
    height: 5px;
  }

  container-4products .card-width {
    width: 180px;
  }
  .flor-6 {
    transform-origin: 100% 50%;
    transform: scale(0.7);
  }
  .flor-7 {
    transform-origin: 0 100%;
    transform: scale(0.7);
    top: 0;
  }
  .flor-8 {
    display: none;
  }

  .s-d {
    display: none;
  }
  .s-r {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .s2 {
    position: relative;
    top: 0;
    right: 0;
  }
  .s2-1 {
    position: relative;
    top: 0;
    right: 0;
  }
  container-4products {
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    z-index: 10;
    margin-left: 0.5rem;
    gap: 0;
  }

  container-4products::-webkit-scrollbar {
    display: none;
  }

  container-arreglos {
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 10;
  }
  .s3 {
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    width: 100%;
  }

  .s6 {
    font-size: 7px;
    line-height: 1px;
  }

  .t1 {
    font-size: 32px;
    line-height: 25px;
    text-align: center;
    margin: 0 15%;
  }

  .t6 {
    font-size: 22px;
    line-height: 25px;
  }

  .p4 {
    font-weight: 800;
    font-size: 8px;
    line-height: 10px;
  }

  .p3 {
    font-size: 8px;
    line-height: 9px;
  }

  .card-add-to-cart svg {
    margin-right: 0px;
    padding: 5px;
  }

  .p1 {
    font-size: 10px;
    line-height: 13px;
  }

  container-products {
    align-items: baseline;
  }

  .FAQ-title {
    width: 100%;
    height: 40px;
  }

  .preguntas-frecuentes {
    flex-direction: column;
  }
}

/* FAQ STYLES */
pf {
  display: block;
  width: 100%;
  padding: 50px 0;
  z-index: 10;
}
.preguntas-frecuentes {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px auto;
}

container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

preguntas {
  display: flex;
  flex-direction: column;
  z-index: 1;
}

#card {
  width: 790px;
  height: 65px;
  border: none;
  border-bottom: 1px solid var(--main-dark-gray);
  cursor: pointer;
}

#subtitulo-preguntas {
  text-transform: uppercase;
  color: var(--main-gray);
  margin: 0;
  letter-spacing: 4px;
}

#titulo-preguntas {
  color: var(--main-olive);
  margin: 0;
  width: 60%;
}

.FAQ-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-container {
  width: 100%;
  padding: 0 15px 5px 15px;
  border-bottom: 1px solid var(--main-gray);
  margin: 15px;
}

.FAQ-subtitle {
  width: 100%;
  height: 60px;
  margin-top: 15px;
}

.FAQ-text {
  width: 100%;
  color: var(--main-gray);
}

preguntas {
  width: 65%;
}

answer {
  display: block;
  height: 0px;
  transition: all 200ms ease;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  preguntas {
    width: 100%;
    z-index: 2;
  }
  .faq-container {
    width: 80%;
    margin: 15px auto;
    border: none;
  }
  .faq-title {
    width: 100%;
  }
}

/* PRODUCTS-FAQ2 */
#p-subtitle2 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--main-gray);
  margin: 0;
}

#p-title2 {
  text-align: center;
  margin: 0;
}

/* CONTACTO */
@import url("https://fonts.cdnfonts.com/css/dm-sans");
@import url("https://fonts.cdnfonts.com/css/NewYork");
.contacto {
  padding: 0 0 65px 0;
}
contacto {
  height: 378px;
  border-radius: 12px;
  background: var(--main-color);
  align-items: center;
  position: relative;
}

.page-width-contacto {
  display: flex;
  width: 90%;
  margin: auto;
  flex-direction: row;
  justify-content: flex-start;
  gap: 60px;
}
contacto h1 {
  margin-bottom: 4%;
}

#parrafo-contacto {
  width: 94%;
  color: var(--main-gray);
  margin: 0 0 2rem 0;
}

informacion {
  width: 42%;
  z-index: 1;
}

cuadro {
  width: 40%;
  height: 85%;
  background: var(--main-white);
  border-radius: 12px;
  margin-left: 37px;
  background-size: cover;
  background-position: center center;
}

datos {
  display: flex;
  height: 2.5rem;
}

#correo {
  width: 345px;
  height: auto;
  border: 1px solid var(--main-gray);
  border-radius: 5px;
  background: var(--main-color);
  padding: 1rem;
}

.button-contacto {
  width: 200px;
  height: 40px;
  margin: 0 3px;
  border-radius: 5px;
  background-color: var(--linen-3);
  color: var(--main-olive);
  border: none;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
}
contacto flor.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .page-width-contacto {
    width: 84%;
    height: auto;
    justify-content: left;
    padding: 3%;
    overflow: hidden;
  }

  contacto cuadro {
    display: none;
  }

  contacto .titulo-7 {
    position: relative;
    font-size: 32px;
    margin-bottom: 1rem;
    margin-top: 10px;
    z-index: 2;
  }

  datos {
    display: block;
    height: auto;
  }

  informacion {
    width: 95%;
  }

  #correo {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    border-radius: 11px;
    padding: 15px 10px;
  }
  .button-contacto {
    width: 109%;
    height: 49px;
    margin-left: -1px;
    font-size: 18px;
    border-radius: 11px;
  }

  #parrafo-contacto {
    margin: 0 0 1rem 0;
    line-height: normal;
    font-size: 12px;
    width: 100%;
  }

  .button-contacto {
    background-color: var(--main-olive);
    color: var(--main-white);
    font-weight: 500;
  }

  contacto flor.mobile {
    display: block;
    position: absolute;
    right: 27px;
    top: 17px;
  }
  contacto flor.mobile svg {
    transform: scale(1.5);
  }
}

/* FOOTER STYLES */
footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 105%;
  height: auto;
  min-height: 30%;
  padding: 4% 0% 0%;
  background-color: var(--main-white);
}
footer .parrafo-3 {
  color: var(--main-gray);
  width: 90%;
  margin: auto;
}

footer item {
  flex: 1;
  margin-right: 5%;
}

footer .info-marca {
  margin-right: 0%;
}

footer .item-menu-1,
.item-menu-2 {
  padding: 0;
  margin: 0 5% 0 0;
}

footer .item-mobile {
  display: none;
}

footer h3.subtitulo-3 {
  color: var(--main-olive);
  margin: 0;
}

footer ul {
  list-style: none;
  padding: 0;
  margin-top: 3%;
}

footer .subtitulo-3 {
  text-decoration: none;
  color: var(--main-gray);
}

footer item.contacto {
  padding: 0;
}

footer .contacto h5.subtitulo-4 {
  display: flex;
  color: var(--main-gray);
  margin: 1rem 0 0 0;
  align-items: center;
}

footer .contacto h5.subtitulo-4 svg {
  margin-top: -1%;
  margin-right: 0.4rem;
}

footer form#contact_form {
  margin-top: 3%;
  margin-bottom: 7%;
  position: relative;
  display: flex;
  width: 90%;
}

footer .email {
  width: 80%;
  height: 2.9rem;
  border: 1px solid var(--main-gray);
  border-right: none;
  border-radius: 8px 0 0 8px;
  padding-left: 5%;
  box-sizing: content-box;
}

footer button.siguiente {
  width: 3rem;
  border: 1px solid var(--main-olive);
  border-radius: 0 8px 8px 0;
  background-color: var(--main-olive);
  font-size: 14px;
}

.siguiente:hover {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  cursor: pointer;
}

.siguiente:hover path {
  stroke: var(--main-olive);
}

footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  margin-bottom: 1%;
}

footer-copyright a,
social-mobile a {
  text-decoration: none;
}

footer-copyright p {
  color: var(--main-gray);
  margin-left: 40%;
}

footer-container social-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer item.contacto,
  .item-menu-1,
  .item-menu-2,
  links-social {
    display: none;
  }

  footer .item-mobile {
    display: flex;
    padding: 0;
    margin: 0;
  }

  footer .info-marca {
    margin-bottom: 3%;
  }

  footer-copyright {
    justify-content: center;
  }

  footer-copyright p {
    margin-left: 0;
  }

  footer-copyright a,
  social-mobile a {
    margin-right: 3%;
  }

  footer-container social-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7%;
  }

  menu-mobile a {
    text-decoration: underline !important;
  }
}

.products-faq2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* COLLECTION MAIN */

topbar {
  grid-area: topbar;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  column-gap: 50px;
}

topbar .titulo-3 {
  font-size: 26px;
}

aside {
  grid-area: aside;
}

content {
  grid-area: content;
}

#collection-main {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-template-areas:
    "topbar topbar"
    "aside content";
  column-gap: 50px;
  margin-top: 50px;
}

product-grid {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  gap: 30px;
}

sort-by {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

#sort-by {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 245px;
  height: 54px;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--main-linen);
  background: var(--main-color);
  margin-left: 15px;
  cursor: pointer;
}

filter input[type="checkbox" i] {
  display: none;
}

filter input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--gray-light);
  border-radius: 8px;
  cursor: pointer;
  height: 50px;
}

.filter-form input[type="checkbox"]:checked + label {
  border: solid 1px var(--linen-3);
}

filter label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filter-element {
  flex: 1 1 auto;
  width: calc(50% - 5px);
}

.filter-element:nth-child(3n),
.filter-element:nth-child(4n),
.filter-element:nth-child(5n) {
  width: calc(50% - 5px);
}

filter-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
}

filter-btn {
  display: none;
}

filter-drawer {
  display: none;
}

.filter-drawer-btn {
  display: none;
}

@media only screen and (max-width: 768px) {
  filter-top {
    width: 85%;
  }
  #collection-main {
    grid-template-columns: 100%;
    grid-template-areas:
      "topbar"
      "content";
    width: 100%;
  }

  #collection-main aside {
    display: none;
  }
  topbar {
    grid-template-columns: 100%;
  }

  top-drawer {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  sort-by {
    display: none;
  }
  filter-btn {
    display: block;
  }
  filter-drawer {
    display: block;
    position: fixed;
    width: 100%;
    height: 85%;
    overflow-y: auto;
    z-index: 9999;
    background-color: var(--main-white);
    bottom: -1000px;
    transition: all 300ms ease-out;
    border-radius: 8px;
    padding: 10px;
  }

  span-filtros {
    color: var(--main-olive);
  }

  .close-filter-drawer {
    border-radius: 55%;
    border: none;
    background-color: transparent;
    width: 67px;
  }

  .filter-group-display__erase input[type="submit"] {
    display: flex;
    width: 150px;
    height: 40px;
    padding: 10px 80px;
    justify-content: center;
    text-align: center;
    color: var(--main-olive);
    border-radius: 8px;
    border: none;
  }

  .filter-group-display__submit input[type="submit"] {
    display: flex;
    width: 150px;
    height: 40px;
    padding: 10px 80px;
    justify-content: center;
    border-radius: 8px;
    background: var(--main-olive);
    color: var(--main-white);
    border: none;
  }

  .filter-drawer-btn {
    display: block;
    display: flex;
    width: 111px;
    height: 32px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--main-linen);
    background: var(--main-color);
    color: var(--main-olive);
  }

  filter-aplicar {
    display: flex;
  }

  product-grid {
    margin-top: 1rem;
    grid-template-columns: 42% 42%;
    justify-content: center;
    gap: 20px;
    margin-left: 1.5rem;
  }
}

/* MAIN-POLITICS */

.main-politics {
  background-color: var(--main-dark-color);
}

#title-politics {
  width: 542px;
  color: var(--main-olive);
  text-align: center;
  margin: 4rem 0 0 0;
}

.fecha-politics {
  display: flex;
  width: 542px;
  margin: auto;
  flex-direction: column;
  color: var(--main-olive);
  text-align: center;
}

cont-info {
  display: flex;
  justify-content: space-evenly;
  margin-top: 3rem;
}

cont-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

cont-2 {
  width: 50%;
  background-color: var(--main-white);
  margin-bottom: 3rem;
  color: var(--soft-gray);
  padding: 15px 20px;
  margin: 0px 40px 40px 40px;
}

#subtitulo-politics {
  display: flex;
  flex-direction: column;
  color: var(--dark-gray);
  line-height: 3rem;
  width: 282px;
}

#subtitulo-politics a {
  color: var(--dark-gray);
}

@media (max-width: 768px) {
  .fecha-politics {
    width: 100%;
    max-width: 542px;
  }

  cont-2 {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 15px;
  }

  #subtitulo-politics {
    display: none;
  }
}

@media (max-width: 480px) {
  #title-politics {
    width: 100%;
    font-size: 43px;
    line-height: 43px;
  }

  .fecha-politics {
    font-size: 14px;
  }
}

/* SOBRE CARDÓ STYLES */

.sobre-cardo {
  display: flex;
  flex-direction: column;
}

main-container {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #f7f0e2;
}

.information-image {
  width: 480px;
  height: 460px;
  border-radius: 8px;
}

#title-1 {
  width: 30%;
  text-align: center;
  margin: 0;
  color: var(--main-olive);
}

#parrafo-1 {
  width: 30%;
  text-align: center;
  color: gray;
}

#parrafo-1 {
  width: 35%;
  color: gray;
}

info-container {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}

cont-icon {
  margin-right: 20px;
  margin-top: 20px;
}

phone {
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  padding: 0 30px 0 30px;
  margin: 0 30px 0 30px;
}

information-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 800px;
}

right-sobre {
  width: 30%;
  margin: 0 3rem 0 3rem;
  z-index: 1;
}

left-sobre {
  z-index: 1;
}

#titulo-3 {
  letter-spacing: 0px;
  text-align: left;
  color: olive;
}

#tt {
  margin: 0px 0 0px 0;
}

#pp {
  margin: 0;
  color: var(--main-gray);
  width: 72%;
}

container-flor1-2 {
  position: absolute;
  right: 0;
  margin-top: -25px;
}

container-flor2-3 {
  position: absolute;
  left: 0;
  margin-top: -85px;
}

container-flor1-1 {
  position: absolute;
  right: 0;
}

container-flor3-1 {
  position: absolute;
  left: 0;
}

gmail {
  display: flex;
}

phone {
  display: flex;
}

cont-infor {
  align-self: center;
}

address {
  display: flex;
}

@media only screen and (max-width: 768px) {
  #title-1 {
    width: 80%;
  }

  .titulo-1 {
    font-size: 32px;
    line-height: 25px;
  }

  #parrafo-1 {
    width: 85%;
  }

  .parrafo-1 {
    font-size: 12px;
    line-height: 15px;
  }

  info-container {
    display: grid;
    margin-left: 0;
  }

  phone {
    border-right: 0;
    border-left: 0;
    padding: 0;
    margin: 0;
    align-items: center;
    border-bottom: 1px solid var(--main-gray);
    border-top: 1px solid var(--main-gray);
    padding-bottom: 15px;
  }

  gmail {
    padding-bottom: 15px;
  }

  container-flor1-2 {
    margin-top: -23rem;
    margin-right: 3rem;
    rotate: 148deg;
  }

  container-flor2-3 {
    visibility: hidden;
  }

  .titulo-5 {
    font-size: 16px;
    line-height: 10px;
  }

  #pp {
    width: 100%;
  }

  gmail {
    align-items: center;
  }

  information-container {
    flex-direction: column-reverse;
  }

  #titulo-3 {
    color: var(--main-black);
  }

  .titulo-3 {
    font-size: 36px;
  }

  right-sobre {
    width: 100%;
    margin: 0 0 0 1rem;
    margin-bottom: 3rem;
    width: 80%;
  }

  .information-image {
    width: 280px;
    height: 280px;
  }

  main-container {
    height: 500px;
  }
}

/* POLITICAS DE ENVIO STYLES */

buttons-container {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  margin-top: 2rem;
}

.ver-por-ocasion {
  width: 220px;
  height: 40px;
  background-color: var(--main-olive);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: var(--main-white);
  padding-top: 10px;
}

.contact-button {
  width: 220px;
  height: 40px;
  border: 1px solid var(--main-olive);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: var(--main-olive);
  padding-top: 10px;
}

group {
  display: flex;
  align-items: center;
}

#title-proc {
  color: var(--main-olive);
  margin-top: 0;
}

#numbers {
  margin-left: 1rem;
}

.button-proc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 305px;
  padding: 5px 0;
  background-color: var(--main-linen);
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  color: var(--main-olive);
  margin-top: 1.5rem;
}

.proc-image {
  width: 480px;
  height: 580px;
  border-radius: 8px;
}

in-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 800px;
}

.responsive-image {
  display: none;
}

#responsive-image {
  display: none;
}

.responsive-image-2 {
  display: none;
}

@media only screen and (max-width: 768px) {
  buttons-container {
    width: 100%;
  }

  .proc-image {
    display: block;
    width: 280px;
    height: 280px;
    margin: 1.5rem 0;
  }

  .contact-button {
    width: 170px;
    height: 35px;
  }

  .ver-por-ocasion {
    width: 170px;
    height: 35px;
  }

  in-container {
    flex-direction: column-reverse;
    margin: 7rem 0;
  }

  .button-proc {
    width: 275px;
  }

  #title-proc {
    width: 55%;
  }

  container-flor1-1 {
    margin-top: -35rem;
  }

  container-flor3-1 {
    visibility: hidden;
  }

  .desktop-image {
    display: none;
  }

  #responsive-image {
    display: block;
    width: 100%;
    height: 345px;
  }

  .responsive-image-2 {
    display: block;
    border-radius: 8px;
  }
}

/* PRODUCT PAGE STYLES */

.main-product {
  display: flex;
  flex-direction: column;
}

main-pr-container {
  max-width: 100%;
  background-color: var(--main-color);
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 3rem 0;
  overflow: hidden;
}

product-page {
  width: 500px;
  height: 500px;
  background-color: var(--main-white);
  z-index: 1;
}

#fgh {
  display: block;
  text-decoration: none;
  color: var(--main-black);
  width: 100%;
}

.image-product {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

product-information {
  width: 45%;
  z-index: 2;
}

.flor11-2 {
  position: absolute;
  right: 0;
  top: 88px;
}

.flor22-3 {
  position: absolute;
  left: 0;
  top: 0;
}

#pr-subtitle {
  margin: 0;
  color: var(--main-gray);
}

#pr-title {
  margin: 1rem 0;
  color: var(--main-olive);
}

#pr-price {
  margin: 0 0 2rem 0;
  color: var(--main-olive);
}

#pr-description {
  margin: 0;
  color: var(--dark-gray);
}

#pr-form-wd {
  display: flex;
}

container-buttons {
  width: 100%;
  display: flex;
  margin-top: 2rem;
  justify-content: space-around;
  padding: 0;
}

.payment-1 button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-olive);
  background-color: var(--main-olive);
  width: 216px;
  max-width: 100%;
  height: 2.7rem;
  border-radius: 8px;
  margin: 0;
  color: var(--main-white);
  padding: 0 50px;
}

.payment-1 button span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quantity-field {
  text-align: center;
  border: 1px solid var(--main-linen);
  background-color: var(--main-linen);
  color: var(--main-olive);
  border: none;
  width: 50%;
  height: 2.576rem;
}

.button-plus {
  width: 5rem;
  height: 2.7rem;
  border-left: 1px solid var(--main-color);
  border-bottom: none;
  border-top: none;
  border-right: none;
  background-color: var(--main-linen);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}

.button-minus {
  width: 5rem;
  height: 2.7rem;
  border-right: 1px solid var(--main-color);
  border-bottom: none;
  border-top: none;
  border-left: none;
  background-color: var(--main-linen);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}

quantity {
  display: flex;
  align-items: baseline;
}

container-title {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

#ww {
  color: var(--main-olive);
}

.pc-title {
  margin: 5px 0;
}

.add-t-cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: var(--main-color);
  border: 1px solid var(--main-olive);
  border-radius: 8px;
  cursor: pointer;
  height: 2.7rem;
  color: var(--main-olive);
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.add-t-cart-text {
  width: auto;
}
#atc {
  padding: 0 15px;
}

#description-product {
  display: none;
}

.extra-product {
  display: flex;
  padding: 1rem 0;
}

shipping {
  border-top: 1px solid var(--main-linen);
}

#ss {
  padding-left: 1rem;
}

add-combo {
  background-color: var(--main-color);
  border-bottom: 1px solid var(--main-linen);
  width: calc(100% - 200px);
  padding: 0 100px;
}

title-add-combo {
  display: flex;
  align-items: center;
}

#add-combo-title {
  padding-left: 1rem;
}

.flor11-3 {
  display: none;
}

@media only screen and (max-width: 768px) {
  main-pr-container {
    flex-direction: column-reverse;
    position: relative;
  }
div#shopify-section-template--14830506868814__main quantity {
  width: 40%;
}
  container-buttons {
    flex-direction: column;
    margin-bottom: 15px;
  }

  #atc {
    padding: 0;
  }

  product-information {
    width: 90%;
    margin-left: 1rem;
  }

  form {
    width: 95%;
    flex-direction: column;
    align-items: flex-start;
  }

  .add-t-cart {
    width:100%;
    margin: 1.5rem 0;
    padding: 0 96px;
  }

  .quantity-field {
    width: 55%;
  }

  .payment-1 button {
    padding: 0 37px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .cc {
    flex-direction: column;
    padding: 0;
  }

  #pr-description {
    display: none;
  }

  .responsive-image {
    display: block;
    width: 310px;
    height: 360px;
    margin-bottom: 1rem;
  }

  .responsive-image-2 {
    width: 310px;
    height: 360px;
  }

  product-page {
    display: none;
  }

  #title-recommended {
    text-align: center;
  }

  #description-product {
    display: block;
    border-top: 1px solid var(--main-linen);
    margin: 0;
    padding: 1rem 20px;
    width: 86%;
  }

  .flor11-2 {
    display: none;
  }

  .flor11-3 {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .flor22-3 {
    display: none;
  }
}

/* CART STYLES */
.popup {
  overflow: hidden;
  transition: height 0.5s;
  height: 0px;
}

.popup.open {
  height: auto;
}

container-cart-item {
  margin-left: 5rem;
}

#title-cart {
  color: var(--main-black);
  font-size: 32px;
}

responsive-container {
  margin-top: 2rem;
}

cart-item {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 90%;
  gap: 15px;
  margin: 45px 0px;
}

cart-info {
  display: contents;
  min-height: 50%;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--main-color);
  flex-direction: column;
}

.cart {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  background-color: var(--main-dark-color);
}

metodo svg {
  width: 90px;
}

summary {
  min-height: 50%;
  background-color: var(--main-color);
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  margin-bottom: 10px;
  justify-content: space-between;
  padding: 15px;
}

summary-cart-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

cart-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}

#precio-cart {
  font-size: 15px;
  margin-left: 3rem;
  font-weight: bolder;
}

#subtotal-cart {
  text-transform: uppercase;
  color: var(--main-gray);
}

container-resumen {
  width: 30%;
  margin-right: 2rem;
  margin-top: 7.5rem;
}

container-resumen-1 {
  display: none;
}

met-pagos {
  display: flex;
  border-radius: 12px;
  background-color: var(--main-color);
  margin-bottom: 10px;
  flex-direction: column;
  padding: 15px;
}

met-pagos-1 {
  display: flex;
  border-radius: 12px;
  background-color: var(--main-color);
  margin-bottom: 10px;
  flex-direction: column;
  padding: 15px;
  margin: 1rem 0;
}

container-met-pagos {
  display: flex;
  justify-content: space-around;
}

#pagos {
  color: var(--main-black);
  font-size: 20px;
  line-height: normal;
}

.button-cart {
  display: flex;
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: var(--main-olive);
  color: var(--main-white);
  border: none;
  cursor: pointer;
  width: 100%;
}

item-info {
  min-width: 50%;
}

@media only screen and (max-width: 1024px) {
  item-info {
    min-width: 35%;
  }

  .price {
    font-size: 12px;
    margin-top: 2rem;
    padding-right: 0;
  }

  metodo svg {
    width: 70px;
  }
}

#form-cart {
  margin-left: 4rem;
}

.cart-note {
  display: flex;
  cursor: pointer;
  color: var(--main-olive);
}

#di {
  width: 30%;
}

.popup-content textarea {
  margin-top: 1rem;
  border-radius: 8px;
  background-color: var(--main-dark-color);
}

#df {
  width: 60%;
}
cart-item-responsive {
  display: none;
}
cart-footer {
  display: none;
}
@media (max-width: 769px) and (max-width: 1024px) {
  .popup-content textarea {
    width: 85%;
    height: 3rem;
  }

  .cart-note {
    width: 135%;
  }

  met-pagos {
    display: none;
  }

  cart-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 0;
    background-color: var(--main-white);
    z-index: 99;
    width: 100%;
  }
  container-resumen {
    width: calc(100% - 5%);
    margin: auto;
  }

  container-resumen-1 {
    display: block;
    width: calc(100% - 5%);
    margin: auto;
  }

  cart-item-responsive img {
    width: 130px;
    height: 130px;
  }
  cart-item {
    display: none;
  }
  cart-item-responsive {
    width: 85%;
    display: flex;
    flex-direction: row;
  }
  cart-item-responsive .subtitulo-1 {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
  cart-item-responsive .price {
    margin: 0;
    font-size: 12px;
  }
  container-cart-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  #title-cart {
    font-size: 24px;
  }

  .cart {
    flex-direction: column;
    justify-content: flex-start;
    width: 106%;
  }

  .container-resumen {
    width: 100%;
    margin: 1rem 0;
  }
  cart-item-responsive .button-minus,
  cart-item-responsive .button-plus {
    height: 1.5rem;
    width: 1.5rem;
  }

  cart-item-responsive .quantity-field {
    height: 1.376rem;
    width: 1.5rem;
  }

  item-info {
    width: 25%;
    margin: 0 1rem 2.5rem;
  }

  #gf {
    text-transform: uppercase;
    margin: 1rem 0 0 0;
    color: var(--main-gray);
  }

  quantity {
    margin: 2px 0;
    
  }

  #gd {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .responsive-image-2 {
    width: 100%;
    height: 100%;
  }
  .container-cart-item {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  cart-info {
    width: 100%;
  }

  .container-met-pagos {
    flex-direction: column;
  }

  #gd {
    margin: 0;
  }
}

/* BANNER 2 STYLES */

con-t {
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

main-ba-container {
  width: 100%;
  height: 25rem;
  display: grid;
  align-items: center;
  grid-template-columns: 40% 60%;
  background-color: #f7f0e2;
  justify-items: center;
}
div#shopify-section-template--14830506475598__b5a72c45-9479-4564-b5b3-8ac96b63d529 main-ba-container{
  height: fit-content;
}
#title-ba-1 {
  margin: 0;
  color: var(--main-olive);
}

#parrafo-ba-1 {
  color: var(--dark-gray);
}

buttons-ba-container {
  display: flex;
  margin-top: 2rem;
  justify-content: flex-start;
  width: 100%;
  gap: 30px;
}

con-wf {
  display: flex;
}

collection-slider-2 {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  z-index: 1;
}

.slider card-ff {
  background-color: var(--main-white);
  border-radius: 8px;
  margin-right: 20px;
}

.slider-3 {
  padding: 35px 0;
  margin: 35px 0;
}

.slider-3 card-ff {
  background-color: var(--main-white);
  border-radius: 8px;
  margin-right: 20px;
}

image-picker {
  display: flex;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  height: auto;
  width: 100%;
}

COL-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1rem;
  margin-top: 1rem;
}

#COL-subtitle {
  text-transform: uppercase;
  color: var(--linen-3);
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--main-color);
  margin: 0 16px;
  font-size: 10px;
}

#COL-title {
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.col-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 768px) {
  main-ba-container {
    grid-template-columns: 100%;
    justify-items: center;
    align-items: center;
  }

  main-ba-container inline-half-container {
    display: block;
    padding: 20px 0px;
    overflow: auto;
  }
  .col-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
  }

  buttons-ba-container {
    display: none;
  }

  #title-ba-1 {
    text-align: center;
    width: auto;
  }

  #parrafo-ba-1 {
    text-align: center;
    width: auto;
  }

  con-t {
    margin-top: 1.5rem;
    padding: 0;
  }

  #asd {
    display: none;
  }

  card-ff {
    width: 200px;
    height: 270px;
    background-color: var(--main-white);
    border-radius: 8px;
    overflow: hidden;
  }

  collection-slider-2 {
    display: none !important;
    padding-left: 40rem;
    padding-top: 2rem;
  }

  COL-titles {
    margin: 0.7rem 0;
  }
}


/* MAIN PRODUCT CSS */

                          .cart-items-list {
              width: 90%;
              margin: 20px auto;
                            background: var(--main-dark-color);
                            padding: 1% 3%;
              border-radius: 12px;
              height: 400px;
              overflow-y: scroll;
            }

            .cart-items-list div{
              padding: 8px;
              text-align: left;
              border-radius: 8px;
              display: flex;
              flex-direction: row;
              justify-content: space-around;
              align-items: center;
              gap: 30px;
              width: 100%;
            }
            .cart-items-list .pop-text-container{
                flex-direction: column;
              gap: 0px;
              align-items: flex-start;
              }
            .cart-items-list .pop-text-container p{
                margin: 0px;
              }
            .cart-items-list th {
              background-color: transparent;
            }
                .view-cart{
                  background: transparent;
                  border: 1px solid var(--main-olive);
                  border-radius: 8px;
                  padding: 10px 20px;
                  color: var(--main-olive);
                }
                .pop-container p{
                  text-align: center;
                  margin: 20px 0px;
                }
                .keep-buying{
                  background: var(--main-olive);
                  border: none;
                  border-radius: 8px;
                  padding: 10px 20px;
                  color: var(--main-color);
                }
                .added-to-cart{
                  position: fixed;
                  width: 100%;
                  height:100vh;
                  display: none;
                  top: 0px;
                  left: 0px;
                  justify-content: center;
                  align-items: center;
                  background: #00000040;
                  z-index: 100;
                }
                .pop-container {
                  padding: 20px;
                  background: var(--main-color);
                  border-radius: 12px;
                }
                /* General styles */
                .visually-hidden {
                    position: absolute;
                    width: 1px;
                    height: 1px;
                    padding: 0;
                    margin: -1px;
                    overflow: hidden;
                    clip: rect(0,0,0,0);
                    white-space: nowrap;
                    border: 0;
                }
                @keyframes spinner-border {
                    to { transform: rotate(360deg) }
                }
                .spinner-border {
                    display: inline-block;
                    width: 1.5rem;
                    height: 1.5rem;
                    vertical-align: -0.125em;
                    border: 0.15em solid currentColor;
                    border-right-color: transparent;
                    border-radius: 50%;
                    animation: 0.75s linear infinite spinner-border;
                }

                /* Snippet styling */
                frequently-bought-together {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    margin: 0rem 0;
                    text-align: left;
                    height: auto;
                    overflow-y: hidden;
                    transition: all 500ms ease;
                    transform-origin: center top;
                    gap: 10px;
                    position: relative;
                }
                frequently-bought-together ul{
                   border-radius: 12px;
                    background-color: rgba(255, 255, 255, 0.5);
                }
                .fbt-heading-title {
                    margin: 0 0 1rem;
                }
                .fbt-product-list {
                    list-style: none;
                    padding: 0;
                }
                .fbt-product-item {
                    width: 33%;
                    display: grid;
                    grid-template-columns: 1fr;
                    margin: 0px 10px;
                    background-color: white;
                    justify-items: center;
                    align-items: center;
                    border-radius: 8px;
                    overflow: hidden;
                    border: 1px solid var(--main-gray);
                }
                .fbt-product-img {
                  margin: auto;
                    width: 160px;
                    height: 140px;
                    object-fit: cover;
                }
                .fbt-product-title {
                  display: flex;
                  align-items: center;
                  height: 1rem;
                  margin: 0 0 .5rem;
                  font-size: .875em;
                  padding: 0 !important;
                  margin: 1rem 0;
                  line-height: 20px;
                  height: fit-content;
                }
                .fbt-product-title-r {
                  display: none;
                  align-items: center;
                  height: 1rem;
                  margin: 0 0 .5rem;
                  font-size: .875em;
                  padding: 0 !important;
                  margin: 1rem 0;
                  line-height: 20px;
                  height: fit-content;
                }
                .fbt-product-price {
                    margin: 0 0 .5rem;
                }
                .fbt-product-price-compare {
                    opacity: .5;
                    font-size: .875em;
                    margin-right: .25rem;
                }
                .fbt-product-price-final {
                  text-align: center;
                  margin: 0px;
                }
                .fbt-variant-select {
                    width: 100%;
                    border: 1px solid rgba(0, 0, 0, .5);
                    padding: 0.25rem;
                    line-height: normal;
                    display: block;
                    margin: 0 0 0.5rem;
                    color: rgba(0, 0, 0, .75);
                }
                .fbt-variant-select:focus {
                    outline: none;
                    border-color: rgba(0, 0, 0, 1);
                    box-shadow: none;
                }
                .fbt-add-checkbox-wrapper {
                    display: inline-flex;
                    width: 100%;
                    align-items: center;
                    justify-content: flex-start;
                }
                .fbt-add-checkbox-wrapper label{
                  padding: 0px;
                  border-radius: 8px;
                  display: flex;
                  flex-direction: row;
                  align-items: center;
                  justify-content: space-around;
                  margin: 5px;
                }
                .fbt-add-checkbox-wrapper .fbt-add-checkbox {
                    display: none;
                }
                .fbt-add-checkbox:checked + label {
                  background-color: #2D9CDB;
                  border: none;
                }
                .fbt-add-checkbox:checked + .fbt-add-checkbox-wrapper svg {
                  opacity: 1;
                }
                .fbt-add-checkbox-wrapper label {
                  border: 1px solid var(--main-gray);
                }

                .fbt-add-checkbox-wrapper svg {
                  opacity: 0;
                }
                .fbt-total-price-wrapper {
                    margin: 0 0 1rem;
                    font-size: 1.125em;
                }

                .fbt-btn-atc {
                    margin-bottom: .5rem;
                }
                .card-fbt-footer {
                  display: flex;
                  flex-direction: column;
                  justify-content: center;
                  align-items: center;
                  gap: 5px;
                  padding: 10px;
                }

                .slider-4 .slick-track{
                  padding: 15px;
                  gap: 10px;
                }

                .slider-4 .slick-prev {
                  display: none;
                }

                .slider-4 .slick-next {
                  top: 50%;
                  right: 0px;
                }

                .agregado {
                  margin: 0px;
                  text-align: center;
                }

                .slick-next-c {
                  position: absolute;
                  top: 50%;
                  right: 20px;
                  background: transparent;
                  border: none;
                  cursor: pointer;
                }
                    @media (max-width: 768px) {
                      .fbt-product-title-r {
                  display: flex;
                }
                      .cart-items-list .pc-title{
                        font-size: 10px;
                        line-height: 16px;
                      }
                      .cart-items-list .collection-tag {
                        font-size: 8px;
                        line-height: normal;
                      }
                      .view-cart {
                        margin-bottom: 10px;
                      }
                      .cart-items-list div{
                        width: 100%;
                        gap: 0px;
                      }
                      .pop-container{
                        width: 90%;
                        padding: 20px 5px;
                      }
                      .pop-container p.quantity {
                        display: none;
                      }
                .slick-next-c {
                  display: none;
                }
                /* General styles */
                .visually-hidden {
                    position: absolute;
                    width: 1px;
                    height: 1px;
                    padding: 0;
                    margin: -1px;
                    overflow: hidden;
                    clip: rect(0,0,0,0);
                    white-space: nowrap;
                    border: 0;
                }
                @keyframes spinner-border {
                    to { transform: rotate(360deg) }
                }
                .spinner-border {
                    display: inline-block;
                    width: 1.5rem;
                    height: 1.5rem;
                    vertical-align: -0.125em;
                    border: 0.15em solid currentColor;
                    border-right-color: transparent;
                    border-radius: 50%;
                    animation: 0.75s linear infinite spinner-border;
                }

                /* Snippet styling */
                frequently-bought-together {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    margin: 0rem 0;
                    text-align: left;
                    height: auto;
                    overflow-y: hidden;
                    transition: all 500ms ease;
                    transform-origin: center top;
                    gap: 10px;
                    position: relative;
                }
                frequently-bought-together ul{
                   border-radius: 12px;
                    background-color: rgba(255, 255, 255, 0.5);
                }
                .fbt-heading-title {
                    margin: 0 0 1rem;
                }
                .fbt-product-list {
                    list-style: none;
                    padding: 0;
                    height: 200px;
                    overflow: auto;
                }
                .fbt-product-item {
                    width: 95%;
                    height: fit-content;
                    display: flex;
                    flex-direction: row;
                    margin: 10px auto;
                    background-color: white;
                    justify-content: space-around;
                    align-items: center;
                    border-radius: 8px;
                    overflow: hidden;
                    padding:1%;
                    border: 1px solid var(--main-gray);
                }
                .fbt-product-img {
                  margin: auto;
                    width: 80px;
                    height: 80px;
                    object-fit: cover;
                }
                .fbt-product-title {
                  display: flex;
                  align-items: center;
                    margin: 0 0 0rem;
                    font-size: 16px;
                    line-height: 1;
                }
                      .fbt-product-title-r {
                  align-items: center;
                    margin: 0 0 0rem;
                    font-size: 16px;
                    line-height: 1;
                }
                .fbt-product-price {
                    margin: 0 0 .5rem;
                }
                .fbt-product-price-compare {
                    opacity: .5;
                    font-size: .875em;
                    margin-right: .25rem;
                }
                .fbt-product-price-final {
                  text-align: center;
                  margin: 0px;
                  line-height: 0px;
                  margin-top: 20px;
                }
                .fbt-variant-select {
                    width: 100%;
                    border: 1px solid rgba(0, 0, 0, .5);
                    padding: 0.25rem;
                    line-height: normal;
                    display: block;
                    margin: 0 0 0.5rem;
                    color: rgba(0, 0, 0, .75);
                }
                .fbt-variant-select:focus {
                    outline: none;
                    border-color: rgba(0, 0, 0, 1);
                    box-shadow: none;
                }
                .fbt-add-checkbox-wrapper {
                    display: inline-flex;
                    width: 10%;
                    padding: 5px;
                    align-items: center;
                    justify-content: flex-start;
                    height: 100%;
                }
                .fbt-add-checkbox-wrapper label{
                  padding: 0px;
                  border-radius: 8px;
                  display: flex;
                  flex-direction: row;
                  align-items: center;
                  justify-content: space-around;
                  margin: 5px;
                }
                .fbt-add-checkbox-wrapper .fbt-add-checkbox {
                    display: none;
                }
                .fbt-add-checkbox:checked + label {
                  background-color: #2D9CDB;
                  border: none;
                }
                .fbt-add-checkbox:checked + .fbt-add-checkbox-wrapper svg {
                  opacity: 1;
                }
                .fbt-add-checkbox-wrapper label {
                  border: 1px solid var(--main-gray);
                }

                .fbt-add-checkbox-wrapper svg {
                  opacity: 0;
                }
                .fbt-total-price-wrapper {
                    margin: 0 0 1rem;
                    font-size: 1.125em;
                }

                .fbt-btn-atc {
                    margin-bottom: .5rem;
                }
                .card-fbt-footer {
                  display: flex;
                  flex-direction: column;
                  justify-content: center;
                  align-items: flex-start;
                  gap: 5px;
                  padding: 10px;
                  width: 70%;
                }

                .slider-4 .slick-track{
                  padding: 15px;
                  gap: 10px;
                }

                .slider-4 .slick-prev {
                  display: none;
                }

                .slider-4 .slick-next {
                  top: 50%;
                  right: 0px;
                }

                .agregado {
                  margin: 0px;
                  text-align: center;
                }

                .slick-next-c {
                  position: absolute;
                  top: 50%;
                  right: 20px;
                  background: transparent;
                  border: none;
                  cursor: pointer;
                }


                }



/*FORMULARIO HOME*/

/* Estilo para el overlay del popup */

.popup-overlay h2{
  font-family: "NewYork", sans-serif;
}
.popup-overlay label, .popup-overlay button{
font-family: "DM Sans";
}
.popup-overlay {
  display: none; /* Inicialmente oculto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Fondo oscuro con transparencia */
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-in-out;
}

/* Contenedor del contenido del popup */
.popup-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    max-width: 350px;
    box-sizing: border-box;
    width: 100%;
    
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    animation: scaleUp 0.3s ease-in-out;
    
}

/* Botón de cerrar */
.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    background: black;
}

.popup-close:hover {
  color: #ff0000; /* Color rojo al pasar el mouse */
}

/* Estilo del formulario */
.form-group {
  margin-bottom: 20px;
  text-align: left; /* Alinear etiquetas a la izquierda */
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px; /* Bordes redondeados */
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.2s ease-in-out;
}

.form-group input:focus {
  border-color: #007bff; /* Color azul al hacer foco */
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Efecto al enfocarse */
}

/* Botón de enviar */
.form-submit {
  background: #e0b37f;
  color: #615420;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.form-submit:hover {
  background: #615420;
  color: #e0b37f;
}

/* Animaciones */
@keyframes fadeIn {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.8);
  }
}

@keyframes scaleUp {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

metodospagofooter {
    display: flex;
    gap: 10px;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}