/*
 * Final visual layer measured from the authorized Hostinger Builder source.
 * Loaded after style.css so legacy responsive rules cannot change the source
 * typography, spacing, or image proportions.
 */

:root {
    --cla-ink: #1d1e20;
    --cla-earth: #2b1e17;
    --cla-clay: #a95c42;
    --cla-cream: #f7f4eb;
    --cla-white: #f7f4eb;
    --cla-deep: #2b1e17;
    --cla-header-height: 112px;
}

body {
    color: #1d1e20;
    background: #f7f4eb;
    font-family: "Lora", Georgia, serif;
}

.site-header {
    color: #f7f4eb;
    background: #2b1e17;
    border-bottom: 0;
    box-shadow: none;
}

.home .site-header:not(.is-scrolled) {
    background: transparent;
    border-bottom: 0;
}

.site-header.is-scrolled {
    background: #2b1e17;
    border-bottom: 0;
    backdrop-filter: none;
}

.site-header__inner {
    min-height: 112px;
    grid-template-columns: 162px 1fr 24px;
    gap: 42px;
}

.site-branding {
    width: 162px;
}

.primary-navigation > ul {
    gap: 32px;
}

.site-header .primary-navigation a,
.home .site-header .primary-navigation a,
.site-header .primary-navigation .sub-menu a {
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 20.8px;
}

.site-header .primary-navigation .sub-menu {
    background: #2b1e17;
}

.primary-navigation .submenu-toggle {
    width: 20px;
    height: 28px;
}

.primary-navigation .submenu-toggle .dashicons {
    display: none;
}

.primary-navigation .submenu-toggle::before {
    display: block;
    width: 10px;
    height: 7px;
    content: "";
    background: currentColor;
    -webkit-mask: url("../icons/builder-menu-caret.svg") center / contain no-repeat;
    mask: url("../icons/builder-menu-caret.svg") center / contain no-repeat;
}

.cart-link,
.menu-toggle {
    width: 24px;
    height: 32px;
}

.cart-link__icon {
    width: 19px;
    height: 24px;
}

.cart-link__count {
    display: none;
}

.menu-toggle__line {
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
}

.builder-hero {
    min-height: 100svh;
    background-image: url("../images/builder-hero-joias-cla-hq.webp");
    background-position: 50% 61%;
}

.builder-hero__content {
    margin-top: 48vh;
    text-shadow: none;
}

.builder-hero h1 {
    margin: 0;
    font-family: "Gacor", "Playfair Display", Georgia, serif;
    font-size: 64px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 83.2px;
}

.builder-hero p {
    margin: 0;
    color: #b9b290;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20.8px;
}

.builder-pillars {
    color: #f7f4eb;
    background: #2b1e17;
}

.builder-pillars__grid {
    min-height: 108px;
}

.builder-pillars p {
    font-family: "Gacor", "Playfair Display", Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.builder-story {
    padding-block: 66px 72px;
    background: #f7f4eb;
}

.builder-story__grid {
    width: min(100% - 128px, 992px);
    min-height: 468px;
    grid-template-columns: 438px minmax(0, 1fr);
    gap: 176px;
}

.builder-story__media img {
    aspect-ratio: 15 / 16;
}

.builder-story h2 {
    font-family: "Gacor", "Playfair Display", Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
}

.builder-story__lead {
    color: #b76545;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 25.6px;
}

.builder-story__content > p:not(.builder-story__lead) {
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 24px;
}

.builder-story__button {
    width: min(100%, 320px);
    min-height: 54px;
    color: #f7f4eb;
    background: #2b1e17;
    border-color: #2b1e17;
    font-family: "Lora", Georgia, serif;
    font-size: 18px;
    line-height: 28.8px;
}

.builder-story__lead {
    margin-top: 32px;
}

.builder-story__content > p:not(.builder-story__lead) {
    margin-top: 42px;
}

.builder-story__button {
    margin-top: 44px;
}

@media (min-width: 961px) and (max-width: 1100px) {
    .builder-story__grid {
        width: min(100% - 64px, 900px);
        min-height: 438px;
        grid-template-columns: 380px minmax(0, 1fr);
        gap: 80px;
    }
}

.catalog-hero,
.builder-page-hero {
    display: grid;
    min-height: 394px;
    padding: calc(var(--cla-header-height) + 24px) 32px 32px;
    place-items: center;
    color: #bfa15f;
    background: url("../images/catalog-hero-joias-cla.png") center / cover no-repeat;
}

.catalog-hero h1 {
    margin: 0;
    font-family: "Gacor", "Playfair Display", Georgia, serif;
    font-size: 72px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 93.6px;
    text-align: center;
}

.builder-page-hero {
    min-height: 104px;
    padding: var(--cla-header-height) 0 0;
}

.content-area--catalog {
    padding: 28px 0 92px;
    background: var(--cla-cream);
}

.content-area--catalog .site-shell {
    width: min(100% - 64px, 1224px);
}

.woocommerce-ordering {
    margin-bottom: 34px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.woocommerce-ordering::before,
.woocommerce-ordering::after {
    display: none;
}

.woocommerce .woocommerce-ordering select {
    min-width: 200px;
    height: 30px;
    padding: 3px 9px;
    appearance: auto;
    color: #1d1e20;
    background: #fff;
    border: 1px solid #1d1e20;
    border-radius: 0;
    font: 14px/1 Arial, sans-serif;
}

.woocommerce ul.products {
    gap: 44px 50px;
}

.woocommerce ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product .product-card__media {
    overflow: visible;
    aspect-ratio: auto;
    margin-bottom: 20px;
    background: transparent;
}

.woocommerce ul.products li.product .product-card__image--primary {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.woocommerce ul.products li.product .product-card__image--secondary {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce ul.products li.product:has(.woocommerce-loop-product__link[href*="/produto/pulseira-elo-vivo/"]) .product-card__media {
    aspect-ratio: 1;
    overflow: hidden;
}

.woocommerce ul.products li.product:has(.woocommerce-loop-product__link[href*="/produto/pulseira-elo-vivo/"]) .product-card__image--primary,
.woocommerce ul.products li.product:has(.woocommerce-loop-product__link[href*="/produto/pulseira-elo-vivo/"]) .product-card__image--secondary {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: contain;
}

.product-card__badge {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: flex;
    min-height: 80px;
    margin: 0;
    align-items: flex-start;
    justify-content: center;
    color: #0d1117;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-transform: none;
}

.woocommerce ul.products li.product .price {
    min-height: 22.4px;
    margin-top: 8px;
    color: #0d1117;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 22.4px;
    text-align: center;
}

.woocommerce ul.products li.product .button {
    display: flex;
    width: min(100%, 276px);
    min-height: 56px;
    margin: 18px auto 0;
    padding: 10px 12px;
    color: #0d1117;
    background: #fff;
    border: 1px solid #0d1117;
    border-radius: 999px;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    white-space: nowrap;
    box-shadow: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease, background-color 180ms ease, color 180ms ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible {
    color: #fff;
    background: #2b1e17;
    border-color: #2b1e17;
}

@media (hover: hover) and (pointer: fine) {
    .woocommerce ul.products li.product .button {
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        transform: translateY(8px);
    }

    .woocommerce ul.products li.product:hover .button,
    .woocommerce ul.products li.product:focus-within .button {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0);
    }
}

.single-product .content-area {
    padding: calc(var(--cla-header-height) + 28px) 0 100px;
    background: var(--cla-cream);
}

.single-product .content-area .site-shell {
    width: min(100% - 64px, 1132px);
}

.woocommerce div.product {
    grid-template-columns: 600px minmax(0, 1fr);
    column-gap: 80px;
    row-gap: 48px;
}

.single-product .woocommerce-product-gallery__image img {
    aspect-ratio: 1;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(auto-fit, 56px);
    gap: 10px;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li,
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 56px;
    height: 56px;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img {
    padding: 0;
    border: 0;
    opacity: 0.3;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover,
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    border: 0;
    opacity: 1;
}

.woocommerce div.product .product_title {
    color: #1d1e20;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 64px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 80px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-top: 22px;
    color: #1d1e20;
    font-family: "Lora", Georgia, serif;
    font-size: 18px;
    line-height: 27px;
}

.product-payment-conditions {
    max-width: 490px;
    margin: 10px 0 0;
    color: #2b1e17;
    font-family: "Lora", Georgia, serif;
}

.product-payment-conditions p {
    margin: 0;
}

.product-payment-conditions__options {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 15px;
    line-height: 22px;
}

.product-payment-conditions__options strong {
    color: #8c573f;
    font-weight: 600;
}

.product-payment-conditions__options > span {
    color: rgba(43, 30, 23, 0.4);
}

.product-payment-conditions__note {
    margin-top: 2px !important;
    color: rgba(43, 30, 23, 0.68);
    font-size: 12px;
    line-height: 18px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 24px;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.variations_form .single_add_to_cart_button {
    min-height: 55px;
    padding: 18px 40px;
    color: #fff;
    background: #bfa15f;
    border-color: #bfa15f;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 19.2px;
}

.product-size-guide {
    width: calc(75% + 1px);
    max-width: 490px;
    margin: 0 0 24px;
    color: #2b1e17;
    font-family: "Lora", Georgia, serif;
}

.product-size-guide > summary {
    display: flex;
    min-height: 48px;
    padding: 12px 2px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #2b1e17;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    list-style: none;
}

.product-size-guide > summary::-webkit-details-marker {
    display: none;
}

.product-size-guide > summary::after {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin-right: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23281d17' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: "";
    transform: none;
    transform-origin: center;
    transition: transform 180ms ease;
}

.product-size-guide[open] > summary::after {
    transform: rotate(180deg);
}

.product-size-guide > summary:hover {
    color: #8c573f;
}

.product-size-guide > summary:focus-visible {
    outline: 2px solid #bfa15f;
    outline-offset: 3px;
}

.product-size-guide__content {
    padding: 2px 2px 18px;
    color: rgba(43, 30, 23, 0.82);
    font-size: 13px;
    line-height: 20px;
}

.product-size-guide__content > p {
    margin: 0 0 14px;
}

.product-size-guide__table {
    width: 100%;
    margin: 0 0 14px;
    border: 0;
    border-collapse: collapse;
    color: #2b1e17;
    font-family: inherit;
    font-size: 13px;
    line-height: 20px;
}

.product-size-guide__table th,
.product-size-guide__table td {
    padding: 7px 8px;
    border: 0;
    border-bottom: 1px solid rgba(43, 30, 23, 0.14);
    text-align: left;
}

.product-size-guide__table thead th {
    color: rgba(43, 30, 23, 0.65);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-size-guide__table tbody th {
    width: 34%;
    font-weight: 600;
}

.product-size-guide__note {
    color: rgba(43, 30, 23, 0.72);
}

.product-size-guide__note:last-child {
    margin-bottom: 0;
}

.product-purchase-assurances {
    max-width: 490px;
    margin-top: 22px;
    padding-top: 20px;
    color: #2b1e17;
    font-family: "Lora", Georgia, serif;
}

.product-purchase-assurances__list {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 14px;
    list-style: none;
}

.product-purchase-assurances__item {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
}

.product-purchase-assurances__icon {
    width: 22px;
    height: 22px;
    margin-top: 1px;
    fill: none;
    stroke: #8c573f;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-purchase-assurances__copy {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.product-purchase-assurances__copy strong,
.product-purchase-assurances__copy > span {
    display: block;
}

.product-purchase-assurances__copy strong {
    color: #2b1e17;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
}

.product-purchase-assurances__copy > span {
    color: rgba(43, 30, 23, 0.74);
    font-size: 13px;
    line-height: 19px;
}

.product-purchase-assurances__link {
    color: inherit;
    text-decoration-color: rgba(43, 30, 23, 0.42);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.product-purchase-assurances__link:hover,
.product-purchase-assurances__link:focus-visible {
    color: #8c573f;
    text-decoration-color: currentColor;
}

.product-characteristics {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    margin-top: 0;
}

.product-characteristics > h2 {
    color: #1d1e20;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
}

.product-characteristics .product-technical-details li,
.product-characteristics__content {
    color: #1d1e20;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 24px;
}

.content-area--builder-page,
.content-area--journal,
.single-post .content-area {
    background: var(--cla-cream);
}

.content-area--builder-page {
    padding: 72px 0 100px;
}

.content-area--builder-page .site-shell,
.content-area--journal .site-shell {
    width: min(100% - 64px, 1132px);
}

.entry--builder-content .entry-content,
.journal-header .entry-content {
    max-width: 812px;
    color: #1d1e20;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 24px;
}

.entry--builder-content .entry-content h1,
.journal-header .entry-content h1 {
    font-family: "Gacor", "Playfair Display", Georgia, serif;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 70px;
}

/* "Quem Somos" uses the requested large display scale without affecting other pages. */
.entry--brand-story .entry-content h1 {
    font-family: "Gacor", "Playfair Display", Georgia, serif;
    font-size: clamp(48px, 9.375vw, 90px);
    line-height: 1.25;
}

.entry--brand-story .entry-content,
.entry--brand-story .entry-content p,
.entry--brand-story .entry-content li {
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 24px;
}

/* The editorial image follows the content area's outer edges while retaining
 * the wide, carefully cropped composition from the approved reference. */
.entry--brand-story .entry-content > p:has(> img) {
    width: min(calc(100vw - 64px), 1132px);
    max-width: none;
    aspect-ratio: 2.244 / 1;
    margin: 64px 0;
    overflow: hidden;
}

html.has-brand-story-image-animation .entry--brand-story .entry-content > p:has(> img) {
    opacity: 0;
    transform: translateY(18px);
}

html.has-brand-story-image-animation .entry--brand-story .entry-content > p:has(> img).is-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1440ms cubic-bezier(0.22, 1, 0.36, 1), transform 1440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.entry--brand-story .entry-content > p:has(> img) > img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center center;
}

@media (prefers-reduced-motion: reduce) {
    html.has-brand-story-image-animation .entry--brand-story .entry-content > p:has(> img) {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.brand-curator {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 72px;
    align-items: center;
    width: min(calc(100vw - 64px), 1132px);
    max-width: none;
    margin: 96px 0 24px;
    padding: 0;
}

.brand-curator__media {
    aspect-ratio: 4 / 5;
    margin: 0;
    overflow: hidden;
    background: #e7ddcf;
}

.entry--brand-story .brand-curator__media .brand-curator__image {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center center;
}

.brand-curator__content {
    min-width: 0;
}

.entry--brand-story .brand-curator__eyebrow {
    margin: 0 0 14px;
    color: var(--cla-clay);
    font-family: "Lora", Georgia, serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.entry--brand-story .brand-curator__content h2 {
    margin: 0 0 16px;
    color: var(--cla-ink);
    font-family: "Gacor", "Playfair Display", Georgia, serif;
    font-size: clamp(44px, 5vw, 58px);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.02;
    text-transform: uppercase;
}

.entry--brand-story .brand-curator__role {
    margin: 0 0 32px;
    color: var(--cla-clay);
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
}

.entry--brand-story .brand-curator__copy p {
    margin: 0;
    color: var(--cla-ink);
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 26px;
}

.entry--brand-story .brand-curator__copy p + p {
    margin-top: 24px;
}

.brand-story__sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 64px;
    width: min(calc(100vw - 64px), 1132px);
    max-width: none;
    padding: 72px 0 96px;
}

.brand-story__section {
    min-width: 0;
}

.entry--brand-story .brand-story__section h3 {
    margin: 0 0 56px;
    color: var(--cla-ink);
    font-family: "Gacor", "Playfair Display", Georgia, serif;
    font-size: 64px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-transform: uppercase;
}

.entry--brand-story .brand-story__section p {
    margin: 0;
    color: var(--cla-ink);
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 24px;
}

.entry--brand-story .brand-story__section p + p {
    margin-top: 32px;
}

.entry--builder-content .entry-content h2,
.entry--builder-content .entry-content h3 {
    font-family: "Gacor", "Playfair Display", Georgia, serif;
    font-weight: 400;
}

.entry--builder-content .entry-content img {
    width: min(100%, 812px);
    margin: 48px 0;
}

.content-area--journal {
    padding: 72px 0 100px;
}

.journal-header {
    margin-bottom: 68px;
}

.journal-grid {
    gap: 64px 46px;
}

.journal-card__image {
    aspect-ratio: 5 / 3;
}

.journal-card h2 {
    margin: 32px 0 16px;
    font-family: "Lora", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
}

.journal-card__excerpt {
    margin: 0;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 22.4px;
}

.journal-card__reading-time {
    display: block;
    margin-top: 16px;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 22.4px;
}

.single-post .content-area {
    padding: 32px 0 96px;
}

.single-post .content-area .site-shell {
    width: min(100% - 64px, 812px);
}

.single-post .entry-header h1 {
    color: #1d1e20;
    font-family: "Gacor", "Playfair Display", Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 41.6px;
    text-align: center;
}

.single-post .journal-article__header h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
}

.single-post .journal-article__subtitle {
    margin: 16px auto 0;
    color: #1d1e20;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
}

.single-post .entry-content {
    max-width: 812px;
    margin-top: 42px;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 24px;
}

.single-post .entry-content img {
    width: 100%;
    max-height: 344px;
    object-fit: cover;
}

.site-footer {
    padding: 20px 0 10px;
    color: #f7f4eb;
    background: #2b1e17;
}

.site-footer .site-shell {
    width: min(100% - 64px, 1740px);
}

.site-footer__grid {
    min-height: 0;
}

.site-footer__identity img {
    width: 194px;
}

.site-footer h2,
.site-footer p {
    font-family: "Lora", Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.site-footer h2 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20.8px;
}

.site-footer__social-icon {
    width: 20px;
    height: 20px;
    margin: 0;
    filter: brightness(0) invert(1);
}

.site-footer__whatsapp {
    width: 28px;
    height: 28px;
}

.site-footer__contact-email {
    overflow-wrap: anywhere;
}

.site-footer__reputation {
    margin-top: 5px !important;
}

.site-footer__social {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 14px;
}

.site-footer__social-link {
    display: inline-flex;
    min-width: 24px;
    min-height: 24px;
    align-items: center;
    justify-content: center;
}

.site-footer__reclame-aqui {
    display: inline-block;
    color: inherit;
    font-family: "Lora", Georgia, serif;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.site-footer__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(247, 244, 235, 0.28);
}

.site-footer .site-footer__bottom {
    margin: 0;
    font-size: 12px !important;
    line-height: 15.6px;
}

.site-footer__meta .site-footer__privacy {
    margin: 0;
    flex: 0 0 auto;
}

@media (min-width: 961px) {
    .woocommerce div.product {
        grid-template-rows: 672px auto;
    }

    .woocommerce div.product > .woocommerce-product-gallery {
        grid-column: 1;
        grid-row: 1;
    }

    .woocommerce div.product > .summary {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: start;
    }

    .woocommerce div.product > .product-characteristics {
        margin-top: -19px;
    }

    .site-footer__grid {
        grid-template-columns: minmax(240px, 1.35fr) minmax(260px, 0.75fr) minmax(380px, 1fr);
        gap: clamp(48px, 6vw, 120px);
    }

    .site-footer__identity {
        align-self: center;
    }

    .site-footer__meta {
        grid-template-columns: minmax(240px, 1.35fr) minmax(260px, 0.75fr) minmax(380px, 1fr);
        column-gap: clamp(48px, 6vw, 120px);
    }

    .site-footer__bottom {
        grid-column: 1 / 3;
    }

    .site-footer__meta .site-footer__privacy {
        grid-column: 3;
        justify-self: start;
    }

    .site-header__inner,
    .home .site-header__inner {
        width: min(100% - 64px, 1696px);
        min-height: 112px;
        grid-template-columns: 162px 1fr 24px;
    }

    .home .site-branding {
        width: 162px;
    }
}

@media (max-width: 960px) {
    :root {
        --cla-header-height: 50px;
    }

    .site-shell,
    .home .site-header__inner,
    .site-header__inner {
        width: min(100% - 32px, 620px);
    }

    .site-header__inner {
        min-height: 50px;
        grid-template-columns: 24px 1fr 24px;
        gap: 0;
    }

    .site-branding {
        justify-self: center;
        width: 86px;
    }

    .menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
    }

    .primary-navigation {
        top: calc(100% + 1px);
        right: 0;
        left: 0;
        width: 100%;
    }

    .builder-hero {
        min-height: 768px;
    }

    .builder-hero__content {
        width: min(100% - 62px, 390px);
        margin-top: 335px;
    }

    .builder-hero h1 {
        font-size: 44px;
        line-height: 57.2px;
    }

    .builder-hero p {
        font-size: 14px;
        line-height: 18.2px;
    }

    .builder-pillars__grid {
        min-height: 0;
        padding-block: 24px 16px;
        gap: 16px;
    }

    .builder-pillars p {
        font-size: 15px;
        line-height: 24px;
    }

    .builder-story {
        padding: 48px 0 64px;
    }

    .builder-story__grid {
        width: min(100% - 62px, 620px);
        min-height: auto;
        gap: 42px;
    }

    .builder-story h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .builder-story__lead {
        margin-top: 24px;
        font-size: 16px;
        line-height: 25.6px;
    }

    .builder-story__content > p:not(.builder-story__lead) {
        margin-top: 36px;
        font-size: 16px;
        line-height: 24px;
    }

    .builder-story__button {
        width: min(100%, 320px);
        min-height: 52px;
        margin-top: 32px;
        font-size: 18px;
        line-height: 28.8px;
    }

    .catalog-hero,
    .builder-page-hero {
        min-height: 346px;
        padding: calc(var(--cla-header-height) + 20px) 32px 20px;
    }

    .catalog-hero h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .content-area--catalog {
        padding: 26px 0 68px;
    }

    .content-area--catalog .site-shell,
    .content-area--builder-page .site-shell,
    .content-area--journal .site-shell,
    .single-product .content-area .site-shell,
    .single-post .content-area .site-shell {
        width: min(100% - 32px, 620px);
    }

    .woocommerce-ordering {
        margin-bottom: 28px;
        align-items: flex-end;
    }

    .woocommerce .woocommerce-ordering select {
        width: 200px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 18px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 65px;
        font-size: 26px;
        line-height: 32.5px;
    }

    .woocommerce ul.products li.product .price {
        min-height: 19.6px;
        font-size: 14px;
        line-height: 19.6px;
    }

    .woocommerce ul.products li.product .button {
        min-height: 44px;
        padding: 8px 16px;
        font-size: 14px;
        line-height: 19.6px;
    }

    .single-product .content-area {
        padding: calc(var(--cla-header-height) + 28px) 0 72px;
    }

    .woocommerce div.product {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .woocommerce div.product .product_title {
        font-size: 38px;
        line-height: 47.5px;
    }

    .product-characteristics {
        grid-column: 1;
        grid-row: auto;
        align-self: auto;
        margin-top: 0;
    }

    .product-characteristics > h2 {
        font-size: 26px;
        line-height: 32.5px;
    }

    .content-area--builder-page,
    .content-area--journal {
        padding: 48px 0 72px;
    }

    .entry--brand-story .entry-content > p:has(> img) {
        width: calc(100vw - 32px);
        margin: 40px 0;
    }

    .brand-curator {
        grid-template-columns: 1fr;
        gap: 40px;
        width: calc(100vw - 32px);
        margin: 56px 0 0;
        padding-bottom: 8px;
    }

    .entry--brand-story .brand-curator__content h2 {
        font-size: 40px;
        line-height: 1.05;
    }

    .entry--brand-story .brand-curator__role {
        margin-bottom: 28px;
    }

    .brand-story__sections {
        grid-template-columns: 1fr;
        gap: 72px;
        width: 100%;
        padding: 48px 0 72px;
    }

    .entry--brand-story .brand-story__section h3 {
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 1.1;
    }

    .entry--builder-content .entry-content h1,
    .journal-header .entry-content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .journal-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .journal-card h2 {
        font-size: 24px;
        line-height: 31.2px;
    }

    .single-post .content-area {
        padding: 24px 0 72px;
    }

    .single-post .entry-header h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .single-post .journal-article__header h1 {
        font-size: 28px;
        line-height: 36.4px;
    }

    .site-footer {
        padding: 22px 0 14px;
    }

    .site-footer .site-shell {
        width: min(100% - 32px, 620px);
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .site-footer__identity {
        display: block;
    }

    .site-footer .site-footer__bottom {
        margin: 0;
        text-align: left;
    }

    .site-footer__meta {
        grid-template-columns: minmax(0, 1fr);
        align-items: flex-start;
        gap: 12px;
        margin-top: 22px;
        padding-top: 16px;
    }

    .site-footer__bottom,
    .site-footer__meta .site-footer__privacy {
        grid-column: 1;
        justify-self: start;
    }

    .site-footer__meta .site-footer__privacy {
        width: 100%;
        align-self: stretch;
        text-align: left;
    }

    .site-footer__privacy-button {
        margin: 0;
    }
}

/* Caderno Clã title belongs to the scrolling clay image hero. */
.builder-page-hero--journal {
    min-height: 240px;
    padding: 8px 32px;
}

.builder-page-hero--journal h1 {
    margin: 0;
    color: #bfa15f;
    font-family: "Gacor", "Playfair Display", Georgia, serif;
    font-size: 64px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

/* The first two journal cards follow the approved Builder composition. */
.journal-card--cultures {
    order: -2;
}

.journal-card--care {
    order: -1;
}

.content-area--journal {
    padding-top: 72px;
}

.joiascla-stock-label {
    margin: 12px 0 0;
    color: #8c573f;
    font-family: "Lora", Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.woocommerce div.product .summary .joiascla-stock-label {
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

@media (max-width: 640px) {
    .product-payment-conditions {
        width: 100%;
        margin-top: 8px;
    }

    .product-payment-conditions__options {
        flex-wrap: wrap;
        row-gap: 2px;
    }

    .product-size-guide {
        width: calc(100% - 63px);
        margin-bottom: 20px;
    }

    .product-size-guide > summary {
        min-height: 50px;
        padding-inline: 0;
    }

    .product-size-guide > summary::after {
        margin-right: 14px;
    }

    .product-size-guide__content {
        padding-inline: 0;
    }

    .product-purchase-assurances {
        width: 100%;
        margin-top: 18px;
        padding-top: 18px;
    }

    .product-purchase-assurances__list {
        gap: 12px;
    }

    .woocommerce div.product form.variations_form table.variations td.value {
        grid-template-columns: minmax(0, 1fr) 53px;
    }

    .woocommerce ul.products li.product .button {
        width: 100%;
        min-height: 52px;
        padding: 8px 10px;
        line-height: 18px;
        white-space: normal;
        text-wrap: balance;
        overflow-wrap: break-word;
    }

    .builder-page-hero--journal {
        min-height: 212px;
        padding: 8px 24px;
    }

    .builder-page-hero--journal h1 {
        font-size: 40px;
        line-height: 1.1;
    }
}

/* Home-page merchandising collections. */
.home-product-collection {
    padding: 76px 0 84px;
    color: #2b1e17;
    background: #f7f4eb;
}

.home-product-collection--latest {
    padding: 82px 0 64px;
}

.builder-story + .home-product-collection--latest {
    padding-top: 48px;
}

.home-product-collection--turkey {
    background: #efede6;
}

.home-product-collection__inner {
    width: min(100% - 64px, 1210px);
}

.home-product-collection__header {
    display: grid;
    margin-bottom: 38px;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
}

.builder-hero h1,
.home-product-collection__header h2 {
    font-family: "Gacor";
    font-style: normal;
    font-weight: 400;
    font-synthesis: none;
}

.home-product-collection__header h2 {
    margin: 0;
    color: #1d1e20;
    font-size: 64px;
    font-feature-settings: "liga" 0;
    font-variant-ligatures: none;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-product-collection__header p {
    margin: 12px 0 0;
    color: rgba(43, 30, 23, 0.78);
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    line-height: 24px;
}

.home-product-collection__link {
    display: inline-flex;
    margin-bottom: 4px;
    align-items: center;
    gap: 12px;
    color: #2b1e17;
    font-family: "Lora", Georgia, serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.home-product-collection__link::after {
    content: "\2192";
    color: currentColor;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    transition: transform 180ms ease;
}

.home-product-collection__link:hover,
.home-product-collection__link:focus-visible {
    color: #2b1e17;
}

.home-product-collection__link:hover::after,
.home-product-collection__link:focus-visible::after {
    transform: translateX(4px);
}

.home-product-collection__products .woocommerce {
    width: 100%;
}

.home-product-collection .woocommerce ul.products {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px 28px;
}

.home-product-collection .woocommerce ul.products::before,
.home-product-collection .woocommerce ul.products::after {
    display: none;
}

.home-product-collection .woocommerce ul.products li.product {
    width: auto;
    margin: 0;
}

html.has-home-product-card-animation .home-product-collection .woocommerce ul.products li.product {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--product-reveal-delay, 0ms),
        transform 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--product-reveal-delay, 0ms);
}

html.has-home-product-card-animation .home-product-collection.is-products-revealed .woocommerce ul.products li.product {
    opacity: 1;
    transform: translateY(0);
}

.home-product-collection .woocommerce ul.products li.product .product-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    margin-bottom: 18px;
    background: #fff;
}

.home-product-collection .woocommerce ul.products li.product .product-card__image--primary,
.home-product-collection .woocommerce ul.products li.product .product-card__image--secondary {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-product-collection .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 64px;
    font-size: 25px;
    line-height: 32px;
}

.home-product-collection .woocommerce ul.products li.product .button {
    width: 100%;
}

@media (max-width: 960px) {
    .home-product-collection .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-product-collection {
        padding: 54px 0 62px;
    }

    .home-product-collection--latest {
        padding: 58px 0 52px;
    }

    .builder-story + .home-product-collection--latest {
        padding-top: 30px;
    }

    .home-product-collection__inner {
        width: min(100% - 32px, 620px);
    }

    .home-product-collection__header {
        display: block;
        margin-bottom: 28px;
    }

    .home-product-collection__header h2 {
        font-size: 40px;
        line-height: 1.15;
    }

    .home-product-collection__header p {
        margin-top: 9px;
        font-size: 14px;
        line-height: 21px;
    }

    .home-product-collection__link {
        display: inline-flex;
        margin-top: 14px;
        font-size: 13px;
    }

    .home-product-collection .woocommerce ul.products {
        gap: 34px 14px;
    }

    .home-product-collection .woocommerce ul.products li.product .product-card__media {
        margin-bottom: 14px;
    }

    .home-product-collection .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 48px;
        font-size: 19px;
        line-height: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.has-home-product-card-animation .home-product-collection .woocommerce ul.products li.product {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
