/** Shopify CDN: Minification failed

Line 1474:0 Expected "}" to go with "{"

**/
@charset "utf-8";
/* CSS Variables */
:root {
  --main: 16px;
  --med: 22px;
  --big: 22px;
  --lh:110%;
  --gap: 10px;
  --grey: #f1f2f2;
  --body:  'helvetica';
}
::selection{
  color:grey;
}
h4{
  font-weight:100;

}
label#email_address_label_0 {
  font-weight: inherit !important;
}
.free-shippping p {
  line-height: 18px !important;
  width: 100%!important;
}
form#ctct_form_0 {
  text-transform: uppercase;
  line-height: 120% !important;
  margin-top: 20px;
}
.show-description.description{
  font-size: clamp(var(--main), 0.75vw, 1rem);
  line-height: 120%;

}
.variantes-sec{
  display: none;
}
a:hover{
  color:grey;
}
.ui-admin-bar--is-collapsed .ui-admin-bar__content {
  padding: 0;
  background: transparent;
  display: none!important;
}
.about-page .section {
  display: grid;
  row-gap: 10px;
  height: fit-content;
}

.about-page .section:last-child .content-inside{
  order: 2;
}


/* Fonts */
@font-face {
  font-family: 'helvetica';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.product {
  grid-column: span 3;
}

@font-face {
  font-family: 'Kamerik105-Book';
  src: url('../assets/Kamerik105-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Reset CSS */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
div,
span,
header,
footer,
section,
article,
aside,
menu,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
strong,
b,
i,
s,
address,
sub,
sup,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
.m{
  padding: 5px;
}
html {
  padding-bottom: 0px!important;
}

ol,
ul,
li {
  list-style: none;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: inherit;
  border-spacing: 0;
  border-color: inherit;
  vertical-align: inherit;
  text-align: left;
  font-weight: inherit;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}


div#product-price , .product-price-wrap, .product-price{
  letter-spacing: 1px;
  /* font-size: 14px; */
}
input,
button,
select {
  font-size: clamp(var(--main), 0.75vw, 1rem);
  padding: 0;
  margin: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: inherit;
  background: transparent;
  background-color: transparent;
  line-height: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: var(--body);
}
.product-simple #product-select{
  display: none;
}
.product-simple .selector-wrapper{
  display: none;
}
.hero{
  height: auto;
  position: relative;
  width: 100%;
  top: 0;
  margin: 0 auto;
  grid-column: span 12;

}
label[for="product-select"] {
  display: none;
}
.full-body {
  margin-top: 60px;
  grid-gap:10px;
  min-height: 100%;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.hero .simple-text{
  margin-top: 2px;
  margin-bottom: 2px;
  position: absolute;
  text-align: center;
  z-index: 0;
  padding: 20px 0px;
  color: white;
  background-color: var(--blue);
}
label {
  display: none;
}


.news-content {
  align-items: center;
  grid-template-columns: repeat(3, 11fr);
  grid-column: span 8;
  display: grid;
  grid-gap: 2px;
}
.news-content .view{
  grid-column: span 3;
}
.view{
  text-transform: uppercase;
  height: fit-content;
  grid-column: span 12;
}
.about-content{
  grid-template-columns: repeat(3, 1fr);
  grid-column: span 2;
}
.title-about{
  line-height: 120%;
}
div#shopify-section-ab {
}
.content-inside p{
  font-size: clamp(var(--big), 1.5vw, 2rem);
  line-height: 120%;
}
.once{
  display: none!important;
}
h1{
  font-weight: 100!important;
  font-size: clamp(var(--big), 1.5vw, 2rem)!important;
  line-height: 120%!important;
}
.title-about p{
  font-size: clamp(var(--main), 1.5vw, 2rem)!important;
  line-height: 120%;
  margin-bottom: 5px;
}
.last{
  margin-bottom: 20px;
}
.menu-title.cartie {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-content .title-seccion.big{
  grid-column: span 3;
  font-size: clamp(var(--big), 1.5vw, 2rem);
  line-height: 120%;
  color: grey;
  padding: 0px 0px 10px 0px;

}
.selector-wrapper {
  width: 200px;
  text-align: center;
  height: fit-content;
  font-size: clamp(var(--big), 1.5vw, 2rem);
  border-radius: 0px;
  border: 1px solid black;
  padding: 8px;
}
.product-description{
  font-size: clamp(var(--main), 1.5vw, 2rem);
  line-height: 120%;
  margin-bottom: 10px;

}
.hero-section.movil{
  display: none;
}
.hero-section.deskt{
  display: block;
}
div#content {

  background-color: white;
  height: fit-content;
  order: 2;

  position: sticky;
  top: calc(var(--nav) + 0px);
}
.gallery-content.full-width {
  grid-column: span 4;
}
.gallery-content.mid-width {
  grid-column: span 4;
}
.gallery-images {
  grid-gap: 20px;
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.news-content .view{
  grid-column: span 3;
  font-size: clamp(var(--big), 1.5vw, 2rem);
  line-height: 120%;
  padding: 0px;

}
div#shopify-section-hero img {
  left: 0px;
  top: 0px;
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

input[type="checkbox"],
button,
select {
  border: 0px!important;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 300;
  font-size: clamp(var(--main), 0.75vw, 1rem);
}

select {
  width: 100%;
}
* {
  font-family: var(--body);
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

input,
input:disabled,
button:disabled,
select:disabled {
  opacity: 1;
}
.product-sizes{
  display:none;;
}
.at-a{
  text-transform: uppercase;
}
/* header */
  #header{
    position: sticky;
    top: 0px;
    display: flex;
    grid-gap:15px;
    background-color: white;
    z-index: 10;
    padding: 10px 0px;
  }
  .menu-open{
    font-size: var(--big);
    display: none;
    position: fixed;
    left: 10px;
    top: 14px;
  }

 
.cookies{
  z-index: 10000;
  background-color: white;
  position: fixed;
  bottom: 15px;
  left: 15px;
  border: 1px solid;
  padding: 20px 15px;
  width: calc(100vw - 30px);
}
.page-content p{
  margin-bottom: 10px;
}
.cookies .closer{
  top:20px;
  right: 15px;
}
.closer{
    cursor: pointer;
  position: absolute;
  top:15px;
  right: 15px;
}
.cookies a{
  color:grey;
}
.free-shippping a{
  color:grey;
}
.free-shippping p{
width: 300px;
}

.free-shippping{
  border: 1px solid;
  z-index: 100;
  min-width: 600px;
  max-width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 15px;
}
  #nav{
    align-items: center;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap; 
    grid-gap: 15px;
    row-gap: 0px;
  }
  #nav > div{
    grid-column: span 3;
  }
  .intro {
height: fit-content;
    z-index: 1000;
    top: 50%;
    left: 50%;
    /* margin-top: 20px; */
    line-height: 50px;
    /* margin-bottom: 10px; */
    /* height: var(--h); */
    color: #fff;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
    text-align: center;
    grid-column: span 12;
}
.product-added{
opacity: 0;
pointer-events: none;
  margin: 0px 0px;
  width: fit-content;
  background-color:grey;
  padding: 8px;
}
.product-added.active{
opacity: 1;
pointer-events: auto;
}
.product-added a{
  text-decoration: underline;
}
div#bag-total{
  display: flex;
  gap:10px;
  margin-top: 20px;
}
  button#add-to-cart{
    font-size: clamp(var(--main), 0.75vw, 1rem)!important;
    height: 100%;
    width: 200px;
    text-align: center;
    padding: 8px;
    background-color: #333;
    color: #fff; 
  }


  button#add-to-cart:hover{
    background-color: #454545f3;
    color: #fff; 
  }
  .product-description {
    margin-top: 10px;
    font-size: clamp(var(--big), 1.5vw, 2rem)!important; 


  }
  button#checkout {
    font-size: clamp(var(--main), 0.75vw, 1rem)!important;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 8px;
    background-color:#333;
    color: #fff;
    
  }
  p.ctct-form-text {
    font: inherit !important;
}
  div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
    font: inherit !important;
}
  button#checkout {
    font-size: clamp(var(--main), 0.75vw, 1rem)!important;
    height: 100%;
    text-align: center;
    padding: 8px;
    background-color:#333;
    color: #fff;
    grid-column: span 2;
    
  }
  button#checkout:hover {
    background-color: #454545f3;
    color: #fff;
    
  }
  .content-infos p{
    margin-bottom: 0px;
  }
  .image-container {
    padding-top: 10px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  strong {
    color: grey;
    font-weight: 300;
}
  .image-container img {
    max-width: 100%;
    max-height: 100%;
    display: none; 
    transition: height 2s ease;
  }
  a.logo-home {
    line-height: 0px;
}

.thumbnail:hover #block{
  display: block;
}
.thumbnail:hover #none{
  display: none;
}
#block{
  display: none;
}
  .categories{
    display: none;
    column-count: 4;
    flex-basis: 100%;
    opacity: 1;
    line-height:var(--lh);
    font-size: clamp(var(--big), 1.5vw, 2rem); 
    transition: 0s ease;
  }
  .categories.hid{
    padding-top: 10px;
    column-count: 4;
    flex-basis: 100%;
  }

  .categories.show .search-input{
    font-weight: 300;
    line-height:var(--lh);
    font-size: clamp(var(--big), 1.5vw, 2rem)!important; 
    height: fit-content;
    order: 2;
    display: block;
    color: #000;
  }
  .caption {
    grid-column: span 3;
    margin-top: 10px;
}
.image-full{
  height: 100vh;
  grid-column: span 3;
  overflow: hidden;
}
.image-full img{
  grid-column: 1/span 3;
  height: 100%;
  object-fit: cover;
}
  .shop.pr{
    pointer-events: none;
  }
  input.search-input {
    line-height:0px;
    font-size: 0px; 
    transition-delay: 0.5s;
    font-weight: 300;
    height: fit-content;
    order: 2;
    color: #000;
    
  }
  .item-quantity {
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
    display: flex;
    border: 1px solid black;
}

span.quantity-button.minus, span.quantity-button.plus {
  width: 100%;
  text-align: center;
  background-color: white;
  cursor: pointer;
  padding: 5px;
}
/* span.quantity-button.minus:hover {
  width: 100%;
  text-align: center;
  border: 0.5px solid black;
  background-color: var(--grey);
  cursor: pointer;
  padding: 5px;
} */
/* span.quantity-button.plus:hover {
  width: 100%;
  text-align: center;
  border: 0.5px solid black;
  background-color: var(--grey);
  cursor: pointer;
  padding: 5px;
} */
.ctct-form-defaults {
  font-size: clamp(var(--main), .75vw, 1rem)!important;
    line-height: var(--lh)!important;;
  padding: 0px !important;
  font-weight: 100!important;
}
p.ctct-form-footer {
  display: none;
}
div#ctct_recaptcha_0 {
  display: none!important;
}
h2.ctct-form-header {
  font-weight:200!important;
    font-size: clamp(var(--main), .75vw, 1rem)!important;
    line-height: var(--lh)!important;;
  padding: 0px !important;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  border-radius: 0px !important;
  width: fit-content;
  border-bottom: 1px solid black !important;
  text-align: left!important;
  padding: 0px!important;
  text-transform: uppercase!important;
  color: black!important;
  background-color: white!important;
  border: none;
}
  .categories.show{
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .cat.active {
    color: grey;
  }
  .categories a.active{
    color: grey;
  }
  .cart-part{
    margin: 0px!important;
    display: flex;
    justify-content: space-between;
  }
  .cart-part:hover{

    background-color: var(--yellow)!important;
  }
  .cart-part.active{
    color: black!important;
    background-color: var(--yellow)!important;
  }
  section.info-page {
    display: grid;
    row-gap: 20px;
}

  .title-seccion.big {
    grid-column: span 4;
}
  input{
    font-weight: 300;
    width: 100%;
    outline: none;
    overflow: visible;
    color:black;
    font-family:var(--body);
    font-size: clamp(var(--main), 0.75vw, 1rem)!important;
  }


  .shopify-section-contact{
    display: grid;
    row-gap:10px;
    margin-top: 60px;

  }
  .page-content{
    margin-top: 38px;
  }

  .double {
    margin-bottom: 5px;
    grid-template-columns: repeat(2 ,1fr);
    display: grid;
    column-gap: 2px;
    grid-column: span 2;
  }
  .total{
    padding-top: 20px;
    top: var(--nav);
    position: sticky;
    height: fit-content;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    column-gap: 2px;
    background-color:white;
    row-gap:10px;
    grid-column: 5 / span 1;
  }
  .remove{
    grid-column: span 2;
    width: 100%;
  }
  .product-title{
    text-transform: uppercase;
    margin-top: 10px;
    line-height: var(--lh);
    font-size: clamp(var(--main), 0.75vw, 1rem)!important;
  }
  h1.product-title {
    font-size: clamp(var(--main), 0.75vw, 1rem)!important;
  }
  .product-title a{
    color: black;
  }
  .content-infos {
    font-size: clamp(var(--big), 1.5vw, 2rem);
    line-height: 120%;
}


/* Scrollbar */
::-webkit-scrollbar {
  display: none;
}


body {
  padding: 0px 15px;
  font-size: clamp(var(--main), 0.75vw, 1rem);
  line-height:var(--lh);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-smoothing: antialiased;
  font-weight: 300;
}

body.active{
  opacity: 1;
}


/* Image and video styles */
img,
video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  font-size: 0;
  line-height: 0;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.title-infos {
  font-size: clamp(var(--main), 0.75vw, 1rem);
  color: black;
}

/* Link styles */
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}


/* Menu styles */
.gallery {
  grid-column: 4/ span 6;
  margin-top: 20px;
}
.gallery-article {
  grid-column: span 12;
  margin-top: 20px;
}
.gallery_collection {

  grid-gap: 20px;
  display: grid;

  grid-template-columns: repeat(1, 1fr);
  grid-column: span 1;
}

#header a{
  display: block;
}
strong{
  color: black!important;
}

section#desplegable {
  margin-top: 0px!important;
  row-gap: 20px;
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* SHOP */
.main {
  position: relative;
  min-height: 100%;
  flex-grow: 1;
  display: grid;
  row-gap: 10px;
  grid-template-columns: repeat(12, 1fr);
}
.related {
  margin-top: 100px;
  flex-grow: 1;
  display: grid;
  row-gap: 100px;
  grid-template-columns: repeat(12, 1fr);
}
.name {
  grid-column: span 3;
}
.cart-part.fix {
  display: none;
}
#products {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 100px;
  grid-gap:10px;
}
button#add-to-cart.in-stock {
  opacity: 1;
  pointer-events: auto;
  /* border: 1px solid black; */
}
button#add-to-cart.out-of-stock {
  opacity: 0.5;
  pointer-events: none;
  /* border: 1px solid black; */
}
button#add-to-cart{
  opacity: 0.5;
  pointer-events: none;
}
div#shopify-section-aim{
  max-width:1300px;
  margin: 0 auto;
  align-content: center;
  }
.sold-out {
  padding: 0px;
}
/* Footer styles */
footer {
    display: flex;
    position: relative;
    padding-top: 40px !important;
    display: block;
    align-items: end;
    padding-bottom: 10px !important;
    margin-top: auto;
}
svg {
  width: 60px;
  height: auto;
}


.cred{
  position: absolute;
  right: 0px;
  bottom: 10px;
}
section.about-page {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.image-infos {
    padding-top: 0px;
    margin: 0 auto;
}

section#stocklist {
  grid-column: span 4;
}
.home{
  display: none;
}
.stocklist {
  grid-column: span 6;
}
.location {
  color: grey;
}
section#stocklist .section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap:5px;
}
section#stocklist .sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: clamp(var(--main), 0.75vw, 1rem);
}

.stocklist {
  line-height:var(--lh);
  font-size: clamp(var(--big), 1.5vw, 2rem);
  grid-column: span 12;
}
.footer-menu{
  line-height:var(--lh);
  font-size: clamp(var(--big), 1.5vw, 2rem);
  grid-column: span 12;
  margin-bottom: 0px;
}
.footer-menu a{
  line-height:var(--lh);
  font-size: clamp(var(--big), 1.5vw, 2rem);
  grid-column: span 12;
}
a.logo-home.movil{
  display: none!important;
}
.section-title.big {
  margin-top: 60px;
  line-height:var(--lh);
  font-size: clamp(var(--big), 1.5vw, 2rem); 
}
select:focus {
  outline: none;
  box-shadow: none; /* Esto también elimina cualquier sombra de foco */
  border: 1px solid #ccc; /* Esto es opcional para agregar un borde personalizado */
}
p.info-collection{
  color: grey;
  line-height:var(--lh);
  font-size: clamp(var(--big), 1.5vw, 2rem); 
  margin-bottom: 10px;
}
form#cart-wrapper{
  margin: 0 auto;
  max-width: 500px;
}
form#cart-wrapper .item {
  grid-column: 5 / span 1;
  margin: 0 auto;
}

@media only screen and (max-width:3920px) and (min-width:1540px){
}
/* Mobile landscape styles */
@media (max-width: 1200px) {
  .full-body {
    margin-top: 60px;
    grid-gap:10px;
    min-height: 100%;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
  }
div#content {
  background-color: #fffc;
  -webkit-backdrop-filter:none;
  backdrop-filter: none;
  height: fit-content;
  order: 0;
  position: relative;
  top: 0px;
  grid-column: span 1;
}
  .product {
    grid-column: span 6;
  }
  .nav{
    opacity: 1;
  }
  .categories {
    display: none;
    opacity: 1;
    font-size: auto;
    line-height: auto;
    column-count: 2;
}
  .categories.hid {
    column-count: 2;
}
  .categories.hid.show {
    column-count: 2;
}
.cart-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

}
/* Mobile styles */
@media (max-width: 600px) {
  .free-shippping{
    z-index: 100;
    width: calc(100vw - 20px);
    position: fixed;
    min-width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px 10px;
  }


  
  div#bag-total{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
  .selector-wrapper {
    width: 100%;
}
button#add-to-cart {
  font-size: clamp(var(--main), .75vw, 1rem) !important;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 8px;
  background-color: #333;
  color: #fff;
}
.product-added {
  width: 100%;
}

  body{
    padding:0px 10px;
  }
  .list-cat {
    column-count: 2;
}
  .cart-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

div#content {
  background-color: #fffc;
  -webkit-backdrop-filter:none;
  backdrop-filter: none;
  height: fit-content;
  order: 0;
  position: relative;
  top: 0px;
  grid-column: span 1;
}

  .news-content img {
    margin-top: 10px;
    grid-column: span 1;
}
  .product {
    grid-column: span 12;
   }
   .news-content {
    grid-template-columns: repeat(1, 1fr);
}
  .categories {
    text-align: left;
    column-count: 1;
  }
  .categories.hid {
    column-count: 1;
  }
  .categories.hid.show {
    column-count: 1;
  }
  .gallery_collection {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column: span 1;
  }
  :root {
    --main: 12px;
    --med: 19px;
    --big: 19px;
    --lh:120%;
    --gap: 10px;
    --grey: #f1f2f2;
    --body: 'helvetica';
  }
  .cart-products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
  
  .item-quantity {
    grid-column: span 1;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
    display: flex;
}
  section#stocklist .sec {
    display: none;
  }

  form#cart-wrapper .item {
    grid-column: span 5!important;
    width: 100% !important;
    min-width: auto;
    grid-column: span 5 !important;
}
.double {
  margin-bottom: 5px!important;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  column-gap: 5px!important;
  grid-column: span 2;
}
form#cart-wrapper .item img{
    width: 50%;
}
  .total {
    top: var(--nav);
    position: sticky;
    height: fit-content;
    grid-template-columns: repeat(2, 1fr);
    display: grid;

    column-gap: 2px;
    grid-column: span 5;
}
  button#checkout {
    width: 100%;
}
  section#stocklist .section {
    grid-gap: 5px;
}
a.logo-home.movil{
  text-align: center;

  display: block!important;
}
  .product-description {
    margin-top: 10px;
    padding-right: 0%;
    font-size: clamp(var(--med), 1.5vw, 2rem) !important;
  }


  .hero{
    height: var(--h);
    position: relative;
    width: 100;
    top: 0;
    margin: 0 auto;
    grid-column: span 12;
  
  }

  section#desplegable {
    margin-top: 10px;
    row-gap: 20px;
    grid-column: span 12;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .cart-products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
section.about-page {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr)!important;
}
button#checkout {
  grid-column: span 2;
}
.hero{
  order: -1;
  min-height: auto;
  height: auto;
}
.title-seccion.big{
  padding: 0px;
}
div#block-media_X7hnjE {
  height: auto;
}
.caption{
  grid-column: span 1;
}
.image-full{
  height: auto;
  grid-column: span 1;
  overflow: hidden;
}
.image-full img{
  object-fit: contain;

}
.gallery-images {
  grid-gap: 10px;
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.item-quantity {
  margin-top: 10px!important;
}
a.logo-home.desk{
  display: none!important;

}
form#cart-wrapper .item {
    grid-column: 4 / span 2;
}
.news-content .title-seccion.big {
  padding: 0;
}
.home{
  display: block;
}
#header{
  display: block;
}
svg{
  width: 66px;
  height: auto;

}
.intro {
    /* mix-blend-mode: difference; */
    color: #fff;
    top: 50%;
    position: absolute;
    display: flex;
    height: auto;
    width: 100%;
    order: -1;
    z-index: 1;
    font-size: clamp(var(--big), 1.5vw, 2rem) !important;
    line-height: calc(var(--lh) + 10px);
    text-align: center;
    grid-column: span 12;
}
.search {
}
.menu-open{
  display: block;
}
#nav {
  display: none;
  font-size: var(--big);
  line-height: 100%;
  opacity: 1;
  grid-gap: 0px;
  margin-top: 10px;
  transition: 0 ease;
  text-align: left;
}
#nav.active{
  margin-top: 10px;
  display: block;
  font-size: var(--big);
  line-height: 120%;
  opacity: 1;
  height: var(--h);
}
body.block{
  overflow: hidden;
}

.categories {
  display: block;
  opacity: 1;
  font-size: var(--big);
  line-height: 100%;
  column-count: 1;
  pointer-events: auto;
}
.image-right{

}
footer.fix{
  position: fixed;
  bottom: 10px;
  z-index: 100;

}
.categories{
  margin-top: 10px;
}
.cart-part {
  position: fixed;
  top: 14px;
  right: 10px;
  opacity: 1!imporant;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  justify-content: auto;
  display: none;
}

.cart-part.fix {
  font-size: var(--big);
  display: block!important;
}



#nav.hid {
  margin-top: 10px;
  transition: 0.2s ease;
  display: block;
  height: auto;
  font-size: clamp(var(--big), 1.5vw, 2rem)!important;
  line-height: 120%;
  grid-gap: 0px;
}

#nav.show {
  transition: 0.2s ease;
  opacity: 1;
}
.closer{
  top:10px;
  right: 10px;
}
.free-shippping .closer{
  top:10px;
  right:10px;
}
.hero-section.movil{
  display: block;
}

.hero-section.deskt{
  display: none;
}
.cookies{
  padding: 10px;
  left: 10px;
  width: calc(100vw - 20px);
}
div#shopify-section-hero img {
  left: 0;
  top: 0;
  position: relative;
  width: 100%;
  height: auto;
  object-fit: auto;
}
.search-input{
  margin-top: 10px;
  transition-delay: 0s;
  font-weight: 300;
  height: fit-content;
  order: 2;
  color: #000;
  line-height:var(--lh)!important;
  font-size: clamp(var(--big), 1.5vw, 2rem)!important; 
}

footer.fix {
  padding: 10px;
  left: 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
}
.cred {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.free-shippping p:first-child {
  width: 230px!important;
}
input#email_address_0 {
  border-radius: 0px;
  box-shadow: none !important;
}

.search-input {
  line-height:var(--lh)!important;
  font-size: clamp(var(--big), 1.5vw, 2rem)!important; 
    transition-delay: .5s;
    font-weight: 300;
    height: fit-content;
    order: 2;
    color: #000;
}
.shop, .artist, .information, .store, .cart-part{
  margin-top: 3px;
}
#header #nav .categories .cat a{
  padding: 2px 0px 4px;
}
