/** Shopify CDN: Minification failed

Line 480:24 Expected ";"

**/
/**
 * LUCA theme
 * Author: Luca
 * Author URI: http://luca.global
 * E-mail: tech@luca.global
 * Copyright (c) 2024
 */

.button {
  font-weight: 500 !important;
  letter-spacing: 0.7px !important;
}

@font-face {
    font-family: 'Bodoni-72';
    src: url("https://cdn.shopify.com/s/files/1/0701/4658/8890/files/bodoni72.woff2?v=1720796487") format('woff2'),
        url("https://cdn.shopify.com/s/files/1/0701/4658/8890/files/bodoni72.woff?v=1720796487") format('woff'),
        url("https://cdn.shopify.com/s/files/1/0701/4658/8890/files/bodoni72.ttf?v=1720796487") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url("https://cdn.shopify.com/s/files/1/0701/4658/8890/files/roboto-condensed.ttf?v=1720798731") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;    
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  background-image: url("https://cdn.shopify.com/s/files/1/0701/4658/8890/files/close-icon_150x.svg?v=1721227000");
  background-size: 16px 16px;
}

.font-serif {
  font-family: 'Bodoni-72' !important;
  letter-spacing: 0.72px;
  font-weight: 400 !important;
}

body {
   font-family: "Roboto Condensed";
    /* letter-spacing: 1.2px; */
}

h3.title.text-h4 {
  font-weight: normal;
}



.rounded-b-lg {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

section {
  background-color: #eee9e0;
}

.category-interactive img {
  border-radius: 16px;
}

.blog-post-grid .text-concreto {
  color: rgb(106 106 106 / var(--tw-text-opacity));
}

.stipe-with-text-and-button:nth-child(1) .uppercase:not(a) {
  color: #F7F5F1;
} 

.stipe-with-text-and-button:nth-child(2) .uppercase:not(a) {
  color: #F7F5F1;
}

.footer-two-columns .wrapper:not(.bg-concreto) {
    background: #EEE9E0;
}

#page-type-collection .headline-default:nth-child(1){
  background: linear-gradient(180deg, #E6DFD4 0%, #E9E3D8 88.18%);
}

#page-type-collection .headline-default:nth-child(1) .wrapper {
  background: linear-gradient(180deg, #E6DFD4 0%, #E9E3D8 88.18%);
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.banner-short {
  background: #EEE9E0;
}

.all-of-influencers {
  background: #EEE9E0;
}

.see-more-influencers {
  background: #EEE9E0;
}

.banner-short img {
  z-index: 1;
}

.banner-short .wrapper.flex {
  z-index: 2;
}

.product-filter .section.wrapper {
    padding-top: 0;
}

.shopify-section-group-footer-group.headline-default .wrapper.section.bg-areia {
    border-top: solid 1px #CBC1A7;
}

.see-more-influencers img {
    border-radius: 110px;
}

.headline-default:nth-child(3) .section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.product-carousel-with-tabs a.button.text-concreto.bg-transparent {
  width: 12rem;
}

.two-buttons:nth-child(8) .section {
  padding: 0;
}

/*
.category-list ul {
  justify-content: space-between!important;
}
*/

.category-navigation ul li {
  background: linear-gradient(193deg, #E9E2D8 9.42%, rgba(203, 193, 167, 0.00) 90.58%);
}

#page-type-collection menu {
  margin-top: 0.5rem;
}

.product-carousel a.button-cafecomleite {
    max-width: 177px;
    margin: 0 auto;
    border-radius: 62px;
    color: #6A6A6A !important;
    font-size: 14px;
}

.main-collection .bg-white {
  background: transparent;
}

.main-collection .mr-auto {
    margin-right: auto;
}

.main-collection {
    padding-bottom: 0.5rem!important;   
    max-width: unset !important;
}

button#filter svg {
    display: none;
}

.store-influencer a.button {
    border: solid 1px #CBC1A7;
}

.icon-mobile-svg svg, .icon-mobile-svg path, #mobile-menu path {
  stroke: #535353;
}

.pr-4 {
  padding-right: 1rem;
}

.loja-influencer-collection .product-carousel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.main-collection .bg-off {
  background: transparent;
}

@media(min-width: 768px){
  
}

.product-title {
    margin-top: 0px !important;
    color: #535353;
    font-weight: 400 !important;
}

@media(max-width: 768px){
  button#filter {
    width: 50%;
  }

  select#sort_by {
    width: 100%;
  }

  .sell-your-gringa {
    font-size: 12px;
  }

  .text-base {
    font-size: 16px;
    margin-top: 0px;
    color: #535353;
  }

  #page-type-index .text-action-base, #page-type-index .text-body-base {
    font-size: 12px;
  }

  .browse-to {
    font-size: 14px;
  }

  .link.text-power.uppercase {
    font-size: 14px;
  }

  .brand-card {
    font-size: 16px;
  }

  .category-list .splide__pagination {
    margin-top: 0 !important;
    position: absolute;
    bottom: 1rem;
    left: auto;
    right: auto;
    width: 100%;
  }

  .category-list ul .splide__slide{
    padding-bottom: 2rem;
  }

  .two-buttons:nth-child(8) .section {
    padding: 0 1rem;
  }

  .two-buttons:nth-child(8) a {
    font-size: 14px;
  }

  .product-carousel-with-tabs a.button.text-concreto.bg-transparent {
    width: 100%;
  }

  .banner-short .image-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .mob-hide {
    display: none;
  }

  .headline-footer p {
    font-size: 14px;
  }

  .footer-two-columns h3 {
    font-size: 20px;
  }

  .footer-two-columns .wrapper {
    flex-wrap: wrap;
  }

  hr.w-full.md\:hidden.mt-8 {
    border-color: #CBC1A7;
  }

  .menu-footer li {
    font-size: 14px;
  }

  .newsletter-footer {
    width: 100%;
  }

  .stamp-footer {
    margin: 0 auto;
  }

  span.text.text-sm.text-asfalto.md\:text-left.text-center {
    width: 100%;
  }

  .banner-short .max-w-sm {
    max-width: unset;
  }

  .concreto-divider path {
    fill: #6A6A6A;
  }

  .product-carousel .button {
    width: 100%;
    max-width: unset !important;
  }

  .main-collection .mob-content {
    display: none;
  }

  .main-collection .mob-hide {
    display: block;
  }

  .main-collection h1 {
    text-align: left;
  }

  .main-collection .rounded-3xl.max-w-sm {
    padding-left: 0;
  }

  .main-collection .image-content, .main-collection img {
    max-height: 110px;
  }

  .main-collection {
    padding: 0;
  }

  .payments {
    margin: 0 auto;
  }

  .mobile-hide {
    display: none;
  }

  .text-xl {
    font-size: 20px;
  }

  .text-3xl {
    font-size: 30px;
  }

  .button-primary.text-asfalto {
    color: #535353;
  }

  .button-primary.text-underline {
    border-bottom: solid 1px #CBC1A7;
    width: unset;
  }

  #page-type-product .breadcrumb a {
    font-family: 'Bodoni-72';
    color: #6A6A6A;
  }

  #page-type-product .breadcrumb {
    padding-bottom: 1rem;
  }

  #product-info .gallery .pagination  {
    display: none;
  }

  .gallery-thumbnails .splide__slide {
    margin-right: 0 !important;
    width: calc(46% - 1.5rem) !important;
    border-radius: 1rem;
  }

  .gallery-thumbnails .splide__slide img {
    background: linear-gradient(193deg, #e9e2d8 9.42%, #cbc1a700 90.58%);
  }

  .gallery-thumbnails .splide__list {
    gap: 8px;
  }

  
  .loja-influencer-collection .product-carousel {
    grid-template-columns: repeat(2, 1fr)!important;
  }

  .m-93 {
    width: 93%;
  }

  .mob-hide, .hide-menu-mobile {
    display: none!important;
  }
}

.\!text-concreto {
  color: rgb(106 106 106 / var(--tw-text-opacity))!important;
}


.top-influencers-stores img {
  object-position: top;
}

.button-outline.buy-btn {
    background: transparent!important;
    border: solid 1px #9ca3af!important;
}

.button:hover {
  border-color: #ff3300;
}

.numb-cart {
    background: transparent;
}

.menu-hide {
  display: none!important;
}

.border-bottom-areia {
  border-bottom: solid 1px #eee9e0;
}

.gallery button.splide__pagination__page {
    background: #cbc1a7;
    width: .5rem;
    height: .5rem;
    border-radius: 100px;
    object-fit: inherit;
    margin-right: 2px;
}

.gallery ul.splide__pagination.splide__pagination--ltr {
    gap: .5rem;
}

.gallery button.splide__pagination__page.is-active {
    background: #f30;
}

.announcement-default-slider .splide__arrows.splide__arrows--ltr {
  display: none;
}

@media(min-width: 1024px){
  #mobile-menu {
    display: none;
  }
}

.section_large_borders {
  @apply 2xl:rounded-2xl
}

/*
  ======== START WISHLIST PLUS - ICON HEADER ========
*/
i.icon-swym-wishlist {
  font-family: 'swym-font';
  font-style: normal;
  vertical-align: middle;
}

i.icon-swym-wishlist+span {
  vertical-align: middle;
}

i.icon-swym-wishlist:after {
  content: '';
  font-size: 130%;
  line-height: 18px;
  text-align: center;
  display: inline;
}

/*content rendered after swym is ready to avoid showing block/invalid chars*/
.swym-ready i.icon-swym-wishlist:after {
  content: '\f004';
}

/*
   ======== END WISHLIST PLUS - ICON HEADER ========
*/