/** Shopify CDN: Minification failed

Line 234:8 "trasition" is not a known CSS property
Line 1849:15 Expected ":"

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

[data-scrollable] {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.flex {
  	display: -ms-flex;
  	display: -webkit-flex;
    display: flex;
  	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle;
}

.flex-center {
  	-webkit-align-content: center;
    align-content: center;
  	-webkit-align-items: center;
    align-items: center;
    display: -ms-flex;
  	display: -webkit-flex;
    display: flex;
  	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  	-webkit-justify-content: space-around;
    justify-content: space-around;
}

.white {
	color: #fff !important;
}

.Header {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.supports-sticky .Header--transparent {
    box-shadow: 0 -1px rgba(255, 255, 255, 0.25) inset !important;
}

    .HorizontalList__Item > a {
        position: relative;
    }

    .Header__MainNav .HorizontalList__Item > a::after {
        border-bottom: 2px solid #ce8276;
        position: absolute;
        content: '';
        bottom: -22px;
        left: 0;
        width: 100%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }

	.DropdownMenu::before {
    	background: #ce8276;
    }

	.DropdownMenu .Linklist__Item:hover > .Link--secondary {
    	color: #ce8276;
    }

    .Header__MainNav .HorizontalList__Item:hover > a::after {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .Header__LinkSpacer,
    .Header__LinkSpacer::after {
        display: none;
    }

@media screen and (min-width: 641px) {
    
    .u-big {
        font-size: 20px;
    }
    
}

@media screen and (min-width: 1240px) {
    
    .Header:not(.Header--sidebar) .Header__Wrapper,
    .Header__Wrapper {
        padding: 50px 50px 25px;
    }
    
    .u-big {
        font-size: 22px;
    }
  
  	.Header .Link--primary .search-icon {
    	display: inline-block;
        margin-right: 12px;
        position: relative;
        top: 2px;
        width: 13px;
    }
  
  	.Header .Link--primary .search-icon svg {
    	fill: #454545;
        transition: fill 0.2s ease-in-out;
    }
    
    .supports-sticky .Header--transparent .search-icon svg {
        fill: #fff;
    }
    
  	.Header .Link--primary .search-text,
  	.Header .Link--primary:hover .search-text{
      	color: #454545;
    	display: inline-block;
        position: relative;
        transition: color 0.2s ease-in-out;
    }
    
    .supports-sticky .Header--transparent .Link--primary .search-text {
        color: #fff;
    }
  
}

@media screen and (max-width: 1240px) {

	.SidebarMenu__Nav .Text--subdued .search-icon {
    	display: inline-block;
        margin-right: 12px;
        position: relative;
        top: 2px;
        width: 13px;
    }
  
  	.SidebarMenu__Nav .Text--subdued .search-icon svg {
    	fill: rgba(69,69,69,0.5);
      	-webkit-transition: fill 0.2s ease-in-out, opacity 0.2s ease-in-out;
    	transition: fill 0.2s ease-in-out, opacity 0.2s ease-in-out;
    }
  
  	.SidebarMenu__Nav .Text--subdued:hover .search-icon svg {
		fill: #454545;
    }
    
  	.SidebarMenu__Nav .Text--subdued .search-text {
      	color: rgba(69,69,69,0.5);
    	display: inline-block;
        position: relative;
    }
  
    .SidebarMenu__Nav .Text--subdued:hover .search-text {
		color: #454545;
    }
  
}

@media screen and (max-width: 1239px) and (min-width: 641px) {
    
    .Header:not(.Header--sidebar) .Header__Wrapper,
    .Header__Wrapper {
        padding: 35px 50px;
    }
  
  	.Header_flex .search-mob {
        margin-right: 22px;
        margin-left: 0;
      	top: 2px;
    }
  
  	.Header__FlexItem .Header__Logo {
    	padding-left: 37.5px;
    }
  
  	.Header_flex .search-mob .icon-search {
      	fill: #454545;
        transition: fill 0.2s ease-in-out;
    }
    
    .supports-sticky .Header--transparent .icon-search {
        fill: #fff;
    }
    
}

@media screen and (min-width: 1501px) {
    
    .u-big {
        font-size: 30px;
    }
    
}

@media screen and (max-width: 640px) {
    
    .Header:not(.Header--sidebar) .Header__Wrapper,
    .Header__Wrapper {
        padding: 22px 18px;
    }
    
    .Drawer__Header {
        max-height: 64px !important;     
    }
  
  	.Header__FlexItem .Header__Logo {
    	padding-left: 37.5px;
    }
  
  	.Header_flex .search-mob {
        margin-right: 18px;
        margin-left: 5px;
    }
    
  	.Header_flex .search-mob .icon-search {
      	fill: #454545;
        trasition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
    }
    
    .supports-sticky .Header--transparent .search-mob .icon-search {
        fill: #fff;
    }
  
}

.Footer__Social {
    margin-top: 30px;
}

.Footer__Social .HorizontalList__Item:first-child {
    margin-right: 10px;
}

.Footer__Social .HorizontalList__Item:nth-child(2) {
    margin-left: 10px;
}

.Footer__Social .Icon-Wrapper--clickable {
    box-sizing: content-box !important;
    background: transparent;
    border: solid 1px #e3e3e3;
    border-radius: 50%;
    box-sizing: border-box;
    color: #454545;
    height: 16px;
    width: 16px !important;
    padding: 14px 17px 17px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.12, 0.71, 0.35, 1.01);
}

    .Footer__Social .Icon-Wrapper--clickable:hover {
        background: #ce8276;
        border: solid 1px #ce8276;
        color: #fff;
    }

.Footer__Newsletter .Form__Submit {
    display: block;
    margin-top: 15px;
    width: 100%;
}

@media screen and (max-width: 1600px) {

    .Footer__Block--text .Footer__Title {
        display: none;
    }
  
}


@media screen and (min-width: 1240px) {

    .HorizontalList--spacingExtraLoose .HorizontalList__Item {
        min-width: 100px;
    }

}

.Header__LogoImage svg {
  	fill: #454545;
  	transition: fill 0.2s ease-in-out;
 	width: 100%;
}

.supports-sticky .Header--transparent .Header__LogoImage svg  {
    fill: #fff; 
    -webkit-filter: drop-shadow(0 1px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 1px rgba(0, 0, 0, 0.25));
}

  .Header__LogoImage:hover svg {
      fill: #ce8276 ;
  }

@media screen and (min-width: 641px) {

	.Header__LogoImage {
        height: 18px;
    	width: 200px !important;
    }	
  
}

@media screen and (max-width: 640px) {
    
    .Header__LogoImage {
        margin-left: 20px;
      	height: 16px !important;
    	width: 160px !important;
    }

    .nav-phone-icon {
        top: 0;
        left: 0;
        position: absolute;
        width: 20px;
        height: 1px;
        background: #454545;
        transition: background 0.2s ease-in-out;
    }

    .nav-phone-icon:before,
    .nav-phone-icon:after {
        content: '';
        left: 0;
        position: absolute;
        width: 20px;
        height: 1px;
        background: #454545;
        transition: background 0.2s ease-in-out;
    }
    
    .supports-sticky .Header--transparent .nav-phone-icon,
    .supports-sticky .Header--transparent .nav-phone-icon:before,
    .supports-sticky .Header--transparent .nav-phone-icon:after {
        background: #fff;
        -webkit-filter: drop-shadow(0 1px rgba(0, 0, 0, 0.25));
		filter: drop-shadow(0 1px rgba(0, 0, 0, 0.25));
    }
    
    .nav-phone-icon:before {
        top: -6px;
    }
    
    .nav-phone-icon:after {
        top: 6px;
    }
    
}

.MegaMenu__Item--fit .MegaMenu__Title {
    pointer-events: none;
}

.MegaMenu__Item--fit .Linklist__Item:hover a {
    color: #ce8276 !important;
}

.Footer__ThemeAuthor {
	display: none;
}


@media screen and (min-width: 1240px) {
    
    .content-separator {
        padding: 8% 0 !important;
    }
  .content-separator-top{
  	padding:8% 0 0 !important;
  } 
    
}

@media screen and (max-width: 1239px) {
    
    .content-separator {
        padding: 80px 0 !important;
    }

   .content-separator-top{
  	padding:80px 0 0 !important;
  }  
  
}

.ProductItem__Vendor {
    color: #ce8276;
    font-size: 11px;
    margin-bottom: 5px !important;
}

.ProductMeta__Vendor {
    color: #ce8276 !important;
}

.ProductMeta__Vendor a {
    position: relative;
}

    .ProductMeta__Vendor a::after {
        position: absolute;
        content: '';
        bottom: -7px;
        left: 0;
        width: 100%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        border-bottom: 1px solid #ce8276;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

        .ProductMeta__Vendor:hover a::after {
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

@media screen and (max-width: 1120px) {

        .ProductMeta__Vendor a::after {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }
    
            .ProductMeta__Vendor:hover a::after {
                -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
            }
    
}

.ProductItem__Title {
    font-family: "Neuzeit Office",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 5px !important;
    padding-right: 20px;
    text-transform: none;
}

@media screen and (max-width: 640px) {

    .ProductItem__Title {
        font-size: 15px;
        padding-right: 10px;
    }
  
  	.CollectionToolbar__Item--layout {
    	opacity: 0;
    }

}

.ProductItem__Title a {
    transition: color 0.2s ease-in-out;
}

    .ProductItem__Title:hover a {
        color: #8e8e8e;
    }

.ColorSwatch,
.ColorSwatch::after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.VariantSelector__ColorSwatch {
    display: none !important;
}

.ColorSwatchList {
    margin-top: 10px;
}

.ColorSwatch--large {
    width: 30px;
    height: 30px;
}

.ProductForm__Label,
.VariantSelector__ChoiceValue {
    font-weight: 600;
}

.SizeSwatch {
    transition: all 0.2s ease-in-out;
}

.SizeSwatch.is-active::after,
.SizeSwatch__Radio:checked+.SizeSwatch {
    transition: none;
}

.SizeSwatch:hover {
    color: #ce8276;
    border: 1px solid #ce8276;
}

.CartItem__Variant,
.cart-property .hulkapps_option_value {
    margin-bottom: 0 !important;
    font-family: "Neuzeit Office",sans-serif;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
}

.cart-property .hulkapps_option_name {
    display: none !important;
}

.cart-property {
    height: 19px;
}

.Product__Aside {
	z-index: 1;
}

.Product__InfoWrapper {
	z-index: 2;
}

@media screen and (min-width: 1008px) {
    
    .Product__SlideshowNavImage:hover {
        border: 1px solid #e8e8e8;
    }

    .Product__SlideshowNavImage.is-selected:hover {
        border: 1px solid #454545;
    }

}

@media screen and (min-width: 641px) {

    #sidebar-cart.Drawer {
        width: 450px !important;
    }

}

@media screen and (max-width: 640px) {

    #sidebar-cart.Drawer {
        width: 100% !important;
    }

    #sidebar-cart.Drawer--fromRight {
        -webkit-transform: translateX(100vw) !important;
        transform: translateX(100vw) !important;
    }
    
    #sidebar-cart.Drawer[aria-hidden="false"] {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
    
    .flickity-page-dots {
        line-height: 1.4;
        padding: 0 30px;
    }

}

.CartItem__PriceList {
    margin-bottom: 10px !important
}

.CartItem__Price {
    color: #454545;
    font-size: 12px !important;
    margin-top: 3px;
}

@media screen and (min-width: 1240px) {
    
    .Header--center .Header__FlexItem {
        margin-bottom: 52px !important;
    }

}

/**************************** Custom portada ********************/

.column-content {
    position: relative;
    width: 100%;
}

.RowPanel.flex {
    justify-content: space-between;
}

.RowPanel:nth-child(1) .column-content {
    height: 62.5vh;
    margin-bottom: 80px;
}

.RowPanel:nth-child(2) .column-content {
    height: 42.5vh;  
}

.column2 {
    width: calc(50% - 15px);
}

.column3 {
    height: 100%;
    width: calc(33.333333% - 20px);
}

.background-image {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

    .column-content:hover .background-image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.image-inner {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1), opacity 3s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1), opacity 3s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1), opacity 3s cubic-bezier(.19,1,.22,1), -webkit-transform 2s cubic-bezier(.19,1,.22,1);
}

    .image-inner:before {
        background: #454545;
        content: '';
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0.25;
        z-index: 1;
    }

.see .image-inner {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cPortadaText {
    position: relative;
    text-align: center;
    z-index: 1;
}

.cPortadaText .SectionHeader__SubHeading,
.cPortadaText .SectionHeader__Heading,
.cPortadaText .SectionHeader__ButtonWrapper {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    transition: -webkit-transform 2s cubic-bezier(.19,1,.22,1), opacity 3s cubic-bezier(.19,1,.22,1);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 3s cubic-bezier(.19,1,.22,1);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 3s cubic-bezier(.19,1,.22,1), -webkit-transform 2s cubic-bezier(.19,1,.22,1);
}

.column-content .SectionHeader__ButtonWrapper {
    opacity: 0;
    transition: opacity 3s cubic-bezier(.19,1,.22,1);
}

.see .cPortadaText .SectionHeader__SubHeading,
.see .cPortadaText .SectionHeader__Heading,
.see .SectionHeader__ButtonWrapper {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.column2:nth-child(1) .cPortadaText .SectionHeader__SubHeading {
    transition-delay: 0.3s;
}

.column2:nth-child(1) .cPortadaText .SectionHeader__Heading {
    transition-delay: 0.4s;
}

.column2:nth-child(1) .cPortadaText .SectionHeader__ButtonWrapper {
    transition-delay: 0.6s;
}

.column2:nth-child(2) .image-inner {
    transition-delay: 0.2s;
}

.column2:nth-child(2) .cPortadaText .SectionHeader__SubHeading {
    transition-delay: 0.5s;
}

.column2:nth-child(2) .cPortadaText .SectionHeader__Heading {
    transition-delay: 0.6s;
}

.column2:nth-child(2) .cPortadaText .SectionHeader__ButtonWrapper {
    transition-delay: 0.8s;
}

.cPortadaText .Heading {
    color: #fff;
}

.cPortadaText .Button {
    color: #454545;
    border-color: #ffffff;
}

    .cPortadaText .Button::before {
        background-color: #ffffff;
    }

    .cPortadaText .Button:hover {
        color: #ffffff;
    }

@media screen and (min-width: 1008px) {

    .inicio .image-inner,
    .inicio .cPortadaText .SectionHeader__SubHeading,
    .inicio .cPortadaText .SectionHeader__Heading,
    .inicio .SectionHeader__ButtonWrapper {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }

    .column3:nth-child(1) .image-inner {
        transition-delay: 0.4s;
    }
    
    .column3:nth-child(1) .cPortadaText .SectionHeader__SubHeading {
        transition-delay: 0.7s;
    }
    
    .column3:nth-child(1) .cPortadaText .SectionHeader__Heading {
        transition-delay: 0.8s;
    }
    
    .column3:nth-child(1) .cPortadaText .SectionHeader__ButtonWrapper {
        transition-delay: 1s;
    }

    .column3:nth-child(2) .image-inner {
        transition-delay: 0.6s;
    }
    
    .column3:nth-child(2) .cPortadaText .SectionHeader__SubHeading {
        transition-delay: 0.9s;
    }
    
    .column3:nth-child(2) .cPortadaText .SectionHeader__Heading {
        transition-delay: 1s;
    }
    
    .column3:nth-child(2) .cPortadaText .SectionHeader__ButtonWrapper {
        transition-delay: 1.2s;
    }

    .column3:nth-child(3) .image-inner {
        transition-delay: 0.8s;
    }
    
    .column3:nth-child(3) .cPortadaText .SectionHeader__SubHeading {
        transition-delay: 1.1s;
    }
    
    .column3:nth-child(3) .cPortadaText .SectionHeader__Heading {
        transition-delay: 1.2s;
    }
    
    .column3:nth-child(3) .cPortadaText .SectionHeader__ButtonWrapper {
        transition-delay: 1.4s;
    }

}

@media screen and (min-width: 1501px) {

    .Section.custom-portada {
        margin: 0 100px;
    }

}

@media screen and (max-width: 1500px) {

    .Section.custom-portada {
        margin: 0 50px;
    }
    
}

@media screen and (max-width: 1239px) {
    
    .Section.custom-portada {
        padding-top: 0;
    }
    
    .RowPanel:nth-child(1) .column-content {
        margin-bottom: 30px;
    }
    
}

@media screen and (max-width: 1008px) {

    .column2,
    .column3 {
        width: 100%;
    }

    .RowPanel:nth-child(1) .column-content,
    .RowPanel:nth-child(2) .column-content {
        height: 42.5vh;
        min-height: 240px;
        margin-bottom: 30px;  
    }
    
    .inicio .column2 .image-inner,
    .inicio .column2 .cPortadaText .SectionHeader__SubHeading,
    .inicio .column2 .cPortadaText .SectionHeader__Heading,
    .inicio .column2 .cPortadaText .SectionHeader__ButtonWrapper {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    
    .column3 .image-inner {
        transition-delay: 0s;
    }
    
    .column3 .cPortadaText .SectionHeader__SubHeading {
        transition-delay: 0.3s;
    }
    
    .column3 .cPortadaText .SectionHeader__Heading {
        transition-delay: 0.4s;
    }
    
    .column3 .cPortadaText .SectionHeader__ButtonWrapper {
        transition-delay: 0.6s;
    }

}

@media screen and (max-width: 640px) {

    .Section.custom-portada {
        margin: 0 18px;
    }

    .RowPanel:nth-child(1) .column-content,
    .RowPanel:nth-child(2) .column-content {
        margin-bottom: 18px;  
    }
    
}

/**************************** Custom collection ********************/

.CollectionInner {
    margin-top: 0 !important;
}

.FlexboxIeFix {
    margin-bottom: 80px;
}

.CustomCollectionWrapper {
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
  	align-items: center;
}

.collectionTextWrapper,
.collectionImageWrapper { 
    position: relative;
}

.collectionImageWrapper img {
    width: 100%;
}

.image-right img {
    opacity: 0;
    transition: opacity 3s cubic-bezier(.19,1,.22,1);
}

.see .image-center img,
.see .image-right img {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.image-center {
    position: relative;
}

.image-right {
    position: absolute;
}

@media screen and (min-width: 1240px) {

    .RowPanel:nth-child(1) .collectionOdd .image-center {
        max-width: 62%;
    }

    .RowPanel:nth-child(1) .collectionOdd .image-right {
        max-width: 30%;
        top: 50%;
        right: 0;
    }

    .RowPanel:nth-child(2) .collectionEven .image-center {
        margin-left: 54%;
        max-width: 46%;
    }

    .RowPanel:nth-child(2) .collectionEven .image-right {
        max-width: 46%;
        top: -20%;
        left: 0;
    }

    .RowPanel:nth-child(3) .collectionOdd .image-center {
        max-width: 62%;
    }

    .RowPanel:nth-child(3) .collectionOdd .image-right {
        max-width: 30%;
        top: 35%;
        right: 0;
    }

    .RowPanel:nth-child(4) .collectionEven .image-center {
        margin-left: 38%;
        max-width: 62%;
    }

    .RowPanel:nth-child(4) .collectionEven .image-right {
        max-width: 30%;
        top: -25%;
        left: 0;
    }

    .RowPanel:nth-child(5) .collectionOdd .image-center {
        max-width: 62%;
    }

    .RowPanel:nth-child(5) .collectionOdd .image-right {
        max-width: 30%;
        top: 50%;
        right: 0;
    }
  
  	.RowPanel:nth-child(6) .collectionEven .image-center {
        max-width: 62%;
        margin-left: 38%;
    }

    .RowPanel:nth-child(6) .collectionEven .image-right {
        max-width: 30%;
        top: 0;
        left: 0;
    }
  
  	.RowPanel:nth-child(7) .collectionOdd .image-center {
        max-width: 62%;
    }

    .RowPanel:nth-child(7) .collectionOdd .image-right {
        max-width: 30%;
        top: 0;
        left: 0;
    }
  
  	.RowPanel:nth-child(8) .collectionEven .image-center {
        max-width: 62%;
        margin-left: 38%;
    }

    .RowPanel:nth-child(8) .collectionEven .image-right {
        max-width: 30%;
        top: 0;
        left: 0;
    }

}

@media screen and (min-width: 1008px) {
    
    .image-center img {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
        transition: -webkit-transform 2s cubic-bezier(.19,1,.22,1), opacity 3s cubic-bezier(.19,1,.22,1);
        transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 3s cubic-bezier(.19,1,.22,1);
        transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 3s cubic-bezier(.19,1,.22,1), -webkit-transform 2s cubic-bezier(.19,1,.22,1);
    }
    
}

@media screen and (min-width: 1501px) {

    .collectionImageWrapper {
        width: calc(100% - 550px);
    }

    .collectionTextWrapper {
        max-width: 400px;
    }
    
}

@media screen and (min-width: 1240px) {

    .RowPanel:nth-child(1) .collectionOdd,
    .RowPanel:nth-child(3) .collectionOdd,
    .RowPanel:nth-child(5) .collectionOdd,
    .RowPanel:nth-child(7) .collectionOdd {
        margin-bottom: 13%;
    }

    .RowPanel:nth-child(2) .collectionEven,
    .RowPanel:nth-child(4) .collectionEven,
    .RowPanel:nth-child(5) .collectionEven,
    .RowPanel:nth-child(7) .collectionEven {
        margin-bottom: 7%;
    }

    .RowPanel:last-child .CustomCollectionWrapper {
        margin-bottom: 0 !important;
    }
    
}

@media screen and (max-width: 1239px) {
    
    .CustomCollectionWrapper {
        margin-bottom: 80px;
    }
    
        .RowPanel:last-child .CustomCollectionWrapper {
            margin-bottom: 0;
        }
    
    .image-right {
        display: none;
    }
    
    .image-center {
        max-width: calc(100% - 50px);
    }
    
    .collectionOdd .image-center {
       margin-right: 50px;
    }
    
    .collectionEven .image-center {
       margin-left: 50px;
    }
    
}

.collectionEven .collectionTextWrapper {
	order: 2;
    margin-right: 100px;
    margin-left: 80px;
}

.collectionOdd .collectionTextWrapper {
	order: 0;
	margin-left: 100px;
	margin-right: 80px;
}

.collectionText {
    margin: 24px 0;
    padding-top: 24px;
    border-top: 1px solid #e3e3e3;
    text-align: left;
}

@media screen and (max-width: 1500px) {

    .collectionImageWrapper {
        width: calc(100% - 505px);
    }

    .collectionTextWrapper {
        max-width: 350px;
    }

    .collectionEven .collectionTextWrapper {
        margin-right: 75px;
        margin-left: 80px;
    }

    .collectionOdd .collectionTextWrapper {
        margin-left: 75px;
        margin-right: 80px;
    }
    
}


@media screen and (max-width: 1007px) {
    
    .CustomCollectionWrapper {
        flex-wrap: wrap;
    }
    
    .image-center img {
        opacity: 0;
        transition: opacity 2s cubic-bezier(.19,1,.22,1);
    }
    
    .collectionOdd .collectionTextWrapper,
    .collectionEven .collectionTextWrapper {
        order: 1;
        margin-left: 50px;
        margin-right: 50px;
        width: calc(100% - 100px);
        max-width: 100%;
    }
    
    .collectionOdd .image-center,
    .collectionEven .image-center {
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 30px;
        max-width: calc(100% - 100px);
        width: calc(100% - 100px);
    }

    .collectionImageWrapper {
        width: 100%;
    }
    
}

@media screen and (max-width: 640px) {
    
    .FlexboxIeFix {
        margin-bottom: 50px;
    }

    
    .CustomCollectionWrapper {
        margin-bottom: 70px;
    }
    
    .collectionOdd .collectionTextWrapper,
    .collectionEven .collectionTextWrapper {
        margin-left: 24px;
        margin-right: 24px;
        width: calc(100% - 48px);
    }
    
    .collectionOdd .image-center,
    .collectionEven .image-center {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }
    
}

@media not all, (hover: hover) {
    
    .CustomCollectionWrapper .CollectionItem__Link:hover {
        color: #ffffff;
    }
    
}

/******************** Instagram *****************/

.SectionInstagram {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.SectionInstagram .SectionHeader__SubHeading {
    margin-bottom: 30px;
}

.SectionInstagram .SectionHeader__SubHeading a {
    color: #ce8276;
    position: relative;
}

    .SectionInstagram .SectionHeader__SubHeading a::after {
        position: absolute;
        content: '';
        bottom: -7px;
        left: 0;
        width: 100%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        border-bottom: 1px solid #ce8276;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

        .SectionInstagram .SectionHeader__SubHeading:hover a::after {
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

@media screen and (max-width: 1120px) {

        .SectionInstagram .SectionHeader__SubHeading a::after {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }
    
            .SectionInstagram .SectionHeader__SubHeading:hover a::after {
                -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
            }
    
}

.SectionMarcas {
    padding: 0 0 8% !important;
}

.marcas-wrapper {
    border: solid 1px #e3e3e3;
    max-width: 912px;
    margin: 0 auto;
    padding: 80px 80px 70px;
}

.marcas-wrapper .SectionHeader__Heading {
    margin-bottom: 50px;
}

.Marcas-list {
    justify-content: space-between;
}

.Marcas-list .Linklist__Item {
    margin-bottom: 20px;
    max-width: 150px;
    text-align: center;
}

.Marca a {
    position: relative;
}

    .Marca a::after {
        position: absolute;
        content: '';
        bottom: -7px;
        left: 0;
        width: 100%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        border-bottom: 1px solid #454545;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

        .Marca:hover a::after {
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

@media screen and (max-width: 1008px) {

    .SectionMarcas {
        padding: 0 0 80px !important;
    }

    .marcas-wrapper {
        max-width: 100%;
        margin: 0 auto;
        padding: 50px 50px 40px;
    }

}

@media screen and (max-width: 640px) {

    .SectionMarcas {
        padding: 0 0 70px !important;
        display: none !important; /** Ãƒâ€šÃ‚Â¿en mobile? **/
    }

     .marcas-wrapper {
        padding: 50px 20px 40px;
    }

    .marcas-wrapper .SectionHeader__Heading {
        margin-bottom: 30px;
    }

    .Marcas-list .Linklist__Item {
        max-width: 50%;
    }

}

/**************************** Blog ********************/
    
.Article__Header {
    margin-bottom: 24px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid #e3e3e3;
}

/************************* Cookies ********************/

.cc-window.cc-banner {
    -webkit-box-shadow: 0 0 10px rgba(54, 54, 54, 0.2);
    box-shadow: 0 0 10px rgba(54, 54, 54, 0.2);
    font-family: "Neuzeit Office",sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #454545 !important;
    height: auto !important;
    line-height: 1.65 !important;
}

.cc-compliance>.cc-btn {
    color: #fff !important;
    border-color: #ce8276 !important;
    background-color: transparent !important;
    font-size: 12px !important;
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: "DIN Neuzeit Grotesk",sans-serif;
    font-weight: 300;
    font-style: normal;
    outline: none;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
}

    .cc-compliance>.cc-btn:hover {
        color: #ce8276 !important;
    }

    .cc-compliance>.cc-btn::before {
        background-color: #ce8276;
        position: absolute;
        content: '';
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: -1;
    }

        .cc-compliance>.cc-btn:hover::before {
            -webkit-transform-origin: right center;
            transform-origin: right center;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
        }

@media screen and (min-width: 641px) {

    .cc-message {
        padding-right: 18px;
    }
    
    .cc-window.cc-banner {
        padding: 18px 50px !important;
    }
    
}

@media screen and (max-width: 640px) {
    
    .cc-window.cc-banner {
        padding: 18px !important;
    }
    
}

.carousell-subcategory { 
  	display: -ms-flex;
    display: -webkit-flex;
  	display: flex;
    -webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-justify-content: center;
  	justify-content: center;
}

.subcategory {
  	opacity: 0;
  	overflow: hidden;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.subcategory.see {
	opacity: 1;
  	-webkit-transform: scale(1);
    transform: scale(1);
}

#shopify-section-collection-with-sub .CollectionMain {
    padding-bottom: 80px;
}

.subcategory-inner .CollectionItem__ImageWrapper {
	overflow: hidden;
} 

.subcategory-inner {
  	width: 100%;
    position: relative;
  	padding-top: 100%;
}

.subcategory-inner > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  	padding: 15px;
}

.subcategory-inner .CollectionItem__Image {
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .subcategory-inner:hover .CollectionItem__Image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

@media screen and (min-width: 1800px) {
  
    .ProductList--grid {
        margin: 0 auto !important;
      	max-width: 1700px;
    }

}

@media screen and (min-width: 1240px) {

    .subcategory {
        min-width: 33.33333%;
    }

}

@media screen and (max-width: 1239px) and (min-width: 641px) {

    .subcategory {
        min-width: 50%;
    }

}


@media screen and (max-width: 640px) {

    .subcategory {
        min-width: 100%;
    }

    .subcategory-inner > div {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 18px 18px 0;
    }
  
  		.subcategory:first-child .subcategory-inner > div {
            padding-top: 0;
        }
  
  	#shopify-section-collection-with-sub .CollectionMain {
        padding-bottom: 50px;
    }

} 

/********************** Textos *******************/

.shopify-policy__container {
	max-width: 1080px;
}

.shopify-policy__container {
    padding-left: 24px;
    padding-right: 24px;
}

.shopify-policy__title {
    font-size: 22px;
    letter-spacing: 0.2em;
    padding: 50px 0 25px;
    text-transform: uppercase;
}

p.text-sublist {
  font-size: 14px;
  line-height: 1.65;
  padding-left: 15px;
}

p.text-list {
  font-size: 14px;
  font-weight: bold;
  padding-top: 25px;
}

p.text-terms {
  font-size: 14px;
}

.shopify-policy__body {
	margin-bottom: 70px;
}

.shopify-policy__body li {
	padding-left: 30px;
    list-style: none;
}


@media screen and (max-width: 640px) {

  .shopify-policy__title {
      font-size: 15px;
      padding-bottom: 15px;
  }
 
}

/********************** MC *******************/

#mc_embed_signup {
  margin-top: 15px;
}

#mce-responses {
  margin-top: 10px;
}

#mc_embed_signup input.mce_inline_error,
#mc_embed_signup input.mce_inline_error:focus,
#mc_embed_signup input.mce_inline_error:active {
    border-color: #d41313 !important;
}

#mc_embed_signup input:-webkit-autofill,
#mc_embed_signup input:-webkit-autofill:hover, 
#mc_embed_signup input:-webkit-autofill:focus, 
#mc_embed_signup input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/************** SeQura *******************/
 
.widget-component,  
.widget-component p,
.widget-component span {   
    font-family: "Neuzeit Office",sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #454545;
    background: #fff;
    line-height: 1.65;
}

/************** Tidio *******************/

@media screen and (max-width: 640px) {

    #tidio-chat {
        display: none;
    } 
  
}


/* I C O N S */

.SectionIcons {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 20px;
}

.iconos-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1480px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.p_icon-wrapper {
	width: 180px;
}

.p_icon-wrapper .icon-svg {
    padding-bottom: 25px;
	text-align:center;
}

.p_icon-wrapper .icon-svg svg{
	width: 80px;
  	height: 80px;
}

.p_icon-wrapper .icon-st {
    fill: none;
    stroke: #ce8276;
    stroke-miterlimit: 10;
    stroke-width: 1.5px;
}

.p_icon-wrapper .icon_title {
    margin-bottom: 15px;
	text-align: center;
}

.p_icon-wrapper .icon_des {
	text-align: center;
}

@media (max-width: 1500px) {

    .iconos-wrapper {
  		max-width: 100%;
  		padding: 0 80px;
    }

}

@media (max-width: 1320px) {

	.p_icon-wrapper {
	    padding: 0 10px;
        width: 33.33334%;
    }
  
  	.p_icon-wrapper:nth-child(4),
  	.p_icon-wrapper:nth-child(5),
  	.p_icon-wrapper:nth-child(6) {
        margin-top: 50px;
    }
  
  	.iconos-wrapper {
        -webkit-justify-content: center;
		justify-content: center;
    }
  
}



@media (max-width: 1100px) {

    .iconos-wrapper {
  		padding: 0 50px;
  	}

}

@media (max-width: 720px) {
  
    .iconos-wrapper {
     	padding: 0 15px;
    }
    
    .p_icon-wrapper .icon-svg svg{
        width: 60px;
        height: 60px;
    }

	.p_icon-wrapper {
        width: 50%;
    }
    
    .p_icon-wrapper:nth-child(3),
    .p_icon-wrapper:nth-child(4),
  	.p_icon-wrapper:nth-child(5),
  	.p_icon-wrapper:nth-child(6) {
        margin-top: 45px;
    }
  
}


/* T I P O  D E  P R O D U C T O */

.fil-tool {
	display: none;
  	text-align: right;
}

.Fil__Cat {
    border-bottom: solid 1px #e3e3e3; 
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.Fil__Cat.actual {
  	color: #454545;
    pointer-events: none;      	
}

	.Fil__Cat:after {
        border-bottom: 2px solid #ce8276;
        position: absolute;
        content: '';
        bottom: -1px;
        left: 0;
        opacity: 0;
        width: 100%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }

    .Fil__Cat.actual:after {
        border-bottom: 1px solid #111;
      	opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }


@media (min-width: 1001px) {

	.CollectionMain.B-on {
      	-webkit- flex;
    	display: flex;
      	-webkit-flex-wrap: wrap;
      	flex-wrap: wrap;
    }
  
    .ProductCat--grid {
		margin: 0 30px 0 50px;
        width: 15vw;
    }
  
  	.B-on .CollectionInner {
    	width: calc(85vw - 80px);
    }
  
    .filterCollection {
      	margin-bottom: 120px;
		margin-top: 50px;
    }
  
    .Fil__Cat {
        padding: 17.5px 0;
    }
  
        .Fil__Cat:hover {
          	color: #454545;
        }

        .Fil__Cat:hover:after {
          	opacity: 1;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }
  
    .B-on .EmptyState,
  	.B-on .Pagination {
		margin-right: calc(15vw + 80px);
    }  
      
}

@media (max-width: 1000px) and (min-width: 721px) {

	.ProductCat--grid {
      	margin-bottom: 35px;
      	padding: 0 24px;
    }
  
}

@media (max-width: 1000px) {
  
  	.ProductCat--grid {
      	box-sizing: border-box;
    	position: relative;
    }
 
    .filterCollection {
        display: none;
    }
  
  	.tabopen .filterCollection {
        display: block;
    }
  
  	.Fil__Cat {
        padding: 15px 0;
    }
  
    .fil-tool {
        -webkit-align-items: center;
      	align-items: center;
      	display: -ms-flex;
      	display: -webkit-flex;
      	display: flex;
      	-webkit-justify-content: flex-end;
      	justify-content: flex-end;
      	width: 100%
    }
  
  	.filter-open {
        cursor: pointer;
        display: inline-block;
        height: 15px;
        margin-left: 5px;
        margin-top: 5px;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
        transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
        width: 22px;
    }

        .filter-open:before {
            background: #454545;
            content: '';
            display: block;
            height: 1px;
            right: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            -webkit-transform: rotate(45deg) scaleY(1.2);
            transform: rotate(45deg) scaleY(1.2);
            -webkit-transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
            transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
            transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
            transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
            width: 9px;
        }

        .filter-open:after {
            background: #454545;
            content: '';
            height: 1px;
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
            -webkit-transform: rotate(-45deg) scaleY(1.2);
            transform: rotate(-45deg) scaleY(1.2);
            -webkit-transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
            transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
            transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
            transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
            width: 9px;
        }
  
  		.tabopen .filter-open {
            -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
        }

        .tabopen .filter-open:before {
            -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
            -webkit-transform: rotate(-45deg) scaleY(1.2);
            transform: rotate(-45deg) scaleY(1.2);
        }

        .tabopen .filter-open:after {
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transform: rotate(45deg) scaleY(1.2);
            transform: rotate(45deg) scaleY(1.2);
        }
  
}

@media (max-width: 721px) {

	.ProductCat--grid {
      	margin-bottom: 25px;
      	padding: 0 18px;
    }
  
}

.Linklist{
	max-height:80vh;
  	overflow-y:scroll;
}