/*
Theme Name: Adoro Patas
Theme URI: https://adoropatas.com.br
Description: Tema WooCommerce oficial da Adoro Patas, baseado na estrutura AlfaMix.
Author: HDCS
Template: storefront
Version: 1.8.11-adoropatas.13
Text Domain: alfamix
*/

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Sora";
    font-style: normal;
    font-weight: 500 800;
    font-display: swap;
    src: url("assets/fonts/sora-latin.woff2") format("woff2");
}

:root {
    --am-ink: #16352c;
    --am-navy: #0d4835;
    --am-navy-soft: #195c45;
    --am-orange: #ff7158;
    --am-orange-deep: #c84432;
    --am-red: #b9382d;
    --am-cream: #fff7f3;
    --am-sand: #f3e8de;
    --am-sky: #f2f7f4;
    --am-mint: #e5f3ea;
    --am-white: #fff;
    --am-muted: #607069;
    --am-line: #dbe5df;
    --am-shadow: 0 18px 55px rgba(13, 72, 53, .11);
    --am-shadow-soft: 0 10px 30px rgba(13, 72, 53, .07);
    --am-radius: 22px;
    --am-container: 1240px;
}

html {
    scroll-behavior: smooth;
}

body.alfamix-theme {
    margin: 0;
    color: var(--am-ink);
    background:
        radial-gradient(circle at 8% 4%, rgba(255, 113, 88, .07), transparent 23rem),
        linear-gradient(180deg, #fff 0, #fff 60%, #fbfcfe 100%);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.alfamix-theme *,
.alfamix-theme *::before,
.alfamix-theme *::after {
    box-sizing: border-box;
}

.alfamix-theme h1,
.alfamix-theme h2,
.alfamix-theme h3,
.alfamix-theme h4,
.alfamix-theme h5,
.alfamix-theme h6 {
    margin: 0 0 .6em;
    color: var(--am-ink);
    font-family: "Sora", sans-serif;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.alfamix-theme p {
    margin: 0 0 1em;
}

.alfamix-theme a {
    color: inherit;
    text-decoration: none;
}

.alfamix-theme img {
    max-width: 100%;
    height: auto;
}

.alfamix-theme button,
.alfamix-theme input,
.alfamix-theme select,
.alfamix-theme textarea {
    font: inherit;
}

.alfamix-theme button,
.alfamix-theme input[type="button"],
.alfamix-theme input[type="reset"],
.alfamix-theme input[type="submit"],
.alfamix-theme .button,
.alfamix-theme .added_to_cart {
    border-radius: 12px;
}

.alfamix-theme input[type="button"],
.alfamix-theme input[type="reset"],
.alfamix-theme input[type="submit"],
.alfamix-theme .button,
.alfamix-theme .added_to_cart {
    border-color: var(--am-navy);
    color: #fff;
    background: var(--am-navy);
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.alfamix-theme input[type="button"]:hover,
.alfamix-theme input[type="reset"]:hover,
.alfamix-theme input[type="submit"]:hover,
.alfamix-theme .button:hover,
.alfamix-theme .added_to_cart:hover {
    border-color: var(--am-navy-soft);
    color: #fff;
    background: var(--am-navy-soft);
}

.alfamix-theme :focus-visible {
    outline: 3px solid rgba(233, 85, 64, .45);
    outline-offset: 3px;
}

.alfamix-theme .site,
.alfamix-theme .site-content,
.alfamix-theme .col-full {
    max-width: none;
    margin: 0;
    padding: 0;
}

.am-site {
    min-height: 100vh;
    overflow: hidden;
}

.am-container {
    width: min(calc(100% - 40px), var(--am-container));
    margin-inline: auto;
}

.am-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    vertical-align: middle;
}

.screen-reader-text:focus {
    z-index: 99999;
}

/* Header */
.am-announcement {
    position: relative;
    z-index: 41;
    color: #fff;
    background: var(--am-navy);
    font-size: 13px;
}

.am-announcement-inner {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.am-announcement p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
}

.am-announcement-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--am-orange);
    box-shadow: 0 0 0 5px rgba(255, 113, 88, .17);
}

.am-announcement a {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
}

.am-announcement a .am-icon {
    width: 16px;
    height: 16px;
    transition: transform .2s ease;
}

.am-announcement a:hover .am-icon {
    transform: translateX(4px);
}

.am-header {
    position: relative;
    z-index: 40;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 1px 0 rgba(11, 20, 38, .08);
    backdrop-filter: blur(18px);
    transition: box-shadow .25s ease, transform .25s ease;
}

.am-header.is-sticky {
    position: fixed;
    inset: 0 0 auto;
    box-shadow: 0 10px 40px rgba(11, 20, 38, .12);
}

.am-header.is-scrolled {
    box-shadow: 0 10px 40px rgba(11, 20, 38, .12);
}

.admin-bar .am-header.is-sticky {
    top: 32px;
}

.am-header-main {
    display: grid;
    grid-template-columns: 210px minmax(260px, 1fr) auto;
    align-items: center;
    gap: 32px;
    min-height: 92px;
}

.am-brand {
    display: inline-flex;
    align-items: center;
    width: 194px;
}

.am-brand-picture {
    display: block;
    width: 100%;
    line-height: 0;
}

.am-brand-image {
    display: block;
    width: 100%;
    max-height: 54px;
    object-fit: contain;
    object-position: left center;
}

.am-brand-image-transparent {
    max-height: 78px;
}

.ap-home-banner {
    overflow: hidden;
    background: #fffaf2;
}

.ap-home-banner a,
.ap-home-banner img {
    display: block;
    width: 100%;
}

.ap-home-banner img {
    height: auto;
}

.am-search {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 52px;
    padding-left: 17px;
    border: 1px solid #dbe2ea;
    border-radius: 16px;
    background: #f6f8fa;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.am-search:focus-within {
    border-color: rgba(233, 85, 64, .62);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(233, 85, 64, .12);
}

.am-search .am-icon {
    width: 20px;
    color: var(--am-muted);
}

.am-search input[type="search"] {
    width: 100%;
    height: 50px;
    min-width: 0;
    padding: 0 14px;
    border: 0;
    outline: 0;
    color: var(--am-ink);
    background: transparent;
    box-shadow: none;
}

.am-search button {
    align-self: stretch;
    margin: 5px;
    padding: 0 21px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: var(--am-navy);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.am-search button:hover {
    background: var(--am-orange-deep);
}

.am-header-actions {
    display: flex;
    align-items: center;
    gap: 19px;
}

.am-action-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 118px;
    color: var(--am-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
}

.am-action-link > .am-icon {
    width: 25px;
    height: 25px;
    color: var(--am-navy);
}

.am-action-link small {
    display: block;
    margin-bottom: 4px;
    color: var(--am-muted);
    font-size: 11px;
    font-weight: 500;
}

.am-cart-count {
    display: inline-grid;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: var(--am-red);
    font-size: 10px;
    font-weight: 800;
    line-height: 16px;
}

.am-action-link > .am-cart-count {
    position: absolute;
    top: -8px;
    left: 15px;
}

.am-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--am-navy);
    cursor: pointer;
}

.am-menu-close {
    display: none;
}

.am-menu-toggle[aria-expanded="true"] .am-menu-open {
    display: none;
}

.am-menu-toggle[aria-expanded="true"] .am-menu-close {
    display: inline-flex;
}

.am-nav-shell {
    border-top: 1px solid #edf0f4;
}

.am-nav-inner {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.am-primary-nav,
.am-primary-nav .am-menu {
    min-width: 0;
}

.am-menu {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 34px;
    list-style: none;
}

.am-menu li {
    position: relative;
    margin: 0;
}

.am-menu > li > a {
    position: relative;
    display: block;
    padding: 13px 0;
    color: #263249;
    font-size: 14px;
    font-weight: 700;
}

.am-menu > li > a::after {
    position: absolute;
    right: 50%;
    bottom: 7px;
    left: 50%;
    height: 2px;
    border-radius: 2px;
    background: var(--am-orange);
    content: "";
    transition: left .2s ease, right .2s ease;
}

.am-menu > li > a:hover::after,
.am-menu > .current-menu-item > a::after {
    right: 0;
    left: 0;
}

.am-menu .sub-menu {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: -18px;
    display: none;
    min-width: 210px;
    margin: 0;
    padding: 12px;
    border: 1px solid var(--am-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--am-shadow);
    list-style: none;
}

.am-menu li:hover > .sub-menu,
.am-menu li:focus-within > .sub-menu {
    display: block;
}

.am-menu .sub-menu a {
    display: block;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.am-menu .sub-menu a:hover {
    background: var(--am-cream);
}

.am-nav-promise {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--am-red);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.am-nav-promise .am-icon {
    width: 18px;
}

.am-category-chips {
    display: none;
}

.am-catalog-nav,
.am-catalog-shell,
.am-catalog-mega-wrap {
    position: relative;
}

.am-catalog-bar {
    display: flex;
    min-height: 52px;
    align-items: stretch;
    gap: 28px;
}

.am-catalog-all,
.am-catalog-toggle,
.am-catalog-quick-links a {
    display: flex;
    min-height: 52px;
    align-items: center;
    color: #3f4652;
    font-size: 13px;
    white-space: nowrap;
}

.am-catalog-all,
.am-catalog-toggle {
    font-weight: 800;
}

.am-catalog-all:hover,
.am-catalog-all.is-current,
.am-catalog-toggle:hover,
.am-catalog-toggle.is-current,
.am-catalog-quick-links a:hover,
.am-catalog-quick-links a.is-current {
    color: var(--am-orange-deep);
}

.am-catalog-toggle {
    padding: 0;
    gap: 9px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.alfamix-theme .am-catalog-toggle {
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.6;
}

.am-catalog-chevron {
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .2s ease;
}

.am-catalog-toggle[aria-expanded="true"] .am-catalog-chevron,
.am-catalog-group.is-open .am-catalog-group-toggle .am-catalog-chevron {
    transform: translateY(2px) rotate(225deg);
}

.am-catalog-quick-links {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: stretch;
    justify-content: space-between;
    gap: 22px;
}

.am-catalog-quick-links a {
    overflow: hidden;
    min-width: 0;
    font-size: 12px;
    text-overflow: ellipsis;
}

.am-catalog-mega {
    position: absolute;
    z-index: 120;
    top: 100%;
    left: 0;
    display: none;
    width: min(760px, calc(100vw - 40px));
    padding: 18px;
    border: 1px solid #e4e7eb;
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 24px 50px rgba(11, 20, 38, .16);
}

.am-catalog-mega.is-open {
    display: block;
}

.am-catalog-mega-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
}

.am-catalog-group {
    min-width: 0;
    border-bottom: 1px solid #edf0f3;
}

.am-catalog-group-heading {
    display: grid;
    min-height: 48px;
    grid-template-columns: minmax(0, 1fr) 36px;
    align-items: stretch;
}

.am-catalog-group:not(.has-children) .am-catalog-group-heading {
    grid-template-columns: 1fr;
}

.am-catalog-group-link {
    display: flex;
    min-width: 0;
    padding: 11px 0;
    align-items: center;
    color: #171b23;
    font-size: 14px;
    font-weight: 800;
}

.am-catalog-group-link:hover,
.am-catalog-group.is-current .am-catalog-group-link,
.am-catalog-children a:hover,
.am-catalog-children a.is-current {
    color: var(--am-orange-deep);
}

.am-catalog-group-toggle {
    display: grid;
    width: 36px;
    min-height: 48px;
    padding: 0;
    place-items: center;
    border: 0;
    color: #687181;
    background: transparent;
    cursor: pointer;
}

.am-catalog-children {
    display: none;
    margin: -1px 0 10px;
    padding: 0 0 0 12px;
    border-left: 1px solid #e5e0d9;
    list-style: none;
}

.am-catalog-group.is-open .am-catalog-children {
    display: block;
}

.am-catalog-children li {
    margin: 0;
}

.am-catalog-children a {
    display: block;
    padding: 5px 0;
    color: #5e6572;
    font-size: 13px;
    line-height: 1.4;
}

/* Common */
.am-section {
    position: relative;
    padding: 96px 0;
}

.am-section-heading {
    display: flex;
    margin-bottom: 40px;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.am-section-heading h2 {
    margin: 0;
    font-size: clamp(30px, 3vw, 46px);
}

.am-eyebrow {
    display: flex;
    margin: 0 0 16px;
    align-items: center;
    gap: 11px;
    color: #ffbea5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.am-eyebrow > span {
    width: 28px;
    height: 2px;
    background: currentColor;
}

.am-eyebrow-dark {
    color: var(--am-orange-deep);
}

.am-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--am-navy);
    font-weight: 800;
    white-space: nowrap;
}

.am-text-link .am-icon {
    width: 19px;
    transition: transform .2s ease;
}

.am-text-link:hover {
    color: var(--am-orange-deep);
}

.am-text-link:hover .am-icon {
    transform: translateX(5px);
}

.am-button {
    display: inline-flex;
    min-height: 54px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 800;
    line-height: 1;
    transition: color .2s ease, transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.am-button:hover {
    transform: translateY(-2px);
}

.am-button .am-icon {
    width: 19px;
}

.alfamix-theme .am-button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--am-orange-deep), var(--am-red));
    box-shadow: 0 14px 30px rgba(185, 56, 45, .25);
}

.alfamix-theme .am-button-primary:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--am-red), #8f2d25);
    box-shadow: 0 18px 36px rgba(185, 56, 45, .32);
}

.alfamix-theme .am-button-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .06);
}

.alfamix-theme .am-button-ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.alfamix-theme .am-button-dark {
    color: #fff;
    background: linear-gradient(135deg, var(--am-navy-soft), var(--am-navy));
    box-shadow: 0 12px 26px rgba(13, 72, 53, .18);
}

.alfamix-theme .am-button-dark:hover {
    color: #fff;
    background: var(--am-navy-soft);
    box-shadow: 0 16px 32px rgba(13, 72, 53, .24);
}

.alfamix-theme .am-button-light {
    color: var(--am-navy);
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.alfamix-theme .am-button-light:hover {
    color: var(--am-orange-deep);
}

/* Hero */
.am-hero {
    position: relative;
    color: #fff;
    background:
        radial-gradient(circle at 84% 20%, rgba(255, 113, 88, .19), transparent 23rem),
        linear-gradient(135deg, #0a3c2c 0%, #0d4835 62%, #195c45 100%);
    isolation: isolate;
}

.am-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .23;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 62px 62px;
    content: "";
    mask-image: linear-gradient(90deg, transparent 4%, #000 65%, transparent);
}

.am-hero::after {
    position: absolute;
    right: -8vw;
    bottom: -210px;
    z-index: -1;
    width: 480px;
    height: 480px;
    border: 90px solid rgba(255, 255, 255, .025);
    border-radius: 50%;
    content: "";
}

.am-hero-grid {
    display: grid;
    min-height: 650px;
    padding-block: 75px;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
    align-items: center;
    gap: 72px;
}

.am-hero-copy {
    position: relative;
    z-index: 2;
}

.am-hero h1 {
    max-width: 690px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 5.4vw, 74px);
    letter-spacing: -.055em;
}

.am-hero h1 strong {
    display: block;
    color: #ff7650;
    font-weight: 800;
}

.am-hero-text {
    max-width: 620px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.7;
}

.am-hero-actions {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 12px;
}

.am-trust-row {
    display: flex;
    margin-top: 43px;
    flex-wrap: wrap;
    gap: 28px;
}

.am-trust-row > span {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 9px;
}

.am-trust-row .am-icon {
    width: 21px;
    height: 21px;
    margin-top: 3px;
    grid-row: 1 / 3;
    color: #ff8060;
}

.am-trust-row b {
    color: #fff;
    font-size: 13px;
}

.am-trust-row small {
    color: rgba(255, 255, 255, .52);
    font-size: 11px;
}

.am-hero-visual {
    position: relative;
    min-height: 500px;
}

.am-hero-card-main {
    position: absolute;
    z-index: 3;
    top: 58px;
    right: 12px;
    width: min(100%, 390px);
    min-height: 400px;
    padding: 44px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 34px;
    background:
        linear-gradient(155deg, rgba(255,255,255,.16), rgba(255,255,255,.04)),
        rgba(14, 26, 45, .68);
    box-shadow: 0 40px 90px rgba(0, 0, 0, .3);
    backdrop-filter: blur(18px);
    transform: rotate(2deg);
}

.am-hero-card-main::after {
    position: absolute;
    right: -85px;
    bottom: -80px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 90, 31, .7), rgba(179, 21, 33, .45));
    filter: blur(1px);
    content: "";
}

.am-card-kicker {
    display: block;
    margin-bottom: 35px;
    color: rgba(255,255,255,.55);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
}

.am-bag-mark {
    position: relative;
    width: 94px;
    height: 106px;
    margin-bottom: 26px;
    border-radius: 10px 10px 18px 18px;
    background: linear-gradient(155deg, #ff702e, #e32e0e);
    box-shadow: 0 20px 40px rgba(255, 72, 20, .22);
}

.am-bag-mark::before {
    position: absolute;
    top: -20px;
    left: 24px;
    width: 46px;
    height: 34px;
    border: 7px solid #ff702e;
    border-bottom: 0;
    border-radius: 26px 26px 0 0;
    content: "";
}

.am-bag-mark span,
.am-bag-mark i {
    position: absolute;
    top: 43px;
    left: 17px;
    width: 60px;
    height: 7px;
    border-radius: 9px;
    background: #fff;
}

.am-bag-mark i:nth-of-type(1) {
    top: 26px;
    left: 28px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.am-bag-mark i:nth-of-type(2) {
    top: 26px;
    left: 58px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.am-bag-mark i:nth-of-type(3) {
    top: 61px;
    left: 28px;
    width: 38px;
    height: 19px;
    border: 5px solid #fff;
    border-top: 0;
    border-radius: 0 0 25px 25px;
    background: transparent;
}

.am-hero-card-main h2 {
    position: relative;
    z-index: 2;
    max-width: 270px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 30px;
}

.am-hero-card-main p {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.65);
    font-size: 14px;
}

.am-visual-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
}

.am-orbit-one {
    top: 10px;
    right: -65px;
    width: 500px;
    height: 500px;
}

.am-orbit-two {
    top: 90px;
    right: 20px;
    width: 330px;
    height: 330px;
}

.am-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    min-width: 185px;
    padding: 14px 16px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 17px;
    color: var(--am-ink);
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
    animation: am-float 5s ease-in-out infinite;
    backdrop-filter: blur(12px);
}

.am-floating-card b,
.am-floating-card small {
    display: block;
}

.am-floating-card b {
    font-family: "Sora", sans-serif;
    font-size: 13px;
}

.am-floating-card small {
    margin-top: 2px;
    color: var(--am-muted);
    font-size: 10px;
}

.am-floating-tech {
    top: 4px;
    left: 4px;
}

.am-floating-home {
    right: -18px;
    bottom: 35px;
    animation-delay: -1.7s;
}

.am-floating-care {
    bottom: 4px;
    left: -22px;
    animation-delay: -3.2s;
}

.am-mini-icon {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    overflow: hidden;
    border-radius: 13px;
    background: var(--am-cream);
}

.am-mini-icon::before,
.am-mini-icon::after {
    position: absolute;
    content: "";
}

.am-mini-tech::before {
    width: 18px;
    height: 27px;
    border: 3px solid var(--am-navy);
    border-radius: 4px;
}

.am-mini-tech::after {
    bottom: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--am-orange);
}

.am-mini-home::before {
    width: 21px;
    height: 17px;
    border-radius: 3px;
    background: var(--am-red);
    transform: translateY(4px);
}

.am-mini-home::after {
    width: 18px;
    height: 18px;
    background: var(--am-red);
    transform: rotate(45deg) translate(-3px, -3px);
}

.am-mini-care::before {
    width: 21px;
    height: 21px;
    border: 3px solid var(--am-orange);
    border-radius: 50% 50% 50% 8px;
    transform: rotate(-35deg);
}

@keyframes am-float {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

/* Categories */
.am-categories-section {
    background: #fff;
}

.am-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.am-category-grid::-webkit-scrollbar,
.am-category-chips::-webkit-scrollbar {
    display: none;
}

.am-category-card {
    display: flex;
    min-width: 0;
    min-height: 300px;
    padding: 15px;
    flex-direction: column;
    border: 1px solid var(--am-line);
    border-radius: 22px;
    background: linear-gradient(180deg, #fff 0%, #fcfdff 100%);
    box-shadow: 0 8px 24px rgba(11, 20, 38, .045);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.am-category-card:hover {
    border-color: rgba(255, 90, 31, .55);
    box-shadow: var(--am-shadow-soft);
    transform: translateY(-4px);
}

.am-category-card strong,
.am-category-card small {
    display: block;
}

.am-category-body {
    display: flex;
    padding: 2px 4px 3px;
    flex: 1;
    flex-direction: column;
}

.am-category-card strong {
    min-height: 46px;
    color: var(--am-ink);
    font-family: "Sora", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.am-category-card small {
    margin-top: 4px;
    color: var(--am-muted);
    font-size: 12px;
}

.am-category-action {
    display: flex;
    margin-top: auto;
    padding-top: 14px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #edf0f4;
    color: var(--am-navy);
    font-size: 12px;
    font-weight: 800;
}

.am-category-action .am-icon {
    width: 17px;
    height: 17px;
    color: var(--am-orange-deep);
    transition: transform .2s ease;
}

.am-category-card:hover .am-category-action .am-icon {
    transform: translateX(3px);
}

.am-category-art {
    position: relative;
    display: grid;
    height: 138px;
    margin-bottom: 15px;
    overflow: hidden;
    place-items: center;
    border-radius: 17px;
    background: #f3f7fb;
}

.am-category-art img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .3s ease;
}

.am-category-card:hover img {
    transform: scale(1.06);
}

.am-category-art-label {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #566176;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.am-category-icon-wrap {
    display: grid;
    width: 82px;
    height: 82px;
    margin-top: 10px;
    place-items: center;
    border: 1px solid rgba(16, 29, 52, .08);
    border-radius: 25px;
    color: var(--am-navy);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 24px rgba(16, 29, 52, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.am-category-icon {
    width: 56px;
    height: 56px;
}

.am-category-icon-accent {
    color: var(--am-orange-deep);
    stroke: currentColor;
}

.am-category-card:hover .am-category-icon-wrap {
    box-shadow: 0 12px 28px rgba(16, 29, 52, .12);
    transform: translateY(-2px);
}

.am-category-art-2 { background: #fff4ec; }
.am-category-art-3 { background: #f4f6fb; }
.am-category-art-4 { background: #eef5ff; }
.am-category-art-5 { background: #eef8f3; }

/* Product cards */
.am-home-catalog {
    background: #f7f9fc;
}

.am-home-shelf {
    padding: 64px 0 72px;
    border-top: 1px solid #e8ecf1;
}

.am-home-shelf:first-child {
    border-top: 0;
}

.am-home-shelf-featured,
.am-home-shelf-alt {
    background: #fff;
}

.am-home-shelf-heading {
    display: flex;
    margin-bottom: 28px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.am-home-shelf-heading h2 {
    margin: 0;
    font-size: clamp(28px, 3.2vw, 42px);
}

.am-product-shelf {
    min-width: 0;
}

.am-home-empty {
    text-align: center;
}

.am-home-empty p {
    margin-bottom: 24px;
    color: var(--am-muted);
}

.am-products-section {
    background:
        radial-gradient(circle at 90% 16%, rgba(255, 90, 31, .07), transparent 20rem),
        #f7f9fc;
}

.alfamix-theme ul.products {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.alfamix-theme ul.products::before,
.alfamix-theme ul.products::after {
    display: none;
}

.alfamix-theme ul.products li.product {
    position: relative;
    display: flex;
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 13px 13px 17px;
    flex-direction: column;
    text-align: left;
    border: 1px solid #e5e9ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 5px 22px rgba(11, 20, 38, .04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.alfamix-theme ul.products li.product:hover {
    border-color: rgba(255, 90, 31, .35);
    box-shadow: var(--am-shadow);
    transform: translateY(-6px);
}

.alfamix-theme ul.products li.product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 0 17px;
    padding: 12px;
    object-fit: contain;
    border-radius: 14px;
    background: #f7f7f8;
    transition: transform .3s ease;
}

.alfamix-theme ul.products li.product:hover img {
    transform: scale(1.035);
}

.alfamix-theme ul.products li.product .woocommerce-loop-product__title,
.alfamix-theme ul.products li.product h2,
.alfamix-theme ul.products li.product h3 {
    min-height: 44px;
    margin: 0 4px 10px;
    color: var(--am-ink);
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.45;
}

.alfamix-theme ul.products li.product .price {
    display: block;
    min-height: 29px;
    margin: 0 4px 14px;
    color: var(--am-navy);
    font-size: 18px;
    font-weight: 800;
}

.alfamix-theme ul.products li.product .price del {
    color: #9aa2af;
    font-size: 12px;
    font-weight: 500;
}

.alfamix-theme ul.products li.product .price ins {
    color: var(--am-orange-deep);
    font-weight: 800;
    text-decoration: none;
}

.alfamix-theme ul.products li.product .button,
.alfamix-theme ul.products li.product .added_to_cart {
    display: inline-flex;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: var(--am-navy);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.alfamix-theme ul.products li.product > .button {
    margin-top: auto;
}

.alfamix-theme ul.products li.product > .added_to_cart {
    margin-top: 8px;
}

.alfamix-theme ul.products li.product .button:hover,
.alfamix-theme ul.products li.product .added_to_cart:hover {
    background: var(--am-orange-deep);
}

.alfamix-theme ul.products li.product .onsale {
    position: absolute;
    z-index: 2;
    top: 24px;
    right: 24px;
    left: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 7px 9px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--am-red);
    font-size: 10px;
    line-height: 1;
}

.am-catalog-preview {
    display: grid;
    min-height: 390px;
    padding: 56px;
    overflow: hidden;
    grid-template-columns: minmax(280px, .9fr) minmax(380px, 1.1fr);
    align-items: center;
    gap: 60px;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 90, 31, .35), transparent 20rem),
        linear-gradient(135deg, var(--am-navy), #1c3353);
    box-shadow: var(--am-shadow);
}

.am-catalog-copy {
    position: relative;
    z-index: 2;
}

.am-catalog-copy h3 {
    max-width: 550px;
    margin: 18px 0;
    color: #fff;
    font-size: clamp(28px, 3.2vw, 43px);
}

.am-catalog-copy > p {
    max-width: 540px;
    margin-bottom: 26px;
    color: rgba(255,255,255,.68);
}

.am-catalog-badge {
    display: inline-flex;
    padding: 8px 11px;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    color: #ffd4c6;
    background: rgba(255, 90, 31, .13);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.am-catalog-badge .am-icon {
    width: 15px;
    height: 15px;
}

.am-preview-cards {
    position: relative;
    display: flex;
    height: 270px;
    align-items: center;
}

.am-preview-card {
    position: relative;
    display: block;
    width: 34%;
    height: 250px;
    margin-right: -4%;
    padding: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 20px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 24px 50px rgba(0,0,0,.2);
    transform: rotate(-6deg) translateY(12px);
}

.am-preview-card:nth-child(2) {
    z-index: 2;
    transform: rotate(1deg) translateY(-9px);
}

.am-preview-card:nth-child(3) {
    transform: rotate(7deg) translateY(15px);
}

.am-preview-card i {
    display: block;
    height: 140px;
    border-radius: 12px;
    background:
        radial-gradient(circle, var(--am-orange) 0 22%, transparent 23%),
        linear-gradient(145deg, #edf3f8, #fff4eb);
}

.am-preview-card b,
.am-preview-card em,
.am-preview-card small {
    display: block;
    height: 9px;
    margin-top: 15px;
    border-radius: 5px;
    background: #dde2e8;
}

.am-preview-card em { width: 72%; margin-top: 8px; }
.am-preview-card small { width: 45%; height: 13px; margin-top: 17px; background: var(--am-orange); }

/* Editorial */
.am-editorial-section {
    background: #fff;
}

.am-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(240px, .6fr) minmax(240px, .6fr);
    gap: 20px;
}

.am-editorial-main,
.am-editorial-side {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border-radius: 27px;
}

.am-editorial-main {
    display: grid;
    padding: 50px;
    grid-template-columns: minmax(280px, 1fr) 250px;
    align-items: center;
    gap: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--am-navy), var(--am-navy-soft));
}

.am-editorial-main h2 {
    max-width: 510px;
    color: #fff;
    font-size: clamp(30px, 3vw, 44px);
}

.am-editorial-main p:not(.am-eyebrow) {
    max-width: 520px;
    color: rgba(255,255,255,.66);
}

.am-editorial-graphic {
    position: relative;
    height: 250px;
}

.am-editorial-graphic span,
.am-editorial-graphic i,
.am-editorial-graphic b {
    position: absolute;
    display: block;
    content: "";
}

.am-editorial-graphic span {
    top: 28px;
    right: 20px;
    width: 180px;
    height: 180px;
    border-radius: 42% 58% 61% 39%;
    background: linear-gradient(145deg, var(--am-orange), var(--am-red));
    box-shadow: 0 26px 55px rgba(255, 70, 24, .25);
    transform: rotate(17deg);
}

.am-editorial-graphic i {
    top: 71px;
    right: 60px;
    width: 100px;
    height: 100px;
    border: 13px solid #fff;
    border-radius: 50%;
}

.am-editorial-graphic b {
    right: 86px;
    bottom: 62px;
    width: 48px;
    height: 10px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 -30px 0 #fff;
}

.am-editorial-side {
    display: flex;
    padding: 35px;
    flex-direction: column;
    justify-content: end;
    background: var(--am-sky);
}

.am-editorial-side > .am-icon {
    width: 48px;
    height: 48px;
    margin-bottom: auto;
    padding: 11px;
    border-radius: 15px;
    color: var(--am-navy);
    background: #fff;
    box-shadow: var(--am-shadow-soft);
}

.am-editorial-side h3 {
    font-size: 22px;
}

.am-editorial-side p {
    margin: 0;
    color: var(--am-muted);
    font-size: 14px;
}

.am-editorial-side-orange {
    background: var(--am-cream);
}

.am-editorial-side-orange > .am-icon {
    color: var(--am-orange-deep);
}

.am-final-cta {
    padding-top: 0;
    background: #fff;
}

.am-final-cta-inner {
    display: flex;
    min-height: 260px;
    padding: 55px 65px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255,255,255,.13), transparent 15rem),
        linear-gradient(120deg, var(--am-orange-deep), var(--am-red));
    box-shadow: 0 24px 60px rgba(179, 21, 33, .18);
}

.am-final-cta h2 {
    max-width: 750px;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3vw, 45px);
}

/* Footer */
.am-footer {
    position: relative;
    padding: 56px 0 25px;
    overflow: hidden;
    color: rgba(255,255,255,.67);
    background: #082f24;
}

.am-footer::after {
    position: absolute;
    right: -150px;
    bottom: -230px;
    width: 500px;
    height: 500px;
    border: 90px solid rgba(255, 113, 88, .07);
    border-radius: 50%;
    content: "";
}

.am-footer-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.45fr .7fr .8fr 1fr;
    gap: 60px;
}

.am-footer-brand .am-brand {
    width: 210px;
    margin-bottom: 18px;
}

.am-footer-brand .am-brand-light {
    width: 170px;
    padding: 10px 14px !important;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px !important;
    background: #fff7f3 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
}

.am-footer-brand > p {
    max-width: 400px;
    margin-bottom: 0;
}

.am-footer-badges {
    display: flex;
    margin-top: 18px;
    flex-wrap: wrap;
    gap: 10px;
}

.am-footer-badges span {
    display: inline-flex;
    padding: 8px 10px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 9px;
    color: rgba(255,255,255,.75);
    font-size: 11px;
}

.am-footer-badges .am-icon {
    width: 16px;
    height: 16px;
    color: #ff7551;
}

.am-footer-column h2 {
    margin: 8px 0 21px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
}

.am-footer-column a {
    display: block;
    width: fit-content;
    margin-bottom: 11px;
    font-size: 14px;
    transition: color .2s ease, transform .2s ease;
}

.am-footer-column a:hover {
    color: #fff;
    transform: translateX(3px);
}

.am-footer-note p {
    font-size: 14px;
}

.am-footer-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    margin-top: 30px;
    padding-top: 22px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,.09);
    font-size: 12px;
}

.am-footer-bottom p {
    margin: 0;
}

.am-footer-legal {
    display: grid;
    max-width: 900px;
    gap: 5px;
}

.am-footer-legal strong,
.am-footer-legal a {
    color: #fff;
}

.am-footer-legal a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.am-footer-legal a:hover {
    text-decoration-thickness: 2px;
}

.am-security-seals {
    display: flex;
    min-width: max-content;
    align-items: center;
    gap: 24px;
    color: #fff;
}

.am-security-label {
    color: #fff;
    font-size: 12px;
}

.am-security-brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: opacity .2s ease, transform .2s ease;
}

.am-security-brand:hover {
    opacity: .82;
    transform: translateY(-1px);
}

.am-security-google-icon {
    width: 22px;
    height: 28px;
    flex: 0 0 auto;
}

.am-security-copy {
    display: flex;
    flex-direction: column;
    font-family: Sora, sans-serif;
    line-height: 1;
}

.am-security-copy b {
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.03em;
}

.am-security-copy small {
    margin-top: 2px;
    color: rgba(255,255,255,.58);
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
}

.am-mobile-dock {
    display: none;
}

/* Commerce and content pages */
.am-commerce-shell,
.am-page-shell,
.am-content-shell,
.am-not-found {
    min-height: 55vh;
    padding: 58px 0 100px;
    background:
        radial-gradient(circle at 95% 5%, rgba(255, 90, 31, .06), transparent 22rem),
        #f8fafc;
}

.am-reading-width {
    max-width: 980px;
}

.am-page-card {
    padding: clamp(28px, 5vw, 64px);
    border: 1px solid #edf0f4;
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--am-shadow-soft);
}

.am-page-header {
    margin-bottom: 38px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--am-line);
}

.am-page-header h1 {
    margin: 0;
    font-size: clamp(32px, 5vw, 50px);
}

.am-entry-content {
    color: #344054;
}

.am-entry-content > :first-child {
    margin-top: 0;
}

.am-entry-content h2 {
    margin: 42px 0 14px;
    font-size: clamp(23px, 3vw, 30px);
}

.am-entry-content h3 {
    margin: 28px 0 10px;
    font-size: 20px;
}

.am-entry-content p,
.am-entry-content li {
    line-height: 1.75;
}

.am-entry-content ul,
.am-entry-content ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.am-entry-content a {
    color: var(--am-orange-deep);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.am-legal-summary,
.am-legal-contact {
    margin: 28px 0;
    padding: 22px 24px;
    border: 1px solid #ffd7c5;
    border-radius: 16px;
    background: var(--am-cream);
}

.am-legal-summary p:last-child,
.am-legal-contact p:last-child {
    margin-bottom: 0;
}

.alfamix-theme .woocommerce-products-header {
    display: grid;
    margin-bottom: 36px;
    padding: 38px 42px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px 28px;
    border-radius: 24px;
    text-align: left;
    background: #fff;
    box-shadow: var(--am-shadow-soft);
}

.alfamix-theme .woocommerce-products-header__title,
.alfamix-theme .entry-title {
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
}

.alfamix-theme.post-type-archive-product .am-commerce-shell > .am-container,
.alfamix-theme.tax-product_cat .am-commerce-shell > .am-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 28px;
}

.alfamix-theme.post-type-archive-product .am-commerce-shell > .am-container > *,
.alfamix-theme.tax-product_cat .am-commerce-shell > .am-container > * {
    grid-column: 1 / -1;
}

.alfamix-theme.post-type-archive-product .am-commerce-shell > .am-container > h1.page-title,
.alfamix-theme.tax-product_cat .am-commerce-shell > .am-container > h1.page-title {
    margin: 0 0 36px;
    grid-column: 1;
    grid-row: 1;
}

.alfamix-theme.post-type-archive-product .am-commerce-shell > .am-container > .woocommerce-ordering,
.alfamix-theme.tax-product_cat .am-commerce-shell > .am-container > .woocommerce-ordering {
    width: 320px;
    margin: 0 0 36px;
    grid-column: 2;
    grid-row: 1;
}

.alfamix-theme.post-type-archive-product .am-commerce-shell > .am-container > .woocommerce-ordering select,
.alfamix-theme.tax-product_cat .am-commerce-shell > .am-container > .woocommerce-ordering select {
    width: 100%;
}

.am-shop-categories {
    margin: 24px 0 30px;
    padding: 24px;
    overflow: visible;
    border: 1px solid var(--am-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--am-shadow-soft);
}

.am-shop-categories-heading {
    margin-bottom: 18px;
}

.am-shop-categories-heading h2 {
    margin: 0 0 4px;
    font-size: 24px;
}

.am-shop-categories-heading p {
    margin: 0;
    color: var(--am-muted);
    font-size: 14px;
}

.am-shop-categories-toggle {
    display: none;
}

.am-shop-category-menu,
.am-shop-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-shop-category-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #dfe4eb;
    border-radius: 14px;
    background: #fff;
}

.am-shop-menu-item {
    position: relative;
    min-width: 0;
    margin: 0;
    border-right: 1px solid #dfe4eb;
    border-bottom: 1px solid #dfe4eb;
    background: #fff;
}

.am-shop-menu-item:first-child {
    border-radius: 13px 0 0 0;
}

.am-shop-menu-root {
    display: grid;
    min-height: 54px;
    grid-template-columns: minmax(0, 1fr) 42px;
}

.am-shop-menu-all .am-shop-root-link {
    min-height: 54px;
}

.am-shop-root-link {
    display: flex;
    min-width: 0;
    padding: 11px 14px;
    align-items: center;
    gap: 8px;
    color: var(--am-navy);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    transition: color .2s ease, background .2s ease;
}

.am-shop-root-link span {
    min-width: 0;
}

.am-shop-root-link small {
    display: grid;
    min-width: 21px;
    height: 21px;
    margin-left: auto;
    padding: 0 5px;
    place-items: center;
    border-radius: 999px;
    color: var(--am-muted);
    background: #f1f3f6;
    font-size: 10px;
}

.am-shop-root-link:hover {
    color: var(--am-orange-deep);
    background: var(--am-cream);
}

.am-shop-menu-item.is-current > .am-shop-menu-root,
.am-shop-menu-all.is-current {
    background: var(--am-navy);
}

.am-shop-menu-item.is-current > .am-shop-menu-root .am-shop-root-link,
.am-shop-menu-all.is-current .am-shop-root-link {
    color: #fff;
}

.am-shop-menu-item.is-current > .am-shop-menu-root .am-shop-root-link:hover,
.am-shop-menu-all.is-current .am-shop-root-link:hover {
    background: rgba(255, 255, 255, .08);
}

.am-shop-menu-item.is-current .am-shop-root-link small {
    color: var(--am-navy);
    background: #fff;
}

.am-shop-submenu-toggle {
    display: grid;
    width: 42px;
    min-height: 54px;
    padding: 0;
    place-items: center;
    border: 0;
    border-left: 1px solid #edf0f4;
    color: var(--am-navy);
    background: transparent;
    cursor: pointer;
}

.am-shop-menu-item.is-current .am-shop-submenu-toggle {
    border-left-color: rgba(255, 255, 255, .16);
    color: #fff;
}

.am-shop-submenu-toggle i,
.am-shop-categories-toggle i {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .2s ease;
}

.am-shop-menu-item.is-open .am-shop-submenu-toggle i,
.am-shop-categories-toggle[aria-expanded="true"] i {
    transform: translateY(2px) rotate(225deg);
}

.am-shop-submenu {
    position: absolute;
    z-index: 30;
    top: calc(100% + 8px);
    left: 0;
    display: none;
    width: min(310px, 82vw);
    padding: 8px;
    border: 1px solid var(--am-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(11, 20, 38, .16);
}

.am-shop-menu-item:hover > .am-shop-submenu,
.am-shop-menu-item:focus-within > .am-shop-submenu,
.am-shop-menu-item.is-open > .am-shop-submenu {
    display: block;
}

.am-shop-submenu li {
    margin: 0;
}

.am-shop-submenu a {
    display: flex;
    min-height: 42px;
    padding: 9px 11px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 9px;
    color: var(--am-navy);
    font-size: 13px;
    font-weight: 700;
}

.am-shop-submenu a:hover,
.am-shop-submenu a.is-active {
    color: var(--am-orange-deep);
    background: var(--am-cream);
}

.am-shop-submenu a small {
    color: var(--am-muted);
    font-size: 10px;
}

.am-shop-submenu-all {
    margin-bottom: 5px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #edf0f4;
}

.alfamix-theme .storefront-sorting {
    display: grid;
    width: 100%;
    margin: 28px 0;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
}

.alfamix-theme .storefront-sorting .woocommerce-result-count {
    grid-column: 2;
    justify-self: center;
    text-align: center;
}

.alfamix-theme .storefront-sorting .woocommerce-pagination {
    width: auto;
    margin: 0;
    grid-column: 3;
    justify-self: end;
    float: none;
}

.alfamix-theme .woocommerce-ordering,
.alfamix-theme .woocommerce-result-count {
    float: none;
    margin: 0;
}

.alfamix-theme .woocommerce-ordering select {
    min-height: 46px;
    padding: 0 40px 0 14px;
    border: 1px solid var(--am-line);
    border-radius: 11px;
    background: #fff;
}

.alfamix-theme .woocommerce-info,
.alfamix-theme .woocommerce-message,
.alfamix-theme .woocommerce-error,
.alfamix-theme .woocommerce-noreviews,
.alfamix-theme p.no-comments {
    margin-bottom: 24px;
    padding: 18px 20px 18px 58px;
    border: 0;
    border-radius: 14px;
    color: var(--am-ink);
    background: #fff;
    box-shadow: var(--am-shadow-soft);
}

.alfamix-theme .woocommerce-info::before,
.alfamix-theme .woocommerce-message::before,
.alfamix-theme .woocommerce-error::before {
    top: 18px;
    left: 20px;
    color: var(--am-orange-deep);
}

.alfamix-theme .woocommerce-pagination {
    margin-top: 35px;
}

.alfamix-theme .woocommerce-pagination .page-numbers li .page-numbers {
    display: grid;
    min-width: 42px;
    min-height: 42px;
    margin: 0 4px;
    place-items: center;
    border-radius: 10px;
    color: var(--am-ink);
    background: #fff;
}

.alfamix-theme .woocommerce-pagination .page-numbers li .page-numbers.current {
    color: #fff;
    background: var(--am-navy);
}

.alfamix-theme .woocommerce-pagination .page-numbers li .prev,
.alfamix-theme .woocommerce-pagination .page-numbers li .next {
    text-indent: 0;
}

.alfamix-theme .woocommerce-pagination .page-numbers li .prev::after,
.alfamix-theme .woocommerce-pagination .page-numbers li .next::after {
    display: none;
    content: none;
}

.alfamix-theme.single-product .am-commerce-shell {
    padding-top: 48px;
}

.alfamix-theme.single-product .am-commerce-shell > .am-container {
    padding: 38px;
    border: 1px solid #edf0f4;
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--am-shadow-soft);
}

.alfamix-theme.single-product div.product {
    display: grid;
    width: 100%;
    padding: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 64px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.alfamix-theme.single-product div.product::before,
.alfamix-theme.single-product div.product::after,
.alfamix-theme.single-product div.product form.cart::before,
.alfamix-theme.single-product div.product form.cart::after {
    display: none !important;
}

.alfamix-theme.single-product div.product .woocommerce-product-gallery,
.alfamix-theme.single-product div.product .summary {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.alfamix-theme.single-product div.product .woocommerce-product-gallery {
    align-self: start;
}

.alfamix-theme.single-product .woocommerce-product-gallery .flex-viewport {
    overflow: hidden;
    border: 1px solid var(--am-line);
    border-radius: 18px;
    background: #fff;
}

.alfamix-theme.single-product .woocommerce-product-gallery__image > a {
    display: block;
    background: #fff;
}

.alfamix-theme.single-product .woocommerce-product-gallery__trigger::before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 10px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1426' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4M11 8v6M8 11h6'/%3E%3C/svg%3E");
    content: "";
    text-indent: 0;
}

.alfamix-theme.single-product .woocommerce-product-gallery__trigger > span {
    display: none;
}

.alfamix-theme.single-product .pswp:not(.pswp--open) {
    display: none !important;
}

.alfamix-theme.single-product div.product .woocommerce-product-gallery .flex-viewport img {
    width: 100%;
    padding: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    background: #fff;
    object-fit: contain;
}

.alfamix-theme.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    margin: 14px 0 0;
    padding: 0 1px 4px;
    overflow-x: auto;
    gap: 12px;
    list-style: none;
    scrollbar-width: thin;
}

.alfamix-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    float: none !important;
    width: 74px !important;
    flex: 0 0 74px;
    margin: 0;
}

.alfamix-theme.single-product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 74px;
    height: 74px;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 11px;
    background: #f8fafc;
    object-fit: cover;
    opacity: .68;
    transition: border-color .2s ease, opacity .2s ease;
}

.alfamix-theme.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.alfamix-theme.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover {
    border-color: var(--am-orange);
    opacity: 1;
}

.alfamix-theme.single-product div.product .summary {
    position: sticky;
    top: 0;
    display: flex !important;
    align-self: start;
    flex-direction: column;
}

.am-product-stock-badge {
    display: inline-flex;
    order: 1;
    width: fit-content;
    margin-bottom: 12px;
    padding: 6px 11px;
    align-items: center;
    gap: 7px;
    border: 1px solid #b8ebd0;
    border-radius: 999px;
    color: #087443;
    background: #edfff5;
    font-size: 11px;
    font-weight: 800;
}

.am-product-stock-badge i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.am-product-stock-badge.is-low-stock {
    border-color: #f3d8a3;
    color: #9a5d00;
    background: #fff9e8;
}

.am-product-stock-badge.is-unavailable {
    border-color: #f2c3c8;
    color: var(--am-red);
    background: #fff2f3;
}

.alfamix-theme.single-product div.product .product_title {
    order: 2;
    margin: 0 0 9px;
    font-size: clamp(30px, 3vw, 40px);
    letter-spacing: -.04em;
    line-height: 1.12;
}

.am-product-reference {
    order: 3;
    margin: 0;
    color: var(--am-muted);
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
}

.am-product-actions,
.alfamix-theme.single-product .woocommerce-product-rating {
    order: 4;
}

.am-product-actions {
    display: flex;
    margin-top: 14px;
}

.am-product-share {
    display: inline-flex;
    min-height: 40px;
    padding: 0 15px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--am-line);
    border-radius: 999px;
    color: var(--am-navy);
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.am-product-share:hover {
    border-color: rgba(255, 90, 31, .45);
    color: var(--am-orange-deep);
    background: var(--am-cream);
}

.am-product-share .am-icon {
    width: 17px;
    height: 17px;
}

.alfamix-theme.single-product div.product .summary > p.price {
    order: 5;
    margin: 22px 0 0;
    padding: 22px 24px 5px;
    border: 1px solid #e8ebef;
    border-bottom: 0;
    border-radius: 17px 17px 0 0;
    color: var(--am-ink);
    background:
        linear-gradient(90deg, var(--am-orange), var(--am-red)) top left / 100% 3px no-repeat,
        #f8fafc;
    font-size: clamp(36px, 4vw, 46px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.12;
}

.alfamix-theme.single-product div.product .summary > p.price del {
    color: #8d95a2;
    font-size: 16px;
    font-weight: 600;
}

.alfamix-theme.single-product div.product .summary > p.price ins {
    color: var(--am-ink);
    font-weight: 800;
    text-decoration: none;
}

.am-product-price-note {
    order: 6;
    margin: 0;
    padding: 4px 24px 21px;
    border: 1px solid #e8ebef;
    border-top: 0;
    border-radius: 0 0 17px 17px;
    color: var(--am-muted);
    background: #f8fafc;
    font-size: 13px;
    line-height: 1.5;
}

.alfamix-theme.single-product .summary > .woo-better-parent-container {
    order: 7;
    width: 100% !important;
    max-width: none !important;
    margin: 22px 0 0 !important;
    padding: 18px !important;
    border: 1px solid var(--am-line);
    border-radius: 16px;
    background: #fff;
}

.alfamix-theme.single-product .summary > .woo-better-parent-container::before {
    display: block;
    margin-bottom: 11px;
    color: var(--am-ink);
    content: "Calcule o frete e o prazo";
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.alfamix-theme.single-product .woo-better-parent-container #custom-postcode-form {
    margin: 0 !important;
    padding: 0 !important;
}

.alfamix-theme.single-product .woo-better-input-button-group-current-style {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
}

.alfamix-theme.single-product .woo-better-input-current-style {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 44px 0 14px !important;
    border-color: var(--am-line) !important;
    border-radius: 11px !important;
    font-family: "DM Sans", sans-serif !important;
}

.alfamix-theme.single-product .woo-better-button-current-style {
    min-height: 48px !important;
    padding: 0 19px !important;
    border-radius: 11px !important;
    color: #fff !important;
    background: var(--am-navy) !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.alfamix-theme.single-product .woo-better-link-current-style {
    display: inline-block;
    margin-top: 8px;
    color: var(--am-red) !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 11px !important;
}

.alfamix-theme.single-product .woo-better-info-block {
    margin-top: 12px;
    border-color: var(--am-line) !important;
    border-radius: 12px !important;
    font-family: "DM Sans", sans-serif !important;
}

.alfamix-theme.single-product div.product .summary > p.stock {
    display: none;
}

.alfamix-theme.single-product div.product form.cart {
    display: grid !important;
    order: 8;
    width: 100%;
    margin: 18px 0 0 !important;
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: stretch;
    gap: 12px;
}

.alfamix-theme.single-product div.product form.cart .containerCalculator {
    display: none !important;
}

.alfamix-theme.single-product div.product form.cart .quantity {
    display: grid !important;
    width: 132px;
    height: 54px;
    margin: 0 !important;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--am-line);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(11, 20, 38, .05);
}

.alfamix-theme.single-product div.product form.cart .quantity .qty {
    grid-column: 2;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    appearance: textfield;
}

.alfamix-theme.single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button,
.alfamix-theme.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.am-qty-step {
    display: grid;
    width: 40px;
    height: 52px;
    padding: 0;
    place-items: center;
    border: 0;
    color: var(--am-ink);
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}

.am-qty-minus { grid-column: 1; grid-row: 1; }
.am-qty-plus { grid-column: 3; grid-row: 1; }

.am-qty-step:hover {
    color: var(--am-orange-deep);
    background: var(--am-cream);
}

.alfamix-theme .single_add_to_cart_button,
.alfamix-theme .wc-proceed-to-checkout .button,
.alfamix-theme #place_order,
.alfamix-theme .woocommerce-form-login__submit,
.alfamix-theme .woocommerce-form-register__submit {
    min-height: 50px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--am-navy);
    font-weight: 800;
}

.alfamix-theme.single-product div.product .single_add_to_cart_button {
    width: 100%;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 13px;
    background: linear-gradient(110deg, var(--am-orange-deep), var(--am-red));
    box-shadow: 0 12px 25px rgba(185, 56, 45, .22);
    font-size: 14px;
    transition: box-shadow .2s ease, transform .2s ease, filter .2s ease;
}

.alfamix-theme.single-product div.product .single_add_to_cart_button::before {
    width: 18px;
    height: 18px;
    margin-right: 9px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.2 10.2a2 2 0 0 0 2 1.6h7.9a2 2 0 0 0 1.9-1.4L21 8H6'/%3E%3Ccircle cx='10' cy='20' r='1'/%3E%3Ccircle cx='17' cy='20' r='1'/%3E%3C/svg%3E");
    content: "";
}

.alfamix-theme.single-product div.product .single_add_to_cart_button:hover {
    background: linear-gradient(110deg, var(--am-red), #8f2d25);
    box-shadow: 0 15px 30px rgba(143, 45, 37, .27);
    transform: translateY(-1px);
}

.alfamix-theme .single_add_to_cart_button:hover,
.alfamix-theme .wc-proceed-to-checkout .button:hover,
.alfamix-theme #place_order:hover {
    background: var(--am-orange-deep);
}

.am-product-trust {
    order: 9;
    margin-top: 14px;
    padding: 18px;
    border: 1px solid var(--am-line);
    border-radius: 16px;
    background: linear-gradient(135deg, #fff, #fbfcfe);
    box-shadow: 0 5px 16px rgba(11, 20, 38, .04);
}

.am-product-trust h2 {
    margin: 0 0 14px;
    color: var(--am-red);
    font-family: "DM Sans", sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.am-product-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
}

.am-product-trust-grid > span {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 8px;
    color: #4d5666;
    font-size: 12px;
    line-height: 1.35;
}

.am-product-trust-grid .am-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    color: var(--am-orange-deep);
}

.am-product-trust-grid b {
    font-weight: 600;
}

.alfamix-theme.single-product div.product .product_meta {
    display: none;
}

.alfamix-theme.single-product div.product .woocommerce-tabs,
.alfamix-theme.single-product div.product .related,
.alfamix-theme.single-product div.product .upsells {
    grid-column: 1 / -1;
    width: 100%;
}

.alfamix-theme.single-product div.product .woocommerce-tabs {
    margin-top: 36px;
    padding-top: 42px;
    border-top: 1px solid var(--am-line);
}

.alfamix-theme.single-product div.product .woocommerce-tabs ul.tabs {
    display: flex;
    float: none !important;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    overflow-x: auto;
    gap: 8px;
    border: 0;
    border-bottom: 1px solid var(--am-line);
    scrollbar-width: none;
}

.alfamix-theme.single-product div.product .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.alfamix-theme.single-product div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.alfamix-theme.single-product div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 12px 14px;
    color: var(--am-muted);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.alfamix-theme.single-product div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--am-red);
    box-shadow: inset 0 -2px var(--am-orange);
}

.alfamix-theme.single-product div.product .woocommerce-tabs .panel {
    float: none !important;
    width: 100%;
    max-width: 920px;
    margin: 0;
    color: #333e50;
    font-size: 16px;
    line-height: 1.75;
}

.alfamix-theme.single-product div.product .woocommerce-tabs .panel > h2:first-child {
    margin-bottom: 20px;
    font-size: clamp(25px, 3vw, 34px);
}

.alfamix-theme.single-product div.product .related,
.alfamix-theme.single-product div.product .upsells {
    margin-top: 28px;
    padding-top: 42px;
    border-top: 1px solid var(--am-line);
}

.alfamix-theme.single-product .storefront-product-pagination {
    display: none;
}

.alfamix-theme table.shop_table,
.alfamix-theme table.cart,
.alfamix-theme .cart-collaterals,
.alfamix-theme form.checkout,
.alfamix-theme .woocommerce-MyAccount-navigation,
.alfamix-theme .woocommerce-MyAccount-content,
.alfamix-theme .woocommerce-form-login,
.alfamix-theme .woocommerce-form-register {
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--am-shadow-soft);
}

.alfamix-theme table.shop_table,
.alfamix-theme table.cart {
    overflow: hidden;
}

.alfamix-theme table th,
.alfamix-theme table td {
    padding: 16px;
    border-color: #edf0f3;
    background: #fff;
}

.alfamix-theme .cart-collaterals,
.alfamix-theme .woocommerce-MyAccount-content,
.alfamix-theme .woocommerce-form-login,
.alfamix-theme .woocommerce-form-register {
    padding: 28px;
}

.alfamix-theme form.checkout {
    padding: 32px;
}

.alfamix-theme input.input-text,
.alfamix-theme textarea,
.alfamix-theme select {
    border: 1px solid #dce2e9;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

.alfamix-theme input.input-text:focus,
.alfamix-theme textarea:focus,
.alfamix-theme select:focus {
    border-color: var(--am-orange);
    box-shadow: 0 0 0 3px rgba(255, 90, 31, .1);
}

.alfamix-theme .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 12px;
    list-style: none;
}

.alfamix-theme .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 11px 13px;
    border-radius: 9px;
    font-weight: 700;
}

.alfamix-theme .woocommerce-MyAccount-navigation li.is-active a,
.alfamix-theme .woocommerce-MyAccount-navigation li a:hover {
    color: #fff;
    background: var(--am-navy);
}

.am-page-shell article,
.am-content-shell article,
.am-not-found > .am-container {
    padding: 42px;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--am-shadow-soft);
}

.am-not-found {
    display: grid;
    place-items: center;
    text-align: center;
}

.am-not-found h1 {
    font-size: clamp(44px, 7vw, 80px);
}

/* Reveal */
.js .am-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}

.js .am-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* Responsive */
@media (max-width: 1120px) {
    .am-header-main {
        grid-template-columns: 180px minmax(240px, 1fr) auto;
        gap: 20px;
    }

    .am-brand { width: 176px; }
    .am-action-link { min-width: 0; }
    .am-action-link > span:not(.am-cart-count) { display: none; }
    .am-action-link > .am-cart-count { top: -9px; left: 14px; }
    .am-hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: 35px; }
    .am-floating-tech { left: 15px; }
    .am-floating-care { left: 0; }
    .am-category-grid { grid-template-columns: repeat(4, minmax(190px, 1fr)); overflow-x: auto; padding: 0 2px 18px; scrollbar-width: none; }
    .am-catalog-bar { gap: 22px; }
    .am-catalog-quick-links a:nth-child(n+6) { display: none; }
    .am-editorial-grid { grid-template-columns: 1.6fr .7fr .7fr; }
    .am-editorial-main { grid-template-columns: 1fr 170px; padding: 40px; }
    .am-footer-grid { grid-template-columns: 1.2fr .65fr .75fr 1fr; gap: 35px; }
    .alfamix-theme.single-product div.product { gap: 40px; }
}

@media (max-width: 900px) {
    body.alfamix-theme { padding-bottom: 67px; }
    .am-announcement-inner { justify-content: center; text-align: center; }
    .am-announcement a { display: none; }
    .am-header-main { min-height: 78px; grid-template-columns: 170px 1fr auto; }
    .am-search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 15px; }
    .am-header-actions { justify-content: end; }
    .am-action-link:not(.am-cart-link) { display: none; }
    .am-menu-toggle { display: grid; }
    .am-nav-shell { display: none; max-height: calc(100vh - 150px); overflow-y: auto; background: #fff; }
    .am-nav-shell.is-open { display: block; }
    .am-catalog-shell { width: min(calc(100% - 32px), var(--am-container)); }
    .am-catalog-bar { display: grid; padding: 8px 0 14px; gap: 0; }
    .am-catalog-all,
    .am-catalog-toggle { min-height: 48px; border-bottom: 1px solid #edf0f3; }
    .am-catalog-mega-wrap { min-width: 0; }
    .am-catalog-toggle { width: 100%; justify-content: space-between; }
    .am-catalog-quick-links { display: none; }
    .am-catalog-mega { position: static; width: 100%; max-height: none; margin-top: 8px; padding: 0 12px; border-radius: 12px; box-shadow: none; }
    .am-catalog-mega-grid { grid-template-columns: 1fr; }
    .am-hero-grid { min-height: auto; padding-block: 70px 50px; grid-template-columns: 1fr; }
    .am-hero-copy { max-width: 730px; }
    .am-hero-visual { width: min(100%, 570px); min-height: 470px; margin: 0 auto; }
    .am-hero-card-main { right: 70px; }
    .am-floating-tech { left: 25px; }
    .am-floating-home { right: 15px; }
    .am-floating-care { left: 20px; }
    .alfamix-theme ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .am-catalog-preview { grid-template-columns: 1fr; padding: 45px; gap: 35px; }
    .am-preview-cards { max-width: 620px; }
    .am-editorial-grid { grid-template-columns: 1fr 1fr; }
    .am-editorial-main { grid-column: 1 / -1; }
    .am-editorial-side { min-height: 270px; }
    .am-footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
    .am-footer-note { display: none; }
    .am-mobile-dock { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: grid; height: 68px; padding-bottom: env(safe-area-inset-bottom); grid-template-columns: repeat(4, 1fr); border-top: 1px solid #e5e8ed; background: rgba(255,255,255,.96); box-shadow: 0 -8px 30px rgba(11,20,38,.08); backdrop-filter: blur(15px); }
    .am-mobile-dock a { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; color: var(--am-muted); font-size: 10px; font-weight: 700; }
    .am-mobile-dock .am-icon { width: 21px; height: 21px; }
    .am-mobile-dock a:hover { color: var(--am-orange-deep); }
    .am-mobile-dock .am-cart-count { position: absolute; top: 7px; left: calc(50% + 7px); }
    .alfamix-theme.single-product div.product { grid-template-columns: 1fr; gap: 32px; }
    .alfamix-theme.single-product div.product .summary { position: static; }
}

@media (max-width: 680px) {
    .am-container { width: min(calc(100% - 28px), var(--am-container)); }
    .am-announcement { font-size: 11px; }
    .am-announcement-inner { min-height: 34px; }
    .am-header-main { min-height: 70px; grid-template-columns: 142px 1fr auto; gap: 12px; }
    .am-brand { width: 142px; }
    .am-header-actions { gap: 9px; }
    .am-action-link.am-cart-link { display: none; }
    .am-menu-toggle { width: 42px; height: 42px; }
    .am-search { min-height: 47px; margin-bottom: 12px; padding-left: 13px; }
    .am-search input[type="search"] { height: 45px; padding: 0 9px; font-size: 13px; }
    .am-search button { padding: 0 15px; font-size: 12px; }
    .am-section { padding: 72px 0; }
    .am-section-heading { margin-bottom: 28px; align-items: start; }
    .am-section-heading h2 { font-size: 31px; }
    .am-section-heading .am-text-link { padding-top: 7px; font-size: 12px; }
    .am-home-shelf { padding: 44px 0 50px; }
    .am-home-shelf-heading { margin-bottom: 20px; align-items: center; }
    .am-home-shelf-heading h2 { font-size: 27px; }
    .am-home-shelf-heading .am-text-link { font-size: 12px; }
    .am-home-catalog .am-product-shelf { width: calc(100% + 14px); padding-right: 14px; overflow-x: auto; scroll-padding-left: 0; scroll-snap-type: x proximity; scrollbar-width: none; }
    .am-home-catalog .am-product-shelf::-webkit-scrollbar { display: none; }
    .am-home-catalog .am-product-shelf ul.products { width: max-content; grid-template-columns: none; grid-auto-columns: clamp(148px, 42vw, 164px); grid-auto-flow: column; }
    .am-home-catalog .am-product-shelf ul.products li.product { scroll-snap-align: start; }
    .am-eyebrow { margin-bottom: 12px; font-size: 10px; }
    .am-hero-grid { padding-block: 58px 38px; gap: 20px; }
    .am-hero h1 { font-size: clamp(40px, 12.2vw, 57px); }
    .am-hero-text { margin-top: 20px; font-size: 16px; }
    .am-button { min-height: 50px; padding: 0 19px; font-size: 14px; }
    .am-trust-row { display: grid; margin-top: 34px; grid-template-columns: 1fr 1fr; gap: 17px; }
    .am-trust-row > span:last-child { grid-column: 1 / -1; }
    .am-hero-visual { min-height: 400px; transform: scale(.9); transform-origin: center top; }
    .am-hero-card-main { top: 45px; right: calc(50% - 170px); width: 340px; min-height: 360px; padding: 36px; }
    .am-floating-card { min-width: 155px; padding: 11px; }
    .am-floating-tech { top: 0; left: 0; }
    .am-floating-home { right: 0; bottom: 7px; }
    .am-floating-care { bottom: -13px; left: 0; }
    .am-orbit-one { right: calc(50% - 225px); width: 450px; height: 450px; }
    .am-orbit-two { right: calc(50% - 165px); }
    .am-category-grid { margin-right: -14px; grid-template-columns: none; grid-auto-columns: 190px; grid-auto-flow: column; gap: 12px; }
    .am-category-card { padding: 11px 11px 16px; }
    .am-category-art { height: 128px; }
    .alfamix-theme ul.products { gap: 12px; }
    .alfamix-theme ul.products li.product { padding: 9px 9px 13px; border-radius: 15px; }
    .alfamix-theme ul.products li.product .woocommerce-loop-product__title,
    .alfamix-theme ul.products li.product h2,
    .alfamix-theme ul.products li.product h3 { min-height: 40px; margin-inline: 2px; font-size: 13px; }
    .alfamix-theme ul.products li.product .price { margin-inline: 2px; font-size: 15px; }
    .alfamix-theme ul.products li.product .button { min-height: 40px; padding: 0 8px; font-size: 11px; }
    .am-catalog-preview { min-height: 0; padding: 32px 25px; border-radius: 22px; }
    .am-catalog-copy h3 { font-size: 29px; }
    .am-preview-cards { height: 190px; }
    .am-preview-card { height: 180px; padding: 9px; }
    .am-preview-card i { height: 95px; }
    .am-preview-card b { margin-top: 10px; }
    .am-preview-card small { margin-top: 10px; }
    .am-editorial-grid { grid-template-columns: 1fr; }
    .am-editorial-main { padding: 35px 27px; grid-template-columns: 1fr; }
    .am-editorial-graphic { display: none; }
    .am-editorial-main h2 { font-size: 31px; }
    .am-editorial-side { min-height: 240px; padding: 28px; }
    .am-final-cta-inner { min-height: 0; padding: 40px 28px; align-items: start; flex-direction: column; border-radius: 22px; }
    .am-final-cta h2 { font-size: 31px; }
    .am-footer { padding-top: 44px; }
    .am-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
    .am-footer-brand { grid-column: 1 / -1; }
    .am-footer-bottom { margin-top: 28px; align-items: start; flex-direction: column; }
    .am-security-seals { min-width: 0; flex-wrap: wrap; gap: 16px 22px; }
    .am-commerce-shell,
    .am-page-shell,
    .am-content-shell,
    .am-not-found { padding: 35px 0 72px; }
    .alfamix-theme .woocommerce-products-header { padding: 28px 24px; }
    .alfamix-theme .woocommerce-products-header__title,
    .alfamix-theme .entry-title { font-size: 34px; }
    .alfamix-theme.post-type-archive-product .am-commerce-shell > .am-container,
    .alfamix-theme.tax-product_cat .am-commerce-shell > .am-container { grid-template-columns: 1fr; }
    .alfamix-theme.post-type-archive-product .am-commerce-shell > .am-container > h1.page-title,
    .alfamix-theme.tax-product_cat .am-commerce-shell > .am-container > h1.page-title { margin-bottom: 18px; grid-column: 1; grid-row: 1; }
    .alfamix-theme.post-type-archive-product .am-commerce-shell > .am-container > .woocommerce-ordering,
    .alfamix-theme.tax-product_cat .am-commerce-shell > .am-container > .woocommerce-ordering { width: 100%; margin-bottom: 30px; grid-column: 1; grid-row: 2; }
    .alfamix-theme .storefront-sorting { margin-top: 22px; grid-template-columns: 1fr; row-gap: 16px; }
    .alfamix-theme .storefront-sorting .woocommerce-result-count { grid-column: 1; grid-row: 1; }
    .alfamix-theme .storefront-sorting .woocommerce-pagination { grid-column: 1; grid-row: 2; justify-self: end; }
    .alfamix-theme div.product { padding: 20px; }
    .alfamix-theme.single-product .am-commerce-shell { padding-top: 24px; }
    .alfamix-theme.single-product .am-commerce-shell > .am-container { width: min(calc(100% - 20px), var(--am-container)); padding: 18px; border-radius: 20px; }
    .alfamix-theme.single-product div.product { padding: 0; gap: 26px; }
    .alfamix-theme.single-product div.product .woocommerce-product-gallery { min-height: calc(100vw + 58px); }
    .alfamix-theme.single-product div.product .woocommerce-product-gallery .flex-viewport img { padding: 14px; }
    .alfamix-theme.single-product .woocommerce-product-gallery .flex-control-thumbs { gap: 9px; }
    .alfamix-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li,
    .alfamix-theme.single-product .woocommerce-product-gallery .flex-control-thumbs img { width: 64px !important; height: 64px; flex-basis: 64px; }
    .alfamix-theme.single-product div.product .product_title { font-size: 28px; }
    .alfamix-theme.single-product div.product .summary > p.price { padding: 20px 19px 4px; font-size: 37px; }
    .am-product-price-note { padding: 4px 19px 19px; }
    .alfamix-theme.single-product .summary > .woo-better-parent-container { padding: 15px !important; }
    .alfamix-theme.single-product .woo-better-input-button-group-current-style { grid-template-columns: 1fr; }
    .alfamix-theme.single-product .woo-better-button-current-style { width: 100% !important; }
    .alfamix-theme.single-product div.product form.cart { grid-template-columns: 1fr; }
    .alfamix-theme.single-product div.product form.cart .quantity { width: 100%; grid-template-columns: 48px minmax(0, 1fr) 48px; }
    .am-qty-step { width: 48px; }
    .am-product-trust-grid { grid-template-columns: 1fr; }
    .alfamix-theme.single-product div.product .woocommerce-tabs { margin-top: 18px; padding-top: 30px; }
    .alfamix-theme.single-product div.product .woocommerce-tabs ul.tabs { margin-bottom: 24px; }
    .alfamix-theme.single-product div.product .woocommerce-tabs .panel { font-size: 15px; }
    .alfamix-theme form.checkout { padding: 20px; }
    .am-page-shell article,
    .am-content-shell article,
    .am-not-found > .am-container { padding: 26px; }
}

@media (max-width: 410px) {
    .am-search button { width: 43px; padding: 0; overflow: hidden; color: transparent; }
    .am-search button::before { color: #fff; content: "→"; }
    .am-hero-actions { align-items: stretch; flex-direction: column; }
    .am-hero-actions .am-button { width: 100%; }
    .am-hero-visual { margin-bottom: -30px; transform: scale(.8); }
    .am-section-heading { flex-direction: column; }
    .am-section-heading .am-text-link { padding: 0; }
    .am-footer-grid { grid-template-columns: 1fr; }
    .am-footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js .am-reveal { opacity: 1; transform: none; }
}
