/** Shopify CDN: Minification failed

Line 679:23 Unexpected "*"
Line 798:11 Expected ":"

**/
/* GENERALES */ 
/* Estructura */ 
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.col {
flex: 1 0 0%;
}
.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.col-11 {
  max-width: calc(100% / 12 * 11);
  flex: 0 0 calc(100% / 12 * 11);
}
.col-10 {
  max-width: calc(100% / 12 * 10);
  flex: 0 0 calc(100% / 12 * 10);
}
.col-9 {
  max-width: calc(100% / 12 * 9);
  flex: 0 0 calc(100% / 12 * 9);
}
.col-8 {
  max-width: calc(100% / 12 * 8);
  flex: 0 0 calc(100% / 12 * 8);
}
.col-7 {
  max-width: calc(100% / 12 * 7);
  flex: 0 0 calc(100% / 12 * 7);
}
.col-6 {
  max-width: calc(100% / 12 * 6);
  flex: 0 0 calc(100% / 12 * 6);
}
.col-5 {
  max-width: calc(100% / 12 * 5);
  flex: 0 0 calc(100% / 12 * 5);
}
.col-4 {
  max-width: calc(100% / 12 * 4);
  flex: 0 0 calc(100% / 12 * 4);
}
.col-3 {
  max-width: calc(100% / 12 * 3);
  flex: 0 0 calc(100% / 12 * 3);
}
.col-2 {
  max-width: calc(100% / 12 * 2);
  flex: 0 0 calc(100% / 12 * 2);
}
.col-1 {
  max-width: calc(100% / 12 * 1);
  flex: 0 0 calc(100% / 12 * 1);
}

@media screen and (min-width: 550px) {
  .col-sm-12 {
      max-width: 100%;
      flex: 0 0 100%;
  }
  .col-sm-11 {
      max-width: calc(100% / 12 * 11);
      flex: 0 0 calc(100% / 12 * 11);
  }
  .col-sm-10 {
      max-width: calc(100% / 12 * 10);
      flex: 0 0 calc(100% / 12 * 10);
  }
  .col-sm-9 {
      max-width: calc(100% / 12 * 9);
      flex: 0 0 calc(100% / 12 * 9);
  }
  .col-sm-8 {
      max-width: calc(100% / 12 * 8);
      flex: 0 0 calc(100% / 12 * 8);
  }
  .col-sm-7 {
      max-width: calc(100% / 12 * 7);
      flex: 0 0 calc(100% / 12 * 7);
  }
  .col-sm-6 {
      max-width: calc(100% / 12 * 6);
      flex: 0 0 calc(100% / 12 * 6);
  }
  .col-sm-5 {
      max-width: calc(100% / 12 * 5);
      flex: 0 0 calc(100% / 12 * 5);
  }
  .col-sm-4 {
      max-width: calc(100% / 12 * 4);
      flex: 0 0 calc(100% / 12 * 4);
  }
  .col-sm-3 {
      max-width: calc(100% / 12 * 3);
      flex: 0 0 calc(100% / 12 * 3);
  }
  .col-sm-2 {
      max-width: calc(100% / 12 * 2);
      flex: 0 0 calc(100% / 12 * 2);
  }
  .col-sm-1 {
      max-width: calc(100% / 12 * 1);
      flex: 0 0 calc(100% / 12 * 1);
  }
}

@media screen and (min-width: 750px) {
  .col-md-12 {
      max-width: 100%;
      flex: 0 0 100%;
  }
  .col-md-11 {
      max-width: calc(100% / 12 * 11);
      flex: 0 0 calc(100% / 12 * 11);
  }
  .col-md-10 {
      max-width: calc(100% / 12 * 10);
      flex: 0 0 calc(100% / 12 * 10);
  }
  .col-md-9 {
      max-width: calc(100% / 12 * 9);
      flex: 0 0 calc(100% / 12 * 9);
  }
  .col-md-8 {
      max-width: calc(100% / 12 * 8);
      flex: 0 0 calc(100% / 12 * 8);
  }
  .col-md-7 {
      max-width: calc(100% / 12 * 7);
      flex: 0 0 calc(100% / 12 * 7);
  }
  .col-md-6 {
      max-width: calc(100% / 12 * 6);
      flex: 0 0 calc(100% / 12 * 6);
  }
  .col-md-5 {
      max-width: calc(100% / 12 * 5);
      flex: 0 0 calc(100% / 12 * 5);
  }
  .col-md-4 {
      max-width: calc(100% / 12 * 4);
      flex: 0 0 calc(100% / 12 * 4);
  }
  .col-md-3 {
      max-width: calc(100% / 12 * 3);
      flex: 0 0 calc(100% / 12 * 3);
  }
  .col-md-2 {
      max-width: calc(100% / 12 * 2);
      flex: 0 0 calc(100% / 12 * 2);
  }
  .col-md-1 {
      max-width: calc(100% / 12 * 1);
      flex: 0 0 calc(100% / 12 * 1);
  }
}

@media screen and (min-width: 1050px) {
  .col-lg-12 {
      max-width: 100%;
      flex: 0 0 100%;
  }
  .col-lg-11 {
      max-width: calc(100% / 12 * 11);
      flex: 0 0 calc(100% / 12 * 11);
  }
  .col-lg-10 {
      max-width: calc(100% / 12 * 10);
      flex: 0 0 calc(100% / 12 * 10);
  }
  .col-lg-9 {
      max-width: calc(100% / 12 * 9);
      flex: 0 0 calc(100% / 12 * 9);
  }
  .col-lg-8 {
      max-width: calc(100% / 12 * 8);
      flex: 0 0 calc(100% / 12 * 8);
  }
  .col-lg-7 {
      max-width: calc(100% / 12 * 7);
      flex: 0 0 calc(100% / 12 * 7);
  }
  .col-lg-6 {
      max-width: calc(100% / 12 * 6);
      flex: 0 0 calc(100% / 12 * 6);
  }
  .col-lg-5 {
      max-width: calc(100% / 12 * 5);
      flex: 0 0 calc(100% / 12 * 5);
  }
  .col-lg-4 {
      max-width: calc(100% / 12 * 4);
      flex: 0 0 calc(100% / 12 * 4);
  }
  .col-lg-3 {
      max-width: calc(100% / 12 * 3);
      flex: 0 0 calc(100% / 12 * 3);
  }
  .col-lg-2 {
      max-width: calc(100% / 12 * 2);
      flex: 0 0 calc(100% / 12 * 2);
  }
  .col-lg-1 {
      max-width: calc(100% / 12 * 1);
      flex: 0 0 calc(100% / 12 * 1);
  }
}

@media screen and (min-width: 1300px) {
  .col-xl-12 {
      max-width: 100%;
      flex: 0 0 100%;
  }
  .col-xl-11 {
      max-width: calc(100% / 12 * 11);
      flex: 0 0 calc(100% / 12 * 11);
  }
  .col-xl-10 {
      max-width: calc(100% / 12 * 10);
      flex: 0 0 calc(100% / 12 * 10);
  }
  .col-xl-9 {
      max-width: calc(100% / 12 * 9);
      flex: 0 0 calc(100% / 12 * 9);
  }
  .col-xl-8 {
      max-width: calc(100% / 12 * 8);
      flex: 0 0 calc(100% / 12 * 8);
  }
  .col-xl-7 {
      max-width: calc(100% / 12 * 7);
      flex: 0 0 calc(100% / 12 * 7);
  }
  .col-xl-6 {
      max-width: calc(100% / 12 * 6);
      flex: 0 0 calc(100% / 12 * 6);
  }
  .col-xl-5 {
      max-width: calc(100% / 12 * 5);
      flex: 0 0 calc(100% / 12 * 5);
  }
  .col-xl-4 {
      max-width: calc(100% / 12 * 4);
      flex: 0 0 calc(100% / 12 * 4);
  }
  .col-xl-3 {
      max-width: calc(100% / 12 * 3);
      flex: 0 0 calc(100% / 12 * 3);
  }
  .col-xl-2 {
      max-width: calc(100% / 12 * 2);
      flex: 0 0 calc(100% / 12 * 2);
  }
  .col-xl-1 {
      max-width: calc(100% / 12 * 1);
      flex: 0 0 calc(100% / 12 * 1);
  }
}

@media screen and (min-width: 1500px) {
  .col-xxl-12 {
      max-width: 100%;
      flex: 0 0 100%;
  }
  .col-xxl-11 {
      max-width: calc(100% / 12 * 11);
      flex: 0 0 calc(100% / 12 * 11);
  }
  .col-xxl-10 {
      max-width: calc(100% / 12 * 10);
      flex: 0 0 calc(100% / 12 * 10);
  }
  .col-xxl-9 {
      max-width: calc(100% / 12 * 9);
      flex: 0 0 calc(100% / 12 * 9);
  }
  .col-xxl-8 {
      max-width: calc(100% / 12 * 8);
      flex: 0 0 calc(100% / 12 * 8);
  }
  .col-xxl-7 {
      max-width: calc(100% / 12 * 7);
      flex: 0 0 calc(100% / 12 * 7);
  }
  .col-xxl-6 {
      max-width: calc(100% / 12 * 6);
      flex: 0 0 calc(100% / 12 * 6);
  }
  .col-xxl-5 {
      max-width: calc(100% / 12 * 5);
      flex: 0 0 calc(100% / 12 * 5);
  }
  .col-xxl-4 {
      max-width: calc(100% / 12 * 4);
      flex: 0 0 calc(100% / 12 * 4);
  }
  .col-xxl-3 {
      max-width: calc(100% / 12 * 3);
      flex: 0 0 calc(100% / 12 * 3);
  }
  .col-xxl-2 {
      max-width: calc(100% / 12 * 2);
      flex: 0 0 calc(100% / 12 * 2);
  }
  .col-xxl-1 {
      max-width: calc(100% / 12 * 1);
      flex: 0 0 calc(100% / 12 * 1);
  }
}

.d-none {
  display: none !important
}



:root {
  --font-body-family: 'Lato', sans-serif;
  --font-heading-family: 'Permanent Marker', cursive;
}


/* Colores */ 
:root {
--color-primary: var(--gradient-base-accent-2);
--color-primary-medium: #b9e3db;
--color-primary-light: #e5f2ef;
--color-black: var(--gradient-base-accent-1);
--color-gray: #d8d8d8;
--color-brasil: #ececed;
--color-burundi: #af8c80;
--color-colombia: #9faea3;
--color-costarica: #fecc4f;
--color-tanzania: #6FA1D9;
--color-etiopia: #9692a7;
--color-guatemala: #7fcfbd;
--color-honduras: #ffa891;
--color-kenia: #918c88;
--color-mexico: #ef5860;
--color-nicaragua: #d7a6b5;
--color-elsalvador: #87bdda;
--color-peru: #ffb15c;
--color-descafeinado: #96b7bd;
--color-otras-bebidas: #d5d5d5;
}

body {
  letter-spacing: 0 !important;
}

.page-index h1 {
color: var(--color-primary)!important;
font-size: 2rem;
font-family: var(--font-body-family);
font-weight: 900;
}

@media screen and (min-width: 650px) {
  .page-index h1 {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-index h1 {
    font-size: 3.2rem;
  }
}


body:not(.page-index) #MainContent {
margin-bottom: 60px
}


.h1, .h2 {
  font-family: var(--font-heading-family);
}

h1 {
font-size: 2.2rem;
}
@media screen and (min-width: 750px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1050px) {
  h1 {
    font-size: 2.7rem;
  }
}

h3, h4, h5, .h4, .h5 {
  font-family: var(--font-body-family);
}

.page-collection h1 {
    font-family: var(--font-body-family);
    font-size: 2.3rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 2rem;
}	
  @media screen and (min-width: 1050px) {
    .page-collection h1 {
        font-size: 2.7rem;
        margin-bottom: 3rem;
    }
  }

p a, p a:visited {
  color: var(--color-primary);
}

ol {
  padding-left: 16px;
}      

.link-text {
    color: var(--color-primary);
    text-decoration: underline;
}
.link-text:hover {
    filter: brightness(0.8);
}

.button {
font-size: 1.2rem;
text-transform: uppercase;
padding: 6px;
min-height: 25px;
}
@media screen and (min-width: 750px) {
  .button {
      font-size: 1.4rem;
      padding: 4px 11px;
      min-height: 36px;
  }
}

.button + .button {
  margin-left: 20px
}

.button-primary {
  color: white;
  background-color: black;
}

.button-secondary {
color: black !important;
background-color: white;
box-shadow: 0 0 0 0.1rem white;
}

.button-secondary:not([disabled]):hover {
    box-shadow: 0 0 0 0.2rem white;
}
  
.button--secondary {
  color: white;
  background-color: black;
}

.button-green {
color: black !important;
background-color: var(--color-primary);
box-shadow: 0 0 0 0.1rem var(--color-primary);
}
.button-green:not([disabled]):hover {
    box-shadow: 0 0 0 0.2rem var(--color-primary);
}


.image-wrapper {
  overflow: hidden;
  position: relative;
}

.image-wrapper > img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.image-wrapper.scale-1_1:before {
  content: "";
  padding-top: 100%;
  display: inline-block;
  width: 100%;
}
.image-wrapper.scale-1_1 img {
  position: absolute;
  top: 0;
  left: 0;
}

.preview-image > .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90px;
  height: 90px;
  z-index: 1;
}
.preview-image:hover {
  cursor: pointer;
}

.image-right {
    flex-direction: row-reverse;
}

.bg-primary-light {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
  background-color: var(--color-primary-light);
}

.background-image .bg-gray {
  display: inline-block;
  background-color: var(--color-gray);
}


.media {
  background-color: transparent;	
}

label {
text-transform: none !important;
}


img.image-full {
  max-width: 100%;
}


@media screen and (max-width: 749px) {
.page-width {
    padding-right: 30px;
    padding-left: 30px;
}
}


@media screen and (max-width: 749px) {
.quantity, .customer .field input, .customer select, .field__input, .select__select {
    height: 3.5rem;
}
}



/* MÓDULO IMAGEN GRANDE */
.whatsapp {
position: fixed;
bottom: 20px;
left: 25px;
z-index: 9;
}

.whatsapp img {
width: 52px;
transform: scale(1);
transition: all 0.1s ease-out;
transform-origin: center;
}

.whatsapp:hover img {
transform: scale(1.1);
}


/* MÓDULO IMAGEN GRANDE */
.big-image .big-image__image {
padding-right: 0;
padding-left: 0;
}

.big-image .big-image__info {
padding-right: 30px;
padding-left: 30px;
}
@media screen and (min-width: 750px) { 
  .big-image .big-image__info {
      padding-right: 10vw;
      padding-left: 5vw; 
  }
}
@media screen and (min-width: 990px) { 
  .big-image .big-image__info {
      padding-right: 100px; 
  }
}
@media screen and (min-width: 1600px) { 
  .big-image .big-image__info {
      padding-right: calc((100vw - 160rem) / 2 + 190px);
  }
}

.big-image  .big-image__subtitle {
font-size: 1.7rem;
font-family: var(--font-body-family);
font-weight: 700;
}
@media screen and (min-width: 750px) { 
  .big-image  .big-image__subtitle {
      font-size: 2rem;
  }
}
@media screen and (min-width: 1300px) { 
  .big-image  .big-image__subtitle {
      font-size: 2.3rem;
  }
}

.big-image  .big-image__text + .big-image__subtitle {
margin-top: 30px;
margin-bottom: 20px;
}

.big-image h1 {
font-size: 2.6rem;
line-height: 1.1em;
}
@media screen and (min-width: 750px) { 
  .big-image h1 {
      font-size: 3rem;
  }
}
@media screen and (min-width: 1300px) { 
  .big-image h1 {
      font-size: 4rem;
      margin-top: 0;
  }
}
@media screen and (min-width: 1600px) { 
  .big-image h1 {
      font-size: 4rem;
  }
}

.big-image .button {
margin-top: 20px;
margin-bottom: 40px;
}


/* SLIDER SWIPER JS */
.swiper div:empty {
display: inline-block !important;
}

.swiper-slide {
min-height: 200px
}

.swiper .swiper-button-* {
  position: relative;
}

.swiper div[class*="swiper-button-"] {
display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
}

.swiper div[class*="swiper-button-"]:before,
.swiper div[class*="swiper-button-"]:after {
display: inline-block;
  width: 40px;
  height: 40px;
}

.swiper div[class*="swiper-button-"]:after {
position: absolute;
  top: 0;
  left: 0;
}

.swiper div[class*="swiper-button-"]:before {
  position: relative;
  filter: brightness(0) invert(1);
  z-index: 2;
}

.swiper .swiper-button-prev:after {
content: url("slider-arrow-left-circle.svg");
}

.swiper .swiper-button-prev:before {
content: url("slider-arrow-left.svg");
}

.swiper .swiper-button-next:after {
content: url("slider-arrow-right-circle.svg");
}

.swiper .swiper-button-next:before {
content: url("slider-arrow-right.svg");
}





/* HEADER */

.list-menu li {
  display: flex;
  align-items: center;
}

.header__heading-link {
  width: 140px;
}
@media screen and (min-width: 1050px) {
  .header__heading-link {
      width: 170px;
  }
}

.header__menu-item {
  padding-top: 6px;
  padding-right: 30px;
  padding-bottom: 6px;
  padding-left: 30px;
}

.header__menu-item.list-menu__item {
  text-transform: uppercase;
  color: #000000;
}

.list-menu--disclosure {
width: 260px !important;  
}

.header__menu-item:hover {
color: var(--color-primary);
}  

.header .menu-destacado {
  background: #fff;
  border: 2px solid #434343;
  border-radius: 2px;
  padding: 6px 20px;
  margin-left: 12px;
}

.header .menu-destacado span {
  text-decoration: none;
}

.header .menu-destacado:hover {
  background: #434343;
  color: #fff;
}

.header .menu-destacado:hover .header__active-menu-item {
  color: #fff;
}

.header .menu-destacado:hover span {
  text-decoration: none;
}



/* SEPARADOR DE CALAVERA  */
@keyframes separator {
0% {
  transform: rotate(0deg);
}
10% {
  transform rotate(-8deg);
}
20% {
  transform: rotate(8deg);
}
30% {
  transform: rotate(-8deg);
}
40% {
  transform: rotate(8deg);
}
50% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(0deg);
}
}

.separator-calavera {
  background-size: 23px;
  background-repeat: repeat-x;
  background-position: center;
  margin-top: 50px;
}
.separator-calavera img {
 animation: 2s separator infinite;
}


/* OLAS 
Recorte por arriba y abajo en módulos "Tu marca" y "La cefetería" */

.waves-horizontal {
  position: absolute;
  display: inline-block !important;
  width: 100%;
  left: 0;
}

.waves-horizontal:first-child {
  top: 0;
}

.waves-horizontal:last-child {
  bottom: 0;
}

.waves-horizontal:before{
content: "";
position: absolute;
left: 0;
bottom: 0;
right: 0;
background-repeat: repeat;
height: 10px;
background-size: 16px 16px;
background-image:
 radial-gradient(circle at 8px -7px, transparent 13px, white 14px);
}

.waves-horizontal:after{
content: "";
position: absolute;
left: 0;
bottom: 0;
right: 0;
background-repeat: repeat;
height: 16px;
background-size: 32px 16px;
background-image:
  radial-gradient(circle at 8px 18px, white 11px, transparent 12px);
}

.waves-horizontal:first-child:before{
top: 0;
background-image:
 radial-gradient(circle at 8px 18px, transparent 13px, white 14px);
}

.waves-horizontal:first-child:after{
top: 0;
background-image:
  radial-gradient(circle at 8px -1px, white 11px, transparent 12px)
}




/* BACKGROUND MUNDO */
.background-image {
  position: relative;
}


.mundo__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgb(var(--color-base-background-2));
}
@media screen and (min-width: 750px) { 
  .mundo__background {
    top: 5rem;
  }
}







/* COLLECIONES HOME */
.title-wrapper-with-link--no-heading {
  display: none;
}

.collection-list-section {
  position: relative;
overflow: hidden;
}

@keyframes collection-list__shape-1 {
0% {transform: translateY(-20px)}
50% {transform: translateY(20px)}
100% {transform: translateY(-20px)}
}

@keyframes collection-list__shape-2 {
0% {transform: translateY(30px)}
50% {transform: translateY(-30px)}
100% {transform: translateY(30px)}
}

@keyframes collection-list__shape-3 {
0% {transform: translateY(-30px)}
50% {transform: translateY(30px)}
100% {transform: translateY(-30px)}
}

.collection-list__shapes {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 750px) { 
  .collection-list__shapes {
    opacity: 1;
  }
}

.collection-list__shapes .shape-1 {
position: absolute;
  width: 23%;
  top: 0;
  right: -30px;
  animation: collection-list__shape-1 10s infinite;
}
@media screen and (min-width: 750px) { 
  .collection-list__shapes .shape-1 {
    width: 120px;
    top: 40px;
  }
}

.collection-list__shapes .shape-2 {
position: absolute;
  width: 180px;
  top: 50%;
  left: 10px;
  animation: collection-list__shape-2 10s infinite;
}

.collection-list__shapes .shape-3 {
  display: none;

}
@media screen and (min-width: 750px) { 
  .collection-list__shapes .shape-3 {
    display: inline-block;
    position: absolute;
    width: 250px;
    bottom: 220px;
    right: -50px;
    animation: collection-list__shape-3 10s infinite;
  }
}

.collection-list {
  width: 100%;
  max-width: 1300px;
  padding: 0;
  margin: 0 auto;
}

.collection-list .collection-list__item {
  align-items: center;
  margin-bottom: 40px;
}
  @media screen and (max-width: 749px) {
    .collection-list .collection-list__item {
      width: 100%;
      margin-left: 0;
    }
  }

.collection-list__item .grid__item {
  padding: 0 15px;
}
@media screen and (min-width: 750px) {
    .collection-list__item .grid__item {
      padding-right: 60px;
      padding-left: 60px;
    }
  }

.collection-list__item .grid__item:first-child  {
padding-right: 0;
padding-left: 0;
}

@media screen and (min-width: 750px) {
  .collection-list__item.grid--2-col-tablet:nth-child(2n) {
      flex-direction: row-reverse;
      text-align: right;
  }

  .collection-list__item.grid--2-col-tablet:nth-child(2n +1) .collection-list__title {
    padding-right: 30%
  }

  .collection-list__item.grid--2-col-tablet:nth-child(2n) .collection-list__title {
    padding-left: 30%
  }
}

.collection-list__item:not(.grid--2-col-tablet) {
  text-align: center;
}

.collection-list__item .media {
  z-index: -1;
}

.collection-list__item .collection-list__title {
  font-size: 2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 750px) {
  .collection-list__item .collection-list__title {
    font-size: 2.6rem;
  }
}

.collection-list__item .collection-list__text {
  margin-top: 15px;
  margin-bottom: 25px;
}

@media screen and (min-width: 750px) {
  .collection-list__item .collection-list__text {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.separator-image {
  display: block;
  max-width: 58px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
    .separator-image {
      max-width: 76px;
    }
  }




#ContactForm .form__message {
width: 100%
}



/* CARD PRODUCTS */
.card.card--soft {
  background-color: transparent !important;
}

.card-wrapper {
  height: 100%;
}

.card-information {
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 65px !important;
}
@media screen and (min-width: 750px) {
  .card-information {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 85px !important;
  }
}

.card .card__text,
.card-information__text {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-body-family);
}

@media screen and (min-width: 400px) {
  .card .card__text,
  .card-information__text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 750px) {
  .card .card__text,
  .card-information__text {
    font-size: 1.7rem;
  }
}

.card-information .rating {
margin-bottom: 0.4rem;
}

.card-information .price {
  display: block;
}

.card-information .price .price__regular {
font-size: 1.25rem;
}

.card-information .price .sub-discount-price {
  display: block;
  margin-right: 0;
}

.card-information .price .sub-original-price {
  font-size: 0.9em;
}

.card-information .price .price-item {
 margin-right: 0 !important;
}

@media screen and (min-width: 620px) {
  .card-information .price .price__regular {
    font-size: 1.5rem;
  } 
}

.card-information__wrapper {
  text-align: center;
}

.card-information__button {
  order: 2;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  padding-left: 12px;
padding-right: 12px;
}

#ProductGridContainer .card-wrapper:not(.curso) .card-information__button .button {
  color: white !important;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}


.card--product {
  order: 0;
  padding: 7% 16% 0;
  border: 0;
}

@media screen and (min-width: 750px) {
  .card--product {
    padding: 6% 19% 0;
  }
}

.card--product .media > img {
  object-fit: contain;
  transform-origin: bottom;
}

.card-wrapper:hover .card-information__button .button {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button),var(--alpha-button-border));
}

.cart-item__image {
padding: 10px;
}


/* Colores productos */

.card-wrapper,
.product__media-wrapper .product__media-item,
.cart-item__image {
  background-color: #f4f4f4;
}

.order-item .brasil img,
.card-wrapper.brasil,
.product__media-wrapper .brasil,
.cart-item__image.brasil {
  background-color: var(--color-brasil);
}

.order-item .burundi img,
.card-wrapper.burundi,
.product__media-wrapper .burundi,
.cart-item__image.burundi {
  background-color: var(--color-burundi);
}

.order-item .colombia img,
.card-wrapper.colombia,
.product__media-wrapper .colombia,
.cart-item__image.colombia {
  background-color: var(--color-colombia);
}

.order-item .costarica img,
.card-wrapper.costarica,
.product__media-wrapper .costarica,
.cart-item__image.costarica {
  background-color: var(--color-costarica);
}

.order-item .tanzania img,
.card-wrapper.tanzania,
.product__media-wrapper .tanzania,
.cart-item__image.tanzania {
  background-color: var(--color-tanzania);
}


.order-item .etiopia img,
.card-wrapper.etiopia,
.product__media-wrapper .etiopia,
.cart-item__image.etiopia {
  background-color: var(--color-etiopia);
}

.order-item .guatemala img,
.card-wrapper.guatemala,
.product__media-wrapper .guatemala,
.cart-item__image.guatemala {
  background-color: var(--color-guatemala);
}

.order-item .honduras img,
.card-wrapper.honduras,
.product__media-wrapper .honduras,
.cart-item__image.honduras {
  background-color: var(--color-honduras);
}

.order-item .mexico img,
.card-wrapper.mexico,
.product__media-wrapper .mexico,
.cart-item__image.mexico {
  background-color: var(--color-mexico);
}

.order-item .nicaragua img,
.card-wrapper.nicaragua,
.product__media-wrapper .nicaragua,
.cart-item__image.nicaragua {
  background-color: var(--color-nicaragua);
}

.order-item .elsalvador img,
.card-wrapper.elsalvador,
.product__media-wrapper .elsalvador,
.cart-item__image.elsalvador {
  background-color: var(--color-elsalvador);
}

.order-item .peru img,
.card-wrapper.peru,
.product__media-wrapper .peru,
.cart-item__image.peru {
  background-color: var(--color-peru);
}

.order-item .descafeinado img,
.card-wrapper.descafeinado,
.product__media-wrapper .descafeinado,
.cart-item__image.descafeinado {
  background-color: var(--color-descafeinado) !important;
}

.order-item .otras-bebidas img,
.card-wrapper.otras-bebidas,
.product__media-wrapper .otras-bebidas,
.cart-item__image.otras-bebidas {
  background-color: var(--color-otras-bebidas) !important;
}





/* FICHA DE PRODUCTO */

.pago-plazos {
background-color: #f1f1f1;
padding: 15px
}

.pago-plazos p {
  margin-top: 0;
  margin-bottom: 0;
}

.product-section {
margin-top: 0;
}

.product:not(.product--no-media):not(.featured-product) .product__media-wrapper {
  padding-bottom: 0;
}

@media screen and (min-width: 1050px) {
  .product:not(.product--no-media):not(.featured-product) .product__media-wrapper .slider-mobile-gutter {
      padding-right: 20px;
  }
}

@media screen and (min-width: 1300px) {
  .product:not(.product--no-media):not(.featured-product) .product__media-wrapper .slider-mobile-gutter {
      padding-right: 50px;
  }
}


.product .product__media-list .product__modal-opener {
border: 0;
  padding: 9% 0;
}

@media screen and (min-width: 1050px) {
.product:not(.product--no-media):not(.featured-product) .product__media-wrapper {
  max-width: calc(100% / 12 * 8) !important;
  width: calc(100% / 12 * 8) !important;
}

.product:not(.product--no-media):not(.featured-product) .product__info-wrapper {
  max-width: calc(100% / 12 * 4) !important;
  width: calc(100% / 12 * 4) !important;
}
}

.product__info-wrapper {
margin-top: 15px;
  padding-right: 0;
}
@media screen and (min-width: 750px) {
  .product__info-wrapper {
      margin-top: 40px;
      margin-bottom: 6.5rem;
  }
}

.product__collection {
  font-size: 1.25rem;
  font-family: var(--font-body-family);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 750px) {
  .product__collection {
      font-size: 1.7rem
  }
}
@media screen and (min-width: 1050px) {
  .product__collection {
      margin-bottom: 50px !important;
  }
}

.product__title {
font-size: 2rem;
  font-family: var(--font-body-family);
  font-weight: 900;
  margin-top: 0 !important;
  /* margin-bottom: 20px !important; */
}
@media screen and (min-width: 750px) {
  .product__title {
      font-size: 2.3rem;
  }
}
@media screen and (min-width: 1050px) {
  .product__title {
      font-size: 3rem;
      /* margin-bottom: 50px !important; */
  }
}

.product .free_shipping {
color: rgb(var(--color-base-accent-2));
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 750px) {
  .product .free_shipping {
      font-size: 1.7rem;
      margin-bottom: 30px;
  }
}

.product .spr-starrating.spr-summary-starrating {
  justify-content: flex-start !important;
}

.price__regular {
  font-size: 2rem;
}
@media screen and (min-width: 750px) {
  .price__regular {
      font-size: 2.5rem;
  }
}

.product-form {
 margin-top: 50px !important; 
}

.product-form__input {
  margin-bottom: 15px !important;
}
@media screen and (min-width: 750px) {
  .product-form__input {
      margin-bottom: 30px !important;
  }
}

.product-form__input .form__label {
font-size: 1.3rem;
}
@media screen and (min-width: 750px) {
  .product-form__input .form__labe {
      font-size: 1.5rem;
  }
}

.select__select {
color: rgba(var(--color-foreground));
font-size: 1.4rem;
}

.quantity {
border: 0;
}

.customer .field input, .customer select, .field__input, .select__select {
box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground));
}

.product-form__buttons .button {
font-size: 1.6rem;
padding-top: 15px; 
padding-bottom: 15px;
}

.product-form__buttons .shopify-payment-button__button {
letter-spacing: 0;
}





/* PÁGINA COLECCION */  

.page-collection .image-with-text {
margin-top: 0;  
}

@media screen and (max-width: 749px) {
.page-collection .button {
margin: 0 auto;
}
}

@media screen and (min-width: 750px) {
.page-collection .image-with-text__grid > .grid__item:first-child {
max-width: 450px;
}
}



/* FICHA DE PRODUCTO */     
.spr-form-contact-name,
.spr-form-contact-email{
  display: inline-block;
width: 50%
}

.product__media-item .etiqueta {
  position: absolute;
  width: 25%;
  top: 0;
  left: 0;
}

/* PUNTUACIÓN SCA */ 
.puntos-sca {
position: absolute !important;
width: 86px;
height: 86px;
background-color: white;
border-radius: 50%;
text-align: center;
display: flex !important;
align-items: center;
justify-content: center;
top: 9%;
right: 25%;
opacity: 0.9;
z-index: 1;
}

.puntos-sca > div {
font-size: 13px;
line-height: 1em;
text-transform: uppercase;
font-family: var(--font-body-family);
}

.puntos-sca > div strong {
display: block;
font-size: 1.9em;
line-height: 1.4em;
font-family: var(--font-heading-family);
font-style: var(--font-heading-style);
font-weight: var(--font-heading-weight);
}

.card-wrapper .puntos-sca {
top: -2%;
right: 0%;
transform: scale(0.7);
transform-origin: center;
transition: transform 0.2s ease-in-out;
}


.product__media-item .puntos-sca {
top: 11%;
right: 12%;
transform: scale(1.1);
}

@media screen and (min-width: 480px) {
.card-wrapper .puntos-sca {
top: 4%;
right: 5%;
transform: scale(0.8);
}
}

@media screen and (min-width: 620px) {
.product__media-item .puntos-sca {
top: 15%;
right: 17%;
transform: scale(1.5);
}
}

@media screen and (min-width: 1100px) {
.product__media-item .puntos-sca {
top: 13%;
right: 25%;
transform: scale(1.7);
}
}

@media screen and (min-width: 1300px) {
.card-wrapper .puntos-sca {
top: 9%;
right: 25%;
transform: scale(1);
}
}



/* OTRAS BEBIDAS LA TETERA AZUL */      
/*
Cambiar los paddings al cambiar el color de fondo
*/
.otras-bebidas .card--product {
  padding: 0% 15% 0;
}

.product .product__media-list .otras-bebidas .product__modal-opener {
  padding: 0;
}


/* PRODUCTOS CON IMAGEN COMPLETA */   
.image-full .card--product {
    padding: 0;
}

.image-full.product__media-item {
    padding: 0;
    background-color: transparent;
}

.cart-item__image.image-full {
    padding: 0;
}

.product .product__media-list .image-full {
    background: transparent;
    padding: 0;
}

 .product .product__media-list .image-full .product__modal-opener {
    padding: 0;
}

.product .product__media-list .product__media-item:not(:first-child) .product__modal-opener {
    padding: 0;
}



/* CURSOS:
Listado
Ficha de producto
*/       
.curso .card--product {
  padding: 0 !important;
  z-index: 0;
}

.curso .price {
  display: none
}

.curso .card-information,
.curso .card--text-only .card__inner {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0 !important;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
}

.curso .card-information .card-information__wrapper {
  margin-bottom: 50%;
}

.curso .card-information__button {
  position: absolute;
  bottom: calc(50% - 100px);
  z-index: 1;
}

.curso .card--text-only {
  position: relative !important;
  display: inline-block;
}

.curso .card--text-only .card__content {
  width: 100%;
  margin-top: 0;
  margin-bottom: 50%;
}

.curso .card-information a,
.curso .card--text-only a {
  font-family: var(--font-body-family);
    font-size: 2.2rem;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 0px 30px black;;
    }

.curso .card__badge {
  position: absolute !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.curso .card--product .media:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  mix-blend-mode: multiply;
  opacity: 0.1;
  transition: 0.5s opacity;
}

.curso:hover .card-information__text {
  text-decoration: none;
}

.curso:hover .card--product .media:after {
  opacity: 0.2;
}

.curso.product__media-item {
  padding: 0;
  background-color: transparent;
}

.curso .card .media {
  position: relative;
}

.curso .card .media:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  content: "";
  z-index: 1;
  opacity: 0.2;
}

#testimonios ul {
  list-style: none;
  margin-left: 0
}
  #testimonios li {
    color: var(--color-primary);
    margin-bottom: 11px;
  }


/* SUSCRIPCIÓN */  

#shopify-section-template--16678453838072__af071af6-ded7-4260-aca2-ee99a16fef91 h1 {
  color: var(--color-primary);
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
  font-family: var(--font-body-family);
  text-transform: uppercase;
}

@media screen and (min-width: 500px) {
  #shopify-section-template--16678453838072__af071af6-ded7-4260-aca2-ee99a16fef91 h1 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 767px) {
  #shopify-section-template--16678453838072__af071af6-ded7-4260-aca2-ee99a16fef91 h1 {
    font-size: 5.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #shopify-section-template--16678453838072__af071af6-ded7-4260-aca2-ee99a16fef91 h1 {
    font-size: 6.5rem;
  }
}
  
.subscription__highlight {
  color: var(--color-primary);
  font-family: var(--font-body-family);
  font-weight: 900;
}
.gpo-app .gpo-label span.label-content {
  font-size: 15px !important;
}

.sub-plan-text-div {
  display: none;
}

.sub-plan-group {
  border: 0;
}

.sub-plan-Subscribe-group {
  padding-left: 0;
}

.club .product__pickup-availabilities {
  display: none;
}

.club .price {
  display: none
}

.product__info-container .subscription__text {
  margin-bottom: 30px
}

.sub-plan-div {
  margin-left: 0;
}

.sub-plan-text {
    line-height: 1.3em;
}





/* REVIEWS */   
.spr-container {
  border-color: var(--color-primary-medium);
}

.spr-header-title {
  color: var(--color-primary);
  font-size: 20px;
  font-family: var(--font-body-family);
  font-weight: 900;
  text-align: left !important;
  text-transform: uppercase;
}

.spr-summary {
  text-align: left !important;
}


.spr-form-title {
  font-family: var(--font-body-family);
  text-transform: uppercase;
}

.spr-form-label {
  display: inline-block;
  font-size: 15px;
  margin-top: 15px;
 margin-bottom: 10px;
}

.spr-form-input:not(.spr-starrating) {
  min-height: 30px;
  border-radius: 0;
  border: 1px solid #bbbbbb;
  padding: 10px;
}

.spr-form-input.spr-form-input-textarea {
  border: 0 !important;
  padding: 0;
  font-family: var(--font-body-family);
}

.spr-form-contact-name {
  padding-right: 20px;
}
  @media screen and (min-width: 750px) {
    .spr-form-contact-name {
        padding-right: 30px;
    }
  }


.spr-icon {
  color: var(--color-primary);
  opacity: 1;
}




/* CARRITO */

.cart-item__name {
  font-size: 16px;
  font-family: var(--font-body-family);
}

.quantity {
  max-width: 66%;
}


/* BUSCADOR */    
.search-modal__content {
  background-color: var(--color-primary-medium);
}

.predictive-search__heading {
  color: var(--color-primary);
  font-size: 1.7rem;
font-weight: 900;
  border-bottom: 0;
}

.predictive-search__item {
  border-bottom: 1px solid #ddd;
}

.predictive-search__item-heading {
  color: black;
  font-size: 1.5rem;
}

.predictive-search__item-content .price__regular {
  color: black;
  font-size: 1.4rem;
}

/* INICIO DE SESIÓN */      
.form__message {
font-size: 16px !important;
  font-family: var(--font-body-family);
}

*:focus-visible {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}

.errors {
  background-color: #fddcdc;
  padding: 1px;
}







/* PRODUCTOS RECOMENDADOS */ 

.productos-recomendados {
  margin-top: 60px;
  margin-bottom: 60px;
}

.productos-recomendados__heading {
  font-family: var(--font-body-family);
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  margin-bottom: 2rem;
}
  @media screen and (min-width: 750px) {
    .productos-recomendados__heading {
      margin-bottom: 3rem;
    }
  }

.productos-recomendados .grid__item.small--one-half {
width: calc(50% - 1rem * 3 / 4);
max-width: 50%;
}
@media screen and (min-width: 990px) {
  .productos-recomendados .grid__item.medium-up--one-quarter {
    width: calc(25% - 1rem * 3 / 4);
    max-width: 25%;
  }
}




/* BARRA DESCUENTO*/    

.announcement-bar .announcement-bar__message {
color: #fff !important;
}

.announcement-bar:nth-child(2) {
margin-top: -1px;
}

.announcement-bar:nth-child(2) .announcement-bar__message {
font-size: 1.1rem;
padding-top: 0;
}


.unidades-limitadas {
color: #cd1919;
font-weight: 600;
}


/* LINK ACTIVAR-DESACTIVAR SONIDO VÍDEO BANNER*/ 

.video-sound {
position: absolute;
top: 10px;
right: 10px;
z-index: 1;
}

.video-sound a {
color: black;
text-decoration: underline;
}



/* CHECKBOX LEGAL CONTACTO Y NEWSLETTER */ 
form .form-check {
position: relative;
padding-left: 30px;
margin-top: 30px
}

form .form-check label:after,form .form-check label:before {
position: absolute;
display: block;
content: ""
}

form .form-check label:after {
top: 4px;
left: 4px;
width: 13px;
height: 10px
}

form .form-check label:before {
top: -1px;
left: 0;
width: 21px;
height: 21px;
background-color: #fff;
border: 1px solid #111111;
border-radius: 0
}

form .form-check label a {
color: #111111;
text-decoration: underline
}

form .form-check input {
position: absolute;
z-index: -1;
opacity: 0
}

form .form-check input:checked~label:before {
background-color: #111111
}

form .form-check input:checked~label:after {
top: 5px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 13 10" style="enable-background:new 0 0 13 10;" xml:space="preserve" height="10px" width="13px"><g><path class="st0" d="M12.8,0.2c-0.3-0.3-0.7-0.3-0.9,0L4.1,8.4l-3-3.1C0.9,5,0.4,5,0.2,5.2c-0.3,0.3-0.3,0.7,0,1l3.5,3.6c0.3,0.3,0.7,0.3,0.9,0l8.2-8.6C13.1,0.9,13.1,0.5,12.8,0.2z"/></g></svg>');
background-repeat: no-repeat;
filter: invert(1);
}

#intro-slider .slider__content .col:first-child {
text-align: center;
}

#intro-slider .slider__content .slider__extra-image {
margin-right: auto;
margin-left: auto
}






