/** Shopify CDN: Minification failed

Line 254:0 Unexpected "}"
Line 490:0 Unexpected "<"

**/
#nav-top { font-size: calc(0.9285714286 * var(--main_fz)); }

input.size-s, select.size-s, .bv_atual.size-s, .size-s input, .size-s select, .size-s .bv_atual { --input_h: calc(var(--btn_fz) * var(--main_lh_h) + var(--btn_pv) * 0.65 * 2) }
input.size-m, select.size-m, .bv_atual.size-m, .size-m input, .size-m select, .size-m .bv_atual { --input_h: calc(var(--btn_fz) * var(--main_lh_h) + var(--btn_pv) * 1.2 * 2) }
input.size-l, select.size-l, .bv_atual.size-l, .size-l input, .size-l select, .size-l .bv_atual { --input_h: calc(var(--btn_fz) * var(--main_lh_h) + var(--btn_pv) * 1.35 * 2) }

/*.f8sr .l4vw + p { margin-left: 22px; }
	.f8sr .l4vw + p:before { display: none; }
	[dir="rtl"] .f8sr .l4vw + p { margin-left: 0; margin-right: 22px; }*/

/*@media only screen and (max-width: 1356px) {
.l4ft li { --mih: 22vw; }
} */
.l4al img, .l4al svg, .l4al picture { max-height: 25px !important; }

.l4cl.small .swiper-button-next:before { content: "\e96b"; }
.l4cl.small .swiper-button-prev:before { content: "\e96a"; }
[dir="rtl"] .l4cl.small .swiper-button-next:before { content: "\e96a"; }
[dir="rtl"] .l4cl.small .swiper-button-prev:before { content: "\e96b"; }


/*! Responsive --------- */
@media only screen and (max-width: 1356px) {
  .l4ft.static li.w33, .l4ft.static.w33 li { --mih: 22vw; }
  .l4ft.static li.w12,
  .l4ft.static li.w15,
  .l4ft.static li.w16,
  .l4ft.static li.w20,
  .l4ft.static li.w25,
  .l4ft.static li.w33,
  .l4ft.static.w12 li,
  .l4ft.static.w14 li,
  .l4ft.static.w16 li,
  .l4ft.static.w20 li,
  .l4ft.static.w25 li,
  .l4ft.static.w33 li { --mih: 22vw; }
}
@media only screen and (max-width: 1000px) { /* 1000 */
  #root .l4ft.mobile-compact li { --mih: 145px; }
}
@media only screen and (max-width: 760px) { /* 760 */
  h1, .h1, .l4cl.category h1, #root .l4cl.category .size-50 { font-size: var(--mob_h1); }
  h1, .h1, .l4cl.category h1, #root .l4cl.category .size-50 { font-size: var(--mob_h1); }
  h2, .h2, .l4cl.category h2 { font-size: var(--mob_h2); }
  h3, .h3, .l4cl.category h3 { font-size: var(--mob_h3); }
  h4, .h4, .l4cl.category h4 { font-size: var(--mob_h4); }
  h5, .h5, .l4cl.category h5 { font-size: var(--mob_h5); }
  h6, .h6, .l4cl.category h6 { font-size: var(--mob_h6); }
  .lead { font-size: var(--mob_lead); }

  .f8sr { --f8sr_dist: 20px; }
  .f8sr fieldset > *:not(h1, h2, h3, h4, h5, h6, :first-child:not(hr)):before { display: none; }
  .l4ft.static li.w12,
  .l4ft.static li.w15,
  .l4ft.static li.w16,
  .l4ft.static li.w20,
  .l4ft.static li.w25,
  .l4ft.static li.w33,
  .l4ft.static.w12 li,
  .l4ft.static.w14 li,
  .l4ft.static.w16 li,
  .l4ft.static.w20 li,
  .l4ft.static.w25 li,
  .l4ft.static.w33 li { --mih: 300px; }

  .l4vw li.active:not(:first-child:last-child) { display: none; }
}

.full-width-enabled {
  width: 80% !important;
  max-width: 80% !important;
  padding-left: 0;
  padding-right: 0;
}
.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}

/* === Style for div.product-image === */
.product-image {
  background-color: #f5f5f5 !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* === Style for li.product-card picture === */
li.product-card picture {
  background-color: #f5f5f5 !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

li.product-card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* === Style for swiper main slide images === */
.swiper-slide picture {
  background-color: #f5f5f5 !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* === Style for swiper thumbnail pagination images === */
.swiper-pagination-bullet picture {
  background-color: #f5f5f5 !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.search-form {
  display: flex;
  align-items: center;
  border: none;
  background-color: var(--custom_top_search_bg, #fff);
  border-radius: 50px;
  padding: 8px 16px;
  width: 100%;
  height: var(--search-bar-height, 50px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}

.search-form input,
.search-form input:focus,
.search-form input:active,
.search-form fieldset,
.search-form fieldset:focus-within {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

@media only screen and (max-width: 760px) {
  #search {
    max-width: 100vw;
    width: 100%;
    box-sizing: border-box;
  }

  #search input[type="search"] {
    width: 100%;
  }

  #search button {
    flex-shrink: 0;
  }

  .search-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.globo-tag-filter-scroll {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  scroll-behavior: smooth;
}

.globo-tag-button {
  flex: 0 0 auto;
  padding: 8px 16px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.globo-tag-button:hover,
.globo-tag-button.active {
  background-color: black;
  color: white;
  border-color: black;
}

.boost-sd__product-image-row--bottom {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  margin-top: 0px;
}

.boost-sd__product-image-wrapper {
  overflow: visible !important;
}

.boost-sd__button,
.boost-sd__button::before,
.boost-sd__button::after,
.boost-sd__button--border,
.boost-sd__button--rectangle,
.boost-sd__button--select-option,
.boost-sd__product-image-row--bottom,
.boost-sd__product-image-row--bottom::before,
.boost-sd__product-image-row--bottom::after {
    border-radius: 0 !important;
}
}

.boost-sd__product-info {
  text-align: left !important;
}

.boost-sd__product-vendor {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #8a8a8a !important;
  text-transform: none !important;
  margin: 10px 0 6px !important;
  line-height: 1.3 !important;
}

.boost-sd__product-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #000 !important;
  line-height: 1.35 !important;
  margin: 0 0 12px !important;
  text-transform: none !important;
}

.boost-sd__free-delivery-tag {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #46c96f !important;
  margin: 0 0 8px !important;
  line-height: 1.3 !important;
}

.boost-sd__free-delivery-check {
  font-weight: 700 !important;
}

.boost-sd__product-info-add-to-cart {
    display: block !important;
    width: 100% !important;
}

.boost-sd__product-info-add-to-cart .boost-sd__button {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.boost-sd__product-price,
.boost-sd__product-price * {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #003b5c !important;
}

.boost-sd__product-vendor {
  min-height: 34px !important;
  max-height: 34px !important;
  line-height: 17px !important;
  overflow: hidden !important;
}

.boost-sd__product-title {
  min-height: 60px !important;
  max-height: 60px !important;
  line-height: 20px !important;
  overflow: hidden !important;
}

/* Image -> Vendor */
.boost-sd__product-info-wrapper {
    padding-top: 0px !important;
}

/* Vendor */
.boost-sd__product-vendor {
    margin: 0 0 0px !important;
}

/* Title */
.boost-sd__product-title {
    margin: 0 0 5px !important;
}

/* Free Delivery */
.boost-sd__free-delivery-tag {
    margin: 0 0 0px !important;
}

/* Price */
.boost-sd__product-price {
    margin: 0 0 0px !important;
}

/* Add to Cart */
.boost-sd__product-info-add-to-cart {
    margin-top: 0 !important;
}

.boost-sd__product-image-img{
    object-fit: scale-down !important;
}

.boost-sd__product-image-wrapper {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
}

.boost-sd__product-image {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.boost-sd__product-image-img {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  transform: none !important;
}
.boost-sd__toolbar-container {
    display: none !important;
}

.boost-sd__filter-option-item-button:hover,
.boost-sd__filter-option-item-button:focus {
    color: #222 !important;
    outline-color: transparent !important;
}

.boost-sd__filter-option-heading:hover,
.boost-sd__filter-option-heading:focus {
    color: #222 !important;
    outline-color: transparent !important;
}

/* Filter heading button - stop hover movement/disappearing */
.boost-sd__filter-option-title,
.boost-sd__filter-option-title:hover,
.boost-sd__filter-option-title:focus,
.boost-sd__filter-option-title:active {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  color: #222 !important;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Keep label stable */
.boost-sd__filter-option-title .boost-sd__filter-option-heading,
.boost-sd__filter-option-title:hover .boost-sd__filter-option-heading,
.boost-sd__filter-option-title:focus .boost-sd__filter-option-heading,
.boost-sd__filter-option-title:active .boost-sd__filter-option-heading {
  color: #222 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Keep arrow visible */
.boost-sd__filter-option-title .boost-sd__filter-option-icon,
.boost-sd__filter-option-title:hover .boost-sd__filter-option-icon,
.boost-sd__filter-option-title:focus .boost-sd__filter-option-icon,
.boost-sd__filter-option-title:active .boost-sd__filter-option-icon,
.boost-sd__filter-option-title .boost-sd__filter-option-path,
.boost-sd__filter-option-title:hover .boost-sd__filter-option-path,
.boost-sd__filter-option-title:focus .boost-sd__filter-option-path,
.boost-sd__filter-option-title:active .boost-sd__filter-option-path {
  fill: #222 !important;
  stroke: #222 !important;
  color: #222 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.boost-sd__filter-option-icon {
  flex: 0 0 7px !important;
  width: 7px !important;
  min-width: 7px !important;
  height: 12px !important;
}

/* Search results page cleanup */
.boost-sd__search-form,
.boost-sd__search-result-header,
.boost-sd__search-result-toolbar,
.boost-sd__search-tabs,
.boost-sd__search-result-tabs,
.boost-sd__tabs,
.boost-sd__search-result-count,
.boost-sd__result-count {
  display: none !important;
}

/* Search results title area */
.boost-sd__search-form-wrapper {
  padding: 18px 0 24px !important;
  min-height: auto !important;
  background: transparent !important;
}

/* Keep title, remove extra search form */
.boost-sd__search-form-wrapper .boost-sd__search-form {
  display: none !important;
}

.boost-sd__search-form-title {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #111 !important;
}


<style>


