/** Shopify CDN: Minification failed

Line 1324:0 Unexpected "jQuery("
Line 3587:0 Unexpected "<"
Line 3589:2 Unexpected "0%"
Line 3590:2 Unexpected "20%"
Line 3591:2 Unexpected "40%"
Line 3592:2 Unexpected "60%"
Line 3593:2 Unexpected "80%"
Line 3594:2 Unexpected "100%"
Line 3728:6 Expected ":"
Line 3929:0 Unexpected "<"
... and 8 more hidden warnings

**/
/**** L A B 5 1 - Update 01-2019
***** http://www.lab51.cl
***** Theme Author: Jorge Morales
***** Theme Author URL: http://jorgemo.com
****************************************************************************************************/

/** Colors **/









/** Font Size **/


























/**** G E N E R A L
****************************************************************************************************/
html, body {
  width: 100%;
  background: #fff;
}

body {
  font-size: 100%;
  color: #000;
  font-family: 'Nunito', sans-serif;
}

input, textarea, button, select {
  font-size: 1em;
  line-height: 1.5;
  font-family: 'Nunito', sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}

a {
  color: #3976A7; text-decoration: none;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

a:hover {
  color: #dab678;
  text-decoration: underline;
}

.clear {
  overflow: auto;
  width: calc(93%);
  margin: 0 auto;
}

.one-half {
  width: 50%;
  float: left;
}

.one-third {
  width: 33.333333%;
  float: left;
}

.one-quarter {
  width: 25%;
  float: left;
}

.three-quarter {
  width: 75%;
  float: left;
}

/**** H E A D E R
****************************************************************************************************/

.barra {
  text-align: center;
  padding: 10px 0;
  font-size: 1em;
  font-weight: 700;
}

.barra a {
  text-decoration: underline;
}

header {
  overflow: visible;
  padding: 2vw 5vw;
  position: relative;
}

header .row1 {
  position: relative;
  overflow: auto;
}

/* Header Sociales */
header .sociales {
  position: absolute;
  top: 50%;
  left: 2vw;
  transform: translateY(-50%);
  margin-top: -10px;
  font-size: 1.5em;
}

header .sociales li {
  display: inline-block;
  margin-right: 10px;
}

header .sociales li a {
  color: #4f4f4f;
}

header .sociales li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* Header Logo */
header .logo {
  width: 70%;
  max-width: 240px;
  margin: 0 auto;
}

header .logo a {
  display: block;
  margin: 0;
}

header .logo a img {
  display: block;
  margin: 0;
}

/* Header Icons */
header .icons {
  position: absolute;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%);
  margin-top: -10px;
  font-size: 0.75em;
}

header .icons li {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.25em;
}

header .icons li a {
  color: #000;
}

header .icons li i {
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

header .icons li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

header .icons li a.cart {
  cursor: pointer;
}

header .icons li a.search {
  cursor: pointer;
}

header .icons li a.search .fa-times {
  display: none;
}

header .icons li a.search i {
  background-image: url(ico-lupa.png);
}

header .icons li a.user i {
  background-image: url(ico-user.png);
}

header .icons li a.cart i {
  background-image: url(ico-cart.png);
  height: 1.25em;
}

header .icons li a.cart .count {
  position: relative;
  top: -5px;
  color: #4f4f4f;
}

/* Header Busqueda */
header .icons .search-form {
  width: 270px;
  height: 40px;
  overflow: auto;
  text-align: center;
  margin-top: 0px;
  position: absolute;
  top: -10px;
  right: 130px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

header .icons .search-form.show {
  opacity: 1;
  visibility: visible;
}

header .icons .search-form form {
  width: 100%;
}

header .icons input[type="search"] {
  display: inline-block;
  width: calc(100% - 40px);
  max-width: 220px;
  border: 1px solid #efefef;
  padding: 5px 10px;
  text-align: center;
}

header .icons input[type="submit"] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  position: relative;
  border: 0;
  background: transparent;
  color: #000;
}

header .clear-big-search {
  position: relative;
}

header .big-search {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  z-index: 1000;
}

header .big-search.show {
  top: 0;
}

header .big-search input[type="search"] {
  border: 0;
  width: calc(100% - 80px);
  height: 100px;
  float: left;
  padding: 0 0 0 70px;
  outline: none;
  font-size: 2em;
  color: #000;
}

header .big-search input[type="search"]::placeholder {
  font-size: 1em;
  color: #000;
}

header .big-search button {
  border: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0);
  font-size: 1.5em;
  color: #000;
  outline: none;
}

header .big-search .cerrar-big-search {
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  background: rgba(0,0,0,0);
  font-size: 1.5em;
  color: #000;
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
}

header .black-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

header .black-search.show {
  visibility: visible;
  opacity: 1;
}

/**** M E N U
****************************************************************************************************/

nav {
  width: 100%;
  overflow: visible;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0a0a0;
  font-size: 0.875em;
}

nav ul {
  text-align: center;
}

nav li {
  display: inline-block;
  padding: 0 1.25vw;
  position: relative;
}

nav li.site-nav--has-dropdown > a {
  position: relative;
  padding-right: 26px;
  display: inline-block;
}

nav li.site-nav--has-dropdown > a:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 0.875em;
}

nav li a {
  color: #666666;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 1px;
}

nav li a:hover {
  text-decoration: none;
}

nav li > ul.sub-menu {
  position: absolute;
  top: 20px;
  left: -1vw;
  min-width: calc(100% + 1vw);
  width: auto;
  padding: 10px;
  background: #fff;
  z-index: 100;
  white-space: nowrap;
  padding-top: 15px;
  font-size: 0.9em;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

nav li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}

nav li > ul.sub-menu li {
  display: block;
  text-align: left;
  padding: 10px 2vw 10px 2vw;
}

nav li > ul.sub-menu li:after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 1vw;
  transform: translateY(-50%);
}

/**** H O M E
****************************************************************************************************/

.home-title {
  color: #484848;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.home-title-mini {
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
  letter-spacing: 1px;
}

.sub-title {
  color: #000;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 1px;
}

.mini-title {
  color: #000;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 1px;
}

/**** S L I D E S H O W
****************************************************************************************************/

.slideshow {
  width: 100%;
  overflow: auto;
  margin-bottom: 40px;
  padding: 0 1.5vw;
}

.template-index .slideshow .slick-slider img {
  width: 91.5vw;
}

.slideshow button.slick-arrow {
  appearance: none;
  border: 0;
  text-indent: -99999em;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  cursor: pointer;
  outline: none;
}

.slideshow button.slick-arrow:hover {
  background: rgba(255,255,255,1);
}

.slideshow button.slick-arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 1.5em;
  position: absolute;
  color: #000;
  text-indent: 0em;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}

.slideshow button.slick-prev {
  left: 2vw;
}

.slideshow button.slick-prev:after {
  content: "\f060";
}

.slideshow button.slick-next {
  right: 2vw;
}

.slideshow button.slick-next:after {
  content: "\f061";
}

.slideshow .slick-dots {
  width: 100%;
  overflow: auto;
  text-align: center;
  margin: 15px 0;
}

.slideshow .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slideshow .slick-dots li button {
  text-indent: -99999em;
  width: 15px;
  height: 15px;
  background: #ccc;
  border-radius: 50%;
  border: 0;
  outline: none;
  padding: 0;
}

.slideshow .slick-dots li.slick-active button {
  background: #3976A7;
}

/**** G A L L E R Y
****************************************************************************************************/

.gallery {
  width: 100%;
  margin-bottom: 40px;
}

.gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gallery ul .item {
  padding: 2.5vw 1.5vw;
  text-align: center;
}

.gallery ul .item a {
  display: block;
  margin: 0;
}

.gallery ul .item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.gallery ul .item img {
  display: block;
  margin: 0;
}

.gallery ul .item h3 {
  color: #727272;
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 30px;
  letter-spacing: 1px;
}

.gallery.icons .home-title {
  color: #de8a84;
}

/**** T W O  B L O C K S
****************************************************************************************************/

.two {
  width: 100%;
  overflow: auto;
}

.two .clear {
  display: flex;
  flex-wrap: wrap;
}

.two .left {
  width: 50%;
  float: left;
  padding: 1.5vw;
}

.two .left a {
  display: block;
  margin: 0;
}

.two .left img {
  display: block;
  margin: 0;
}

.two .right {
  width: 50%;
  float: left;
  padding: 1.5vw;
  background: #dab678;
  color: #fff;
  border: 1.5vw solid #fff;
  text-align: center;
  position: relative;
}

.two .right .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.two .right h2 {
  font-family: 'Sacramento', cursive;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.two .right p {
  font-size: 1.25em;
  line-height: 1.6em;

}

.two .right form {
  width: 80%;
  overflow: auto;
  margin: 30px auto 0;
}

.two .right form .top {
  width: 100%;
  overflow: auto;
  margin-bottom: 14px;
}

.two .right form .top input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  font-size: 1.25em;
  padding: 5px 8px;
  color: #000;
  width: calc(50% - 7px);
  float: left;
  margin-right: 14px;
  outline: none;
}

.two .right form .top input:nth-child(2) {
  margin-right: 0;
}

.two .right form .top input::placeholder {
  color: #666666;
}

.two .right form input[type="email"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  font-size: 1.25em;
  padding: 5px 8px;
  color: #000;
  outline: none;
  width: 100%;
}

.two .right form input[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #a47f52;
  color: #fff;
  width: 140px;
  padding: 5px 8px;
  outline: none;
  font-weight: 300;
  font-size: 1.25em;
  margin-top: 40px;
}

/**** F E A T U R E D   C O L L E C T I O N
****************************************************************************************************/

.featured-collection {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.featured-collection ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.featured-collection ul .item {
  padding: 2.5vw;
  text-align: center;
}

.featured-collection ul .item a {
  display: block;
  margin: 0;
  position: relative;
  color: #000;
}

.featured-collection ul .item a:hover {
  text-decoration: none;
}

.featured-collection ul .item .img {
  position: relative;
}

.featured-collection ul .item .img .dos {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.featured-collection ul .item .img:hover .dos {
  opacity: 1;
}

.featured-collection ul .item .img .descuento {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #db3631;
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75em;
  letter-spacing: 1px;
  color: #fff;
  z-index: 3;
  width: 60px;
  height: 60px;
  background: url(descuento.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.featured-collection ul .item h3 {
  font-size: 0.875em;
  font-weight: 400;
  color: #727272;
  margin: 5px 0 0;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.featured-collection ul .item h4 {
  display: none;
  font-size: 1em;
  font-weight: 300;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.featured-collection ul .item .price {
  font-family: 'Sacramento', cursive;
  font-weight: 400;
  color: #727272;
  font-size: 1.25em;
  margin-top: 10px;
}

.featured-collection ul .item .price.sale {
  color: #c90d06;
}

.featured-collection ul .item .price.sale span {
  color: #545454;
  text-decoration: line-through;
  font-size: 0.875em;
}

.featured-collection ul .item .ver-producto {
  display: none;
  background: #18ba92;
  color: #fff;
  padding: 8px 15px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 20px 0 0;
  font-size: 0.675em;
  text-transform: uppercase;
}

.featured-collection ul .item .ver-producto:hover {
  opacity: 0.8;
  text-decoration: none;
}

.featured-collection ul .item .ver-producto.ver-agotado {
  background: #333;
}

.featured-collection ul .item .ver-producto.ver-agotado:hover {
  opacity: 1;
  text-decoration: none;
}

.featured-collection .boton {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 12px 30px;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 20px 0 0;
}

.featured-collection .boton:hover {
  opacity: 0.8;
  text-decoration: none;
}

/**** B A N N E R
****************************************************************************************************/

.banner {
  width: 100%;
  overflow: auto;
  margin-bottom: 40px;
}

.template-index .banner img {
  width: 100vw;
}

.banner a {
  display: block;
  margin: 0 auto;
}

.banner a:hover {
  opacity: 0.8;
}

/**** B A N N E R   T E X T
****************************************************************************************************/

.banner-text {
  width: 100%;
  overflow: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 100px 0;
  text-align: center;
}

.banner-text h2 {
  color: #000;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.banner-text p {
  font-weight: 600;
}

.banner-text .boton {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 12px 30px;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 30px 0 0;
}

.banner-text .boton:hover {
  opacity: 0.8;
  text-decoration: none;
}

/****      I N S T A G R A M
****************************************************************************/
#instagram {
  margin-bottom: 40px;
  padding: 0 1.5vw;
}

#instafeed {
  width: 100%;
  overflow: auto;
  padding: 0;
}

#instagram .home-title {
  margin: 30px auto 30px;
}

.instagram_gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}

#instafeed a {
  width: 100% !important;
  float: left;
  height: auto;
  display: block;
  padding: 0;
  float: left;
  text-align: center;
  position: relative;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

#instafeed a:hover {
  opacity: 0.6;
}

#instafeed a .img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#instafeed a img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
  height: auto;
}

/**** C O L L E C T I O N
****************************************************************************************************/

.template-collection .featured-collection ul .item {
  padding: 1.5vw;
  text-align: center;
}

.template-collection .featured-collection ul .item.sold-out {
  position: relative;
}

.template-collection .featured-collection ul .item.sold-out .img:after {
  content: 'Agotado';
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.25);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  font-size: 0.75em;
}

.template-collection .featured-collection .home-title {
  font-family: 'Sacramento', cursive;
  font-size: 4em;
  position: relative;
  margin-bottom: 20px;
  width: 75%;
  float: left;
  text-align: left;
  padding-left: 1.5vw;
  text-transform: lowercase;
  font-weight: 400;
}

.template-collection .featured-collection .coll-des {
  width: 100%;
  overflow: auto;
  margin: 0 auto 20px;
}

.template-collection .featured-collection .filter {
  width: 25%;
  overflow: auto;
  margin: 0px 0 0px;
  float: right;
  transform: translateY(80%);
}

.template-collection .featured-collection .form-horizontal {
  float: right;
  width: 100%;
  padding: 0 1.5vw 20px;
  position: relative;
}

.template-collection .featured-collection .form-horizontal:after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 0.75em;
  color: #000;
  position: absolute;
  bottom: 35px;
  right: calc(1.5vw + 18px);
  z-index: 1;
}

.template-collection .featured-collection .form-horizontal label {
  display: block;
  width: 100%;
  font-size: 0.75em;
  color: #898989;
  text-align: left;
  font-weight: 300;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.template-collection .featured-collection .form-horizontal select {
  border: 1px solid #000;
  border-radius: 0;
  background: transparent;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  width: 100%;
  padding: 10px;
  position: relative;
  outline: none;
  z-index: 2;
  cursor: pointer;
}

/* Pagination */
.template-collection .featured-collection .pager, .template-search .featured-collection .pager {
  width: 100%;
  overflow: auto;
  margin: 40px 0;
}

.template-collection .featured-collection .pager ul, .template-search .featured-collection .pager ul {
  width: 100%;
  overflow: auto;
  text-align: center;
  display: block;
}

.template-collection .featured-collection .pager li, .template-search .featured-collection .pager li {
  display: inline-block;
  margin: 0 5px;
}

.template-collection .featured-collection .pager li a, .template-collection .featured-collection .pager li span, .template-search .featured-collection .pager li a, .template-search .featured-collection .pager li span {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 18px;
  font-size: 1.125em;
  font-weight: 300;
  color: #828282;
  margin: 0;
}

.template-collection .featured-collection .pager li a:hover, .template-search .featured-collection .pager li a:hover {
  text-decoration: none;
}

.template-collection .featured-collection .pager li.current span, .template-search .featured-collection .pager li.current span {
  background: #ededed;
  color: #828282;
  border: 1px solid #ededed;
  cursor: default;
}

.template-collection .featured-collection .pager li:hover a, .template-search .featured-collection .pager li:hover a {
  background: #ededed;
  color: #828282;
  border: 1px solid #ededed;
  cursor: pointer;
}

/**** P R O D U C T   P A G E
****************************************************************************************************/

.product .right .botones .sec-cantidad {
  width: auto;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.product .right .botones .sec-cantidad .input-cantidad {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product .right .botones .sec-cantidad input[type=number]::-webkit-inner-spin-button, 
.product .right .botones .sec-cantidad input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product .right .botones .sec-cantidad input[type=number] {
  -moz-appearance: textfield;
}

.product .right .botones .sec-cantidad input {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}

.quantity-button {
  background: none;
  border: 1px solid #ccc;
  font-size: 22px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #333;
}

.quantity-button:hover {
  background-color: #f8e3e3;
}

.quantity-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
}

.quantity-nav .quantity-down {
  order: 1;
}

.quantity-nav input {
  order: 2;
}

.quantity-nav .quantity-up {
  order: 3;
}

/* URGENCY BADGE */
.remain p.texto {
  font-weight: bold;
  font-size: 0.95em;
  background-color: #fff5f5;
  color: #c5425f;
  padding: 10px 15px;
  border: 1px solid #c5425f;
  border-radius: 8px;
  margin-top: 10px;
  text-align: center;
}

/* Restore collapsible accordion styling */
.description #accordion h3 {
  font-weight: bold;
  margin-top: 15px;
  padding: 10px;
  background: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-size: 1em;
}

.description #accordion div {
  font-size: 0.95em;
  padding: 10px 0;
}

.description #accordion.ui-accordion .ui-accordion-content {
  padding: 0 0 10px 0 !important;
  border: none !important;
  background: none !important;
}

/* Fix mobile spacing */
.description {
  margin-top: 10px;
  padding-bottom: 15px;
}

/* Hide active accordion styles */
.ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}

/* JS para asegurar números pares/ímpares correctamente */
jQuery(document).ready(function () {
  jQuery('.sec-cantidad').each(function () {
    var spinner = jQuery(this),
        input = spinner.find('input[type="number"]'),
        btnUp = spinner.find('.quantity-up'),
        btnDown = spinner.find('.quantity-down'),
        min = parseInt(input.attr('min')) || 1,
        max = parseInt(input.attr('max')) || 999;

    btnUp.on('click', function () {
      var oldValue = parseInt(input.val()) || min;
      var newVal = oldValue + 1;
      if (newVal <= max) {
        input.val(newVal).trigger('change');
      }
    });

    btnDown.on('click', function () {
      var oldValue = parseInt(input.val()) || min;
      var newVal = oldValue - 1;
      if (newVal >= min) {
        input.val(newVal).trigger('change');
      }
    });
  });
});


/**** P A G E
****************************************************************************************************/

.inside-page {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
}

.inside-page .home-title {
  font-size: 1.75em;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  text-align: center;
  padding-left: 0;
  margin-bottom: 40px;
}

.inside-page .home-title:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.rte p {
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 20px;
}

.rte h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.125em;
  padding: 10px 0 20px;
}

.page-form {
  overflow: auto;
  width: 100%;
  margin: 40px 0 0;
}

.page-form .top {
  overflow: auto;
  width: 100%;
  margin-bottom: 20px;
}

.page-form .top input {
  width: calc(50% - 10px);
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
}

.page-form .top input:nth-child(1) {
  margin-right: 10px;
}

.page-form .top input:nth-child(2) {
  margin-left: 10px;
}

.page-form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
}

.page-form input[type="submit"] {
  width: 100%;
  font-family: 'Nunito', sans-serif !important;
  font-size: 1em;
  text-transform: none;
  font-weight: bold;
  background: #dab678;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  letter-spacing: 1px;
  margin-top: 16px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

.page-form input[type="submit"]:hover {
  background: #c90d06;
  color: #fff;
}

/**** S E A R C H
****************************************************************************************************/

.error0 {
  padding: 0 1.5vw;
  position: relative;
}

.error0 img {
  display: block;
  margin: 0;
}

.error0 .float {
  width: 400px;
  height: auto;
  overflow: auto;
  position: absolute;
  bottom: 11vw;
  left: 50%;
  transform: translateX(-50%);
}

.error0 input {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  border-radius: 0;
  width: calc(100% - 90px);
  float: left;
  padding: 5px 10px;
}

.error0 button {
  background: #686868;
  color: #fff;
  font-size: 0.9325em;
  font-weight: 300;
  border: 0;
  border-radius: 0;
  padding: 6px 10px;
  letter-spacing: 1px;
  width: 80px;
  float: right;
}

.error0 .gohome {
  display: block;
  width: 18vw;
  height: 4vw;
  background: transparent;
  position: absolute;
  bottom: 4.6vw;
  left: 50%;
  transform: translateX(-50%);
}

/**** B L O G
****************************************************************************************************/

.blog {
  margin-bottom: 60px;
}

.blog .home-title {
  font-family: 'Sacramento', cursive;
  font-size: 3em;
	text-align: center;
  text-transform: none;
	width: 100%;
	margin: 60px 0 10px;
}

.blog .eng-title {
	font-size: 1.125em;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	color: $gris;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px !important;
}

.blog .posts {
	width: 100%;
	overflow: auto;
}

.blog .posts li {
	padding: 1.5vw;
	text-align: center;
}

.blog .posts li a {
  color: #4a4b4d;
}

.blog .posts li a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.blog .posts li img {
	display: block;
	margin: 0 auto 22px;
	width: 100%;
	height: auto;
}

.blog .posts li h3 {
  font-size: 0.875em;
  font-weight: 400;
  color: #727272;
  margin: 5px 0 0;
  text-transform: uppercase;
}

.blog .posts li h5 {
	font-size: 0.875em;
	letter-spacing: 2px;
	font-style: normal;
	color: $gris;
	margin: 0 0 15px;
}

.blog .posts li h6 {
	font-size: 0.8125em;
	letter-spacing: 2px;
	color: $gris;
	margin: 0 0 15px
}

.blog .posts li p {
	font-size: 0.75em;
	color: #4a4b4d;
	font-weight: 300;
	line-height: 1.6em;
	padding-bottom: 15px;
}

.blog .posts li a > div {
	font-size: 0.875em;
	color: $color;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.6em;
	padding-bottom: 15px;
}

.blog .posts li .boton {
	display: block;
	width: 70%;
	border-top: 1px solid #4a4b4d;
	padding: 15px;
	margin: 0px auto 0;
	font-size: 0.875em;
	color: #4a4b4d;
	font-weight: bold;
	letter-spacing: 1px;
}

.blog section {
  width: 100%;
  max-width: 895px;
  overflow: auto;
  margin: 0px auto;
}

.blog section article {
  width: 100%;
  overflow: auto;
  margin: 40px 0 80px;
  display: flex;
  flex-wrap: wrap;
}

.blog section article .img {
  display: block;
  width: calc(50% - 1vw);
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  margin-right: 2vw;
}

.blog section article .text {
  width: calc(50% - 1vw);
  float: right;
  position: relative;
}

.blog section article .text time {
  font-size: 0.75em;
  color: #6d6d6d;
  margin-bottom: 20px;
  display: block;
}

.blog section article .text h3 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.blog section article .text h3 a {
  color: #000000;
}

.blog section article .text .bajada {
  font-size: 0.75em;
  letter-spacing: 1px;
  line-height: 1.7em;
  color: #000000;
}

.blog section article .text .mas {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 0.875em;
  padding: 13px 25px;
  border-radius: 25px;
}

.blog section article .text .mas:hover {
  text-decoration: none;
  opacity: 0.6;
}

.post .home-title {
	text-align: center;
	width: 100%;
	margin: 60px 0 10px;
  font-size: 3em;
}

.post .eng-title {
	font-size: 1.125em;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	color: $gris;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px !important;
}

.post .subs h5 {
	font-size: 1.125em;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	color: $gris;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px !important;
	margin-bottom: 25px !important;
}

.post .subs h6 {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 2px;
	color: $gris;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px !important;
}

.post h1 {
	font-size: 1.125em;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 20px;
}

.post article {
  margin: 40px auto;
  width: 100%;
  max-width: 900px;
}

.post article.portafolio {
	margin: 0 auto;
	overflow: auto;
}

.post article.portafolio .content img {
	display: block;
	width: 50%;
	margin: 0;
	padding: 1.5vw;
	float: left;
}

.post article .main-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0 auto 50px;
}

.post article .entry {
  width: 100%;
  margin-right: 1vw;
  margin: 0 auto;
	text-align: center;
}

.post article .entry .content {
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.7em;
  color: $color;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.post article .entry .content p {
  padding-bottom: 20px;
}

.post article .entry .content p em {
	color: $gris;
	font-size: 0.8571428571em;
}

/**** M I N I C A R T
****************************************************************************************************/

#minicart {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 80vw;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  padding: 138px 30px 155px;
  z-index: 2000;
  box-shadow: 0vw 0vw 0vw 300vw rgba(255, 255, 255, 0.57);
  overflow: scroll;
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#minicart .top {
  position: fixed;
  padding: 50px 30px;
  background: #fff;
  width: 80vw;
  max-width: 400px;
  top: 0;
  right: -100vw;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#minicart .top h2 {
  margin-top: 0;
  margin-bottom: 0;
}

#minicart .top .cerrar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 1.5em;
  color: #000;
  cursor: pointer;
}

#minicart .top .cerrar i {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-image: url(ico-close.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

#minicart .top .cerrar:hover {
  opacity: 0.8;
}

#minicart .middle ul li {
  width: 100%;
  overflow: auto;
  display: block;
  margin: 20px 0 20px;
}

#minicart .middle ul li .left {
  width: 80%;
  float: left;
  padding-right: 20px;
}

#minicart .middle ul li .left h4 {
  font-size: 1.125em;
  font-weight: 700;
  padding-bottom: 3px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 1px;
}

#minicart .middle ul li .left h5 {
  padding-bottom: 3px;
}

#minicart .middle ul li .left h6 {
  color: #828282;
}

#minicart .middle ul li .right {
  width: 20%;
  float: right;
}

#minicart .bottom {
  position: fixed;
  padding: 30px;
  width: 80vw;
  max-width: 400px;
  bottom: 0;
  right: -100vw;
  background: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#minicart .bottom .subtotal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

#minicart .bottom .left {
  float:left;
  width: 50%;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 300;
}

#minicart .bottom .right {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 700;
}

#minicart .bottom .ver-carrito {
  display: block;
  width: 100%;
  background: #dab678;
  color: #fff;
  font-weight: 700;
  padding: 15px 15px;
  text-align: center;
  letter-spacing: 1px;
}

#minicart .bottom .ver-carrito:hover {
  text-decoration: none;
  opacity: 0.8;
}

#minicart.show {
  right: 0vw;
  opacity: 1;
}

#minicart.show .top {
  right: 0vw;
}

#minicart.show .bottom {
  right: 0vw;
}

/**** C A R R O
****************************************************************************************************/

.carrito {
  overflow: auto;
  max-width: 100%;
}

.carrito .cart-table {
  width: calc(100% - 340px);
  float: left;
}

.carrito table {
  margin: 80px 0 40px;
}

.carrito td {
  padding: 40px 30px;
  vertical-align: middle;
  font-weight: 300;
}

.carrito td.td-name a {
  color: #000;
}

.carrito td.td-name h2 {
  font-weight: 300;
  padding-bottom: 5px;
}

.carrito td.td-name h3 {
  font-weight: 300;
  font-size: 0.875em;
  padding-bottom: 5px;
}

.carrito td.td-name h4 {
  font-weight: 300;
  font-size: 0.75em;
  padding-bottom: 5px;
}

.carrito td.td-name h4 a {
  text-decoration: underline;
}

.carrito td.td-price, .carrito td.td-total {
  font-size: 1.125em;
}

.carrito td.td-quantity {
  position: relative;
}

.carrito td.td-quantity input {
  width: 50px;
  text-align: center;
  padding: 4px 0;
}

.carrito td.td-quantity .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.375em;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  cursor: pointer;
}

.carrito td.td-quantity .button span {
  position: relative;
  top: -1px;
}

.carrito td.td-quantity .inc span {
  top: -0px;
}

.carrito td.td-quantity .dec {
  left: 0;
}

.carrito td.td-quantity .inc {
  right: 0;
}

.carrito .overflow {
  width: 100%;
  overflow: auto;
  display: block;
}

.carrito .seguir-comprando {
  display: block;
  float: left;
  font-weight: 700;
  font-size: 1em;
  color: #333333;
  margin: 10px 0 40px 30px;
}

.carrito .cart-dis {
  font-size: 0.75em;
  background: #f2f2f2;
  padding: 10px;
  float: right;
  width: calc(100% - 230px);
  max-width: 600px;
  margin-top: 3px;
}

.carrito .cart-total {
  width: 300px;
  max-width: 500px;
  float: right;
  text-align: center;
  margin: 150px 0 40px;
  background: #f2f2f2;
  padding: 20px;
}

.carrito .cart-total h3 {
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding-bottom: 5px;
}

.carrito .cart-total h4 {
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.carrito .cart-total h2 {
  font-weight: 700;
  font-size: 1.75em;
  margin-bottom: 20px;
}

.carrito .cart-total p.disclaimer {
  font-size: 0.75em;
  font-style: italic;
  font-weight: 300;
}

.carrito .botones {
  width: 100%;
  overflow: auto;
  padding: 30px 0 0;
}

.carrito .botones a {
  display: block;
  float: left;
  font-weight: 700;
  font-size: 0.875em;
  color: #333333;
  margin-top: 10px;
}

.carrito .botones input {
  border: 0;
  font-weight: 700;
  background: #dab678;
  color: #fff;
  font-size: 1.125em;
  padding: 10px 25px;
  float: right;
  margin-left: 0px;
  width: 100%;
}

.carrito input.update-cart {
  background: #ccc;
  color: #fff;
  width: 100%;
  font-size: 0.75em;
  margin-bottom: 10px;
}

/* Regalos */
.is-a-regalos {
  background: #f3f3f3;
  padding: 2vw 1.5vw;
  font-size: 0.875em;
  margin-bottom: 20px;
  overflow: auto;
  width: calc(100% - 1.5vw);
  margin-left: 1.5vw;
}

.is-a-regalos h3 {
  font-size: 1.125em;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}

.is-a-gift {
  width: 100%;
  border: 0px solid #f2f2f2;
  padding: 0.5vw 0 1vw;
}

.is-a-gift p {
  display: block;
  overflow: visible;
  padding-bottom: 0px;
}

.is-a-gift p.mensaje {
  padding-top: 20px;
  padding-left: 40px;
  font-size: 0.875em;
  display: none;
}

.is-a-gift p.mensaje.show {
  display: block;
}

.is-a-gift p.mensaje label {
  font-size: 0.875em;
  padding-bottom: 10px;
}

.is-a-gift p.mensaje textarea {
  width: 100%;
  height: 70px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label small {
  padding-left: 10px;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}

.styled-checkbox + label small span {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 0.5px solid #b2b2b2;
  width: 400px;
  padding: 1vw;
  text-align: center;
  z-index: 10;
}

.styled-checkbox + label small:hover span {
  display: block;
}

.styled-checkbox + label small span:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 0.5px solid #b2b2b2;
  border-right: 0.5px solid #b2b2b2;
  top: -6px;
  left: calc(50% - 10px);
  background: #fff;
  transform: rotate(-45deg);
}

.styled-checkbox + label small span u {
  text-decoration: none;
  display: block;
}

.styled-checkbox + label small span u:first-child {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: 500;
  margin-bottom: 10px;
}

.styled-checkbox + label small span u:nth-child(2) {
  line-height: 1.7em;
}

.styled-checkbox + label small span img {
  width: 60%;
  height: auto;
  display: block;
  margin: 5px auto 0;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  position: relative;
  top: -3px;
}

.styled-checkbox:hover + label:before {
  background: #dc8882;
}

.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
  background: #dc8882;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

._38ksdFFHosgt4hh6EjDuLm {
  overflow: hidden;
}

#dynamic-checkout-cart {
  width: 100%;
  overflow: auto;
  padding: 2vw 1.5vw;
}

/**** A C C O U N T
****************************************************************************************************/

.home-title-account {
  text-align: left;
  font-size: 2em;
  margin-bottom: 30px;
}

.form-field {
  width: 100%;
  overflow: auto;
  max-width: 25%;
  margin-bottom: 20px;
}

.clear.account .one-half {
  padding-right: 15px;
}

.clear.account .one-half:nth-child(3) {
  padding-right: 0px;
  padding-left: 15px;
}

.clear.account .edit-address-div .one-half:nth-child(3) {
  padding-right: 15px;
  padding-left: 0px;
}

.clear.account .edit-address-div .one-half:nth-child(4) {
  padding-right: 0px;
  padding-left: 15px;
}

.one-half .form-field {
  width: 100%;
  max-width: 100%;
}

.form-field label {
  display: block;
  width: 100%;
  font-size: 0.75em;
  color: #898989;
  text-align: left;
  font-weight: 300;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.form-field input {
  border: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  width: 100%;
  padding: 10px;
  position: relative;
  outline: none;
  z-index: 2;
  cursor: pointer;
}

.olvidaste {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.875em;
}

.iniciar-sesion {
  border: 0;
  font-weight: 700;
  background: #dab678;
  color: #fff;
  font-size: 1em;
  padding: 10px 25px;
}

.olvidaste.links {
  margin: 20px 0;
}

#RecoverPasswordForm input[type="submit"] {
  border: 0;
  font-weight: 700;
  background: #dab678;
  color: #fff;
  font-size: 1em;
  padding: 10px 25px;
}

.clear.registro input[type="submit"] {
  border: 0;
  font-weight: 700;
  background: #dab678;
  color: #fff;
  font-size: 1em;
  padding: 10px 25px;
}

.clear.account input.save-address {
  border: 0;
  font-weight: 700;
  background: #dab678;
  color: #fff;
  font-size: 1em;
  padding: 10px 25px;
  margin: 20px 0;
}

.clear.account .three-quarter {
  padding: 30px;
}

#cuenta table.full {
  font-size: 0.875em;
}

#cuenta table.full tbody tr {
  font-size: 0.875em;
}

#cuenta table.full tbody tr td {
  padding: 10px;
}

#cuenta h2.pedidos {
  background: url(pedidos.png) no-repeat;
  background-position: left center;
  background-size: auto 20px;
  padding: 9px 0 5px 24px;
}

#cuenta h2.misdatos {
  background: url(misdatos.png) no-repeat;
  background-position: left center;
  background-size: auto 20px;
  padding: 9px 0 5px 30px;
}

#cuenta h2.favoritos {
  background: url(star.png) no-repeat;
  background-position: left center;
  background-size: auto 20px;
  padding: 9px 0 5px 30px;
}

#cuenta h2.novios {
  background: url(anillos.png) no-repeat;
  background-position: left 12px;
  background-size: auto 16px;
  padding: 9px 0 5px 30px;
}

.sidemenu {
  width: 100%;
  overflow: auto;
  border-bottom: 1px solid #ddd;
  display: block;
}

.sidemenu li {
  display: block;
  border-top: 1px solid #ddd;
  margin: 0;
}

.sidemenu li a {
  display: block;
  width: 100%;
  padding: 10px;
  color: #000;
  margin: 0;
}

.sidemenu li a:hover {
  background: #F0F0F0;
}

.sideright {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  min-height: 280px !important;
  position: relative;
}

.sideright table {
  width: 100%;
}

.sideright table.full th {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  text-align: left;
  font-size: 1.125em;
}

.sideright table.full td {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 0.875em;
}

.sideright .add-dir {
  position: absolute; top: 20px; right: 0;
}

.sideright .direccion {
  background: #F7F7F7;
  font-size: 0.875em;
  padding: 10px 15px;
  position: relative;
}

.sideright .direccion h3 {
  font-size: 1em;
  margin-bottom: 5px;
}

.sideright .direccion p {
  font-size: 0.875em;
  margin-bottom: 0;
}

.sideright .direccion p.edit {
  position: absolute;
  top: 10px;
  right: 15px;
}

.sideright .direccion p.edit a {
  color: #000;
}

.sideright a.submit {
  display: inline-block;
  border: 0;
  font-weight: 700;
  background: #000;
  color: #fff;
  font-size: 1em;
  padding: 10px 25px;
  position: absolute;
  top: 15px;
  right: 0;
}

.ver-fav {
  font-family: 'Nunito', sans-serif !important;
  color: #000 !important;
  background-color: #81ead6 !important;
  border-radius: 0 !important;
  padding: 8px 16px;
  width: 200px;
  display: block;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -ms-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.ver-fav:hover {
  opacity: 0.75;
}

.ver-nov {
  font-family: 'Nunito', sans-serif !important;
  color: #000 !important;
  background-color: #f4d3d7 !important;
  border-radius: 0 !important;
  padding: 8px 16px;
  width: 200px;
  display: block;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -ms-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.ver-nov:hover {
  opacity: 0.75;
}

.btn.verde {
  background-color: #43e1c6 !important;
  font-weight: bold !important;
  font-family: 'Nunito', sans-serif !important;
}

.ver-out {
  font-family: 'Nunito', sans-serif !important;
  color: #000 !important;
  background-color: #f1f1f1 !important;
  background-image: url(logout.png);
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: 14px center;
  border-radius: 0 !important;
  padding: 8px 16px;
  width: 200px;
  display: block;
  margin-top: 40px;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -ms-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.ver-out:hover {
  opacity: 0.75;
}

/**** F O O T E R
****************************************************************************************************/

footer {
  width: 100%;
  overflow: auto;
  background: #dc8882;
  padding: 60px 0;
  margin-top: 30px;
}

footer .item {
  text-align: center;
}

footer .item h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 20px;
}

footer ul li {
  font-weight: 300;
  margin-bottom: 10px;
}

footer p {
  color: #fff;
  font-weight: 300;
}

footer a {
  color: #fff;
}

/* Footer Sociales */
footer .sociales {

}

footer .sociales li {
  display: inline-block;
  margin: 0 15px;
  font-size: 2em;
}

footer .sociales li a {
  color: #fff;
}

footer .sociales li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* Footer Form */
footer form {
  width: 100%;
  overflow: auto;
  text-align: center;
  margin-top: 20px;
}

footer input[type="email"] {
  display: inline-block;
  width: calc(100% - 40px);
  max-width: 200px;
  border: 1px solid #efefef;
  padding: 5px 10px;
}

footer input[type="submit"] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  position: relative;
  border: 0;
  background: transparent;
  color: #fff;
}

footer .bottom {
  padding: 80px 0 40px;
}

footer .bottom p {
  width: calc(100% - 200px);
  float: left;
  font-size: 0.75em;
  font-weight: 300;
}

footer .bottom img.webpay {
  display: block;
  width: 160px;
  float: right;
  filter: grayscale(100%) opacity(50%);
}

/**** M E D I A   Q U E R I E S
****************************************************************************************************/

.solo-mobile {
  display: none;
}

@media only screen and (min-width : 100px) and (max-width : 830px) {

  /* Generales */
  body {
    padding-top: 64px;
  }

  main {
    margin-top: 4vw;
  }

  .clear {
    width: calc(90%);
  }

  .small--one-whole {
    width: 100%;
    float: none;
  }
  .small-one-whole--no-padding {
    width: 100%;
    float: none;
    padding: 0 !important;
  }

  .small--one-half {
    width: 50%;
    float: none;
  }

  .small--one-third {
    width: 33.33333%;
  }

  .home-title {
    font-size: 1.25em;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* Header */
  .barra {
    font-size: 0.875em;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 1000;
    overflow: visible;
    padding: 2vw 2vw;
  }

  header .row1 {
    padding: 5px 0;
    overflow: visible;
  }

  header .logo {
    width: 30%;
  }

  header .sociales {
    display: none;
  }

  header .icons {
    margin-top: 0;
  }

  header .icons li {
    margin-left: 10px;
  }

  header .show-menu {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 1.125em;
    color: #000;
  }

  header .show-menu i {
    display: inline-block;
    width: 1.25em;
    height: 0.875em;
    background-image: url(ico-menu.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }

  header .icons .search-form {
    width: 100vw;
    top: 36px;
    right: -4vw;
    position: fixed;
    background: #fff;
  }

  header .icons input[type="search"] {
    max-width: none;
    width: calc(100% - 60px);
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px solid #000;
    appearance: none;
    -webkit-appearance: none;
    margin-left: 14px;
    text-align: left;
  }

  header .big-search input[type="search"] {
    font-size: 1.25em;
    width: 100%;
  }

  /* Menu */
  nav {
    position: fixed;
    top: 0;
    left: -100vw;
    opacity: 0;
    width: 80vw;
    max-width: 400px;
    height: 100vh;
    background: #fff;
    z-index: 2000;
    margin-top: 0;
    box-shadow: 0vw 0vw 0vw 300vw rgba(255, 255, 255, 0.57);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
  }

  nav.show {
    left: 0;
    opacity: 1;
    overflow: scroll;
  }

  nav .top {
    padding: 30px;
    display: block;
    position: relative;
  }

  nav .top h2 {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
  }

  nav .top .cerrar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 1.5em;
    color: #000;
    cursor: pointer;
  }

  nav .top .cerrar i {
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    background-image: url(ico-close.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }

  nav .top .cerrar:hover {
    opacity: 0.8;
  }

  nav ul {
    text-align: left;
    border-top: 1px solid #e5e5e5;
  }

  nav ul li {
    display: block;
    padding: 0;
  }

  nav ul li a {
    display: block;
    padding: 12px 10px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
  }

  nav ul li.site-nav--has-dropdown a {
    position: relative;
    width: 100%;
  }

  nav ul li.site-nav--has-dropdown:after {
    content: '+';
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1.5em;
  }

  nav li.site-nav--has-dropdown > a:after {
    display: none;
  }

  nav li > ul.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    visibility: hidden;
    opacity: 0;
    height: 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 0;
    padding-top: 0;
    padding: 0 0 0 10px;
  }

  nav li > ul.sub-menu li {
    padding: 0px 2vw 0 2vw;
  }

  nav li > ul.sub-menu li:after {
    left: 5px;
  }

  nav li > ul.sub-menu li a {
    border-bottom: 0;
  }

  /* Minicart */
  #minicart {
    padding: 85px 30px 155px;
  }

  #minicart .top {
    padding: 30px 30px;
  }

  #minicart .top h2 {
    font-size: 1.25em;
  }

  #minicart .middle ul li .left {
    font-size: 0.75em;
  }

  /* Home */
  /* Slideshow */
  .slideshow {
    margin-bottom: 0;
  }

  .slick-dots li:only-child {
    display: none;
  }

  /* Gallery */
  .gallery {
    margin-bottom: 20px;
  }

  .gallery.icons {
    width: 100%;
  }

  .gallery ul .item {
    padding: 1.5vw 1.5vw;
  }

  .gallery ul .item h3 {
    font-size: 1.25em;
    margin: 15px 0 30px;
  }

  /* Banner */
  .banner-text {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 50px 0;
  }

  .banner-text h2 {
    font-size: 1.25em;
  }

  .banner-text p {
    font-size: 0.875em;
  }

  .banner-text .boton {
    font-weight: 300;
  }

  /* Two */
  .two .left {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 5vw;
  }

  .two .right {
    width: 100%;
    float: none;
    padding: 5vw 3vw;
    border: 0;
  }

  .two .right .content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
  }

  /* Instagram */
  .instagram_gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Collection */
  .template-collection .featured-collection .home-title {
    text-align: center;
    font-size: 2.5em;
    width: 100%;
    padding-left: 0;
  }

  .template-collection .featured-collection .filter {
    width: 100%;
    float: none;
    transform: translateY(0%);
  }

  .template-collection .featured-collection ul .item {
    padding: 1.5vw 1.5vw 5vw;
  }

  .template-collection .featured-collection .pager {
    margin: 40px 0 0px;
  }

  .template-collection .featured-collection .pager li {
    margin-bottom: 15px;
  }

  .featured-collection .boton {
    font-weight: 300;
  }

  /* Product Page */
  .product .left {
    width: 100%;
    float: none;
    padding-right: 0vw;
  }

  .product .left #main-photo {
    width: 100%;
    float: none;
  }

  .product .left #mini-photos {
    width: 100%;
    float: none;
  }

  .product .left #mini-photos ul li {
    margin-right: 20px;
  }

  .product .right {
    width: 100%;
    float: none;
    padding-left: 0vw;
  }

  .product .right h1 {
    font-size: 1.5em;
  }

  .product .right .price {
    font-size: 1.25em;
  }

  .product .right .vars {
    max-width: 100%;
  }

  .product .right .botones .disable {
    width: 100%;
  }

  .product .right .sharer {
    text-align: center;
  }

  .product .right .sharer a {
    margin-bottom: 10px;
  }

  .product-template .related {
    margin-top: 0;
  }

  /* Blog */

  .blog .home-title {
    font-size: 2em;
  }

  .post .home-title {
    font-size: 2em;
  }

  /* Carrito */
  .carrito .cart-table {
    width: 100%;
    float: none;
  }

  .carrito table {
    display: block;
    margin: 40px 0 40px;
  }

  .carrito table thead {
    display: none;
  }

  .carrito table tbody {
    display: block;
  }

  .carrito tr {
    display: block;
    width: 100%;
    overflow: auto;
    padding-bottom: 30px;
  }

  .carrito tr td {
    display: block;
    width: 60%;
    float: right;
    padding: 10px;
  }

  .carrito tr td.td-img {
    width: 40%;
    float: left;
  }

  .carrito td.td-name h2 {
    font-size: 0.875em;
  }
  .carrito td.td-name h3 {
    font-size: 0.75em;
    display: none;
  }
  .carrito td.td-name h4 {
    font-size: 0.75em;
  }

  .carrito tr td.td-price {
    display: none;
  }

  .carrito td.td-quantity {
    width: 30%;
    float: right;
    padding: 0 10px;
  }
  .carrito td.td-quantity input {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
  }

  .carrito td.td-total {
    width: 30%;
    float: left;
    padding: 10px 10px;
  }

  .carrito .cart-total {
    width: 100%;
    float: none;
    margin-top: 0px;
  }

  .carrito .botones a {
    float: none;
    display: none;
  }

  .carrito .botones input {
    width: 100%;
    padding: 10px 0px;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
  }

  .carrito .botones input.update-cart {
    margin-right: 0%;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
  }

  .carrito .seguir-comprando {
    display: none;
  }

  /* Account */
  .clear.account .three-quarter {
    padding: 30px 0;
  }

  .sideright {
    border: 0;
  }

  .sideright table.full th {
    font-size: 0.875em;
    padding: 10px 10px 10px 0px;
  }

  .sideright table.full td {
    font-size: 0.75em;
    padding: 10px 10px 10px 0px;
  }

  .sideright .direccion {
    padding: 15px 15px 30px;
  }

  .sideright .direccion p.edit {
    top: auto;
    bottom: 10px;
  }

  .sideright a.submit {
    top: auto;
    bottom: 20px;
  }

  .form-field {
    max-width: 100%;
  }

  /* Footer */
  footer .item {
    margin-bottom: 60px;
  }
}@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  50% { transform: translateX(3px); }
  75% { transform: translateX(-3px); }
  100% { transform: translateX(0); }
}

.shake-button {
  animation: shake 0.5s ease-in-out infinite;
  animation-delay: 5s;
  animation-iteration-count: 1;
}

.shake-button:hover {
  animation: shake 0.5s;
}
.cta-home-button {
  background-color: #F8E3E3;
  color: #4f4f4f;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.cta-home-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.newsletter,
.two-blocks,
.custom-newsletter,
#shopify-section-two-blocks {
  background-color: #F8E3E3 !important;
}
input[type="submit"],
.newsletter button,
.newsletter input[type="submit"] {
  background-color: #F8E3E3;
  color: #4f4f4f;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover,
.newsletter button:hover,
.newsletter input[type="submit"]:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#mc-embedded-subscribe {
  background-color: #F8E3E3;
  color: #4f4f4f;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#mc-embedded-subscribe:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
/* Aplica estilo al botón ENVIAR del newsletter (HOME) */
#mc-embedded-subscribe {
  background-color: #DD8F8A; /* ← cambia aquí si tu botón usa otro tono exacto */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

#mc-embedded-subscribe:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.product-form__submit {
  background-color: #DD8F8A;
  color: #fff;
  font-weight: bold;
  padding: 14px 25px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.product-form__submit:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #dc8882; /* Puedes cambiar el color si deseas */
  color: white;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  z-index: 10;
}
.sale-highlight {
  border: 3px dashed #dc8882;
  background-color: #fef0f0;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

.sale-highlight::before {
  content: "OFERTA";
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #dc8882;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
}
.sale-highlight {
  border: 3px dashed #dc8882;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff5f5;
}
.sobre-nosotros-title {
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
  color: #4f4f4f;
  margin-left: 16px;
  margin-top: 10px;
}
.sale-highlight {
  border: 2px dashed #dc8882;
  background-color: #fff0f0;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: transform 0.2s ease-in-out;
}
.sale-highlight:hover {
  transform: scale(1.03);
}
.sale-highlight h3 {
  color: #dc8882;
  font-weight: bold;
}
.colecciones-title {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
  margin: 20px 0;
  color: #dc8882;
}

.gallery .item img {
  border: 3px solid #f8e3e3;
  transition: transform 0.3s ease;
}

.gallery .item img:hover {
  transform: scale(1.05);
}
.home-title-gal {
  font-family: inherit;
  font-size: 20px;
  color: #4f4f4f;
  text-align: center;
  margin: 30px 0 15px;
}
.destacado-ofertas {
  background-color: #fdf2f2; /* fondo suave rosado */
  padding: 20px 10px;
  border: 2px dashed #dc8882; /* borde estilo "oferta" */
  border-radius: 12px;
  margin-bottom: 20px;
}
.destacado-ofertas h2 {
  font-size: 28px;
  color: #dc8882;
  text-align: center;
  margin-bottom: 15px;
}
.destacado-ofertas .item {
  border: 2px solid #dc8882;
  padding: 5px;
  border-radius: 8px;
}
.sale-box {
  position: relative;
}
.sale-label {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #dc8882;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
}
.destacado-ofertas h2 {
  animation: pulse 1.5s infinite alternate;
}

@keyframes pulse {
  0% { transform: scale(1); }
  100% { transform: scale(1.05); }
}
<a href="/collections/all" class="cta-home-button shake-hover">
@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
  100% { transform: translateX(0); }
}

.shake-hover:hover {
  animation: shake 0.4s;
  animation-timing-function: ease-in-out;
}
.grid__item .product-card {
  border: 2px solid #F8E3E3;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.collection-hero__title {
  font-family: 'Dancing Script', cursive !important;
  font-size: 34px;
  color: #4f4f4f;
  text-align: center;
  margin-bottom: 20px;
}
.shake-hover:hover {
  animation: shake 0.4s;
  animation-timing-function: ease-in-out;
}

@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
  100% { transform: translateX(0); }
}
/* Animación de sacudida */
@keyframes shake-cart {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-3px); }
  40%, 80% { transform: translateX(3px); }
}

.add-to-cart {
  animation: shake-cart 0.8s infinite;
  background-color: #dc8882 !important;
  color: white !important;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 30px;
  display: inline-block;
  transition: transform 0.3s ease;
  text-align: center;
  text-decoration: none;
}

.add-to-cart:hover {
  transform: scale(1.05);
}
/* Animación de sacudida para el botón Agregar al carro */
@keyframes shake-cart {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-3px); }
  40%, 80% { transform: translateX(3px); }
}

.add-to-cart {
  animation: shake-cart 0.8s infinite;
  background-color: #dc8882 !important;
  color: white !important;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  font-size: 16px;
}

.add-to-cart:hover {
  transform: scale(1.05);
}
h2.sobre-nosotros {
  text-align: center !important;
  font-family: 'Dancing Script', cursive !important;
  font-size: 28px !important;
  color: #4f4f4f !important;
}
.footer {
  background-color: #dc8882; /* o el que prefieras */
}
/* Estilo del botón "Ver carrito" del minicart */
#minicart .button,
#minicart .button:hover {
  background-color: #F8E3E3 !important;
  color: #4f4f4f !important;
  border: 1px solid #4f4f4f !important;
  font-weight: bold;
}
/* Estilo unificado para todos los botones */
.button,
input[type="submit"],
.add-to-cart,
#minicart .button,
.shopify-payment-button .shopify-payment-button__button {
  background-color: #a22220 !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

/* Efecto hover */
.button:hover,
input[type="submit"]:hover,
.add-to-cart:hover,
#minicart .button:hover,
.shopify-payment-button .shopify-payment-button__button:hover {
  background-color: #a22220 !important;
}
.frase-principal {
  background-color: #f8e3e3;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  text-align: center;
  font-family: 'Sacramento', cursive;
  font-size: 22px;
  color: #4f4f4f;
  max-width: 90%;
  marg 1.in-left: auto;
  margin-right: auto;
  line-height:6;
}
/* Estilo para los botones de cantidad en el carrito */
.quantity-button {
  background-color: #C5425F !important;
  color: white !important;
  border: none !important;
  border-radius: 999px;
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quantity-button:hover {
  background-color: #a8354c !important;
}

/* Estilo para el input de cantidad */
.quantity-selector {
  border: 1px solid #C5425F;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 15px;
  text-align: center;
  width: 45px;
}
.add-to-cart {
  background-color: #C5425F !important;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 15px 25px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: transform 0.2s ease;
}

.add-to-cart:hover {
  transform: scale(1.05);
}
.add-to-cart {
  background-color: #C5425F !important;
  color: white !important;
  border: none !important;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .add-to-cart {
    font-size: 16px;
    padding: 12px 18px;
  }
}
/* Contenedor centrado horizontalmente */
.quantity-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

/* Botones + y - sin fondo */
.quantity-button {
  background-color: transparent !important;
  border: none !important;
  color: #4f4f4f !important;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

/* Campo de cantidad limpio */
.quantity-selector {
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  appearance: none;
}

/* Quitar flechitas */
.quantity-selector::-webkit-inner-spin-button,
.quantity-selector::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.remain p.texto.urgente {
  font-weight: bold;
  font-size: 1em;
  background-color: #fff0f0;
  color: #C5425F;
  border: 2px solid #C5425F;
  border-radius: 10px;
  padding: 8px 14px;
  text-align: center;
  margin-top: 10px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

.product .right .botones .sec-cantidad {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.product .right .botones .quantity-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
}

.quantity-button {
  background: none;
  border: 1px solid #ccc;
  font-size: 22px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #333;
}

.quantity-selector {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
}
.product .left #main-photo ul,
.product .left #main-photo ul li,
.product .left #main-photo ul li a,
.product .left #main-photo ul li img {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.product .left #main-photo ul li {
  width: 100%;
}
.product .right .price p.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 1em;
  margin: 0;
}

.product .right .price p.current-price {
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
  margin: 0;
}
#pro-variants {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
<style>
  .destacados-boton-container {
    text-align: center;
    margin: 40px 0 15px;
  }

  .destacados-boton {
    display: inline-block;
    background-color: #F8E3E3;
    color: #4f4f4f;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 30px;
    text-decoration: none;
    border: 2px solid #dc8882;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
  }

  .destacados-boton:hover {
    background-color: #dc8882;
    color: white;
    transform: scale(1.05);
  }

  /* Aumentar solo en escritorio */
  @media screen and (min-width: 769px) {
    .destacados-boton {
      font-size: 35px;
    }

    .frase-amor {
      font-size: 18px;
      font-weight: bold;
    }

    .titulo-diseno {
      font-size: 26px;
    }
  }
</style>

<!-- Frase decorativa -->
<div style="text-align: center; margin-bottom: 10px;">
  <span class="frase-amor" style="font-family: 'Dancing Script', cursive; color: #4f4f4f;">
    ❤️ Para niñas únicas, accesorios hechos con amor ❤️
  </span>
</div>

<!-- Botón centrado -->
<div class="destacados-boton-container">
  <a href="/collections/abril-25" class="destacados-boton">🎀 DESTACADOS DEL MES</a>
</div>

<!-- Título de diseño -->
<div style="text-align: center;">
  <h2 class="titulo-diseno" style="color: #4f4f4f; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; font-size: 18px; margin-bottom: 25px;">
    NUESTROS DISEÑOS
  </h2>
</div>
.featured-collection.related a {
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
}

.featured-collection.related li {
  position: relative;
  z-index: 10;
}
.featured-collection.related {
  position: relative;
  z-index: 2;
#main-photo img {
  z-index: 1;
  position: relative;
}

.featured-collection.related {
  position: relative;
  z-index: 2;
}

.featured-collection.related ul {
  position: relative;
  z-index: 2;
}

.featured-collection.related ul li {
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
<style>
  .destacados-boton {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    background-color: #F8E3E3;
    color: #4f4f4f;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 30px;
    text-decoration: none;
    border: 2px solid #dc8882;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
  }

  .destacados-boton:hover {
    background-color: #dc8882;
    color: white;
    transform: scale(1.05);
  }
</style>
.boton-carro {
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 12px 20px;
  width: 100%;
  text-align: center;
}
/* Fondo del menú desplegable */
.site-nav__dropdown {
  background-color: #F8E3E3 !important;
}

/* Color de los enlaces dentro del menú */
.site-nav__dropdown a {
  color: #4f4f4f !important;
  font-weight: normal;
}

/* Hover sobre los enlaces */
.site-nav__dropdown a:hover {
  background-color: #911d1d !important;
  color: #fff !important;
}  /* Personalización del menú desplegable */
.header__submenu {
  background-color: #F8E3E3 !important;
}

.header__submenu .header__menu-item {
  color: #4f4f4f !important;
  font-weight: normal;
}

.header__submenu .header__menu-item:hover {
  background-color: #911d1d !important;
  color: #ffffff !important;
}

.menu-drawer__navigation {
  background-color: #F8E3E3 !important;
}

.menu-drawer__navigation .menu-drawer__menu-item {
  color: #4f4f4f !important;
}

.menu-drawer__navigation .menu-drawer__menu-item:hover {
  background-color: #911d1d !important;
  color: #ffffff !important;
}
.texto.urgente {
  display: block;
  background-color: #ffeaea;
  border: 1px solid #d35b5b;
  color: #c5425f;
  padding: 12px 16px;
  border-radius: 6px;
  text-align: center;
  margin: 16px 0;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.product-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
<style>
@media (max-width: 768px) {
  .product-page {
    flex-direction: column !important;
    align-items: center;
  }
  .product-images, .product-info {
    width: 100% !important;
    max-width: 100% !important;
  }
}
</style>
@media screen and (max-width: 768px) {
  .product-images .media {
    display: inline-block !important;
    width: 80px;
    height: auto;
    margin-right: 10px;
  }
  .product-images {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.quantity-nav {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  height: 45px;
  background-color: #fff;
}

.quantity-nav button {
  padding: 8px 16px;
  font-size: 18px;
  border: none;
  background: #eee;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#quantity-input {
  width: 50px;
  text-align: center;
  border: none;
  font-size: 16px;
  background: transparent;
  height: 100%;
}
.quantity-selector {
  display: flex;
  align-items: center; /* Vertically aligns items in the middle */
}

.quantity-input {
  width: 40px; /* Adjust as needed */
  text-align: center;
  margin: 0 5px; /* Add some space between elements */
}

.minus-button, .plus-button {
  /* Add styling for your buttons */
  padding: 5px 10px;
}
<style>
  .quantity-selector button:hover {
    background: #eee !important;
    cursor: pointer;
  }
  .quantity-selector input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(168, 40, 40, 0.2);
  }
</style>
/* Forzar estilos del selector de cantidad */
#quantity-input {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}
#quantity-input::-webkit-inner-spin-button,
#quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.quantity-selector {
  border: 1px solid #ddd !important;
  display: flex !important;
}
.quantity-selector {
  background: #f7f7f7;
  border-radius: 30px;
  padding: 0 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.quantity-selector button {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #555;
  width: 32px;
  cursor: pointer;
}
.quantity-selector input {
  background: none;
  border: none;
  width: 32px;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

