/** Shopify CDN: Minification failed

Line 1388:2 Expected percentage but found "@media"
Line 1782:46 Unexpected "!"
Line 1790:0 Unexpected "`"

**/
:root{
    scroll-behavior: auto;
}
svg {
    overflow: visible;
}
a.see-all {
    display: block!important;
}
html {
    overflow-x: hidden;
}
.no-js:not(html) {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}
.no-js-inline {
  display: none !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}
html.no-js .no-js-hidden {
  display: none !important;
}
.isolate {
  position: relative;
  z-index: 0;
}
.hidden {
  display: none !important;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.overflow-hidden {
  overflow: hidden;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
blockquote {
  font-style: italic;
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
}
table:not([class]) td,
table:not([class]) th {
  padding: 1em;
}
.hidden {
  display: none !important;
}
@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.light {
  opacity: 0.7;
}
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}
.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
}
.link--text {
  color: rgb(var(--color-foreground));
}
.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.link-with-icon {
  display: inline-flex;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}
.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}
a:not([href]) {
  cursor: not-allowed;
}
.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}
.circle-divider:last-of-type::after {
  display: none;
}
hr {
  height: 0.1rem;
  display: block;
  margin: 5rem 0;
}
@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}
.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}
details > * {
  box-sizing: border-box;
}
.break {
  word-break: break-word;
}
.visibility-hidden {
  visibility: hidden;
}
.icon-arrow {
  width: 1.5rem;
}
h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}
.card {
    border: 0;
    background: 0;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}
summary::-webkit-details-marker {
  display: none;
}
.disclosure-has-popup {
  position: relative;
}
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}
@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }
  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* component-button */
/* Button - default */
.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  position: relative;
}
.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
}

/* Button - other */
.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.loading {
  color: transparent;
  position: relative;
}
@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}
.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}
.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */
.share-button {
  display: block;
  position: relative;
}
.share-button details {
  width: fit-content;
}
.share-button__button {
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}
details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}
.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.share-button__button,
.share-button__fallback button {
  cursor: pointer;
}
.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}
.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
}
.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  z-index: 1;
}
.share-button__fallback:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}
.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.share-button__fallback button:hover svg {
  transform: scale(1.07);
}
.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}
.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  z-index: 2;
}
.share-button__copy:focus,
.share-button__close:focus {
  z-index: 2;
}
.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}
.share-button__fallback .field {
  min-width: auto;
  min-height: auto;
}
.share-button__fallback .field__input {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}
.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}
.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  background: var(--bg-form-fields);
  color: var(--color-form-fields);
}
  
/* Select */
/* Field */
.field--with-error {
  flex-wrap: wrap;
}
.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}
.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}
.field__button {
  align-items: center;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}
.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}
.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}
input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}
.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}
.customer .field .form__message svg {
  align-self: start;
}
.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}
.form-status-list li {
  list-style-position: inside;
}

/* component-quantity */
.quantity__input[type='number'] {
  -moz-appearance: textfield;
}


.badge {
  display: inline-block;
  padding: 0.6rem 1.3rem;
  text-align: center;
  word-break: break-word;
}
@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }
  .icon-close-small path {
    stroke: CanvasText;
  }
}
.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}
.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.content-container {
  position: relative;
}
.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  z-index: -1;
}
.content-container--full-width:after {
  left: 0;
  right: 0;
}
@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

/* component-loading-overlay */
.loading-overlay {
    position: absolute;
    z-index: 1;
    width: 1.8rem;
}
@media screen and (max-width: 749px) {
    .loading-overlay {
        top: 0;
        right: 0;
    }
}
@media screen and (min-width: 750px) {
    .loading-overlay {
        left: 0;
    }
}
.loading-overlay__spinner {
    width: 1.8rem;
    display: inline-block;
}
.path {
    stroke-dasharray: 280;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: rgb(var(--color-foreground));
    animation: dash 1.4s ease-in-out infinite;
}
@media screen and (forced-colors: active) {
    .path {
        stroke: CanvasText;
    }
}
.loading-overlay:not(.hidden) + .cart-item__price-wrapper,
.loading-overlay:not(.hidden) ~ cart-remove-button {
    opacity: 50%;
}
.loading-overlay:not(.hidden) ~ cart-remove-button {
    pointer-events: none;
    cursor: default;
}

/* component-pickup-availability.css */
pickup-availability {
    display: block;
}
pickup-availability[available] {
    min-height: 8rem;
}
.pickup-availability-preview {
    align-items: flex-start;
    display: flex;
    gap: 0.2rem;
}
.pickup-availability-preview .icon {
    flex-shrink: 0;
    height: 1.8rem;
}
.pickup-availability-preview .icon-unavailable {
    height: 1.6rem;
}
.pickup-availability-button {
    text-align: left;
}
.pickup-availability-info * {
    margin: 0 0 0.6rem;
}
pickup-availability-drawer {
    height: 100%;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    transform: translateX(100%);
    width: 100%;
}
pickup-availability-drawer[open] {
    transform: translateX(0);
    opacity: 1;
}
@media screen and (min-width: 750px) {
    pickup-availability-drawer {
        transform: translateX(100%);
        width: 37.5rem;
    }
    pickup-availability-drawer[open] {
        opacity: 1;
        transform: translateX(0);
        animation: animateDrawerOpen var(--duration-default) ease;
    }
}
.pickup-availability-header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.pickup-availability-drawer-title {
    margin: 0.5rem 0 0;
}
.pickup-availability-header .icon {
    width: 2rem;
}
.pickup-availability-drawer-button {
    cursor: pointer;
    display: block;
    height: 4.4rem;
    width: 4.4rem;
}
.pickup-availability-variant {
    margin: 0 0 1.2rem;
}
.pickup-availability-variant > * + strong {
    margin-left: 1rem;
}
.pickup-availability-list__item > * {
    margin: 0;
}
.pickup-availability-address p {
    margin: 0;
}

/* component-price.css */
.price > * {
    display: inline-block;
    vertical-align: top;
}
.price.price--unavailable {
    visibility: hidden;
}
.price--end {
    text-align: right;
}
.price__regular .price-item--regular {
    margin-right: 0;
}
.price:not(.price--show-badge) .price-item--last:last-of-type {
    margin: 0;
}
.price--center {
    display: initial;
    justify-content: center;
}
.unit-price {
    display: block;
}

/* component-rating */
.rating {
    display: inline-block;
    margin: 0;
}
.rating-star {
    --percent: calc(
        (
                var(--rating) / var(--rating-max) + var(--rating-decimal) *
                    var(--font-size) /
                    (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
            ) * 100%
    );
    display: inline-block;
    margin: 0;
}
.rating-star::before {
    content: '★★★★★';
    background: linear-gradient(
        90deg,
        var(--color-icon) var(--percent),
        rgba(var(--color-foreground), 0.15) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rating-text {
    display: none;
}
.rating-count {
    display: inline-block;
    margin: 0;
}
@media (forced-colors: active) {
    .rating {
        display: none;
    }
    .rating-text {
        display: block;
    }
}
      
/* component-rte */
.rte:after {
  clear: both;
  content: '';
  display: block;
}
.rte table {
  table-layout: fixed;
}
.rte img {
  height: auto;
  max-width: 100%;
}
.rte blockquote {
  display: inline-flex;
}
.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}
     
/* template-collection */
.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  opacity: 0.7;
}
.collection.loading .loading-overlay {
  display: block;
}

.row {
    --bs-gutter-x: 20px;
}
body {
    background: var(--color-background);
    color: var(--color-foreground);
    font-family: var(--geral-font);
    font-size: var(--geral-font-size);
    letter-spacing: 0;
}
.text-area,
.select {
    display: flex;
    position: relative;
    width: 100%;
    background: var(--bg-form-fields);
    color: var(--color-form-fields);
}
#MainContent {
    outline: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
}
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    max-width: 100%;
}
.field {
    position: relative;
    width: 100%;
    display: flex;
}
.quantity__input:focus {
    outline: 0;
}
.title-wrapper-with-link {
    justify-content: center;
}
.title-wrapper-with-link .title {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
	font-size: var(--font-size-sections-headings);
    font-weight: var(--font-weight-sections-headings);
    letter-spacing: var(--letter-spacing-sections-headings);
    text-transform: var(--text-transform-sections-headings);
}
.title-wrapper-with-link .title::after {
    content: '';
    height: 2px;
    top: 50%;
    left: 0;
    display: block;
    margin: 20px auto;
    width: 40px;
    background: var(--bg-separador-titulos);
}
html {
    overflow-y: scroll;
}

.text-with-icons .heading {
    padding: 0;
}
h1 {
    word-break: break-word;
}

/* Conteiners */
@media (min-width: 576px) {
    .container {
        max-width: none;
    }
}
@media (min-width: 768px) {
    .container,
    .header-ldt {
        max-width: 720px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container, 
    .page-width {
        max-width: 1370px;
    }
}
  
/* Preços - Geral */
.product-grid .price__regular,
.product-grid .price__sale {
    margin-bottom: 12px;
}
.product__info-container .price__regular,
.product__info-container .price__sale {
    margin-bottom: 15px;
    line-height: 1.1;
}
.product-grid .installments,
.product-grid .cash-discount,
.product__info-container .installments,
.product__info-container .cash-discount {
    line-height: 1.1;
}
.product-grid .installments + .cash-discount {
    margin-top: 5px;
}
.product__info-container .installments + .cash-discount {
    margin-top: 8px;
}
.product__info-wrapper .price__sale .price-item--sale {
    margin-top: 5px;
}
  
/* Preços parcelados */
.installments .times,
.installments .currency-symbol,
.installments .installment span {
    font-weight: bold;
    color: var(--color-installment-prices);
}
.installments.hide {
    display: none;
}
.installments .hide {
    display: none;
}
.installments.with-interest .with-interest-text,
.installments.interest-free .interest-free-text {
    display: inline-block;
}
.installments.with-interest .with-interest-text::before {
    content: 'com juros';
}
.installments.interest-free .interest-free-text::before {
    content: 'sem juros';
}
  
/* Preços com desconto */
.cash-discount.hide {
    display: none;
}
.cash-discount .discount-price {
    font-weight: bold;
    color: var(--color-cash-discount);
}
  
/* Tabela de parcelamento */
#installment-table {
    border-radius: 5px;
    box-shadow: 0 2px 3px #00000014;
    border: 1px solid var(--color-border-1);
    padding: 15px 20px;
    max-width: 380px;
    font-size: .857em;
}
#installment-table .heading {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
#installment-table .image {
    max-height: 40px;
    padding-right: 15px;
}
#installment-table img {
    max-height: 100%;
}
#installment-table .image + span {
    display: flex;
    align-items: center;
}
#installment-table .heading i {
    margin-left: 5px;
}
#installment-table svg {
    width: 10px;
    height: 15px;
    fill: var(--color-foreground);
}
#installment-table .installment-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
}
#installment-table.open .installment-wrapper {
    max-height: 400px;
}
#installment-table .installment-wrapper ul {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--color-border-1);
    column-count: 2;
}
#installment-table .installment-wrapper li {
    padding: 5px 0;
}
#installment-table .hide {
    display: none;
}
#installment-table .with-interest .with-interest-text {
    display: inline-block;
}
#installment-table .installment {
    margin-left: 3px;
}

.unauthenticated-theme body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 30px;
    line-height: 1.4;
}
  
/* Placeholder das Imagens  */
.img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
}
.img-placeholder i {
    width: 30px;
    height: 30px;
}
.img-placeholder svg {
    width: 100%;
    height: 100%;
    fill: #555;
}
  
/* Barra de Informações */
.featured-bar {
    background: var(--bg-feature-bar);
    color: var(--color-feature-bar);
    font-size: var(--font-size-feature-bar);
    font-weight: var(--font-weight-feature-bar);
    letter-spacing: var(--letter-spacing-feature-bar);
    text-transform: var(--text-transform-feature-bar);
    line-height: 1;
    text-align: center;
    padding: 13px 15px;
}
  


  
/* Lazyload */
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity .1s;
}
  
/* scrollbar e Selection */
html::-webkit-scrollbar {
    width: 5px;
}
html::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
}
html::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-track);
}
*::selection {
    background: var(--bg-selection);
    color: var(--color-selection);
}
  
/* Elementos de Formulários */
select,
textarea,
input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
    outline: 0;
}
textarea {
    padding: 15px;
    border: 1px solid var(--border-form-fields);
    border-radius: 2px;
    transition: border-color .3s;
}
textarea + .form__label {
    top: 15px;
}
.field__label,
.customer .field label {
    left: 15px;
    top: calc(50% - 0.5em);
    line-height: 1;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top .1s ease, font-size .1s ease;
    color: var(--color-form-fields);
}
textarea:focus,
.article-template__comment-wrapper input:not(.button):focus,
.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
    padding-top: 25px!important;
    padding-bottom: 10px!important;
    border-color: var(--cor-borda-campos-formulario-focus);
}
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
    top: 10px;
    line-height: 1;
    font-size: .80em;
    color: #777;
}
.form__message {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}
  


  
/* Paginação */
.pagination-wrapper {
    margin-top: 20px;
}
.pagination__list {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.pagination__list li {
    margin: 5px;
}
.pagination__list a,
.pagination__list span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    background: #eee;
    border-radius: 2px;
    font-size: .93em;
    transition: background .3s, color .3s;
}
.pagination .pagination__item--current,
.pagination .pagination__item:hover {
    background: var(--bg-botao-principal);
    color: var(--color-botao-principal);
}
.pagination__list svg {
    width: 11px;
    height: 11px;
    display: block;
    fill: #191919;
    transition: fill .3s;
}
.pagination .pagination__item:hover svg {
    fill: var(--color-botao-principal);
}
  
/* Display None */
.pagination__item--current:after,
.pagination__item:hover:after,
.footer-newsletter .field::before,
.footer-newsletter .field::after {
    display: none!important;
}
.disclosure-has-popup > summary:before {
    display: none;
}
  

  
/* Botões */
.collection__view-all .button {
    background: var(--bg-botao-principal);
    color: var(--color-botao-principal);
    font-size: var(--font-size-buttons);
    font-weight: var(--font-weight-buttons);
    letter-spacing: var(--letter-spacing-buttons);
    text-transform: var(--text-transform-buttons);
    transition: background .3s, color .3s;
    line-height: 45px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 2px;
}
.collection__view-all .button:hover {
    background: var(--bg-botao-principal-hover);
    color: var(--color-botao-principal-hover);
}
  
/* Remove botão de checkout duplicado */
.cart__ctas > .cart__checkout-button:nth-last-of-type(2) {
    display: none!important;
}
  

/* Títulos das seções */
.title-wrapper-with-link .title,
.collapsible-content__heading,
.image-with-text .image-with-text__heading {
   color: var(--cor-titulos-secoes);
}

.grecaptcha-badge {
    visibility: hidden;
}


/* Modal */
.modal-header {
  border-color: var(--color-border-1);
}
.modal-title {
    text-transform: uppercase;
    font-size: 1.286em;
    font-weight: 700;
}
.modal-header .btn-close {
    background: 0;
    opacity: 1;
}
.modal-content {
    border: 0;
    border-radius: 0;
    background-clip: unset;
    box-shadow: 0 6px 27px #0003;
    background: var(--color-background);
}
.btn-close svg {
    display: block;
    fill: var(--color-foreground);
}
.modal-backdrop.show {
    opacity: .7;
}

/* Breadcrumbs */
nav.breadcrumb {
    margin-bottom: 20px;
    font-size: .85em;
}
.breadcrumb .separator {
    font-size: 0.714em;
    margin: 0 5px;
}

/* Captcha */
.template-captcha .shopify-challenge__container {
    padding: 30px 0;
}
.template-captcha .shopify-challenge__button {
    display: block;
    color: var(--color-botao-principal);
    background: var(--bg-botao-principal);
    height: 45px;
    padding: 0 20px;
    border-radius: 2px;
    font-size: var(--font-size-buttons);
    font-weight: var(--font-weight-buttons);
    letter-spacing: var(--letter-spacing-buttons);
    text-transform: var(--text-transform-buttons);
    margin-top: 10px!important;
    transition: background .3s, color .3s;
}
.template-captcha .shopify-challenge__button:hover {
    background: var(--bg-botao-principal-hover);
    color: var(--color-botao-principal-hover);
}

/* Product Grid */
.product-grid {
    display: flex;
    flex-wrap: wrap;
}
.grid__item {
    display: flex;
    margin-bottom: 20px;
    height: auto;
}
.product-grid .card {
    width: 100%;
    position: relative;
    padding: 14px;
    border-radius: 3px;
    background: var(--bg-product-card);
    color: var(--color-text-product-card);
    border: 1px solid var(--color-border-product-card);
    transition: border-color .3s, box-shadow .3s;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}
.product-grid .grid__item:hover .card {
    border-color: var(--color-border-product-card-hover);
}
.product-grid .grid__item .card--persistent-shadow {
    box-shadow: 0 0 17px rgb(0 0 0 / 10%);
}
.product-grid .grid__item:hover .card--hover-shadow {
    box-shadow: 0 0 17px rgb(0 0 0 / 10%);
}
.product-grid .card .square {
    padding-bottom: 100%;
}
.product-grid .card .portrait {
    padding-bottom: 140%;
}
.product-grid .card__media {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: -14px;
}
.product-grid .card__media::before {
    content: "";
    display: block;
    padding-bottom: var(--product-list-image-height);
}

/* Section - Featured Collection */
.featured-collection__title {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
    font-size: var(--font-size-sections-headings);
    font-weight: var(--font-weight-sections-headings);
    letter-spacing: var(--letter-spacing-sections-headings);
    text-transform: var(--text-transform-sections-headings);
    color: var(--cor-titulos-secoes);
}
.featured-collection__title::after {
    content: "";
    height: 2px;
    display: block;
    margin: 20px auto;
    width: 40px;
    background: var(--bg-separador-titulos);
}
.carousel-enabled .product-grid {
    flex-wrap: unset;
}
.featured-collection .swiper-pagination {
    position: static;
    margin-top: 10px;
}
@media (min-width: 768px) {
  .featured-collection__wrapper--nav-active {
    position: relative;
    padding: 0 25px;
  }
}

@keyframes animateDrawerOpen {
  @media screen and (max-width: 749px) {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @media screen and (min-width: 750px) {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

/* quantity-popover */
.quantity {
    display: flex;
    overflow: hidden;
}
.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity__input[type='number'] {
    -moz-appearance: textfield;
}
.quantity__button i {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    pointer-events: none;
}
.quantity__button i::before, 
.quantity__button i::after {
    content: "";
    position: absolute;
    display: block;
    background: #191919;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.quantity__button i:before {
    width: 10px;
    height: 2px;
}
.quantity__button i::after {
    width: 2px;
    height: 10px;
}
quantity-popover {
    position: relative;
    display: block;
}

quantity-popover volume-pricing li:nth-child(odd) {
  background: rgba(var(--color-foreground), 0.03);
}

quantity-popover volume-pricing li {
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: space-between;
}

.quantity-popover__info.global-settings-popup {
  width: 100%;
  z-index: 3;
  position: absolute;
  background-color: rgb(var(--color-background));
  max-width: 36rem;
}

.quantity-popover__info .button-close,
.variant-remove-total quick-order-list-remove-all-button .button,
.quick-order-list-total__confirmation quick-order-list-remove-all-button .button,
quantity-popover quick-order-list-remove-button .button {
  --shadow-opacity: 0;
  --border-opacity: 0;
}

.quantity-popover__info-button {
  display: flex;
  align-items: center;
  margin: 0 0.4rem 0 0;
  min-width: 1.5rem;
  min-height: 1.5rem;
  --shadow-opacity: 0;
  --border-opacity: 0;
}

.quantity-popover__info-button--icon-with-label {
  text-align: left;
}

.quantity-popover__info-button--icon-with-label svg {
  flex-shrink: 0;
  width: 15px;
  height: 14px;
}

.quantity-popover__info-button--open {
  text-decoration: underline;
}

.quantity-popover__info-button span {
  padding-left: 1rem;
}

.quantity-popover__info-button--icon-only--animation svg {
  transform: scale(1.25);
}

.quantity-popover__info-button--icon-only svg {
  transition: transform var(--duration-default) ease;
  width: 15px;
  height: 14px;
}

@media screen and (max-width: 989px) {
  .quantity-popover__info.global-settings-popup {
    left: 0;
    top: 100%;
  }

  .quantity-popover__info-button {
    padding-left: 0;
  }
}

.quantity-popover__info .quantity__rules {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}

.quantity-popover__info .volume-pricing-label {
  display: block;
  margin-left: 1.2rem;
  margin-top: 1.2rem;
  font-size: 1.2rem;
}

.quantity-popover__info .button {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 0.4rem;
  right: 0;
  padding: 0 1.2rem 0 0;
  display: flex;
  justify-content: flex-end;
}

.quantity-popover__info .volume-pricing-label ~ .button {
  top: -0.2rem;
}

.quantity-popover__info .button .icon {
  width: 1.5rem;
  height: 1.5rem;
}

quantity-popover volume-pricing {
  margin-top: 1.2rem;
  display: block;
}

quantity-popover .quantity__rules span:first-of-type {
  display: block;
}

.quantity-popover-container {
  display: flex;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.quantity-popover-container:not(.quantity-popover-container--hover) {
  align-items: center;
}

@media screen and (min-width: 990px) {
  .quantity-popover-container--empty {
    margin-right: 2.7rem;
  }

  .quantity-popover__info.global-settings-popup {
    width: 20rem;
  }

  .quantity-popover-container {
    width: auto;
    max-width: 20rem;
  }

  .quantity-popover__info.global-settings-popup {
    transform: translateX(-100%);
    top: 0.5rem;
  }
}

quantity-popover .quantity {
  background: rgb(var(--color-background));
}

quantity-popover .quantity__rules {
  margin-left: 0.8rem;
}

quantity-popover .quantity__rules .divider:nth-child(2)::before {
  content: none;
}

quantity-popover .quantity__button:not(:focus-visible):not(.focused),
quantity-popover .quantity__input:not(:focus-visible):not(.focused) {
  background-color: initial;
}


@-webkit-keyframes fadeInslideshow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInslideshow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDownslideshow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-40px,0);
        transform: translate3d(0,-40px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownslideshow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-40px,0);
        transform: translate3d(0,-40px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUpslideshow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpslideshow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeftslideshow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px,0,0);
        transform: translate3d(-40px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftslideshow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px,0,0);
        transform: translate3d(-40px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightslideshow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(40px,0,0);
        transform: translate3d(40px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightslideshow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(40px,0,0);
        transform: translate3d(40px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (max-width: 749px) {
  #shopify-section-template--19975332528303__slideshow_W7pAnW .slideshow__title {
    font-size: 22px !important;
  }
}

Abrindo o editor de código do tema para você!

Lá dentro, localize o arquivo `base.css` ou similar e adicione no final:

```css
#shopify-section-template--19975332528303__collection_list_4zbmjG img {
  border-radius: 0 !important;
}
```