:root {
  --un-yellow: #ffd400;
  --un-black: #090909;
  --un-ink: #151515;
  --un-white: #fff;
  --un-gray: #f2f2ef;
  --un-line: #deded8;
  --un-shell: min(1440px, calc(100% - 64px));
}

html { scroll-behavior: smooth; }
body { color: var(--un-ink); background: var(--un-white); }
body, button, input, select, textarea { font-family: Inter, "Arial Narrow", Arial, sans-serif; }
.home .site-content > .ast-container { width: 100%; max-width: none; margin: 0; padding: 0; display: block; }
.un-shell { width: var(--un-shell); margin-inline: auto; }
.un-home#primary { width: 100%; max-width: none; margin: 0; padding: 0; float: none; }
.un-home { overflow: hidden; background: var(--un-white); }
.un-home section { width: 100%; max-width: 100%; }
.un-home h1, .un-home h2, .un-home h3, .un-home p { margin-top: 0; }
.un-home h1, .un-home h2, .un-home h3 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; letter-spacing: .015em; }
.un-home a { text-decoration: none; }

/* Astra header */
.ast-primary-header-bar { background: var(--un-black); border: 0; }
.site-primary-header-wrap { min-height: 82px; }
.site-title a, .main-header-menu > .menu-item > .menu-link, .ast-header-account-wrap, .ast-site-header-cart .ast-addon-cart-wrap { color: #fff !important; }
.main-header-menu > .menu-item > .menu-link { font-weight: 800; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.main-header-menu > .menu-item:hover > .menu-link, .main-header-menu > .current-menu-item > .menu-link { color: var(--un-yellow) !important; }
.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after { background: var(--un-yellow); color: #000; }
.site-branding .site-title, .site-branding .site-description { display: none; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { max-width: 260px; width: 100%; height: auto; mix-blend-mode: screen; }
.site-header:before { content: "ENVÍOS A TODO CHILE  ·  COMPRA SEGURA  ·  PRODUCTOS ORIGINALES"; display: block; padding: 8px 20px; color: #090909; background: var(--un-yellow); text-align: center; font-size: 11px; font-weight: 900; letter-spacing: .12em; }

/* Search, account and cart toolbar */
.un-commerce-bar { border-top: 1px solid #242424; border-bottom: 1px solid #2a2a2a; color: #fff; background: #111; }
.un-mobile-links { display: none; }
.un-commerce-bar__inner { min-height: 70px; display: grid; grid-template-columns: minmax(320px, 1fr) auto; align-items: center; gap: 28px; }
.un-product-search { height: 44px; max-width: 680px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; border: 1px solid #3a3a3a; background: #1a1a1a; }
.un-product-search svg, .un-account-link svg, .un-cart-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.un-product-search > svg { margin-left: 14px; color: #999; }
.un-product-search input[type="search"] { width: 100%; min-width: 0; height: 42px; padding: 0 12px; border: 0; outline: 0; color: #fff; background: transparent; box-shadow: none; font-size: 13px; }
.un-product-search input::placeholder { color: #888; }
.un-product-search button { height: 42px; padding: 0 22px; border: 0; border-radius: 0; color: #000; background: var(--un-yellow); font-size: 10px; font-weight: 900; letter-spacing: .08em; cursor: pointer; }
.un-commerce-actions { display: flex; align-items: center; gap: 22px; }
.un-account-link, .un-cart-link { min-height: 46px; display: flex; align-items: center; gap: 10px; color: #fff !important; }
.un-account-link { padding-right: 22px; border-right: 1px solid #333; }
.un-account-link:hover, .un-cart-link:hover { color: var(--un-yellow) !important; }
.un-account-link span, .un-cart-link__text { display: grid; line-height: 1.15; }
.un-account-link small, .un-cart-link small { color: #888; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.un-account-link strong, .un-cart-link strong { margin-top: 3px; color: inherit; font-size: 12px; font-weight: 800; white-space: nowrap; }
.un-cart-link__icon { position: relative; display: grid; place-items: center; }
.un-cart-link__count { position: absolute; min-width: 18px; height: 18px; padding: 0 5px; top: -10px; right: -11px; display: grid; place-items: center; border: 2px solid #111; border-radius: 50px; color: #000; background: var(--un-yellow); font-size: 9px; font-weight: 900; }

/* Hero */
.un-hero { min-height: 650px; color: #fff; background: var(--un-black); position: relative; isolation: isolate; overflow: hidden; }
.un-hero:before { content: ""; position: absolute; width: 380px; height: 760px; right: 4%; top: -120px; background: var(--un-yellow); transform: skew(-14deg); z-index: -1; }
.un-hero:after { content: ""; position: absolute; width: 220px; height: 220px; left: -120px; bottom: -110px; border: 38px solid #202020; border-radius: 50%; z-index: -1; }
.un-hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; min-height: 650px; gap: 30px; }
.un-hero__content { padding: 80px 0; position: relative; z-index: 2; }
.un-kicker { margin-bottom: 17px !important; color: var(--un-yellow); font-size: 12px; line-height: 1.4; font-weight: 900; letter-spacing: .15em; }
.un-kicker--dark { color: #757575; }
.un-hero h1 { max-width: 700px; margin-bottom: 20px; color: #fff; font-size: clamp(64px, 8vw, 118px); line-height: .86; font-weight: 900; text-transform: uppercase; }
.un-hero__lead { max-width: 590px; margin-bottom: 32px !important; color: #c8c8c8; font-size: 18px; line-height: 1.65; }
.un-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.un-button { min-height: 54px; padding: 16px 24px; display: inline-flex; justify-content: center; align-items: center; gap: 30px; border: 2px solid transparent; color: #0a0a0a !important; font-size: 12px; font-weight: 900; letter-spacing: .1em; transition: .2s ease; }
.un-button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.un-button--yellow { background: var(--un-yellow); }
.un-button--ghost { border-color: #555; color: #fff !important; background: transparent; }
.un-button--ghost:hover { border-color: #fff; }
.un-hero__proof { display: flex; gap: 36px; margin-top: 40px; color: #888; font-size: 12px; }
.un-hero__proof span { padding-left: 14px; border-left: 2px solid var(--un-yellow); }
.un-hero__proof strong { display: block; color: #fff; font-size: 14px; text-transform: uppercase; }
.un-hero__offer { margin-top: 24px; display: flex; align-items: center; gap: 14px; }
.un-hero__offer > span { padding: 7px 10px; color: #000; background: var(--un-yellow); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.un-hero__offer > strong { color: #fff; font-size: 22px; }
.un-hero__offer del { color: #888; font-size: 13px; }
.un-hero__visual { height: 100%; min-height: 560px; position: relative; display: grid; place-items: center; }
.un-hero__product { position: relative; z-index: 2; display: block; transform: rotate(2deg); transition: .35s ease; filter: drop-shadow(0 28px 28px rgba(0,0,0,.38)); }
.un-hero__product:hover { transform: rotate(0) scale(1.03); }
.un-hero__product img { width: min(500px, 46vw); max-height: 520px; object-fit: contain; mix-blend-mode: multiply; }
.un-hero__ring { position: absolute; width: 420px; aspect-ratio: 1; border: 52px solid rgba(255,255,255,.16); border-radius: 50%; }
.un-hero__stamp { position: absolute; z-index: 3; right: 0; bottom: 48px; width: 102px; aspect-ratio: 1; display: grid; place-items: center; border: 3px solid #000; border-radius: 50%; color: #000; font-family: Impact, sans-serif; font-size: 17px; line-height: .9; text-align: center; transform: rotate(-8deg); background: var(--un-yellow); }

/* Trust */
.un-trust { border-bottom: 1px solid var(--un-line); background: #fff; }
.un-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.un-trust__grid > div { min-height: 110px; padding: 24px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--un-line); }
.un-trust__grid > div:last-child { border: 0; }
.un-trust__grid span { color: #111; font-size: 25px; }
.un-trust__grid p { margin: 0; color: #777; font-size: 12px; line-height: 1.5; }
.un-trust__grid strong { display: block; color: #111; font-size: 12px; letter-spacing: .06em; }

/* Shared sections */
.un-section { padding: 100px 0; }
.un-heading { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.un-heading .un-kicker { margin-bottom: 9px !important; }
.un-heading h2, .un-about h2 { margin-bottom: 0; color: #101010; font-size: clamp(42px, 5vw, 68px); line-height: .95; }
.un-heading > a, .un-about a { color: #111; border-bottom: 2px solid var(--un-yellow); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.un-heading > a span { color: #777; }

/* Categories */
.un-categories { background: #fff; }
.un-category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.un-category { min-height: 210px; padding: 24px; display: flex; justify-content: space-between; color: #111; position: relative; overflow: hidden; transition: .25s ease; }
.un-category:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(0,0,0,.12); }
.un-category > div { align-self: end; position: relative; z-index: 1; }
.un-category small { font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.un-category h3 { margin: 5px 0 15px; color: inherit; font-size: clamp(25px, 2.5vw, 39px); line-height: 1; overflow-wrap: anywhere; }
.un-category div > span { font-size: 12px; font-weight: 900; }
.un-category__number { position: absolute; top: -25px; right: 18px; color: rgba(0,0,0,.08); font-family: Impact, sans-serif; font-size: 180px; line-height: 1; }
.un-category--yellow { background: var(--un-yellow); }
.un-category--black { color: #fff; background: #101010; }
.un-category--black .un-category__number { color: rgba(255,255,255,.08); }
.un-category--outline { border: 2px solid #111; background: #fff; }
.un-category--gray { background: var(--un-gray); }

/* Product cards */
.un-products { background: var(--un-gray); }
.un-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.un-card { min-width: 0; background: #fff; transition: .25s ease; }
.un-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(0,0,0,.1); }
.un-card__image { min-height: 300px; padding: 22px; display: grid; place-items: center; position: relative; background: #f8f8f6; overflow: hidden; }
.un-card__image img { width: 100%; height: 260px; object-fit: contain; transition: .3s ease; }
.un-card:hover .un-card__image img { transform: scale(1.05); }
.un-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 7px 9px; color: #000; background: var(--un-yellow); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.un-card__body { padding: 22px; }
.un-card__meta { margin-bottom: 6px !important; color: #999; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.un-card h3 { min-height: 45px; margin-bottom: 18px; color: #111; font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.4; letter-spacing: 0; }
.un-card h3 a { color: inherit; }
.un-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.un-card__price { color: #111; font-size: 18px; font-weight: 900; }
.un-card__price del { color: #999; font-size: 12px; }
.un-card__plus { width: 38px; aspect-ratio: 1; display: grid; place-items: center; color: #000; background: var(--un-yellow); font-size: 24px; font-weight: 500; }

/* Promo and about */
.un-promo { color: #fff; background: var(--un-black); position: relative; overflow: hidden; }
.un-promo:after { content: ""; position: absolute; width: 35%; height: 140%; right: -4%; top: -20%; background: var(--un-yellow); transform: skew(-14deg); }
.un-promo__inner { min-height: 490px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; position: relative; z-index: 1; }
.un-promo__mark { color: transparent; font-family: Impact, sans-serif; font-size: clamp(180px, 26vw, 370px); line-height: .8; -webkit-text-stroke: 2px #333; transform: rotate(-8deg); }
.un-promo__copy { max-width: 630px; padding: 70px 0; }
.un-promo h2 { margin-bottom: 20px; color: #fff; font-size: clamp(52px, 7vw, 90px); line-height: .88; }
.un-promo__copy > p:not(.un-kicker) { max-width: 510px; margin-bottom: 28px; color: #aaa; font-size: 17px; }
.un-about__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.un-about mark { padding: 0 .12em; color: #111; background: var(--un-yellow); }
.un-about__grid > div:last-child p { color: #555; font-size: 18px; line-height: 1.8; }
.un-page-content { padding-top: 0; }
.un-block-editor-wrap { max-width: none; margin-inline: calc(50% - 50vw); }
.un-block-editor-wrap .components-notice { max-width: 1180px; margin: 12px auto; }

/* Store, footer and motion */
.woocommerce ul.products li.product .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0; color: #000; background: var(--un-yellow); font-weight: 900; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #111; font-weight: 800; }
.site-footer { color: #aaa; background: #090909; }
.site-footer a, .site-footer h2, .site-footer .widget-title { color: #fff; }
.site-below-footer-wrap { display: none; }
.un-pro-footer { padding: 78px 0 0; color: #aaa; background: #090909; border-top: 5px solid var(--un-yellow); }
.un-pro-footer__grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.15fr; gap: 60px; }
.un-pro-footer .custom-logo { max-width: 270px; margin-bottom: 24px; }
.un-pro-footer p { color: #aaa; font-size: 13px; line-height: 1.75; }
.un-pro-footer__brand > p { max-width: 390px; }
.un-pro-footer h2 { margin-bottom: 22px; color: #fff; font-family: Inter, Arial, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.un-pro-footer ul { margin: 0; list-style: none; }
.un-pro-footer li { margin-bottom: 11px; }
.un-pro-footer a { color: #aaa; font-size: 13px; }
.un-pro-footer a:hover { color: var(--un-yellow); }
.un-pro-footer__social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.un-pro-footer__social a { padding: 10px 15px; color: #fff; border: 1px solid #555; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.un-pro-footer__social a:hover { color: #000; background: var(--un-yellow); border-color: var(--un-yellow); }
.un-pro-footer__social a.is-temporary::after { content: ' · PRONTO'; color: var(--un-yellow); font-size: 8px; }
.un-pro-footer__social a.is-temporary:hover::after { color: #000; }
.un-pro-footer__email { display: inline-block; margin-top: 8px; color: var(--un-yellow) !important; overflow-wrap: anywhere; }
.un-pro-footer__bottom { margin-top: 60px; padding: 22px 0; display: flex; justify-content: space-between; border-top: 1px solid #292929; color: #777; font-size: 11px; letter-spacing: .04em; }
.un-product-assurance { margin: 22px 0 8px; padding: 16px 0; display: grid; gap: 8px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; color: #333; font-size: 12px; font-weight: 700; }
.un-card, .un-category, .un-trust__grid > div { opacity: 1; transform: none; }
.un-js .is-visible { transition: box-shadow .25s ease, transform .25s ease; }

@media (max-width: 980px) {
  :root { --un-shell: calc(100% - 40px); }
  .un-hero { min-height: auto; }
  .un-hero__grid { grid-template-columns: 1fr; min-height: auto; }
  .un-hero__content { padding: 74px 0 20px; }
  .un-hero__visual { min-height: 430px; }
  .un-hero__product img { width: min(520px, 88vw); height: 390px; }
  .un-hero:before { width: 48%; right: -12%; }
  .un-trust__grid, .un-product-grid { grid-template-columns: repeat(2, 1fr); }
  .un-trust__grid > div:nth-child(2) { border-right: 0; }
  .un-promo__inner { grid-template-columns: .65fr 1.35fr; }
  .un-about__grid { gap: 40px; }
  .un-category-grid { grid-template-columns: repeat(2, 1fr); }
  .un-pro-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .un-commerce-bar__inner { grid-template-columns: 1fr auto; gap: 14px; }
  .un-account-link span { display: none; }
  .un-account-link { padding-right: 14px; }
}

@media (max-width: 680px) {
  :root { --un-shell: calc(100% - 28px); }
  .site-header:before { padding-inline: 8px; font-size: 8px; letter-spacing: .035em; white-space: nowrap; overflow: hidden; }
  .site-primary-header-wrap { min-height: 68px; }
  body { overflow-x: hidden; }
  .ast-primary-header-bar .site-primary-header-wrap { padding-inline: 14px; }
  .custom-logo { max-width: 205px; }
  .un-actions { display: grid; grid-template-columns: 1fr; }
  .un-button { width: 100%; }
  .un-hero__content { min-width: 0; }
  .un-hero h1, .un-hero__lead, .un-kicker { overflow-wrap: anywhere; }
  .un-hero:before { width: 58%; height: 760px; right: -24%; top: 565px; transform: skew(-12deg); }
  .un-hero__content { padding-bottom: 8px; }
  .un-commerce-bar__inner { padding-block: 10px; grid-template-columns: 1fr; gap: 9px; }
  .un-mobile-links { margin: 0 -14px; padding: 0 14px 9px; display: flex; gap: 22px; overflow-x: auto; scrollbar-width: none; }
  .un-mobile-links::-webkit-scrollbar { display: none; }
  .un-mobile-links a { flex: 0 0 auto; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
  .un-mobile-links a:first-child { color: var(--un-yellow); }
  .un-product-search { max-width: none; }
  .un-commerce-actions { width: 100%; max-width: 100%; min-width: 0; min-height: 46px; justify-content: space-between; position: relative; overflow: visible; }
  .un-account-link span { display: grid; }
  .un-account-link { margin: 0; }
  .un-cart-link { margin: 0; display: flex !important; visibility: visible !important; opacity: 1 !important; position: absolute; right: 8px; top: 0; z-index: 5; }
  .un-cart-link__text strong { font-size: 11px; }
  .un-hero__grid, .un-hero__content, .un-hero__visual, .un-heading, .un-about__grid { min-width: 0; max-width: 100%; }
  .un-hero h1 { width: 300px; max-width: 100%; font-size: 50px; line-height: .9; }
  .un-hero__lead { max-width: calc(100vw - 28px); font-size: 14px; overflow-wrap: anywhere; }
  .un-kicker { max-width: calc(100vw - 28px); font-size: 9px; letter-spacing: .1em; }
  .un-heading h2, .un-about h2 { width: 290px; max-width: 100%; font-size: 38px; overflow-wrap: anywhere; }
  .un-heading { margin-bottom: 30px; }
  .un-card, .un-card__body, .un-card__image { width: 100%; max-width: 100%; min-width: 0; }
  .un-card__bottom { flex-wrap: wrap; }
  .un-hero h1 { font-size: clamp(55px, 18vw, 82px); }
  .un-hero__lead { font-size: 16px; }
  .un-hero__proof { gap: 18px; }
  .un-hero__visual { min-height: 360px; }
  .un-hero__ring { width: 290px; border-width: 35px; }
  .un-hero__product img { height: 330px; }
  .un-hero__stamp { width: 82px; right: 4px; bottom: 28px; font-size: 14px; }
  .un-section { padding: 72px 0; }
  .un-heading { align-items: start; }
  .un-heading > a { display: none; }
  .un-heading h2, .un-about h2 { font-size: 45px; }
  .un-category-grid, .un-product-grid, .un-about__grid { grid-template-columns: 1fr; }
  .un-category { min-height: 210px; }
  .un-trust__grid { grid-template-columns: 1fr 1fr; }
  .un-trust__grid > div { min-height: 100px; padding: 16px 10px; gap: 9px; }
  .un-trust__grid span { font-size: 19px; }
  .un-product-grid { gap: 12px; }
  .un-card__image { min-height: 320px; }
  .un-promo__inner { grid-template-columns: 1fr; min-height: auto; }
  .un-promo__mark { display: none; }
  .un-promo:after { width: 24%; right: -14%; }
  .un-promo__copy { padding: 82px 0; }
  .un-promo h2 { font-size: 58px; }
  .un-about__grid { gap: 28px; }
  .un-pro-footer { padding-top: 58px; }
  .un-pro-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .un-pro-footer__bottom { margin-top: 40px; display: grid; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
