.elementor-19 .elementor-element.elementor-element-c99c9c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-26e1d2e{--spacer-size:10px;}.elementor-19 .elementor-element.elementor-element-cf0935a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-350aad3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-19 .elementor-element.elementor-element-782a24b.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-19 .elementor-element.elementor-element-782a24b.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-19 .elementor-element.elementor-element-678ecbf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-19 .elementor-element.elementor-element-782a24b.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-19 .elementor-element.elementor-element-782a24b.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-782a24b *//* ===== ATELIÊ DO CHEIRO — CSS COMPLETO FINAL ===== */

/* Animações */
@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes lineExpand {
  from { width: 0; }
  to { width: 70px; }
}

@keyframes liquidBreathe {
  0%, 100% {
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.6),
      inset 0 -1px 0 rgba(181,100,122,0.15),
      inset 0 0 20px rgba(255,255,255,0.1),
      0 1px 2px rgba(0,0,0,0.04),
      0 8px 24px rgba(181,100,122,0.12);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.7),
      inset 0 -1px 0 rgba(181,100,122,0.18),
      inset 0 0 30px rgba(255,255,255,0.15),
      0 1px 2px rgba(0,0,0,0.04),
      0 12px 32px rgba(181,100,122,0.18);
  }
}

/* ===== PÁGINA DE PRODUTO INDIVIDUAL ===== */

/* Título do produto */
.woocommerce div.product .product_title,
h1.product_title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 600 !important;
  font-size: 2.2rem !important;
  color: #3e2723 !important;
  letter-spacing: 0.03em;
  line-height: 1.3;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px !important;
  animation: fadeSlideIn 0.8s cubic-bezier(.25,.46,.45,.94) both;
}

/* Linha decorativa rosa */
h1.product_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #b5647a, #d4a0a0);
  border-radius: 2px;
  animation: lineExpand 1s 0.5s cubic-bezier(.25,.46,.45,.94) forwards;
}

/* Preço na página do produto */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: 'Jost', sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.5rem !important;
  color: #5d4037 !important;
  animation: fadeSlideIn 0.8s 0.3s cubic-bezier(.25,.46,.45,.94) both;
}

/* Estoque */
.woocommerce div.product .stock {
  font-family: 'Jost', sans-serif !important;
  color: #a1887f !important;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  animation: fadeSlideIn 0.8s 0.4s cubic-bezier(.25,.46,.45,.94) both;
}

/* Meta / Categoria */
.woocommerce div.product_meta {
  font-family: 'Jost', sans-serif !important;
  color: #8d6e63 !important;
  font-size: 0.88rem;
}

.woocommerce div.product_meta a {
  color: #a1887f !important;
  transition: color 0.3s ease;
}

.woocommerce div.product_meta a:hover {
  color: #5d4037 !important;
}

/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
  font-family: 'Jost', sans-serif !important;
  color: #a1887f !important;
  font-size: 0.82rem;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #8d6e63 !important;
}

/* ===== GRID DE PRODUTOS ===== */

/* Card do produto */
.woocommerce ul.products li.product {
  border-radius: 12px !important;
  overflow: hidden;
  background: #faf5f0 !important;
  border: 1px solid rgba(93,64,55,0.08) !important;
  padding: 0 !important;
  transition: transform 0.5s cubic-bezier(.25,.46,.45,.94),
              box-shadow 0.5s ease !important;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(62,39,35,0.12) !important;
}

/* Imagem do produto */
.woocommerce ul.products li.product a img {
  border-radius: 0 !important;
  transition: transform 0.6s cubic-bezier(.25,.46,.45,.94) !important;
}

.woocommerce ul.products li.product:hover a img {
  transform: scale(1.06);
}

/* Título no grid */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 600 !important;
  font-size: 1.05rem !important;
  color: #2a1612 !important;
  letter-spacing: 0.01em;
  line-height: 1.3;
  padding: 14px 14px 6px !important;
}

/* Preço no grid */
.woocommerce ul.products li.product .price {
  font-family: 'Jost', sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  color: #5d4037 !important;
  padding: 0 14px !important;
}

/* ===== BOTÃO LIQUID GLASS — TODOS OS BOTÕES ===== */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce div.product .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce .cart .button,
.woocommerce .checkout .button {
  display: inline-block !important;
  white-space: nowrap !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.62rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #3e2723 !important;
  background: rgba(255,255,255,0.18) !important;
  border: 1px solid rgba(212,160,160,0.55) !important;
  border-radius: 100px !important;
  padding: 12px 22px !important;
  margin: 10px 14px 16px !important;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    inset 0 -1px 0 rgba(181,100,122,0.15),
    inset 0 0 20px rgba(255,255,255,0.1),
    0 1px 2px rgba(0,0,0,0.04),
    0 8px 24px rgba(181,100,122,0.12) !important;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
  animation: liquidBreathe 5s ease-in-out infinite;
}

/* Borda de cristal cromática */
.woocommerce ul.products li.product .button::before,
.woocommerce div.product .single_add_to_cart_button::before,
.woocommerce a.button::before,
.woocommerce button.button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 100px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(212,160,160,0.8) 0%,
    rgba(255,255,255,0.4) 30%,
    rgba(181,100,122,0.6) 60%,
    rgba(212,160,160,0.8) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.7;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

/* Reflexo superior */
.woocommerce ul.products li.product .button::after,
.woocommerce div.product .single_add_to_cart_button::after,
.woocommerce a.button::after,
.woocommerce button.button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.25), transparent);
  border-radius: 100px 100px 0 0;
  pointer-events: none;
}

/* Hover — fundo rosa */
.woocommerce ul.products li.product .button:hover,
.woocommerce div.product .single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: rgba(181,100,122,0.25) !important;
  border-color: rgba(181,100,122,0.6) !important;
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8),
    inset 0 -1px 0 rgba(181,100,122,0.2),
    inset 0 0 30px rgba(255,255,255,0.15),
    0 2px 4px rgba(0,0,0,0.05),
    0 16px 40px rgba(181,100,122,0.25) !important;
  color: #5c2434 !important;
}

.woocommerce ul.products li.product .button:hover::before,
.woocommerce div.product .single_add_to_cart_button:hover::before,
.woocommerce a.button:hover::before,
.woocommerce button.button:hover::before {
  opacity: 1;
}

/* Active (click) */
.woocommerce ul.products li.product .button:active,
.woocommerce div.product .single_add_to_cart_button:active,
.woocommerce a.button:active,
.woocommerce button.button:active {
  transform: translateY(0) scale(0.98);
  transition: all 0.2s ease !important;
}

/* ===== BADGE PROMOÇÃO ===== */
.woocommerce span.onsale {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px !important;
  border-radius: 20px !important;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.65),
    rgba(212,160,160,0.2)
  ) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #5d4037 !important;
  border: 0.5px solid rgba(181,100,122,0.2);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);
  min-height: auto !important;
  line-height: 1.4 !important;
}

/* ===== FIX BOTÃO MOBILE ===== */
@media (max-width: 767px) {
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product a.add_to_cart_button {
    display: block !important;
    width: calc(100% - 20px) !important;
    margin: 10px auto 14px !important;
    padding: 11px 8px !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.1em !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }
}/* End custom CSS */