.elementor-300 .elementor-element.elementor-element-d63189a{--display:flex;--min-height:100vh;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overflow:auto;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-300 .elementor-element.elementor-element-8e9db76.elementor-element{--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}body:not(.rtl) .elementor-300 .elementor-element.elementor-element-8e9db76{left:0px;}body.rtl .elementor-300 .elementor-element.elementor-element-8e9db76{right:0px;}.elementor-300 .elementor-element.elementor-element-8e9db76{top:0px;z-index:999;}.elementor-300 .elementor-element.elementor-element-8e9db76 img{height:100vh;}.elementor-300 .elementor-element.elementor-element-263ad72.elementor-element{--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}body:not(.rtl) .elementor-300 .elementor-element.elementor-element-263ad72{right:0px;}body.rtl .elementor-300 .elementor-element.elementor-element-263ad72{left:0px;}.elementor-300 .elementor-element.elementor-element-263ad72{bottom:0px;z-index:10;}.elementor-300 .elementor-element.elementor-element-263ad72 img{width:85%;}.elementor-300 .elementor-element.elementor-element-eb68e3e{width:auto;max-width:auto;top:0px;z-index:1;}.elementor-300 .elementor-element.elementor-element-eb68e3e.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}body:not(.rtl) .elementor-300 .elementor-element.elementor-element-eb68e3e{right:0px;}body.rtl .elementor-300 .elementor-element.elementor-element-eb68e3e{left:0px;}.elementor-300 .elementor-element.elementor-element-eb68e3e img{width:100%;height:50vh;opacity:0.5;}.elementor-300 .elementor-element.elementor-element-ce95bcc{--display:flex;--z-index:10;}.elementor-300 .elementor-element.elementor-element-d40138b img{width:100%;max-width:40%;}.elementor-300 .elementor-element.elementor-element-23a8715{--e-transform-translateY:14px;margin:-30px 0px calc(var(--kit-widget-spacing, 0px) + -30px) 0px;}.elementor-300 .elementor-element.elementor-element-23a8715.elementor-element{--align-self:flex-end;--order:99999 /* order end hack */;}.elementor-300 .elementor-element.elementor-element-d3e1ebd{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--z-index:20;}.elementor-300 .elementor-element.elementor-element-d3e1ebd.e-con{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-300 .elementor-element.elementor-element-f8f9806{margin:14px 14px calc(var(--kit-widget-spacing, 0px) + 14px) 14px;}.elementor-300 .elementor-element.elementor-element-f8f9806 .elementor-heading-title{font-family:"Spectral SC", Sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:5px;word-spacing:5px;color:#d7cdb1;}.elementor-300 .elementor-element.elementor-element-8d566e6{--display:flex;--z-index:2;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-300 .elementor-element.elementor-element-d40138b img{max-width:50%;}.elementor-300 .elementor-element.elementor-element-f8f9806{text-align:center;}}@media(max-width:767px){.elementor-300 .elementor-element.elementor-element-d63189a{--justify-content:space-evenly;}.elementor-300 .elementor-element.elementor-element-eb68e3e img{height:100%;}.elementor-300 .elementor-element.elementor-element-d40138b img{max-width:70%;}.elementor-300 .elementor-element.elementor-element-23a8715{--e-transform-translateY:30px;}.elementor-300 .elementor-element.elementor-element-f8f9806{text-align:center;}}/* Start custom CSS for shortcode, class: .elementor-element-23a8715 *//* =========================================================
   HELLO WINNERS — BOTÃO MINHA SACOLA
   ========================================================= */

.hw-sacola-box {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  width: min(940px, calc(130% - 32px));
  margin: 40 auto 40px;
}

.hw-sacola-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  min-width: 0;
  height: 40px;
  padding: 0 18px;

  border-radius: 999px;
  background:
    linear-gradient(180deg, #4b0008 0%, #36000d 46%, #650818 100%);
  border: 1px solid rgba(213, 199, 170, 0.28);
  color: var(--bone2) !important;
  text-decoration: none !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 28px rgba(0, 0, 0, 0.32);
}

.hw-sacola-button::before {
  content: "Minha sacola";
  display: inline-block;
  color: var(--bone2);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.hw-sacola-button:hover {
  filter: brightness(1.12);
}

.hw-sacola-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bone2);
}

.hw-sacola-button__icon svg {
  width: 23px;
  height: 23px;
  display: block;
}

/* Contador */
.hw-sacola-button__count {
  position: absolute;
  right: -7px;
  top: -7px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 21px;
  height: 21px;
  padding: 0 6px;

  border-radius: 999px;
  background: #d5c7aa;
  color: #250804;

  border: 1px solid rgba(37, 8, 4, 0.35);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.hw-sacola-button__count:empty {
  display: none;
}

.hw-sacola-button__count[data-count="0"],
.hw-sacola-button__count.is-empty {
  display: none;
}

@media (max-width: 560px) {
  .hw-sacola-box {
    justify-content: flex-end;
    width: min(120% - 28px, 940px);
    margin-bottom: 6px;
  }

  .hw-sacola-button {
    height: 32px;
    padding: 0 16px;
    gap: 9px;
  }

  .hw-sacola-button::before {
    font-size: 11px;
  }

  .hw-sacola-button__icon svg {
    width: 22px;
    height: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-67cad06 *//* =========================================================
   HELLO WINNERS — LISTA DE PRESENTES CUSTOMIZADA
   Busca, ordenação, filtros, grid e carregar mais
   ========================================================= */

.hw-shop-area {
  position: relative;
  z-index: 5;
}

.hw-shop-tools {
  position: relative;
  overflow: hidden;
  margin: 0 0 34px;
  padding: 26px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(15, 12, 12, 0.94), rgba(28, 18, 20, 0.82));
  border: 1px solid var(--line);
  box-shadow: 0 18px 60px var(--shadow);
  backdrop-filter: blur(6px);
}

.hw-shop-tools::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(213, 199, 170, 0.08),
    transparent 36%,
    rgba(109, 38, 50, 0.12)
  );
  pointer-events: none;
}

.hw-shop-tools > * {
  position: relative;
  z-index: 1;
}

/* =========================================================
   FILTROS — LINHA SUPERIOR
   ========================================================= */

.hw-shop-tools__filters {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) minmax(220px, 0.8fr) minmax(220px, 0.8fr);
  gap: 16px;
  align-items: stretch;
}

.hw-filter-field {
  min-width: 0;
}

/* Cards dos filtros principais */
.hw-filter-field--price,
.hw-filter-field--category,
.hw-filter-field--order {
  min-height: 130px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(213, 199, 170, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

/* Estado ativo dos filtros */
.hw-filter-field.is-active {
  background:
    radial-gradient(circle at 50% 0%, rgba(213, 199, 170, 0.08), transparent 44%),
    linear-gradient(145deg, rgba(75, 23, 32, 0.34), rgba(18, 10, 11, 0.72));
  border-color: rgba(213, 199, 170, 0.48);
  box-shadow:
    0 0 0 1px rgba(213, 199, 170, 0.08),
    0 14px 36px rgba(0, 0, 0, 0.28);
}

/* Linha label + limpar */
.hw-filter-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 28px;
  margin-bottom: 10px;
}

.hw-filter-field label {
  display: block;
  margin: 0;
  color: var(--bone2) !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

/* Botão X — começa escondido */
.hw-filter-reset {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(213, 199, 170, 0.25) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: rgba(238, 226, 199, 0.82) !important;
  font-family: Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.88);
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

/* Botão X só aparece quando o filtro está ativo */
.hw-filter-field.is-active .hw-filter-reset {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}

.hw-filter-reset:hover {
  background: rgba(109, 38, 50, 0.62) !important;
  color: var(--bone2) !important;
  border-color: rgba(213, 199, 170, 0.48) !important;
}

/* =========================================================
   CAMPOS DE FILTRO
   ========================================================= */

.hw-filter-field input,
.hw-filter-field select {
  width: 100% !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(213, 199, 170, 0.26) !important;
  background: rgba(0, 0, 0, 0.42) !important;
  color: var(--bone2) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  outline: none !important;
  box-shadow: none !important;
  appearance: auto !important;
}

.hw-filter-field input::placeholder {
  color: rgba(238, 226, 199, 0.42) !important;
}

.hw-filter-field input:focus,
.hw-filter-field select:focus {
  border-color: rgba(213, 199, 170, 0.62) !important;
  box-shadow: 0 0 0 4px rgba(213, 199, 170, 0.08) !important;
}

.hw-filter-field select option {
  background-color: #111111 !important;
  color: #eee2c7 !important;
}

/* Selects alinhados na base do card */
.hw-filter-field--category select,
.hw-filter-field--order select {
  margin-top: auto !important;
}

/* Select ativo */
.hw-filter-field.is-active select,
.hw-filter-field--search.is-active input {
  border-color: rgba(213, 199, 170, 0.52) !important;
  background: rgba(75, 23, 32, 0.28) !important;
}

/* =========================================================
   FAIXA DE PREÇO
   ========================================================= */

.hw-price-values {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 2px 0 12px;
  color: rgba(238, 226, 199, 0.76);
  font-size: 14px;
  line-height: 1.3;
}

.hw-price-min-label,
.hw-price-max-label {
  color: rgba(238, 226, 199, 0.78);
  font-size: 14px;
  white-space: nowrap;
}

.hw-range-wrap {
  position: relative;
  height: 34px;
  margin-top: auto;
}

.hw-range-wrap input[type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  pointer-events: none;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.hw-range-wrap input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(213, 199, 170, 0.22);
}

.hw-range-wrap input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(213, 199, 170, 0.22);
}

.hw-range-wrap input[type="range"]::-webkit-slider-thumb {
  width: 21px;
  height: 21px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid var(--bone2);
  background: linear-gradient(135deg, var(--wine), var(--wine2));
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}

.hw-range-wrap input[type="range"]::-moz-range-thumb {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid var(--bone2);
  background: linear-gradient(135deg, var(--wine), var(--wine2));
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  pointer-events: auto;
}

/* =========================================================
   BUSCA
   ========================================================= */

.hw-shop-tools__search {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(213, 199, 170, 0.14);
}

.hw-filter-field--search {
  padding: 16px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(213, 199, 170, 0.12);
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.hw-filter-field--search.is-active {
  background:
    radial-gradient(circle at 50% 0%, rgba(213, 199, 170, 0.06), transparent 44%),
    rgba(75, 23, 32, 0.24);
  border-color: rgba(213, 199, 170, 0.42);
}

/* =========================================================
   CONTADOR
   ========================================================= */

.hw-shop-count {
  margin-top: 16px;
  color: rgba(238, 226, 199, 0.72) !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.45;
}

/* =========================================================
   GRID DE PRODUTOS
   ========================================================= */

.hw-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.hw-product-card {
  overflow: hidden;
  border-radius: 22px;
  background: #250804;
  border: 1px solid rgba(213, 199, 170, 0.75);
  color: var(--bone2);
  text-align: center;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
  display: flex;
  flex-direction: column;
  transition: 0.24s ease;
}

.hw-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(238, 226, 199, 0.9);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.52);
}

.hw-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 18px;
  background: #d5c7aa;
  text-decoration: none;
}

.hw-product-image img {
  width: 100%;
  max-width: 210px;
  height: 240px;
  object-fit: contain;
  display: block;
}

.hw-product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 22px 22px;
}

.hw-product-content h3 {
  min-height: 46px;
  margin: 0 0 16px;
  color: var(--bone2) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.hw-product-price {
  display: block;
  margin-bottom: 14px;
  color: var(--bone2) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 18px;
  font-weight: 700;
}

.hw-product-price,
.hw-product-price span,
.hw-product-price bdi {
  color: var(--bone2) !important;
}

.hw-product-content p {
  min-height: 72px;
  margin: 0 0 20px;
  color: rgba(238, 226, 199, 0.62) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 15px;
  line-height: 1.55;
}

/* Botão adicionar ao carrinho — degradê */
.hw-product-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 70px;
  padding: 14px 22px;
  border-radius: 999px;
  background:
    linear-gradient(0deg, #4b0008 0%, #65000d 46%, #8a1322 100%) !important;
  border: 1px solid rgba(213, 199, 170, 0.22);
  color: var(--bone2) !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  transition: 0.2s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 24px rgba(0, 0, 0, 0.22);
}

.hw-product-button:hover {
  filter: brightness(1.14);
  transform: translateY(-1px);
}

/* =========================================================
   CARREGAR MAIS
   ========================================================= */

.hw-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.hw-load-more-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(213, 199, 170, 0.3) !important;
  background: linear-gradient(135deg, var(--wine), var(--wine2)) !important;
  color: var(--bone2) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: 0.2s ease;
}

.hw-load-more-button:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.hw-load-more-button:disabled {
  opacity: 0.72;
  cursor: wait;
}

/* =========================================================
   ESTADOS
   ========================================================= */

.hw-empty-products {
  padding: 28px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(15, 12, 12, 0.94), rgba(28, 18, 20, 0.82));
  border: 1px solid var(--line);
  color: var(--bone2) !important;
  text-align: center;
  box-shadow: 0 18px 60px var(--shadow);
}

.hw-shop-area.is-loading .hw-products-grid {
  opacity: 0.62;
  transition: opacity 0.2s ease;
}


.hw-product-title-link {
  color: inherit !important;
  text-decoration: none !important;
}

.hw-product-title-link:hover {
  color: var(--bone2) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 1080px) {
  .hw-shop-tools__filters {
    grid-template-columns: 1fr 1fr;
  }

  .hw-filter-field--price {
    grid-column: 1 / -1;
  }

  .hw-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hw-shop-tools {
    padding: 20px;
    border-radius: 20px;
  }

  .hw-shop-tools__filters {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hw-filter-field--price,
  .hw-filter-field--category,
  .hw-filter-field--order {
    min-height: auto;
  }

  .hw-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .hw-product-image {
    min-height: 210px;
  }

  .hw-product-image img {
    max-width: 150px;
    height: 160px;
  }

  .hw-product-content {
    padding: 18px 14px;
  }

  .hw-product-content h3 {
    min-height: auto;
    font-size: 15px;
  }

  .hw-product-content p {
    min-height: auto;
    font-size: 13px;
  }

  .hw-product-button {
    min-height: 56px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .hw-products-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */