/*
Theme Name: Secret SHOP
Theme URI: https://secretshop.com.br/
Author: Secret SHOP
Description: Tema customizado da Secret SHOP para WordPress + WooCommerce.
Version: 3.4.44
Text Domain: secret-shop
 * v15: visual polish, optional auxiliary headings, robust recommendation drag carousel
 */

:root {
  --ss-black: #050505;
  --ss-surface: #111111;
  --ss-surface-2: #151515;
  --ss-white: #F7F7F5;
  --ss-wine: #6E1020;
  --ss-wine-dark: #430A13;
  --ss-neon: #FF3344;
  --ss-muted: #A8A8A8;
  --ss-line: #292929;
  --ss-sans: "Manrope", Arial, sans-serif;
  --ss-serif: "Playfair Display", Georgia, serif;
  --ss-container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ss-black); color: var(--ss-white); font-family: var(--ss-sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; height: auto; }
.ss-container { width: min(var(--ss-container), calc(100% - 60px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* HEADER */
.ss-header { position: relative; z-index: 100; background: var(--ss-black); border-bottom: 1px solid #171717; }
.ss-header__inner { min-height: 82px; display: flex; align-items: center; gap: 35px; }
.ss-logo { flex: 0 0 auto; width: 130px; display: block; line-height: 0; }
.ss-logo img { display: block; width: 100%; height: auto; }
.ss-nav { flex: 1; min-width: 0; }
.ss-nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: 30px; }
.ss-nav-list li { margin: 0; padding: 0; }
.ss-nav-list a { display: inline-block; font-size: 12px; line-height: 1.2; font-weight: 500; letter-spacing: .035em; transition: color .2s ease, opacity .2s ease; }
.ss-nav-list a:hover, .ss-nav-list a:focus-visible { color: var(--ss-neon); }
.ss-nav-list a.ss-offer { color: var(--ss-neon); }
.ss-actions { display: flex; align-items: center; gap: 18px; flex: 0 0 auto; }
.ss-action { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 28px; padding: 0; border: 0; background: transparent; cursor: pointer; color: var(--ss-white); opacity: .92; }
.ss-action svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; transition: color .2s ease, transform .2s ease; }
.ss-action:hover, .ss-action:focus-visible { color: var(--ss-neon); outline: none; }
.ss-action:hover svg { transform: translateY(-1px); }
.ss-cart-count { position: absolute; top: -5px; right: -9px; min-width: 15px; height: 15px; padding: 0 3px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: var(--ss-neon); color: var(--ss-black); font-size: 8px; font-weight: 700; line-height: 1; }
.ss-favorites-count { position: absolute; top: -5px; right: -9px; min-width: 15px; height: 15px; padding: 0 3px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: var(--ss-neon); color: var(--ss-black); font-size: 8px; font-weight: 700; line-height: 1; }
.ss-favorites-count[hidden] { display: none !important; }
.ss-favorites-action.has-favorites svg { color: var(--ss-neon); fill: currentColor; }
.ss-menu-toggle { display: none; width: 30px; height: 30px; padding: 4px; border: 0; background: transparent; cursor: pointer; }
.ss-menu-toggle span { display: block; width: 20px; height: 1px; margin: 4px auto; background: var(--ss-white); transition: transform .2s ease, opacity .2s ease; }
.ss-menu-toggle.is-open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.ss-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.ss-menu-toggle.is-open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* SEARCH */
.ss-search-panel { border-top: 1px solid #171717; border-bottom: 1px solid #242424; background: #080808; }
.ss-search-panel[hidden], .ss-mobile-menu[hidden] { display: none; }
.ss-search-form { height: 78px; display: flex; align-items: center; gap: 16px; }
.ss-search-form > svg { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: var(--ss-muted); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.ss-search-form input[type="search"] { flex: 1; min-width: 0; height: 48px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ss-white); font-size: 18px; font-weight: 400; }
.ss-search-form input::placeholder { color: #666; }
.ss-search-form button { width: 36px; height: 36px; padding: 0; border: 0; background: transparent; color: #777; font-size: 28px; line-height: 1; cursor: pointer; }
.ss-search-form button:hover { color: var(--ss-white); }

/* MOBILE MENU */
.ss-mobile-menu { border-top: 1px solid #171717; background: #080808; padding: 8px 30px 28px; }
.ss-mobile-nav-list { list-style: none; margin: 0; padding: 0; }
.ss-mobile-nav-list li { border-bottom: 1px solid #202020; }
.ss-mobile-nav-list a { display: block; padding: 16px 0; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.ss-mobile-nav-list a.ss-offer { color: var(--ss-neon); }

/* FOOTER */
.ss-footer { margin-top: 80px; background: #080808; border-top: 1px solid #222; }
.ss-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 30px; padding: 48px 0 42px; }
.ss-footer__brand { padding-right: 30px; }
.ss-footer__logo { display: block; width: 200px; max-width: 100%; line-height: 0; margin-bottom: 18px; }
.ss-footer__logo img { display: block; width: 100%; height: auto; }
.ss-footer__brand p { width:200px; max-width:100%; text-align:center; margin: 0; color: #b8b8b8; font-size: 15px; line-height: 1.5; }
.ss-footer__column h3 { margin: 0 0 14px; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.ss-footer__column a { display: block; width: fit-content; color: #777; font-size: 11px; line-height: 2.05; transition: color .2s ease; }
.ss-footer__column a:hover { color: var(--ss-white); }
.ss-footer__bottom { min-height: 58px; padding: 16px 0; border-top: 1px solid #222; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #666; font-size: 9px; }
.ss-footer__trust { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.ss-footer-age-notice { display:flex; align-items:center; justify-content:center; gap:10px; padding:13px 0; border-top:1px solid #1c1c1c; color:#8f8f8f; font-size:10px; line-height:1.45; text-align:center; }
.ss-footer-age-notice p { margin:0; }
.ss-footer-age-notice__badge { display:inline-grid; place-items:center; min-width:30px; height:22px; padding:0 7px; border:1px solid #5d1a27; border-radius:999px; color:#d98a99; font-size:10px; font-weight:800; letter-spacing:.04em; line-height:1; }

@media (max-width: 980px) {
  .ss-container { width: min(var(--ss-container), calc(100% - 40px)); }
  .ss-header__inner { gap: 20px; }
  .ss-nav-list { gap: 18px; }
  .ss-nav-list a { font-size: 11px; }
  .ss-actions { gap: 12px; }
}

@media (max-width: 800px) {
  .ss-header__inner { min-height: 70px; }
  .ss-logo { width: 108px; }
  .ss-nav, .ss-actions { display: none; }
  .ss-menu-toggle { display: block; margin-left: auto; }
  .ss-search-form { height: 70px; }
  .ss-search-form input[type="search"] { font-size: 16px; }
  .ss-footer__grid { grid-template-columns: 1fr 1fr; }
  .ss-footer__brand { grid-column: 1 / -1; padding-right: 0; }
}

@media (max-width: 520px) {
  .ss-container { width: calc(100% - 28px); }
  .ss-mobile-menu { padding-inline: 14px; }
  .ss-footer { margin-top: 56px; }
  .ss-footer__grid { grid-template-columns: 1fr; gap: 28px; padding: 38px 0 30px; }
  .ss-footer__brand { grid-column: auto; }
  .ss-footer__bottom { align-items: flex-start; flex-direction: column; }
  .ss-footer__trust { justify-content: flex-start; gap: 10px 16px; }
  .ss-footer-age-notice { justify-content:flex-start; text-align:left; padding-block:12px; }
}


/* PRODUCT CARD */
ul.products .ss-product-card,
ul.products .ss-product-card:hover { list-style: none; }
.ss-product-card { position: relative; min-width: 0; margin: 0; padding: 0; }
.ss-product-card__inner { min-width: 0; }
.ss-product-card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--ss-surface); }
.ss-product-card__image-link { display: block; width: 100%; height: 100%; }
.ss-product-card__image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.65,.2,1); }
.ss-product-card:hover .ss-product-card__image { transform: scale(1.025); }
.ss-product-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 6px 8px; background: var(--ss-neon); color: var(--ss-black); font-size: 8px; line-height: 1; font-weight: 700; letter-spacing: .09em; }
.ss-product-card__favorite { position: absolute; top: 10px; right: 10px; z-index: 3; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 0; background: rgba(5,5,5,.72); color: var(--ss-white); cursor: pointer; backdrop-filter: blur(4px); }
.ss-product-card__favorite svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; transition: color .2s ease, fill .2s ease; }
.ss-product-card__favorite:hover, .ss-product-card__favorite.is-active { color: var(--ss-neon); }
.ss-product-card__favorite.is-active svg { fill: currentColor; }
.ss-product-card__body { padding: 15px 2px 0; }
.ss-product-card__brand, .ss-product-card__category { margin-bottom: 5px; color: var(--ss-muted); font-size: 9px; line-height: 1.2; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.ss-product-card__title { margin: 0; font-size: 14px; line-height: 1.35; font-weight: 500; }
.ss-product-card__title a { transition: color .2s ease; }
.ss-product-card__title a:hover { color: var(--ss-neon); }
.ss-product-card__desc { margin: 6px 0 0; max-width: 95%; color: var(--ss-muted); font-size: 10px; line-height: 1.45; font-weight: 400; }
.ss-product-card__rating { display: flex; align-items: center; gap: 6px; margin-top: 9px; min-height: 13px; }
.ss-stars { display: inline-flex; gap: 1px; color: #484848; font-size: 10px; line-height: 1; }
.ss-stars .is-filled { color: var(--ss-neon); }
.ss-rating-count { color: #707070; font-size: 9px; }
.ss-product-card__price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: 10px; }
.ss-product-card__prices { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.ss-product-card__regular { color: #666; font-size: 9px; line-height: 1.25; text-decoration: line-through; }
.ss-product-card.has-discount .ss-product-card__regular { display:none; }
.ss-product-card__price { display: block; color: var(--ss-white); font-size: 15px; line-height: 1.25; font-weight: 600; }
.ss-product-card__price .amount { font-size: inherit; }
.ss-product-card.has-discount .ss-product-card__price del { color:#777; font-size:.78em; font-weight:500; opacity:1; margin-right:5px; }
.ss-product-card.has-discount .ss-product-card__price ins { color:var(--ss-neon); text-decoration:none; font-weight:700; }
.ss-product-card.has-discount .ss-product-card__price ins .amount { color:inherit; }
.ss-product-card__pix { display: block; margin-top: 3px; color: var(--ss-neon); font-size: 9px; line-height: 1.25; font-weight: 500; }
.ss-product-card__cart { flex: 0 0 auto; display: inline-flex !important; align-items: center; justify-content: center; width: 34px; height: 34px; margin: 0 !important; padding: 0 !important; border: 1px solid #303030 !important; border-radius: 0 !important; background: transparent !important; color: var(--ss-white) !important; transition: color .2s ease, border-color .2s ease, background .2s ease !important; }
.ss-product-card__cart svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.ss-product-card__cart:hover { border-color: var(--ss-neon) !important; background: var(--ss-neon) !important; color: var(--ss-black) !important; }
.ss-product-card__cart--select { color: var(--ss-muted) !important; }
.ss-product-card__cart--select:hover { color: var(--ss-black) !important; }

/* WooCommerce loop normalization for the custom card */
.woocommerce ul.products { margin: 0 -10px; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 20px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none; width: auto; margin: 0; }
.woocommerce ul.products li.product .button { margin-top: 0; }
.woocommerce ul.products li.product .price { margin: 0; }

@media (max-width: 980px) {
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .woocommerce ul.products { margin: 0 -6px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 12px; }
  .ss-product-card__body { padding-top: 12px; }
  .ss-product-card__title { font-size: 13px; }
  .ss-product-card__desc { font-size: 9px; }
  .ss-product-card__price { font-size: 14px; }
  .ss-product-card__favorite { width: 31px; height: 31px; top: 8px; right: 8px; }
  .ss-product-card__badge { top: 8px; left: 8px; }
}

/* HOME */
.ss-home { overflow: hidden; }
.ss-home-hero { min-height: 760px; position: relative; display:flex; align-items:center; overflow:hidden; background:radial-gradient(circle at 73% 50%, rgba(110,16,32,.32), transparent 24%), linear-gradient(105deg,#020202 0 45%,#130207); }
.ss-home-hero__inner { min-height:760px; display:flex; align-items:center; position:relative; z-index:2; }
.ss-home-hero__copy { width:55%; padding:100px 0 60px; position:relative; z-index:3; }
.ss-home-eyebrow { display:block; color:var(--ss-neon); font-size:10px; font-weight:600; letter-spacing:.32em; line-height:1.2; text-transform:uppercase; }
.ss-home-eyebrow--dark { color:var(--ss-wine); }
.ss-home-hero h1 { margin:18px 0 25px; font-family:var(--ss-serif); font-size:clamp(58px,7vw,108px); font-weight:500; line-height:.86; letter-spacing:-.035em; }
.ss-home-hero h1 em,.ss-home-manifesto em,.ss-home-kits h2 em,.ss-home-offers h2 em { color:#f1d6da; font-style:italic; }
.ss-home-hero p { max-width:470px; margin:0 0 30px; color:#aaa; font-size:14px; line-height:1.8; }
.ss-home-btn { display:inline-flex; align-items:center; gap:28px; padding:15px 22px; border:1px solid var(--ss-neon); font-size:10px; font-weight:600; letter-spacing:.2em; transition:all .25s ease; }
.ss-home-btn span { font-size:15px; line-height:1; }
.ss-home-btn--light { background:var(--ss-white); color:#080808; border-color:var(--ss-white); }
.ss-home-btn--light:hover { background:transparent; color:var(--ss-white); }
.ss-home-btn--dark { background:var(--ss-wine); color:var(--ss-white); border-color:var(--ss-wine); }
.ss-home-btn--dark:hover { background:var(--ss-wine-dark); }
.ss-home-btn--outline { color:var(--ss-white); background:transparent; }
.ss-home-btn--outline:hover { background:var(--ss-neon); color:var(--ss-black); }
.ss-home-hero__visual { position:absolute; right:-4%; width:62%; height:100%; display:flex; align-items:center; justify-content:center; }
.ss-home-hero__visual:before { content:''; position:absolute; width:72%; height:72%; border-radius:50%; background:radial-gradient(circle,rgba(255,51,68,.26),transparent 62%); filter:blur(8px); }
.ss-home-hero__mark { position:absolute; right:7%; top:12%; z-index:1; font:italic 330px var(--ss-serif); line-height:1; color:transparent; -webkit-text-stroke:2px rgba(255,51,68,.4); filter:drop-shadow(0 0 20px rgba(255,51,68,.25)); transform:rotate(-10deg); }
.ss-home-hero-product { position:relative; z-index:2; width:min(46%,470px); filter:drop-shadow(0 25px 55px rgba(0,0,0,.75)); transform:rotate(-5deg); }
.ss-home-hero-product img { width:100%; height:auto; object-fit:contain; }
.ss-home-explore { background:var(--ss-white); color:#080808; padding:100px 0; }
.ss-home-section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:42px; }
.ss-home-section-head--center { display:block; text-align:center; max-width:760px; margin-inline:auto; }
.ss-home-section-head h2 { margin:12px 0 0; font:500 clamp(42px,5vw,70px)/.95 var(--ss-serif); letter-spacing:-.025em; }
.ss-home-section-head p { max-width:520px; margin:14px auto 0; color:#666; font-size:13px; line-height:1.8; }
.ss-home-text-link { flex:0 0 auto; color:var(--ss-muted); font-size:9px; font-weight:600; letter-spacing:.17em; transition:color .2s; }
.ss-home-text-link:hover { color:var(--ss-neon); }
.ss-home-categories { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin-top:44px; }
.ss-home-category { min-height:500px; position:relative; overflow:hidden; background:linear-gradient(145deg,#050505,#2c0710); background-image:var(--ss-cat-image),linear-gradient(145deg,#050505,#2c0710); background-position:center; background-size:cover; }
.ss-home-category__overlay { position:absolute; inset:0; background:linear-gradient(transparent 25%,rgba(0,0,0,.82)); }
.ss-home-category__txt { position:absolute; z-index:2; left:28px; right:20px; bottom:25px; color:white; }
.ss-home-category h3 { margin:0 0 9px; font:500 32px var(--ss-serif); }
.ss-home-category p { margin:0; color:#ddd; font-size:10px; letter-spacing:.1em; line-height:1.6; }
.ss-home-round { width:42px; height:42px; display:grid; place-items:center; margin-top:18px; border:1px solid var(--ss-neon); border-radius:50%; color:white; font-size:16px; }
.ss-home-products { padding:100px 0; }
.ss-home-products--dark { background:var(--ss-black); }
.ss-home-products--new { background:#0a0a0a; }
.ss-home-product-grid { margin:0 !important; padding:0 !important; }
.ss-home-product-grid li { margin:0 !important; }
.ss-home-manifesto { min-height:530px; display:flex; align-items:center; position:relative; overflow:hidden; background:radial-gradient(ellipse at 72% 55%,rgba(255,51,68,.22),transparent 23%),linear-gradient(100deg,#3b060e,#170205 55%,#050505); }
.ss-home-manifesto__mark { position:absolute; right:25%; top:-4%; font:italic 400px var(--ss-serif); line-height:1; color:transparent; -webkit-text-stroke:2px rgba(255,51,68,.25); }
.ss-home-manifesto h2 { position:relative; z-index:1; max-width:850px; margin:16px 0 25px; font:500 clamp(44px,5vw,72px)/.95 var(--ss-serif); }
.ss-home-manifesto p { position:relative; z-index:1; max-width:520px; color:#aaa; font-size:13px; line-height:1.9; }
.ss-home-kits { min-height:600px; display:grid; grid-template-columns:1.1fr .9fr; background:var(--ss-white); color:#080808; }
.ss-home-kits__visual { position:relative; display:flex; align-items:center; justify-content:center; overflow:hidden; background:radial-gradient(circle at 50% 45%,rgba(255,51,68,.35),transparent 20%),linear-gradient(135deg,#050505,#3a0710); }
.ss-home-kits__visual:before { content:''; position:absolute; inset:16% 9% 12% 12%; background:linear-gradient(145deg,#0b0b0b,#191919); transform:rotate(-5deg); box-shadow:0 30px 70px #000; }
.ss-home-kits__visual span { position:relative; z-index:2; color:var(--ss-neon); font:italic 500 clamp(54px,7vw,110px) var(--ss-serif); text-shadow:0 0 30px rgba(255,51,68,.35); }
.ss-home-kits__copy { display:flex; flex-direction:column; justify-content:center; padding:90px clamp(35px,7vw,100px); }
.ss-home-kits h2 { margin:15px 0 22px; font:500 clamp(48px,5vw,76px)/.9 var(--ss-serif); }
.ss-home-kits__copy p { max-width:420px; color:#666; font-size:13px; line-height:1.8; margin:0 0 28px; }
.ss-home-offers { padding:100px 0; background:#080808; }
.ss-home-offers__inner { display:grid; grid-template-columns:.65fr 1.35fr; gap:60px; align-items:center; }
.ss-home-offers h2 { margin:15px 0; font:500 clamp(44px,5vw,68px)/.95 var(--ss-serif); }
.ss-home-offers p { max-width:360px; color:#888; font-size:12px; line-height:1.8; margin:0 0 26px; }
.ss-home-product-grid--offers { min-width:0; }
.ss-home-instagram { padding:100px 0; background:var(--ss-white); color:#080808; }
.ss-home-instagram-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin-top:45px; }
.ss-home-instagram-grid div { aspect-ratio:1; background:linear-gradient(145deg,#0a0a0a,#3a0710); position:relative; overflow:hidden; }
.ss-home-instagram-grid div:after { content:'SECRET'; position:absolute; left:16px; bottom:14px; color:rgba(255,255,255,.18); font:italic 28px var(--ss-serif); }
.ss-home-benefits { background:var(--ss-black); border-top:1px solid #222; }
.ss-home-benefits__grid { display:grid; grid-template-columns:repeat(4,1fr); }
.ss-home-benefits__grid > div { min-height:190px; padding:40px 30px; border-right:1px solid #222; }
.ss-home-benefits__grid > div:first-child { border-left:1px solid #222; }
.ss-home-benefit-icon { color:var(--ss-neon); font-size:9px; letter-spacing:.15em; }
.ss-home-benefits h3 { margin:18px 0 8px; font-size:10px; letter-spacing:.15em; }
.ss-home-benefits p { margin:0; color:#777; font-size:10px; }
@media (max-width:980px){.ss-home-categories{grid-template-columns:repeat(2,1fr)}.ss-home-category{min-height:430px}.ss-home-offers__inner{grid-template-columns:1fr}.ss-home-benefits__grid{grid-template-columns:repeat(2,1fr)}.ss-home-benefits__grid>div:nth-child(3){border-left:1px solid #222}.ss-home-hero__visual{right:-12%;width:62%;opacity:.72}.ss-home-hero__copy{width:62%}.ss-home-kits{grid-template-columns:1fr 1fr}}
@media (max-width:700px){.ss-home-hero{min-height:720px}.ss-home-hero__inner{min-height:720px}.ss-home-hero__copy{width:100%;padding-top:130px}.ss-home-hero__visual{right:-30%;width:100%;opacity:.35}.ss-home-hero__mark{right:-8%;top:16%;font-size:250px}.ss-home-hero h1{font-size:clamp(54px,15vw,78px)}.ss-home-section-head{align-items:flex-start;flex-direction:column;margin-bottom:30px}.ss-home-section-head--center{text-align:center;align-items:center}.ss-home-categories{grid-template-columns:1fr 1fr;gap:5px}.ss-home-category{min-height:340px}.ss-home-category__txt{left:17px;bottom:17px}.ss-home-category h3{font-size:25px}.ss-home-products,.ss-home-explore,.ss-home-instagram,.ss-home-offers{padding:72px 0}.ss-home-manifesto{min-height:500px}.ss-home-manifesto__mark{right:-15%;font-size:280px}.ss-home-kits{grid-template-columns:1fr;min-height:720px}.ss-home-kits__visual{min-height:360px}.ss-home-kits__copy{padding:60px 28px}.ss-home-instagram-grid{grid-template-columns:repeat(2,1fr)}.ss-home-benefits__grid{grid-template-columns:1fr 1fr}.ss-home-benefits__grid>div{min-height:160px;padding:30px 18px}}
@media (max-width:430px){.ss-home-categories{grid-template-columns:1fr}.ss-home-category{min-height:310px}.ss-home-benefits__grid{grid-template-columns:1fr}.ss-home-benefits__grid>div,.ss-home-benefits__grid>div:nth-child(3){border-left:1px solid #222}.ss-home-hero__visual{right:-45%;width:125%}}

/* ========================================================================== */
/* SECRET SHOP 0.5 — PÁGINAS REAIS (Home preservada da versão-base anexada)  */
/* ========================================================================== */
.ss-breadcrumb{padding:26px 0 18px;color:#777;font-size:10px;letter-spacing:.08em}.ss-breadcrumb strong{color:#d8d8d8;font-weight:500}.ss-page-eyebrow{display:block;font-size:10px;letter-spacing:.2em;color:var(--ss-neon);font-weight:700;text-transform:uppercase;margin-bottom:12px}.ss-page-intro{max-width:720px;color:#a9a9a9;font-size:15px;line-height:1.75;margin:10px 0 38px}.ss-listing-page,.ss-info-page,.ss-search-page,.ss-catalog-page,.ss-product-page{padding:0 0 95px}.ss-listing-page,.ss-info-page,.ss-search-page{padding-top:62px}.ss-listing-page h1,.ss-info-page h1,.ss-search-page h1{font:600 clamp(38px,4vw,56px)/1.08 var(--ss-sans);letter-spacing:-.03em;margin:0}.ss-page-narrow{max-width:1120px}.ss-catalog-hero{padding:30px 0 55px;display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:end}.ss-catalog-hero h1{font:500 clamp(42px,5vw,72px)/1.03 var(--ss-serif);margin:0}.ss-catalog-hero__desc{max-width:560px;color:#b3b3b3;line-height:1.75;font-size:14px;margin-top:23px}.ss-catalog-hero__desc p{margin:0}.ss-catalog-hero__visual{height:330px;position:relative;overflow:hidden;background:radial-gradient(circle at 62% 45%,rgba(110,16,32,.9),transparent 34%),radial-gradient(circle at 75% 70%,rgba(255,51,68,.12),transparent 30%),linear-gradient(135deg,#090909,#171717 55%,#080808)}.ss-catalog-hero__visual:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:17%;top:15%;border:1px solid rgba(255,51,68,.24);box-shadow:0 0 90px rgba(255,51,68,.12)}.ss-catalog-hero__visual span{font-family:var(--ss-serif);position:absolute;right:13%;top:-45px;font-size:390px;line-height:1;color:rgba(255,51,68,.05)}.ss-catalog-toolbar{padding:17px 0;margin-bottom:30px;border-top:1px solid var(--ss-line);border-bottom:1px solid var(--ss-line);display:flex;justify-content:space-between;align-items:center;gap:20px}.ss-catalog-count,.woocommerce-result-count{margin:0!important;color:#999;font-size:12px}.woocommerce-ordering{margin:0!important}.woocommerce-ordering select{background:#0b0b0b;color:#ddd;border:1px solid #303030;padding:10px 34px 10px 12px;outline:0}.ss-pagination{padding-top:45px}.ss-pagination ul.page-numbers{border:0!important;display:flex!important;justify-content:center;gap:8px}.ss-pagination ul.page-numbers li{border:0!important}.ss-pagination .page-numbers a,.ss-pagination .page-numbers span{width:38px;height:38px;display:grid!important;place-items:center!important;background:#111!important;border:1px solid #292929!important;color:#aaa!important}.ss-pagination .page-numbers .current{background:var(--ss-wine)!important;border-color:var(--ss-wine)!important;color:#fff!important}.ss-empty-state{padding:80px 20px;text-align:center;border-top:1px solid var(--ss-line);color:#888}.ss-empty-state h2{color:#fff;font-size:24px}.ss-product-list-grid{margin:0!important;padding:0!important}.ss-editorial-banner{min-height:350px;background:linear-gradient(100deg,#090909,#111 55%,#22070d);border:1px solid #202020;overflow:hidden;margin:0 0 52px;display:flex;align-items:center;padding:45px 55px;position:relative}.ss-editorial-banner>div{max-width:650px;position:relative;z-index:2}.ss-editorial-banner h2{font:500 clamp(32px,4vw,46px)/1.12 var(--ss-serif);margin:0 0 14px}.ss-editorial-banner p{font-size:13px;color:#a2a2a2;line-height:1.75;max-width:540px}.ss-editorial-banner:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-100px;top:-120px;background:radial-gradient(circle,rgba(255,51,68,.18),transparent 65%);filter:blur(15px)}.ss-editorial-mark,.ss-editorial-number{position:absolute;right:80px;bottom:-70px;font:italic 300px/1 var(--ss-serif);color:rgba(255,255,255,.035);z-index:1}.ss-editorial-banner--compact{min-height:245px}.ss-editorial-banner--offer{background:linear-gradient(105deg,#090909,#18080b 58%,#320912);border-color:#3a151b}.ss-editorial-banner--offer:after{background:radial-gradient(circle,rgba(255,51,68,.24),transparent 66%)}.ss-search-page__form{height:62px;display:flex;border:1px solid #3b3b3b;background:#0b0b0b;margin-bottom:45px}.ss-search-page__form:focus-within{border-color:#666}.ss-search-page__form input[type=search]{flex:1;border:0;outline:0;background:transparent;color:#fff;padding:0 20px;font-size:17px}.ss-search-page__form button{width:64px;border:0;background:var(--ss-wine);color:#fff;cursor:pointer}.ss-contact-hero{background:linear-gradient(110deg,#090909,#17070a 58%,#300910);border:1px solid #341319;padding:45px 48px;min-height:270px;display:flex;align-items:center;justify-content:space-between;gap:35px;position:relative;overflow:hidden;margin-bottom:52px}.ss-contact-hero:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-130px;top:-120px;background:radial-gradient(circle,rgba(255,51,68,.22),transparent 66%);filter:blur(12px)}.ss-contact-hero>div,.ss-contact-hero>a{position:relative;z-index:2}.ss-contact-hero h2{font-size:32px;line-height:1.18;margin:0 0 11px}.ss-contact-hero p{font-size:13px;color:#a7a7a7;line-height:1.75;max-width:650px}.ss-primary-btn{display:inline-flex;height:50px;align-items:center;padding:0 25px;background:var(--ss-wine);font-size:10px;font-weight:700;letter-spacing:.08em;white-space:nowrap}.ss-primary-btn:hover{background:var(--ss-wine-dark)}.ss-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:58px}.ss-info-grid article{background:var(--ss-surface);border:1px solid #242424;padding:24px 23px;min-height:145px}.ss-info-grid h3{font-size:14px;margin:0 0 7px}.ss-info-grid p{font-size:11px;color:#8f8f8f;line-height:1.65;margin:0}.ss-faq{border-top:1px solid var(--ss-line)}.ss-faq details{border-bottom:1px solid var(--ss-line)}.ss-faq summary{cursor:pointer;list-style:none;padding:21px 4px;font-size:15px;font-weight:600}.ss-faq summary::-webkit-details-marker{display:none}.ss-faq details p{color:#999;font-size:13px;line-height:1.8;padding:0 4px 20px;margin:0}.ss-favorites-page [data-ss-favorites-grid]:empty{display:none}.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{width:min(1250px,calc(100% - 60px));margin:0 auto;padding:45px 0 90px}.woocommerce-cart table.shop_table,.woocommerce-checkout-review-order-table,.woocommerce-account .woocommerce-MyAccount-content{border:1px solid #292929!important;border-radius:0!important;background:#0b0b0b;color:#ddd}.woocommerce-cart table.shop_table th,.woocommerce-cart table.shop_table td,.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{border-color:#292929!important}.woocommerce-cart .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-additional-fields{background:#111;padding:28px}.woocommerce-cart .checkout-button,.woocommerce-checkout #place_order,.woocommerce-account button.button{background:var(--ss-wine)!important;border-radius:0!important;color:#fff!important;text-transform:uppercase;letter-spacing:.08em;font-size:11px!important}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{background:#0b0b0b!important;border:1px solid #333!important;border-radius:0!important;color:#eee!important;min-height:44px}.woocommerce-info,.woocommerce-message,.woocommerce-error{background:#111!important;color:#ddd!important;border-top-color:var(--ss-wine)!important}.woocommerce-account .woocommerce-MyAccount-navigation{width:24%}.woocommerce-account .woocommerce-MyAccount-content{width:72%;padding:28px}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:13px 15px;border-bottom:1px solid #292929;background:#0b0b0b}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{border-left:2px solid var(--ss-neon);color:#fff}
@media(max-width:980px){.ss-catalog-hero{grid-template-columns:1fr;gap:28px}.ss-catalog-hero__visual{height:260px}.ss-product-page .woocommerce div.product{grid-template-columns:1fr;gap:35px}.ss-info-grid{grid-template-columns:1fr 1fr}.ss-contact-hero{align-items:flex-start;flex-direction:column}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none}}
@media(max-width:700px){.ss-listing-page,.ss-info-page,.ss-search-page{padding-top:42px}.ss-catalog-hero{padding-top:10px}.ss-catalog-hero__visual{height:210px}.ss-editorial-banner{min-height:300px;padding:35px 25px}.ss-editorial-mark,.ss-editorial-number{right:10px;font-size:220px}.ss-info-grid{grid-template-columns:1fr}.ss-catalog-toolbar{align-items:flex-start;flex-direction:column}.ss-contact-hero{padding:35px 25px}.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{width:min(100% - 32px,1250px)}}


/* FAVORITES v6 — route-safe, coherent with catalog cards */
.ss-favorites-toolbar { align-items:center; }
.ss-favorites-order { color:#777; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.ss-favorites-page .ss-empty-state { border:1px solid #202020; background:#0b0b0b; padding:72px 24px; }
.ss-favorites-page .ss-empty-state[hidden] { display:none !important; }
.ss-favorites-empty__icon { width:56px; height:56px; margin:0 auto 18px; border:1px solid #2c2c2c; display:grid; place-items:center; color:var(--ss-neon); font-size:28px; line-height:1; }
.ss-favorites-page .ss-empty-state h2 { margin:0 0 8px; }
.ss-favorites-page .ss-empty-state p { max-width:520px; margin:0 auto 24px; line-height:1.7; }
.ss-favorites-page .ss-primary-btn { justify-content:center; min-width:180px; }
.ss-favorites-page ul.products.ss-product-list-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:48px 20px; }
.ss-favorites-page ul.products.ss-product-list-grid[hidden] { display:none !important; }
@media(max-width:980px){.ss-favorites-page ul.products.ss-product-list-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:700px){
  .ss-favorites-toolbar{align-items:flex-start; flex-direction:column; gap:7px;}
  .ss-favorites-page ul.products.ss-product-list-grid{grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px 12px;}
  .ss-favorites-page .ss-empty-state{padding:52px 18px;}
}

/* FAQ + institutional pages v7 */
.ss-faq__answer { color:#999; font-size:13px; line-height:1.8; padding:0 4px 20px; }
.ss-faq__answer > :first-child { margin-top:0; }
.ss-faq__answer > :last-child { margin-bottom:0; }
.ss-faq__answer p { color:inherit; font-size:inherit; line-height:inherit; padding:0; margin:0 0 12px; }
.ss-policy-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin:0 0 54px; }
.ss-policy-card { min-height:230px; padding:30px; background:var(--ss-surface); border:1px solid #292929; display:flex; flex-direction:column; justify-content:space-between; gap:30px; }
.ss-policy-card__status { display:block; margin-bottom:14px; color:var(--ss-neon); font-size:9px; font-weight:700; letter-spacing:.16em; }
.ss-policy-card h2 { margin:0 0 10px; font-size:22px; line-height:1.25; }
.ss-policy-card p { margin:0; color:#939393; font-size:13px; line-height:1.7; max-width:500px; }
.ss-policy-card > a { width:max-content; color:#fff; font-size:10px; font-weight:700; letter-spacing:.08em; }
.ss-policy-card > a:hover { color:var(--ss-neon); }
.ss-policy-card.is-pending { opacity:.72; }
.ss-policy-card.is-pending .ss-policy-card__status { color:#777; }
.ss-policy-card__pending { color:#737373; font-size:10px; letter-spacing:.04em; }
.ss-policy-help { margin-bottom:0; }
.ss-policy-help__actions { display:flex; flex-wrap:wrap; gap:10px; position:relative; z-index:2; }
.ss-secondary-btn { display:inline-flex; height:50px; align-items:center; padding:0 25px; border:1px solid #444; color:#fff; font-size:10px; font-weight:700; letter-spacing:.08em; white-space:nowrap; }
.ss-secondary-btn:hover { border-color:#777; }
@media(max-width:700px){.ss-policy-grid{grid-template-columns:1fr}.ss-policy-card{min-height:200px;padding:24px}.ss-policy-help__actions{width:100%}.ss-policy-help__actions .ss-primary-btn,.ss-policy-help__actions .ss-secondary-btn{flex:1;justify-content:center;}}
.ss-contact-channel-pending { position:relative; z-index:2; display:inline-flex; min-height:50px; align-items:center; padding:0 22px; border:1px solid #3a3a3a; color:#8b8b8b; font-size:10px; font-weight:700; letter-spacing:.08em; }


/* Secret SHOP v10 — official S logo mark on secondary-page decorative surfaces. */
body.ss-theme:not(.home) .ss-editorial-mark--brand {
  right:42px;
  bottom:-28px;
  width:340px;
  max-width:none;
  height:auto;
  opacity:.065;
  filter:saturate(.75) brightness(.82);
  pointer-events:none;
  user-select:none;
}
@media(max-width:700px) {
  body.ss-theme:not(.home) .ss-editorial-mark--brand {
    right:-18px;
    bottom:-8px;
    width:245px;
  }
}

/* v3.4.11 — counter visibility and product-page freight cleanup. */
.ss-cart-count[hidden], .ss-favorites-count[hidden] { display:none !important; }
body.single-product .shipping-simulator-wrapper { display:none !important; }

/* 3.4.31 — unified sale pricing + optional Pix/installment information on cards. */
.ss-product-card__price del {
  color:#777;
  font-size:.78em;
  font-weight:500;
  opacity:1;
  margin-right:5px;
  text-decoration-thickness:1px;
}
.ss-product-card__price del .amount { color:inherit; }
.ss-product-card__price ins {
  color:var(--ss-neon);
  text-decoration:none;
  font-weight:700;
}
.ss-product-card__price ins .amount { color:inherit; }
.ss-product-card__pix {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:5px;
  margin-top:5px;
  color:#d8d8d8;
  font-size:10px;
  line-height:1.35;
  font-weight:500;
}
.ss-product-card__pix > .woocommerce-Price-amount { color:var(--ss-white); font-weight:700; }
.ss-product-card__pix strong {
  display:inline-flex;
  align-items:center;
  min-height:18px;
  padding:2px 6px;
  border:1px solid rgba(255,51,68,.35);
  background:rgba(255,51,68,.10);
  color:var(--ss-neon);
  font-size:8px;
  line-height:1;
  font-weight:700;
  letter-spacing:.045em;
  white-space:nowrap;
}
.ss-product-card__installments {
  display:block;
  margin-top:3px;
  color:#8f8f8f;
  font-size:9.5px;
  line-height:1.35;
  font-weight:500;
}
.ss-product-card__installments .woocommerce-Price-amount { color:#b9b9b9; }

/* Editable Home category cards. Defaults preserve the approved visual. */
.ss-home-category__txt {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}
.ss-home-category__copy { min-width:0; }
.ss-home-category__copy p {
  max-width:230px;
  margin:7px 0 0;
  color:rgba(255,255,255,.82);
  font-size:10px;
  line-height:1.45;
  letter-spacing:.025em;
  text-shadow:0 2px 8px rgba(0,0,0,.7);
}
.ss-home-category .ss-home-round { flex:0 0 42px; margin-top:0; }

@media (max-width:700px) {
  .ss-product-card__pix { font-size:9px; gap:4px; }
  .ss-product-card__installments { font-size:9px; }
  .ss-home-category__copy p { font-size:9px; }
}

/* v3.4.33 — Pix-first card hierarchy. Only activates when a Pix discount is configured. */
.ss-product-card__pix-off-label {
  display:inline-flex;
  align-items:center;
  min-height:18px;
  margin:0 0 4px;
  padding:2px 6px;
  border-radius:3px;
  background:rgba(255,51,68,.12);
  color:var(--ss-neon);
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.ss-product-card__pix-price {
  display:flex;
  align-items:baseline;
  gap:4px;
  color:var(--ss-white);
  font-size:17px;
  line-height:1.2;
  font-weight:700;
}
.ss-product-card__pix-price .woocommerce-Price-amount { color:inherit; font-size:inherit; }
.ss-product-card__pix-price small {
  color:#b9b9b9;
  font-size:9px;
  line-height:1;
  font-weight:500;
}
.ss-product-card__card-price {
  display:block;
  margin-top:4px;
  color:#8f8f8f;
  font-size:9.5px;
  line-height:1.4;
  font-weight:500;
}
.ss-product-card__card-price .woocommerce-Price-amount { color:#b9b9b9; }
.ss-product-card__card-price strong { color:#cfcfcf; font-weight:600; }
@media (max-width:700px) {
  .ss-product-card__pix-price { font-size:16px; }
  .ss-product-card__pix-price small, .ss-product-card__card-price { font-size:9px; }
}


/* v3.4.34 — slightly larger product-card typography. */
.ss-product-card__brand,
.ss-product-card__category { font-size:10px; }
.ss-product-card__title { font-size:15px; }
.ss-product-card__desc { font-size:11px; line-height:1.5; }
.ss-product-card__regular { font-size:10px; }
.ss-product-card__price { font-size:16px; }
.ss-product-card__pix-off-label { font-size:9px; min-height:19px; padding:3px 7px; }
.ss-product-card__pix-price { font-size:18px; }
.ss-product-card__pix-price small { font-size:10px; }
.ss-product-card__card-price { font-size:10.5px; }
.ss-product-card__installments { font-size:10px; }
@media (max-width:700px) {
  .ss-product-card__brand, .ss-product-card__category { font-size:9.5px; }
  .ss-product-card__title { font-size:14px; }
  .ss-product-card__desc { font-size:10px; }
  .ss-product-card__price { font-size:15px; }
  .ss-product-card__pix-off-label { font-size:8.5px; }
  .ss-product-card__pix-price { font-size:17px; }
  .ss-product-card__pix-price small, .ss-product-card__card-price, .ss-product-card__installments { font-size:9.5px; }
}

/* v3.4.35 — stable category-card titles + catalog color swatches. */
body.home .ss-home-categories .ss-home-category__txt{display:block;padding-right:0}
body.home .ss-home-categories .ss-home-category__copy{min-width:0;padding-right:54px}
body.home .ss-home-categories .ss-home-category .ss-home-round{position:absolute;right:0;bottom:0}
body.home .ss-home-categories .ss-home-category h3{
  font-size:clamp(18px,1.75vw,27px);
  line-height:1.03;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
body.home .ss-home-categories .ss-home-category h3.ss-home-category__title--long{
  font-size:clamp(16px,1.5vw,23px);
  letter-spacing:-.025em;
  white-space:nowrap;
}
.ss-product-card__swatches{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:10px 0 2px}
.ss-product-card__swatch{display:block;width:18px;height:18px;flex:0 0 18px;border-radius:50%;background:var(--ss-swatch-color,#777);border:2px solid #0a0a0a;box-shadow:0 0 0 1px #626262;transition:transform .16s ease,box-shadow .16s ease}
.ss-product-card__swatch:hover,.ss-product-card__swatch:focus-visible{transform:scale(1.12);box-shadow:0 0 0 2px #f7f7f5;outline:0}
@media(max-width:700px){.ss-product-card__swatches{gap:6px}.ss-product-card__swatch{width:16px;height:16px;flex-basis:16px}}
