body.store-theme-sabino {
    background: rgb(var(--background));
    color: rgb(var(--text-color));
}

html.sabino-scroll-locked,
body.store-theme-sabino.sabino-nav-open,
body.store-theme-sabino.sabino-cart-open,
body.store-theme-sabino.sabino-lightbox-open {
    overscroll-behavior: none;
}

body.store-theme-sabino img {
    display: block;
}

announcement-bar,
announcement-bar-item,
loading-bar,
product-item,
product-list,
store-header {
    display: block;
}

.sabino-storefront {
    overflow: clip;
}

.announcement-bar__message {
    letter-spacing: 0.02em;
}

.announcement-bar__item[hidden] {
    display: none !important;
}

.announcement-bar__item.is-active .announcement-bar__message {
    animation: sabinoAnnouncementFade 0.32s ease;
}

@keyframes sabinoAnnouncementFade {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header__logo {
    display: inline-flex;
    align-items: center;
}

.header__logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header__logo-image {
    max-width: 200px;
    width: auto;
    height: auto;
}

.header__icon-wrapper,
.header__linklist-link {
    transition: opacity 0.2s ease, color 0.2s ease;
}

.header__linklist-link.is-active,
.header__linklist-link:hover,
.header__icon-wrapper:hover {
    opacity: 0.72;
}

.sabino-search-form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: min(100%, 380px);
}

.sabino-search-form svg {
    flex: 0 0 auto;
    color: rgba(var(--text-color), 0.7);
}

.sabino-search-form .predictive-search__input {
    width: 100%;
}

.sabino-search-form--mobile {
    width: 100%;
    margin-bottom: 14px;
}

.sabino-mobile-nav {
    display: none;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(var(--border-color));
    background: rgb(var(--background));
}

.sabino-mobile-nav.is-open {
    display: block;
}

.sabino-mobile-nav__panel {
    display: grid;
    gap: 10px;
    padding: 18px 0 0;
}

.sabino-mobile-nav__panel a {
    text-decoration: none;
    color: rgb(var(--text-color));
    font-weight: 600;
}

.sabino-main {
    padding-bottom: 72px;
}

.sabino-hero-section {
    padding-top: 18px;
}

.sabino-hero {
    display: grid;
    gap: 24px;
    align-items: center;
}

.sabino-hero__media,
.sabino-collection-banner__media {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: rgb(var(--secondary-background));
}

.sabino-hero__media {
    min-height: 320px;
}

.sabino-hero__media img,
.sabino-collection-banner__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sabino-hero__content,
.sabino-collection-banner__copy {
    max-width: 620px;
}

.sabino-hero__eyebrow {
    margin-bottom: 14px;
    color: rgba(var(--text-color), 0.74);
}

.sabino-hero__actions {
    margin-top: 28px;
}

.sabino-hero__placeholder,
.sabino-image-placeholder {
    display: grid;
    place-items: center;
    min-height: 100%;
    padding: 32px;
    background:
        radial-gradient(circle at top right, rgba(99, 0, 0, 0.08), transparent 40%),
        rgb(var(--secondary-background));
    color: rgb(var(--text-color));
    font-family: var(--heading-font-family);
    font-size: clamp(28px, 4vw, 48px);
    text-align: center;
}

.sabino-image-placeholder {
    min-height: 100%;
    font-size: 20px;
}

.sabino-image-placeholder--large {
    min-height: 520px;
}

.sabino-section-footer {
    margin-top: 24px;
    text-align: center;
}

.sabino-home-slideshow {
    margin-bottom: 0;
}

.sabino-home-slideshow__media {
    background: #fff;
}

.sabino-home-slideshow__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.sabino-home-slideshow__image {
    display: block;
    width: 100%;
    aspect-ratio: 2.63 / 1;
    object-fit: cover;
}

.sabino-home-featured-section .section__header {
    margin-bottom: 26px;
}

.sabino-home-featured-section .section__footer {
    margin-top: 22px;
    text-align: center;
}

.sabino-home-section-footer .link {
    margin: 0 auto;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sabino-home-product-list {
    position: relative;
}

.sabino-home-product-grid {
    gap: 22px 16px;
}

.sabino-home-product-list .product-list__inner--scroller {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(52vw - 6px);
    gap: 22px 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 calc(var(--container-gutter) / 2);
    margin-left: calc(-1 * var(--container-gutter) / 2);
    margin-right: calc(-1 * var(--container-gutter) / 2);
    scroll-snap-type: x mandatory;
    scroll-padding: calc(var(--container-gutter) / 2);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sabino-home-product-list .product-list__inner--scroller::-webkit-scrollbar {
    display: none;
}

.sabino-home-product-list .product-list__inner--scroller .product-item {
    scroll-snap-align: start;
}

.sabino-product-grid {
    display: grid;
    gap: 22px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-item {
    height: 100%;
}

.product-item__card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 8px;
    color: inherit;
    text-decoration: none;
}

.product-item__image-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: rgb(var(--secondary-background));
    margin-bottom: 0 !important;
}

.product-item__image-wrapper--multiple .product-item__secondary-image {
    opacity: 0;
    transition: opacity 0.24s ease;
}

.product-item__card-link:hover .product-item__secondary-image,
.product-item__image-wrapper--multiple:hover .product-item__secondary-image {
    opacity: 1;
}

.product-item__secondary-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label-list {
    gap: 8px;
}

.product-item__info {
    padding-top: 0 !important;
}

.product-item-meta__title {
    display: block;
    margin: 0 auto;
    color: #111;
    font-family: var(--text-font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.34;
    letter-spacing: 0;
    text-align: center;
    text-wrap: balance;
    max-width: 100%;
}

.sabino-installments,
.sabino-installments-detail,
.sabino-footer-note,
.sabino-collection-banner__meta {
    margin: 10px 0 0;
    color: rgba(var(--text-color), 0.72);
    font-size: calc(var(--base-font-size) - 2px);
}

.sabino-empty-state {
    padding: 56px 24px;
    border-radius: 24px;
    background: rgb(var(--secondary-background));
    text-align: center;
}

.sabino-empty-state p {
    max-width: 520px;
    margin: 14px auto 22px;
    color: rgba(var(--text-color), 0.72);
}

.sabino-collection-banner {
    display: grid;
    gap: 22px;
    align-items: center;
}

.sabino-collection-banner--full {
    display: block;
}

.sabino-collection-banner-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-block-start: 0 !important;
    padding-bottom: 0;
    padding-block-end: 0 !important;
}

.sabino-collection-banner-section.section {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-block-start: 0 !important;
}

.store-theme-sabino .sabino-main > .sabino-collection-banner-section,
.store-theme-sabino .sabino-main > .sabino-collection-banner-section.section {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-block-start: 0 !important;
}

.sabino-collection-banner-section > .container {
    margin-top: 0;
}

.sabino-collection-banner__media--full {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 0;
    width: 100vw;
    max-width: 100vw;
    min-height: clamp(260px, 34vw, 520px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.sabino-collection-banner__media--full picture {
    display: block;
    width: 100%;
    height: 100%;
}

.sabino-collection-banner__media--full picture img,
.sabino-collection-banner__media--full > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sabino-collection-banner__copy--below {
    max-width: 900px;
    padding-top: 22px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sabino-collection-banner__copy--below > :not(h1) {
    display: none !important;
}

.sabino-collection-banner__copy--below h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.sabino-breadcrumb {
    margin-bottom: 18px;
}

.sabino-collection-toolbar {
    display: grid;
    gap: 14px;
    align-items: center;
    margin-bottom: 24px;
    padding: 18px 0;
    border-top: 1px solid rgb(var(--border-color));
    border-bottom: 1px solid rgb(var(--border-color));
}

.sabino-collection-toolbar__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: calc(var(--base-font-size) - 2px);
}

.sabino-collection-toolbar__meta strong {
    font-size: var(--base-font-size);
}

.sabino-collection-toolbar__sort .select {
    width: 100%;
}

.sabino-catalog-toolbar__filters {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    min-width: 0;
    width: 100%;
}

.sabino-catalog-layout {
    position: relative;
    display: grid;
    gap: 38px;
    align-items: start;
    margin-top: 28px;
}

.store-theme-sabino #catalogo > .container {
    padding-top: 0;
}

.sabino-catalog-filters-backdrop,
.sabino-catalog-sidebar__close,
.sabino-catalog-mobile-filter-toggle {
    display: none;
}

.sabino-catalog-sidebar {
    min-width: 0;
    width: 100%;
}

.sabino-catalog-sidebar__card,
.sabino-catalog-results__toolbar {
    margin-bottom: 0;
}

.sabino-catalog-sidebar__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgb(var(--border-color));
    border-top: 1px solid rgb(var(--border-color));
    border-bottom: 1px solid rgb(var(--border-color));
    border-radius: 24px;
    background: rgb(var(--secondary-background));
    min-width: 0;
    overflow: hidden;
    --form-input-field-height: 40px;
}

.sabino-catalog-sidebar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid rgb(var(--border-color));
}

.sabino-catalog-sidebar__header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sabino-catalog-sidebar__header strong {
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sabino-catalog-sidebar__clear {
    font-size: 12px;
    font-weight: 600;
    color: rgb(var(--heading-color));
    text-decoration: none;
}

.sabino-catalog-results {
    display: grid;
    gap: 22px;
    min-width: 0;
}

.sabino-catalog-results .featured-collections {
    margin-top: 0;
}

.sabino-catalog-results__toolbar-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.sabino-catalog-results .product-list {
    display: block;
}

.sabino-catalog-results .product-list__inner.sabino-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px 20px;
    align-items: start;
}

.sabino-catalog-results .sabino-product-grid > .product-item,
.sabino-catalog-results .sabino-product-grid > product-item.product-item {
    width: 100%;
    max-width: none;
    margin: 0;
}

.sabino-catalog-toolbar__search .input__field,
.sabino-catalog-toolbar__selects .select {
    width: 100%;
}

.sabino-catalog-filter-group {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.sabino-catalog-control,
.sabino-catalog-toolbar__filters > .sabino-catalog-filter-group,
.sabino-catalog-toolbar__filters > .checkbox-container,
.sabino-catalog-toolbar__filters > .sabino-catalog-toolbar__actions,
.sabino-catalog-toolbar__filters .input,
.sabino-catalog-toolbar__filters .select-wrapper {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    justify-self: stretch;
}

.sabino-catalog-toolbar__filters .input__field,
.sabino-catalog-toolbar__filters .select,
.sabino-catalog-price-grid .input__field {
    display: block;
    inline-size: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
}

.sabino-catalog-sidebar__card > *,
.sabino-catalog-toolbar__filters > * {
    min-width: 0;
}

.sabino-catalog-filter-label {
    color: rgb(var(--heading-color));
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sabino-catalog-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sabino-catalog-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgb(var(--border-color));
    border-radius: 14px;
    background: rgb(var(--background));
    color: rgb(var(--text-color));
    font-size: 13px;
    min-width: 0;
}

.sabino-catalog-toggle.checkbox-container + .checkbox-container {
    margin-top: 0;
}

.sabino-catalog-toggle .checkbox {
    top: 0;
    width: 16px;
    height: 16px;
}

.sabino-catalog-toggle span {
    min-width: 0;
}

.sabino-catalog-toolbar__actions {
    display: grid;
    gap: 10px;
    padding-top: 2px;
}

.sabino-catalog-toolbar__actions .button {
    width: 100%;
}

.sabino-catalog-results__toolbar {
    display: grid;
    gap: 14px;
    padding: 0 0 20px;
    border-top: 0;
    border-bottom: 0;
}

.sabino-catalog-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sabino-catalog-active-filter {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgb(var(--secondary-background));
    color: rgb(var(--heading-color));
    font-size: 12px;
    font-weight: 600;
}

.sabino-collection-banner__media {
    min-height: 300px;
}

.sabino-product-layout {
    display: grid;
    gap: 32px;
    align-items: start;
}

.sabino-product-media .product__media-list-wrapper {
    max-width: none;
}

.sabino-product-media .product__media-image-wrapper {
    overflow: hidden;
    border-radius: 24px;
    background: rgb(var(--secondary-background));
}

.sabino-product-media .product__media-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sabino-product-media [data-store-gallery-stage-video][hidden],
.sabino-product-media [data-store-gallery-stage-image][hidden] {
    display: none !important;
    pointer-events: none !important;
}

.sabino-product-media [data-store-gallery-stage-video]:not([hidden]),
.sabino-product-media [data-store-gallery-stage-image]:not([hidden]) {
    display: block;
}

.store-theme-sabino .sabino-product-media .product__media-image-wrapper {
    position: relative;
    overflow: hidden;
}

.store-theme-sabino .sabino-product-media [data-store-gallery-stage-image],
.store-theme-sabino .sabino-product-media [data-store-gallery-stage-video] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__thumbnail-list-inner {
    display: grid;
    gap: 12px;
}

.product__thumbnail-item {
    overflow: hidden;
    border: 1px solid rgb(var(--border-color));
    border-radius: 16px;
    background: #fff;
}

.product__thumbnail-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product__thumbnail-item.is-active,
.product__thumbnail-item.is-nav-selected {
    border-color: rgb(var(--text-color));
}

.sabino-product-summary {
    margin: 16px 0 24px;
    color: rgba(var(--text-color), 0.74);
}

.block-swatch-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sabino-option-button {
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid rgb(var(--border-color));
    border-radius: 12px;
    background: rgb(var(--background));
    color: rgb(var(--text-color));
    font-size: calc(var(--base-font-size) - 2px);
    line-height: 1.2;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.sabino-option-button.is-active {
    border-color: rgb(var(--text-color));
    background: rgb(var(--secondary-background));
}

.sabino-option-button.is-disabled,
.sabino-option-button:disabled {
    opacity: 0.38;
    cursor: not-allowed;
}

.product-form__buy-buttons {
    margin-top: 28px;
}

.sabino-product-benefits {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.sabino-product-benefits li {
    padding: 14px 16px;
    border: 1px solid rgb(var(--border-color));
    border-radius: 16px;
    background: rgb(var(--secondary-background));
}

.sabino-product-description {
    padding-top: 0;
}

.sabino-rich-copy {
    color: rgba(var(--text-color), 0.88);
}

.sabino-footer-grid {
    display: grid;
    gap: 28px;
}

.footer {
    background: var(--footer-backg);
}

.footer,
.footer a,
.footer p,
.footer .heading {
    color: #fafafa;
}

.footer__inner {
    padding: 46px 0 26px;
}

.footer__copyright {
    padding: 4px 0 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    opacity: 0.96;
}

.sabino-payment-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.sabino-payment-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.sabino-footer-button {
    margin-top: 18px;
}

.sabino-section-header {
    margin-bottom: 22px;
}

.sabino-section-header .heading {
    font-size: clamp(28px, 4vw, 36px);
    letter-spacing: -0.03em;
}

.sabino-section-button {
    min-width: 120px;
}

.product-meta__label-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.label--sold {
    background: var(--back-vendidos);
    color: var(--fonte-vendidos);
}

.product-item__label-list {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    pointer-events: none;
}

.product-item__label-list .label {
    min-height: auto;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(99, 0, 0, 0.14);
}

.product-item__label-list .label--highlight {
    background: #630000 !important;
    color: #fff !important;
}

.product-item__label-list .label--custom,
.product-meta__label-list .label--custom {
    background: #000 !important;
    color: #fff !important;
}

.price-list {
    gap: 10px;
    align-items: center;
}

.store-theme-sabino .product-item__info,
.store-theme-sabino .product-item-meta,
.store-theme-sabino .product-item-meta__price-list-container,
.store-theme-sabino .price-list--centered,
.store-theme-sabino .sabino-installments {
    text-align: center;
    justify-content: center;
}

.store-theme-sabino .product-item-meta {
    display: grid;
    gap: 3px;
}

.store-theme-sabino .price-list--centered {
    align-items: baseline;
    gap: 6px;
}

.store-theme-sabino .price-list--centered .price {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
}

.store-theme-sabino .price-list--centered .price--compare {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.store-theme-sabino .product-item-meta__price-list-container {
    margin-top: 0;
}

.store-theme-sabino .sabino-installments {
    margin-top: 0;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 1.05;
}

.store-theme-sabino .sabino-home-product-list .product-item__card-link,
.store-theme-sabino .sabino-catalog-results .product-item__card-link,
.store-theme-sabino .featured-collections .product-item__card-link {
    gap: 6px;
}

.store-theme-sabino .sabino-home-product-list .product-item__image-wrapper,
.store-theme-sabino .sabino-catalog-results .product-item__image-wrapper,
.store-theme-sabino .featured-collections .product-item__image-wrapper {
    margin-bottom: 0 !important;
}

.store-theme-sabino .sabino-home-product-list .product-item__info,
.store-theme-sabino .sabino-catalog-results .product-item__info,
.store-theme-sabino .featured-collections .product-item__info {
    padding-top: 0 !important;
}

.store-theme-sabino .sabino-home-product-list .product-item-meta,
.store-theme-sabino .sabino-catalog-results .product-item-meta,
.store-theme-sabino .featured-collections .product-item-meta {
    gap: 2px;
}

.store-theme-sabino .sabino-home-product-list .product-item-meta__title,
.store-theme-sabino .sabino-catalog-results .product-item-meta__title,
.store-theme-sabino .featured-collections .product-item-meta__title {
    margin: 0 auto;
    max-width: 96%;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.32;
    letter-spacing: 0;
}

.store-theme-sabino .sabino-home-product-list .product-item-meta__price-list-container,
.store-theme-sabino .sabino-catalog-results .product-item-meta__price-list-container,
.store-theme-sabino .featured-collections .product-item-meta__price-list-container {
    margin-top: 0 !important;
}

.store-theme-sabino .sabino-home-product-list .price-list--centered,
.store-theme-sabino .sabino-catalog-results .price-list--centered,
.store-theme-sabino .featured-collections .price-list--centered {
    gap: 8px;
}

.store-theme-sabino .sabino-home-product-list .price-list--centered .price,
.store-theme-sabino .sabino-catalog-results .price-list--centered .price,
.store-theme-sabino .featured-collections .price-list--centered .price {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.store-theme-sabino .sabino-home-product-list .price-list--centered .price--compare,
.store-theme-sabino .sabino-catalog-results .price-list--centered .price--compare,
.store-theme-sabino .featured-collections .price-list--centered .price--compare {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.store-theme-sabino .sabino-home-product-list .sabino-installments,
.store-theme-sabino .sabino-catalog-results .sabino-installments,
.store-theme-sabino .featured-collections .sabino-installments {
    margin-top: 0 !important;
    font-size: 12px;
    line-height: 1.05;
}

.sabino-product-discount-row {
    margin-top: 10px;
}

.sabino-inline-callouts {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.sabino-pix-callout,
.sabino-shipping-callout,
.sabino-payment-box,
.sabino-assurance-card,
.sabino-highlight-card {
    border: 1px solid rgb(var(--border-color));
    border-radius: 16px;
    background: rgb(var(--secondary-background));
}

.sabino-pix-callout,
.sabino-shipping-callout {
    padding: 14px 16px;
}

.sabino-shipping-callout--inline {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.sabino-shipping-callout--inline img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.sabino-pix-callout strong,
.sabino-shipping-callout strong,
.sabino-payment-box__title,
.sabino-assurance-card strong,
.sabino-service-card strong,
.sabino-highlight-card strong,
.sabino-faq-item summary {
    display: block;
    color: rgb(var(--heading-color));
    font-weight: 700;
}

.sabino-pix-callout span,
.sabino-shipping-callout span,
.sabino-payment-secure span,
.sabino-assurance-card span,
.sabino-service-card span,
.sabino-highlight-card p,
.sabino-faq-item p {
    display: block;
    margin-top: 6px;
    color: rgba(var(--text-color), 0.72);
    font-size: calc(var(--base-font-size) - 2px);
    line-height: 1.6;
}

.sabino-payment-box {
    margin-top: 18px;
    padding: 18px;
}

.sabino-payment-box__title {
    margin: 0 0 12px;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.sabino-payment-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.sabino-payment-grid--compact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sabino-payment-card,
.sabino-trust-card {
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
}

.sabino-payment-card img,
.sabino-trust-card img {
    width: 100%;
    height: 28px;
    object-fit: contain;
}

.footer .sabino-payment-grid {
    max-width: 100%;
}

.sabino-payment-secure {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgb(var(--border-color));
}

.sabino-payment-secure strong {
    display: block;
    font-size: 14px;
    color: rgb(var(--heading-color));
}

.sabino-assurance-grid,
.sabino-highlight-grid,
.sabino-service-grid {
    display: grid;
    gap: 12px;
}

.sabino-assurance-grid {
    margin-top: 18px;
}

.sabino-assurance-card,
.sabino-service-card,
.sabino-highlight-card {
    padding: 16px;
}

.sabino-service-section {
    padding-top: 12px;
}

.sabino-service-card {
    border: 1px solid rgb(var(--border-color));
    border-radius: 18px;
    background: rgb(var(--background));
}

.sabino-service-card__icon {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: rgb(var(--secondary-background));
    color: rgb(var(--heading-color));
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.sabino-service-card__icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.sabino-faq-section {
    padding-top: 0;
}

.sabino-faq-list {
    display: grid;
    gap: 12px;
}

.sabino-faq-item {
    padding: 18px 20px;
    border: 1px solid rgb(var(--border-color));
    border-radius: 16px;
    background: rgb(var(--background));
}

.sabino-faq-item summary {
    cursor: pointer;
    list-style: none;
}

.sabino-faq-item summary::-webkit-details-marker {
    display: none;
}

.sabino-faq-item[open] {
    background: rgb(var(--secondary-background));
}

.sabino-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.sabino-gift-section {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid rgb(var(--border-color));
    border-radius: 18px;
    background: rgb(var(--background));
}

.sabino-gift-section__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgb(var(--secondary-background));
    color: rgb(var(--heading-color));
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sabino-gift-section__title {
    margin: 14px 0 18px;
    color: rgb(var(--heading-color));
    font-family: var(--heading-font-family);
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.25;
}

.sabino-gift-grid {
    display: grid;
    gap: 14px;
}

.sabino-gift-card {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
    border: 1px solid rgb(var(--border-color));
    border-radius: 16px;
    background: rgb(var(--secondary-background));
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sabino-gift-card.is-selected {
    border-color: rgb(var(--primary-button-background));
    box-shadow: 0 0 0 1px rgba(var(--primary-button-background), 0.22);
}

.sabino-gift-card.is-soldout {
    opacity: 0.78;
}

.sabino-gift-card__image {
    overflow: hidden;
    border-radius: 12px;
    background: rgb(var(--background));
}

.sabino-gift-card__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.sabino-gift-card__content strong {
    display: block;
    color: rgb(var(--heading-color));
    font-size: 15px;
    line-height: 1.35;
}

.sabino-gift-card__content span,
.sabino-gift-card__content small {
    display: block;
    color: rgba(var(--text-color), 0.72);
    font-size: calc(var(--base-font-size) - 3px);
    line-height: 1.5;
}

.sabino-gift-card__price {
    margin-top: 10px;
}

.sabino-gift-card__price b {
    display: block;
    margin-top: 4px;
    color: rgb(var(--heading-color));
    font-size: 15px;
}

.sabino-gift-card__price em {
    font-style: normal;
    color: rgb(var(--primary-button-background));
}

.sabino-gift-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: rgb(var(--heading-color));
    font-size: calc(var(--base-font-size) - 2px);
    font-weight: 600;
}

.sabino-gift-card__cta input {
    margin: 0;
}

.sabino-gift-card__soldout {
    position: absolute;
    inset: 12px 12px auto auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(99, 0, 0, 0.92);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.sabino-gift-section__note,
.sabino-gift-section__success {
    margin: 14px 0 0;
    color: rgba(var(--text-color), 0.72);
    font-size: calc(var(--base-font-size) - 3px);
}

.sabino-gift-section__success {
    color: rgb(var(--primary-button-background));
    font-weight: 600;
}

.sabino-whatsapp-buy {
    display: grid;
    gap: 6px;
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgb(54, 179, 118);
    color: #fff;
    text-decoration: none;
}

.sabino-whatsapp-buy strong,
.sabino-whatsapp-buy span {
    color: inherit;
}

.sabino-newsletter-form {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.sabino-newsletter-form .input {
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.sabino-newsletter-form .input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.sabino-newsletter-form .button {
    min-width: 120px;
}

.sabino-newsletter-feedback {
    margin-top: 10px;
    font-size: calc(var(--base-font-size) - 3px);
}

.sabino-newsletter-feedback.is-success {
    color: #b7ffbf;
}

.sabino-newsletter-feedback.is-error {
    color: #ffd8d8;
}

.sabino-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sabino-social-link {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.sabino-social-link:hover {
    opacity: 0.82;
    transform: translateY(-1px);
}

.footer .sabino-newsletter-form .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    text-decoration: none;
    box-shadow: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer .sabino-newsletter-form .button:hover {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.24) !important;
    transform: translateY(-1px);
}

.footer .sabino-newsletter-form .button {
    width: 100%;
}

.footer .sabino-footer-button {
    display: inline-block;
    position: relative;
    margin-top: 18px;
    padding: 6px 34px 10px 61px;
    border: 0 !important;
    border-radius: 5px;
    background: #36b376 !important;
    color: #fff !important;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.footer .sabino-footer-button__copy,
.footer .sabino-footer-button span {
    display: block;
}

.footer .sabino-footer-button .title-btn {
    font-size: 13px;
    line-height: 1.6;
}

.footer .sabino-footer-button .d--block {
    display: block;
    font-size: 16px;
    line-height: 1.1;
}

.footer .sabino-footer-button .icon-whats {
    position: absolute;
    top: 50%;
    left: 6.5%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
}

.footer .sabino-footer-button .icon-whats svg {
    display: block;
    width: 31px;
    height: 31px;
    transform: none;
}

.footer .sabino-footer-button:hover {
    background: #fefefe !important;
    color: #36b376 !important;
    transform: none;
}

.footer .sabino-social-list {
    gap: 12px;
}

.footer .sabino-social-link {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.footer .sabino-social-link:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}

.sabino-footer-legal {
    display: grid;
    gap: 14px;
    padding: 0 0 30px;
    text-align: center;
}

.sabino-footer-legal__address {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    opacity: 0.88;
}

.sabino-footer-legal__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 22px;
}

.sabino-footer-legal__item {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.9;
}

.sabino-footer-legal__label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 10px;
    opacity: 0.7;
}

.sabino-footer-legal__item strong {
    color: #fff;
    font-weight: 600;
}

@media screen and (max-width: 740px) {
    .sabino-footer-legal {
        gap: 10px;
        padding-bottom: 24px;
    }

    .sabino-footer-legal__address {
        font-size: 13px;
    }

    .sabino-footer-legal__meta {
        gap: 8px;
    }

    .sabino-footer-legal__item {
        width: 100%;
    }
}

@media screen and (min-width: 741px) {
    .sabino-home-product-list .product-list__inner--scroller {
        grid-auto-columns: calc((100vw - 80px) / 3 - 18px);
        padding-left: 28px;
        padding-right: 28px;
        margin-left: 0;
        margin-right: 0;
    }

    .store-theme-sabino .sabino-product-grid > .product-item,
    .store-theme-sabino .sabino-product-grid > product-item.product-item {
        width: 100%;
        max-width: 286px;
        margin: 0 auto;
    }

    .store-theme-sabino .product-item__image-wrapper {
        border-radius: 18px;
        margin-bottom: 10px !important;
    }

    .store-theme-sabino .product-item__label-list {
        top: 10px;
        left: 10px;
    }

    .store-theme-sabino .product-item__label-list .label {
        padding: 4px 8px;
        border-radius: 6px;
        font-size: 11px;
    }

    .store-theme-sabino .product-item__info {
        padding-top: 0 !important;
    }

    .store-theme-sabino .product-item-meta {
        gap: 4px;
    }

    .store-theme-sabino .product-item-meta__title {
        max-width: 94%;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.34;
    }

    .store-theme-sabino .product-item-meta__price-list-container {
        margin-top: 0;
    }

    .store-theme-sabino .price-list--centered {
        gap: 8px;
    }

    .store-theme-sabino .price-list--centered .price {
        font-size: 18px;
    }

    .store-theme-sabino .price-list--centered .price--compare {
        font-size: 14px;
    }

    .store-theme-sabino .sabino-installments {
        margin-top: 0;
        font-size: 13px;
        line-height: 1.15;
    }

    .store-theme-sabino .sabino-installments svg {
        width: 14px;
        height: 14px;
    }

    .sabino-hero {
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    }

    .sabino-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .sabino-collection-banner {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    }

    .sabino-collection-toolbar {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .sabino-product-layout {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    }

    .sabino-product-media {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 18px;
    }

    .product__thumbnail-list {
        order: -1;
    }

    .sabino-footer-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .sabino-assurance-grid,
    .sabino-highlight-grid,
    .sabino-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sabino-inline-callouts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sabino-newsletter-form {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .footer .sabino-newsletter-form .button {
        width: auto;
        min-width: 132px;
    }
}

@media screen and (max-width: 999px) {
    .hidden-pocket {
        display: none !important;
    }

    .header__bottom-navigation {
        display: none !important;
    }
}

@media screen and (min-width: 1000px) {
    .hidden-desk {
        display: none !important;
    }

    .product__info {
        position: sticky;
        top: 24px;
    }
}

@media screen and (max-width: 740px) {
    .hidden-phone {
        display: none !important;
    }

    .store-theme-sabino .product-item-meta__title {
        font-size: 14px;
        line-height: 1.36;
    }

    .store-theme-sabino .price-list--centered .price {
        font-weight: 600;
    }

    .store-theme-sabino .sabino-installments {
        font-size: 13px;
    }

    .product-item__image-wrapper {
        border-radius: 14px;
    }

    .sabino-hero__media,
    .sabino-collection-banner__media,
    .sabino-product-media .product__media-image-wrapper {
        border-radius: 18px;
    }

    .sabino-collection-banner__media--full {
        border-radius: 0;
        min-height: 220px;
    }

    .sabino-collection-banner__copy--below {
        padding-top: 18px;
    }

    .sabino-product-summary {
        margin-bottom: 18px;
    }

    .sabino-service-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sabino-gift-card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .sabino-whatsapp-buy {
        padding: 14px 16px;
    }
}

/* Sabino fidelity overrides */
#shopify-section-announcement-bar {
    --heading-color: 255, 255, 255;
    --text-color: 255, 255, 255;
    --primary-button-background: 0, 0, 0;
    --primary-button-text-color: 1, 1, 1;
    --section-background: 99, 0, 0;
    position: relative;
    top: 0;
    z-index: 5;
}

#shopify-section-announcement-bar .announcement-bar {
    background: #630000;
    color: #fff;
    justify-content: center;
    position: relative;
    overflow: visible !important;
    padding: 18px 0 16px !important;
    margin-bottom: 8px;
}

#shopify-section-announcement-bar .announcement-bar__list {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    overflow: visible !important;
}

#shopify-section-announcement-bar .announcement-bar__item {
    background: transparent;
    position: static;
    overflow: visible !important;
    padding-bottom: 0 !important;
}

#shopify-section-announcement-bar .announcement-bar__message {
    padding-bottom: 0;
    color: #fff;
    letter-spacing: 0;
    font-size: var(--anuncio-fonted);
    line-height: 1.2;
}

#shopify-section-announcement-bar .sabino-announcement-bar__message {
    text-align: center;
    padding-top: 14px;
}

#shopify-section-announcement-bar .sabino-announcement-bar__message p {
    margin: 0;
    line-height: 1.2;
}

.sabino-announcement-badge {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    z-index: 3;
    display: inline-block;
    padding: 6px 16px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.store-theme-sabino .header__logo-image {
    max-width: 95px;
}

.product.sabino-product-layout {
    display: block;
    gap: 0;
}

.sabino-product-media .product__media-image-wrapper {
    border-radius: var(--block-border-radius-reduced);
}

.product__thumbnail-list-inner {
    gap: 0;
}

.product__thumbnail-item {
    padding: 4px;
    border: 1px solid transparent;
    background: #fff;
    border-radius: 14px;
}

.product__thumbnail {
    position: relative;
    width: 76px;
    min-width: 76px;
    padding: 0;
}

.product__thumbnail,
.product__thumbnail > img {
    border-radius: 10px;
}

.product__thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 2px rgb(var(--text-color));
    border-radius: inherit;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.06s ease, transform 0.06s ease;
}

.product__thumbnail-item[aria-current],
.product__thumbnail-item.is-active,
.product__thumbnail-item.is-nav-selected {
    border-color: rgb(var(--text-color));
}

.product__thumbnail-item[aria-current] .product__thumbnail::after,
.product__thumbnail-item.is-active .product__thumbnail::after,
.product__thumbnail-item.is-nav-selected .product__thumbnail::after {
    opacity: 1;
    transform: scale(1);
}

.product-meta {
    display: block;
    margin: 24px 0 17px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(var(--border-color));
}

.product-meta__title.heading.h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 5px 0 1px;
}

.product-meta__price-list-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: -3px;
}

.product-meta__label-list[data-product-label-list] {
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
}

.price-list {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.price--compare {
    color: #5f7268;
    text-decoration: line-through;
}

.product-form {
    display: grid;
    row-gap: 6px;
}

.product-form__option-info,
.product-form__quantity-label {
    display: flex;
    margin-bottom: 8px;
}

.product-form__option-name {
    font-weight: 600;
}

.product-form__option-value {
    margin-left: 8px;
    color: rgba(var(--text-color), 0.7);
}

.block-swatch-list {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    gap: 0;
}

.block-swatch {
    margin: 0;
}

.sabino-option-button {
    display: block;
    position: relative;
    min-width: 0;
    min-height: auto;
    padding: 4px 14px;
    margin: 4px;
    border: 1px solid rgb(var(--border-color));
    border-radius: 5px;
    background: rgb(var(--background));
    color: rgb(var(--text-color));
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    transition: background 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}

.sabino-option-button.is-active {
    border-color: rgb(var(--border-color-darker));
    background: rgb(var(--secondary-background));
}

.product-form__buy-buttons {
    margin-top: 0;
}

.product-form__payment-container,
.product-form__add-button.button {
    width: 100%;
}

.product-pix {
    background: var(--pix-envio-fundo, #f0f1f1);
    display: flex;
    align-items: center;
    margin-top: 7px;
    width: max-content;
    max-width: 100%;
    padding: 4px 8px 4px 7px;
    gap: 7px;
    border-radius: var(--pix-envio-bordageral, 7px);
    border: 1px solid #e4e6e5;
    font-size: var(--pix-envio-tfonte, 13px);
    box-shadow: none;
}

.product-pix__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.product-pix__icon svg {
    fill: var(--pix-envio-simb, #3bbf77);
    width: var(--pix-envio-tsimb, 19px);
    height: var(--pix-envio-tsimb, 19px);
}

.product-pix__content {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
    white-space: nowrap;
}

.product-pix__label,
.product-pix__text {
    color: var(--pix-envio-textdesc, #202020);
    font-size: 14px;
    line-height: 1.1;
}

.product-pix__label {
    font-weight: 600;
}

.product-pix__text {
    color: var(--pix-envio-textnopix, #3b3b3b);
    font-weight: 400;
}

.product-pix__badge {
    background: var(--pix-envio-enviofundo, #49c66b);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: var(--pix-envio-bordaenvio, 7px);
    color: var(--pix-envio-enviotexto, #ffffff);
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
}

.fretefundo {
    display: flex;
    align-items: center;
    margin-top: 7px;
    margin-bottom: -7px;
    padding: 6px 10px 6px 0;
    border: 1px solid #f5f5f5;
    border-radius: var(--arredonda-box, 12px);
    background: var(--color-frete-fundo, #fff);
    color: #a9a9a9;
    box-shadow: 0 5px 6px -9px #a1a1a1;
}

.fretefundo > img {
    width: 45px;
    height: auto;
    padding: 7px;
    margin: 0 3px 0 4px;
}

.ttl-frete {
    flex-grow: 1;
    margin: 0;
    color: #8f8f8f;
    font-size: 13px;
    line-height: 1.3;
}

.ip-frete {
    display: block;
    color: var(--product-localization-color, #36b376);
    font-size: 13px;
}

.sabino-gift-section {
    margin-top: 18px;
    padding: 14px;
    border: 2px solid #630000;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.sabino-gift-section__badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #630000;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.sabino-gift-section__title {
    margin: 10px 0 12px;
    color: #630000;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.sabino-gift-section [data-sabino-gift-clock] {
    display: inline-block;
    min-width: 64px;
    padding: 2px 8px;
    margin-left: 4px;
    border: 1px solid #630000;
    border-radius: 8px;
    background: #fff;
    color: #630000;
    font-variant-numeric: tabular-nums;
}

.sabino-gift-grid {
    gap: 5px;
}

.sabino-gift-card {
    grid-template-columns: 96px 1fr;
    gap: 12px;
    border: 1px dashed #630000;
    border-radius: 12px;
    padding: 10px;
}

.sabino-gift-card__image {
    border: 1px solid rgba(99, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(99, 0, 0, 0.12), rgba(99, 0, 0, 0.04));
}

.sabino-gift-card__content {
    gap: 8px;
}

.sabino-gift-card__content strong {
    font-size: 15px;
    font-weight: 800;
}

.sabino-gift-card__content > span {
    font-size: 12px;
    color: #777;
}

.sabino-gift-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
}

.sabino-gift-card__price small {
    color: #777;
    font-size: 14px;
    text-decoration: line-through;
}

.sabino-gift-card__price b {
    color: #2e7d32;
    font-size: 18px;
    font-weight: 900;
}

.sabino-gift-card__price em {
    display: inline-block;
    margin-left: 4px;
    padding: 2px 6px;
    border-radius: 6px;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
    font-style: normal;
}

.sabino-gift-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.sabino-gift-card__cta input {
    width: 18px;
    height: 18px;
    accent-color: #630000;
}

.sabino-gift-section__note,
.sabino-gift-section__success {
    margin-top: 10px;
    font-size: 12px;
}

.sabino-gift-section__note {
    color: #777;
}

.sabino-gift-section__success {
    padding: 10px;
    border: 1px solid #630000;
    border-radius: 10px;
    background: #fff6f6;
    color: #630000;
    font-size: 13px;
    font-weight: 800;
}

.sabino-payment-box {
    margin-top: 0;
    padding: 2px;
    border: 1px solid #f6f6f8;
    border-radius: var(--arredonda-box, 12px);
    background: #fff;
    box-shadow: 0 5px 6px -5px #f6f6f8;
}

.sabino-payment-box__title {
    margin: 0 0 8px;
    padding: 0;
    border-radius: 4px;
    background: #f6f6f8;
    color: #565656;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.sabino-payment-grid--compact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    padding: 0 8px 8px;
}

.sabino-payment-card {
    min-height: auto;
    padding: 0;
    border-radius: 6px;
    background: transparent;
}

.sabino-payment-card img {
    width: 55px;
    height: 38px;
    object-fit: contain;
}

.sabino-payment-secure {
    padding: 12px 15px 4px;
    border-top: 0;
    text-align: center;
}

.sabino-payment-secure strong {
    font-size: 13px;
    color: #565656;
}

.sabino-payment-secure span {
    margin-top: 4px;
    font-size: 12px;
}

.sabino-whatsapp-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 7px 0 20px;
    padding: 14px;
    border: 2px solid #0f8b46;
    border-radius: 10px !important;
    background: #17a34a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}

.sabino-whatsapp-buy strong,
.sabino-whatsapp-buy span {
    margin: 0;
    color: inherit;
}

.sabino-assurance-grid {
    gap: 5px;
}

.sabino-assurance-card {
    border: 1px solid #f6f6f8;
    border-radius: var(--arredonda-box, 12px);
    background: #fff;
    box-shadow: 0 5px 6px -5px #f6f6f8;
}

@media screen and (min-width: 741px) {
    .store-theme-sabino .header__logo-image {
        max-width: 200px;
    }
}

@media screen and (max-width: 640px) {
    #shopify-section-announcement-bar .announcement-bar__message {
        font-size: var(--anuncio-fontem);
    }

    #shopify-section-announcement-bar .announcement-bar {
        padding: 16px 0 14px !important;
        margin-bottom: 8px;
    }

    #shopify-section-announcement-bar .announcement-bar__item {
        padding-bottom: 0 !important;
    }

    #shopify-section-announcement-bar .sabino-announcement-bar__message {
        padding-top: 12px;
    }

    .sabino-announcement-badge {
        padding: 5px 14px;
        font-size: 11px;
    }

    .fretefundo {
        margin-top: 14px;
    }

    .fretefundo > img {
        height: 52px;
    }

    .ip-frete {
        font-size: 12px;
    }
}

@media screen and (min-width: 1000px) {
    .product.sabino-product-layout {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .store-theme-sabino .product__info {
        position: static;
        top: auto;
    }
}

/* Sabino product fidelity pass */
body.store-theme-sabino {
    --arredonda-box: 12px;
    --box-primaria: #fff;
    --box-sec: #565656;
    --box-titulo: #2a2a2a;
    --color-parcel-prod: #630000;
    --color-frete-fundo: #fff;
    --product-free-shipping-color: #36b376;
    --product-localization-color: #36b376;
    --pix-envio-fundo: #f0f1f1;
    --pix-envio-textdesc: #1d1d1d;
    --pix-envio-textnopix: #3c3c3c;
    --pix-envio-enviofundo: #4bc76b;
    --pix-envio-enviotexto: #ffffff;
}

.store-theme-sabino .product__media-list-wrapper {
    max-width: 1080px;
}

.store-theme-sabino .product__info {
    width: 100%;
    max-width: 640px;
}

.store-theme-sabino .product__media-nav {
    align-items: center;
}

.store-theme-sabino .product__thumbnail-scroll-shadow {
    flex: 1 1 auto;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.store-theme-sabino .product__thumbnail-scroll-shadow::before,
.store-theme-sabino .product__thumbnail-scroll-shadow::after {
    display: none !important;
    content: none !important;
}

.store-theme-sabino .product__thumbnail-item {
    padding: 3px;
    border: 1px solid transparent;
    background: #fff;
    border-radius: 14px;
}

.store-theme-sabino .product__thumbnail {
    width: 68px;
    min-width: 68px;
    padding: 0;
    border-radius: 10px;
}

.store-theme-sabino .product__thumbnail::after {
    display: none !important;
}

.store-theme-sabino .product__thumbnail > img {
    display: block;
    border-radius: 10px;
}

.store-theme-sabino .product__thumbnail-item.is-video-thumb .product__thumbnail {
    position: relative;
    overflow: hidden;
}

.store-theme-sabino .sabino-video-thumb-indicator {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 6, 23, 0.72);
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(3px);
    pointer-events: none;
}

.store-theme-sabino .sabino-video-thumb-indicator svg {
    width: 12px;
    height: 12px;
    margin-left: 1px;
    display: block;
}

.store-theme-sabino .product__thumbnail-item[aria-current],
.store-theme-sabino .product__thumbnail-item.is-active,
.store-theme-sabino .product__thumbnail-item.is-nav-selected {
    border-color: rgb(var(--text-color));
    border-width: 2px;
}

.store-theme-sabino .product-meta__price-list-container {
    align-items: center;
    gap: 10px 12px;
}

.store-theme-sabino .product-meta [data-store-price] {
    font-weight: 700;
}

.store-theme-sabino .product-meta__label-list[data-product-label-list] {
    margin: 0;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.store-theme-sabino .product-meta__label-list .label--highlight {
    min-height: auto;
    padding: 4px 7px;
    border-radius: 4px;
    background: var(--label-desconto);
    color: #fff;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.1;
}

.store-theme-sabino .sabino-product-media .product__media-image-wrapper {
    position: relative;
}

.store-theme-sabino .sabino-product-media-badge {
    position: absolute;
    top: 16px;
    left: 10px;
    z-index: 3;
    pointer-events: none;
}

.store-theme-sabino .sabino-product-media-badge .label--highlight {
    min-height: auto;
    padding: 6px 9px;
    border-radius: 5px;
    background: var(--label-desconto);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.store-theme-sabino .sabino-zoom-trigger {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #171717;
    box-shadow: 0 8px 18px rgba(20, 20, 20, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.store-theme-sabino .sabino-zoom-trigger svg {
    width: 17px;
    height: 17px;
    display: block;
}

.store-theme-sabino .sabino-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 70;
}

.store-theme-sabino .sabino-image-lightbox[hidden] {
    display: none !important;
}

.store-theme-sabino .sabino-image-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 12, 12, 0.86);
}

.store-theme-sabino .sabino-image-lightbox__dialog {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.store-theme-sabino .sabino-image-lightbox__toolbar {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 14px);
    right: calc(env(safe-area-inset-right, 0px) + 14px);
    z-index: 75;
    display: inline-flex;
    align-items: center;
}

.store-theme-sabino .sabino-image-lightbox__stage {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: calc(env(safe-area-inset-top, 0px) + 76px) 16px calc(env(safe-area-inset-bottom, 0px) + 24px);
    touch-action: none;
}

.store-theme-sabino .sabino-image-lightbox__stage img {
    display: block;
    width: auto;
    max-width: min(100%, 1100px);
    max-height: calc(100vh - 132px);
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    cursor: zoom-in;
    transition: transform 0.12s ease;
    transform-origin: center center;
    will-change: transform;
    user-select: none;
    -webkit-user-drag: none;
}

.store-theme-sabino .sabino-image-lightbox.is-zoomed .sabino-image-lightbox__stage img {
    cursor: move;
}

.store-theme-sabino .sabino-image-lightbox__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #111;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.store-theme-sabino .review-widget.sabino-review-widget {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: -2px 0 12px;
    color: #5c5c5c;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1;
}

.store-theme-sabino .sabino-review-widget__stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #efb21d;
}

.store-theme-sabino .sabino-review-widget__stars svg {
    width: 14px;
    height: 14px;
    display: block;
    fill: currentColor;
}

.store-theme-sabino .sabino-review-widget__meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}

.store-theme-sabino .sabino-review-widget__meta strong {
    color: #4c4c4c;
    font-size: 13px;
    font-weight: 700;
}

.store-theme-sabino .sabino-review-widget__meta span {
    color: #696969;
}

.store-theme-sabino .sabino-installment-amount {
    color: #111;
    font-weight: 700;
}

.store-theme-sabino .product-form__option-selector {
    margin-top: 2px;
}

.store-theme-sabino .product-form__option-info {
    margin-bottom: 6px;
    font-size: 14px;
}

.store-theme-sabino .block-swatch-list {
    margin: -4px;
}

.store-theme-sabino .block-swatch__item {
    display: block;
    min-width: 0;
    margin: 4px;
    padding: 4px 14px;
    border: 1px solid rgb(var(--border-color));
    border-radius: 5px;
    background: #fff;
    color: rgb(var(--text-color));
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

.store-theme-sabino .block-swatch__radio:checked + .block-swatch__item {
    border-color: rgb(var(--border-color-darker));
    background: rgb(var(--secondary-background));
}

.store-theme-sabino .block-swatch.is-disabled .block-swatch__item,
.store-theme-sabino .block-swatch__radio:disabled + .block-swatch__item {
    opacity: 0.45;
    cursor: not-allowed;
}

.store-theme-sabino .product-form__payment-container {
    display: block;
    width: 100%;
    margin-top: 8px;
}

.store-theme-sabino .product-form__add-button.button.button--primary {
    width: 100%;
    min-height: 52px;
    border-radius: 10px !important;
    font-size: 15px;
    font-weight: 700;
    box-shadow: none;
}

.store-theme-sabino .xsell-mb {
    --xs-pri: #630000;
    --xs-bg: #ffffff;
    --xs-fg: #2a2a2a;
    --xs-muted: #777;
    --xs-ok: #2e7d32;
    --xs-radius: 16px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}

.store-theme-sabino .xsell-mb * {
    box-sizing: border-box;
}

.store-theme-sabino .xsell-mb__wrap {
    background: var(--xs-bg);
    border: 2px solid var(--xs-pri);
    border-radius: var(--xs-radius);
    padding: 14px;
    color: var(--xs-fg);
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.store-theme-sabino .xsell-mb__badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--xs-pri);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.store-theme-sabino .xsell-mb__title {
    margin: 10px 0 12px;
    color: var(--xs-pri);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.store-theme-sabino .xsell-mb__time {
    display: inline-block;
    min-width: 64px;
    padding: 2px 8px;
    margin-left: 4px;
    border: 1px solid var(--xs-pri);
    border-radius: 8px;
    background: #fff;
    color: var(--xs-pri);
    font-variant-numeric: tabular-nums;
}

.store-theme-sabino .xsell-mb__card {
    position: relative;
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 12px;
    margin: 5px 0;
    padding: 10px;
    border: 1px dashed var(--xs-pri);
    border-radius: 12px;
    align-items: center;
    overflow: hidden;
    transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.store-theme-sabino .xsell-mb__card.is-selected {
    background: #fff8f8;
    box-shadow: 0 0 0 1px rgba(99, 0, 0, 0.12);
}

.store-theme-sabino .xsell-mb__image {
    width: auto;
    height: auto;
    border: 1px solid rgba(99, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(99, 0, 0, 0.12), rgba(99, 0, 0, 0.04));
}

.store-theme-sabino .xsell-mb__image img {
    border-radius: 10px;
    width: auto;
    height: auto;
    object-fit: cover;
}

.store-theme-sabino .xsell-mb__content {
    display: grid;
    gap: 8px;
}

.store-theme-sabino .xsell-mb__name {
    font-size: 15px;
    font-weight: 800;
}

.store-theme-sabino .xsell-mb__meta {
    font-size: 12px;
    color: var(--xs-muted);
}

.store-theme-sabino .xsell-mb__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.store-theme-sabino .xsell-mb__from {
    font-size: 14px;
    color: var(--xs-muted);
    text-decoration: line-through;
}

.store-theme-sabino .xsell-mb__to {
    color: var(--xs-ok);
    font-size: 18px;
    font-weight: 900;
}

.store-theme-sabino .xsell-mb__free {
    display: inline-block;
    margin-left: 4px;
    padding: 2px 6px;
    border-radius: 6px;
    background: #e8f5e9;
    font-size: 12px;
    font-style: normal;
}

.store-theme-sabino .xsell-mb__check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    user-select: none;
    font-size: 14px;
    color: var(--xs-fg);
}

.store-theme-sabino .xsell-mb__input {
    width: 18px;
    height: 18px;
    accent-color: var(--xs-pri);
}

.store-theme-sabino .xsell-mb__note {
    margin: 10px 2px 0;
    font-size: 12px;
    color: var(--xs-muted);
}

.store-theme-sabino .xsell-mb__success {
    margin: 10px 0 0;
    padding: 10px;
    border: 1px solid var(--xs-pri);
    border-radius: 10px;
    background: #fff6f6;
    color: var(--xs-pri);
    font-size: 13px;
    font-weight: 800;
}

.store-theme-sabino .xsell-mb__soldout {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: saturate(0.6) blur(1px);
    pointer-events: none;
}

.store-theme-sabino .xsell-mb__card.is-soldout .xsell-mb__soldout {
    display: flex;
}

.store-theme-sabino .xsell-mb__card.is-soldout .xsell-mb__check {
    display: none;
}

.store-theme-sabino .xsell-mb__card.is-soldout .xsell-mb__content {
    opacity: 0.8;
}

.store-theme-sabino .security__payment p {
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background: #f6f6f8;
    color: #565656;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
}

.store-theme-sabino .payment-list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    padding: 8px 10px 10px;
    margin-bottom: -7px;
}

.store-theme-sabino .cartoes {
    flex: 0 0 auto;
    width: 55px;
    height: 38px;
    object-fit: contain;
}

.store-theme-sabino .tag-top-botao {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    margin: 0;
    column-gap: 16px;
    padding: 11px 15px 8px 15px;
    border: 1px solid #f6f6f8;
    border-radius: var(--arredonda-box);
    background: var(--box-primaria);
    box-shadow: 0 5px 6px -5px #f6f6f8;
}

.store-theme-sabino .tag-top-botao__icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 100%;
    margin-right: 0;
}

.store-theme-sabino .tag-top-botao__icon img {
    width: 20pt;
    margin: 0;
}

.store-theme-sabino .tag-top-botao__copy {
    color: var(--box-sec);
    font-size: 12px;
    line-height: 1.15;
}

.store-theme-sabino .tag-top-botao__copy p {
    margin: 0;
}

.store-theme-sabino .tag-top-botao__copy p + p {
    margin-top: 6px;
}

.store-theme-sabino .tag-top-botao__copy a {
    text-decoration: underline;
    text-decoration-color: currentColor;
}

.store-theme-sabino .bandeiras-background-top {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    margin-top: 0;
    column-gap: 16px;
    padding: 11px 15px 5px 15px;
    border: 1px solid #f6f6f8;
    border-radius: var(--arredonda-box);
    background: var(--box-primaria);
    box-shadow: 0 5px 6px -5px #f6f6f8;
}

.store-theme-sabino .bandeiras-background-top--compact {
    margin-top: 0 !important;
}

.store-theme-sabino .bandeiras-background-top__icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 100%;
    margin-right: 0;
}

.store-theme-sabino .bandeiras-background-top__copy {
    margin-top: 0;
    margin-bottom: 0;
}

.store-theme-sabino .bandeiras-background-top p {
    margin: 0 0 6px;
}

.store-theme-sabino .bandeiras-background-top__title {
    color: var(--box-titulo);
    font-size: 14px;
    font-weight: 700;
}

.store-theme-sabino .bandeiras-background-top__text {
    color: var(--box-sec);
    font-size: 12px;
    line-height: 1.35;
}

.store-theme-sabino .bandeiras-background-top__text--tight {
    line-height: 10px;
}

.store-theme-sabino .shopify-section--product-content {
    margin-top: 4px;
}

.store-theme-sabino .sabino-product-main-column {
    min-width: 0;
}

.store-theme-sabino .sabino-inline-product-content {
    display: none;
}

.store-theme-sabino .shopify-section--product-content .product-tabs__tab-item-content {
    padding-top: 0;
}

.store-theme-sabino .shopify-section--product-content .sabino-description-content {
    color: rgb(var(--text-color));
    padding-top: 0;
}

.store-theme-sabino .shopify-section--product-content .sabino-description-content p,
.store-theme-sabino .shopify-section--product-content .sabino-description-content ul,
.store-theme-sabino .shopify-section--product-content .sabino-description-content ol {
    margin-top: 0;
    margin-bottom: 14px;
}

.store-theme-sabino .shopify-section--product-content .sabino-description-content[hidden] {
    display: none !important;
}

.store-theme-sabino .shopify-section--product-content .sabino-description-content:not([hidden]) {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
    max-height: none;
    overflow: visible;
}

@media screen and (min-width: 741px) {
    .store-theme-sabino .shopify-section--product-content .sabino-description-content {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
}

.store-theme-sabino .shopify-section--product-trust {
    margin-top: 8px;
}

.store-theme-sabino .sabino-product-trust {
    display: grid;
    gap: 0;
    padding-bottom: 14px;
}

.store-theme-sabino .sabino-product-trust__item {
    border-bottom: 1px solid rgb(var(--border-color));
}

.store-theme-sabino .sabino-product-trust__item:first-child {
    border-top: 1px solid rgb(var(--border-color));
}

.store-theme-sabino .sabino-product-trust .product-tabs__trust-title {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 64px;
    justify-content: flex-start;
    padding: 18px 4px;
    color: rgba(var(--text-color), 0.78);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    text-decoration: none;
}

.store-theme-sabino .sabino-product-trust .product-tabs__trust-title svg {
    flex: 0 0 auto;
    width: 21px;
    height: 21px;
    margin: 0;
    color: rgb(var(--heading-color));
}

.store-theme-sabino .sabino-product-trust__title-text {
    display: block;
    flex: 1 1 auto;
}

.store-theme-sabino .sabino-product-trust__item.is-open .product-tabs__trust-title {
    color: rgb(var(--heading-color));
    padding-bottom: 4px;
}

.store-theme-sabino .sabino-product-trust__content {
    display: none;
    padding: 4px 4px 18px 33px;
}

.store-theme-sabino .sabino-product-trust__content:not([hidden]) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.store-theme-sabino .sabino-product-trust__content .collapsible__content {
    display: block;
    color: rgba(var(--text-color), 0.78);
    font-size: 13.5px;
    line-height: 1.7;
}

.store-theme-sabino .sabino-product-trust__content .collapsible__content p {
    margin: 0;
}

@media screen and (max-width: 740px) {
    .store-theme-sabino .sabino-product-trust .product-tabs__trust-title {
        min-height: auto;
        padding: 16px 2px;
        align-items: center;
        gap: 10px;
    }
}

.store-theme-sabino .shopify-section--faq .section__color-wrapper {
    background: transparent;
}

.store-theme-sabino .faq__item .collapsible[hidden] {
    display: none !important;
}

.store-theme-sabino .faq__item .collapsible {
    display: block;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    padding-top: 12px;
}

.store-theme-sabino .faq__item.is-open .collapsible-toggle {
    color: rgb(var(--heading-color));
}

.store-theme-sabino .faq__item .collapsible__content {
    display: block;
    padding: 0 0 2px;
    color: rgba(var(--text-color), 0.86);
    font-size: 14px;
    line-height: 1.75;
    visibility: visible !important;
    opacity: 1 !important;
}

.store-theme-sabino .faq__item .collapsible__content p {
    margin: 0;
    color: inherit !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.store-theme-sabino .faq__item .collapsible__content *,
.store-theme-sabino .faq__item .collapsible__content p *,
.store-theme-sabino .faq__item .collapsible__content span {
    color: inherit !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.store-theme-sabino .shopify-section--reviews {
    margin-top: 0;
}

.store-theme-sabino .sabino-reviews-shell {
    width: 100%;
}

.store-theme-sabino .sabino-reviews-shell .r-container {
    max-width: 1920px;
    padding: 0;
}

.store-theme-sabino .sabino-reviews-shell__surface {
    padding: 0;
    background: transparent;
}

.store-theme-sabino .sabino-reviews-shell__overview {
    display: flex;
    align-items: flex-start;
    gap: 42px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(var(--border-color-darker), 0.14);
}

.store-theme-sabino .sabino-reviews-shell__summary-panel {
    flex: 0 0 380px;
    min-width: 0;
}

.store-theme-sabino .sabino-reviews-shell__headline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.store-theme-sabino .sabino-reviews-shell__score {
    color: #212121;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
}

.store-theme-sabino .sabino-reviews-shell__headline-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.store-theme-sabino .sabino-review-widget__stars--summary {
    gap: 3px;
}

.store-theme-sabino .sabino-review-widget__stars--summary svg {
    width: 16px;
    height: 16px;
}

.store-theme-sabino .sabino-reviews-shell__total {
    margin: 0;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
}

.store-theme-sabino .sabino-reviews-shell__bars {
    display: grid;
    gap: 10px;
}

.store-theme-sabino .sabino-reviews-shell__bar-row {
    display: grid;
    grid-template-columns: 12px 14px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 8px;
}

.store-theme-sabino .sabino-reviews-shell__bar-label,
.store-theme-sabino .sabino-reviews-shell__bar-count {
    color: #444;
    font-size: 14px;
    line-height: 1;
}

.store-theme-sabino .sabino-reviews-shell__bar-star {
    width: 14px;
    height: 14px;
    color: #fdb302;
}

.store-theme-sabino .sabino-reviews-shell__bar-track {
    position: relative;
    height: 7px;
    border-radius: 999px;
    background: #efefef;
    overflow: hidden;
}

.store-theme-sabino .sabino-reviews-shell__bar-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #fdb302;
}

.store-theme-sabino .sabino-reviews-shell__showing {
    margin: 18px 0 0;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 1.45;
}

.store-theme-sabino .sabino-reviews-shell__photos-panel {
    flex: 1 1 auto;
    min-width: 0;
}

.store-theme-sabino .sabino-reviews-shell__photos-title {
    margin: 6px 0 16px;
    color: #232323;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.store-theme-sabino .sabino-reviews-shell__thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: hidden;
}

.store-theme-sabino .sabino-reviews-shell__thumb {
    position: relative;
    flex: 0 0 78px;
    width: 78px;
    height: 78px;
    border-radius: 6px;
    overflow: hidden;
    background: #f2f2f2;
}

.store-theme-sabino .sabino-reviews-shell__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-theme-sabino .sabino-reviews-shell__thumb--more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #060606;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.store-theme-sabino .sabino-reviews-shell__thumb--more svg {
    width: 18px;
    height: 18px;
    color: currentColor;
}

.store-theme-sabino .sabino-reviews-shell__cta-panel {
    flex: 0 0 230px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.store-theme-sabino .sabino-reviews-shell__action {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 20px;
    border: 0;
    border-radius: 6px;
    background: #ffb100;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    white-space: nowrap;
}

.store-theme-sabino .sabino-reviews-shell__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding-top: 18px;
}

.store-theme-sabino .sabino-review-card[hidden] {
    display: none !important;
}

.store-theme-sabino .sabino-reviews-shell__load-more-wrap {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.store-theme-sabino .sabino-reviews-shell__load-more {
    min-height: 42px;
    padding: 0 24px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: #fff;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.store-theme-sabino .sabino-reviews-shell__load-more:hover {
    background: #f8f8f8;
}

.store-theme-sabino .sabino-review-card {
    display: grid;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.store-theme-sabino .sabino-review-card__media {
    background: #f4f4f4;
}

.store-theme-sabino .sabino-review-card__media--mosaic {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 140px));
}

.store-theme-sabino .sabino-review-card__media--mosaic .sabino-review-card__image--1 {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.store-theme-sabino .sabino-review-card__media--single {
    display: block;
}

.store-theme-sabino .sabino-review-card__media--single .sabino-review-card__image {
    height: 280px;
}

.store-theme-sabino .sabino-review-card__media--stacked {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-theme-sabino .sabino-review-card__media--stacked .sabino-review-card__image {
    height: 280px;
}

.store-theme-sabino .sabino-review-card__image {
    min-width: 0;
    min-height: 0;
}

.store-theme-sabino .sabino-review-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.store-theme-sabino .sabino-review-card__body {
    padding: 16px 20px 18px;
}

.store-theme-sabino .sabino-review-card__name {
    margin: 0 0 10px;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.store-theme-sabino .sabino-review-card__stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #fdb302;
    margin-bottom: 10px;
}

.store-theme-sabino .sabino-review-card__stars svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.store-theme-sabino .sabino-review-card__excerpt {
    margin: 0;
    color: #525252;
    font-size: 14px;
    line-height: 1.55;
}

@media screen and (max-width: 740px) {
    .store-theme-sabino .sabino-reviews-shell__overview {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
        padding-bottom: 22px;
    }

    .store-theme-sabino .sabino-reviews-shell__summary-panel,
    .store-theme-sabino .sabino-reviews-shell__photos-panel,
    .store-theme-sabino .sabino-reviews-shell__cta-panel {
        flex: 0 0 auto;
    }

    .store-theme-sabino .sabino-reviews-shell__headline {
        gap: 10px;
        margin-bottom: 18px;
    }

    .store-theme-sabino .sabino-reviews-shell__score {
        font-size: 30px;
    }

    .store-theme-sabino .sabino-review-widget__stars--summary svg {
        width: 15px;
        height: 15px;
    }

    .store-theme-sabino .sabino-reviews-shell__total {
        font-size: 12px;
    }

    .store-theme-sabino .sabino-reviews-shell__bar-row {
        grid-template-columns: 10px 12px minmax(0, 1fr) 24px;
        gap: 6px;
    }

    .store-theme-sabino .sabino-reviews-shell__bar-label,
    .store-theme-sabino .sabino-reviews-shell__bar-count {
        font-size: 13px;
    }

    .store-theme-sabino .sabino-reviews-shell__showing {
        display: none;
    }

    .store-theme-sabino .sabino-reviews-shell__photos-title {
        margin: 0 0 12px;
        font-size: 13px;
    }

    .store-theme-sabino .sabino-reviews-shell__thumbs {
        gap: 8px;
    }

    .store-theme-sabino .sabino-reviews-shell__thumb {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
    }

    .store-theme-sabino .sabino-reviews-shell__thumbs .sabino-reviews-shell__thumb:nth-child(4) {
        display: none;
    }

    .store-theme-sabino .sabino-reviews-shell__thumb--more {
        font-size: 22px;
    }

    .store-theme-sabino .sabino-reviews-shell__thumb--more span::after {
        content: '2';
    }

    .store-theme-sabino .sabino-reviews-shell__thumb--more span {
        font-size: 0;
    }

    .store-theme-sabino .sabino-reviews-shell__thumb--more span::after {
        font-size: 22px;
    }

    .store-theme-sabino .sabino-reviews-shell__cta-panel {
        justify-content: stretch;
    }

    .store-theme-sabino .sabino-reviews-shell__action {
        width: 100%;
        min-height: 32px;
        line-height: 32px;
        font-size: 13px;
        border-radius: 4px;
    }

    .store-theme-sabino .sabino-reviews-shell__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding-top: 18px;
        border-top: 1px solid rgba(var(--border-color-darker), 0.14);
    }

    .store-theme-sabino .sabino-reviews-shell__load-more-wrap {
        padding-top: 16px;
    }

    .store-theme-sabino .sabino-reviews-shell__load-more {
        width: 100%;
        min-height: 38px;
        font-size: 13px;
        line-height: 36px;
    }

    .store-theme-sabino .sabino-review-card__media--mosaic {
        grid-template-rows: repeat(2, minmax(0, 110px));
    }

    .store-theme-sabino .sabino-review-card__media--single .sabino-review-card__image,
    .store-theme-sabino .sabino-review-card__media--stacked .sabino-review-card__image {
        height: 220px;
    }

    .store-theme-sabino .sabino-review-card__body {
        padding: 12px 14px 14px;
    }

    .store-theme-sabino .sabino-review-card__name {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .store-theme-sabino .sabino-review-card__excerpt {
        font-size: 13px;
        line-height: 1.45;
    }
}

@media screen and (min-width: 741px) {
    .store-theme-sabino .sabino-product-trust {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        gap: 18px 35px;
        padding: 4px 0 14px;
    }

    .store-theme-sabino .sabino-product-trust__item,
    .store-theme-sabino .sabino-product-trust__item:first-child {
        border-top: 0;
        border-bottom: 0;
        display: grid;
        justify-items: center;
        align-content: start;
        min-width: 180px;
        width: 220px;
    }

    .store-theme-sabino .sabino-product-trust .product-tabs__trust-title {
        width: auto;
        min-height: auto;
        justify-content: center;
        padding: 0;
        gap: 10px;
        text-align: center;
    }

    .store-theme-sabino .sabino-product-trust__title-text {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .store-theme-sabino .sabino-product-trust__content {
        display: none !important;
    }
}

@media screen and (min-width: 741px) {
    .store-theme-sabino .product__thumbnail {
        width: 76px;
        min-width: 76px;
    }
}

@media screen and (max-width: 640px) {
    .store-theme-sabino .tag-top-botao,
    .store-theme-sabino .bandeiras-background-top {
        margin-left: 0;
        margin-right: 0;
    }

    .store-theme-sabino .xsell-mb__title {
        font-size: 17px;
    }
}

/* Sabino fidelity pass: product cards, shipping logo, payments and icon carousel */
.store-theme-sabino .product-item__image-wrapper {
    position: relative;
}

.store-theme-sabino .sabino-installments {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.store-theme-sabino .sabino-installments svg {
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    color: #202020;
}

.store-theme-sabino .fretefundo {
    gap: 8px;
}

.store-theme-sabino .fretefundo > img,
.store-theme-sabino .sabino-correios-logo {
    flex: 0 0 auto;
    width: auto;
    max-width: 28px;
    height: 24px;
    padding: 0;
    margin: 0 0 0 10px;
    object-fit: contain;
    object-position: center;
}

.store-theme-sabino .payment-list2 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    align-items: center;
    padding: 10px 12px 12px;
    margin-bottom: 0;
}

.store-theme-sabino .cartoes {
    display: block;
    width: 100%;
    max-width: 55px;
    height: 38px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.store-theme-sabino .sabino-whatsapp-buy {
    display: none !important;
}

.store-theme-sabino .sabino-service-section {
    --section-background: 249, 249, 249;
}

.store-theme-sabino .sabino-service-section .section__color-wrapper {
    background: #f9f9f9;
}

.store-theme-sabino native-carousel.sabino-text-with-icons,
.store-theme-sabino native-carousel-item.text-with-icons__item {
    display: block;
}

.store-theme-sabino .sabino-text-with-icons .text-with-icons__list {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: calc(-1 * var(--container-gutter));
    margin-right: calc(-1 * var(--container-gutter));
    padding: 0 var(--container-gutter);
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.store-theme-sabino .sabino-text-with-icons .text-with-icons__list::-webkit-scrollbar {
    display: none;
}

.store-theme-sabino .sabino-text-with-icons .text-with-icons__item {
    flex: none;
    width: 100%;
    padding: 0 48px;
    text-align: center;
    scroll-snap-align: center;
}

.store-theme-sabino .sabino-text-with-icons .text-with-icons__icon-wrapper > * {
    margin: 0 auto;
    width: 24px;
    height: 24px;
}

.store-theme-sabino .sabino-text-with-icons .text-with-icons__content-wrapper .heading {
    margin: 14px 0 0;
}

.store-theme-sabino .sabino-text-with-icons .text-with-icons__content-wrapper .heading + p {
    margin-top: 10px;
    color: rgba(58, 58, 58, 0.78);
    line-height: 1.6;
}

.store-theme-sabino .sabino-text-with-icons .text-with-icons__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
}

.store-theme-sabino .sabino-text-with-icons .dots-nav__item {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 999px;
    background: rgba(58, 58, 58, 0.18);
    transition: background 0.2s ease, transform 0.2s ease;
}

.store-theme-sabino .sabino-text-with-icons .dots-nav__item[aria-current="true"] {
    background: rgb(58, 58, 58);
    transform: scale(1.05);
}

@media screen and (min-width: 1000px) {
    .store-theme-sabino .sabino-text-with-icons .text-with-icons__list {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(200px, 400px);
        justify-content: center;
        gap: 48px;
        overflow: visible;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        scroll-snap-type: none;
    }

    .store-theme-sabino .sabino-text-with-icons .text-with-icons__item {
        width: auto;
        padding: 0;
    }

    .store-theme-sabino .sabino-text-with-icons .text-with-icons__content-wrapper .heading + p {
        margin-top: 16px;
    }

    .store-theme-sabino .sabino-text-with-icons .text-with-icons__dots {
        display: none;
    }
}

@media screen and (max-width: 740px) {
    .store-theme-sabino .fretefundo > img,
    .store-theme-sabino .sabino-correios-logo {
        max-width: 26px;
        height: 22px;
        margin-left: 8px;
    }

    .store-theme-sabino .payment-list2 {
        gap: 6px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .store-theme-sabino .cartoes {
        height: 34px;
    }

    .store-theme-sabino .sabino-text-with-icons .text-with-icons__item {
        padding: 0 36px;
    }
}

/* Sabino header fidelity pass */
body.store-theme-sabino.sabino-nav-open {
    overflow: hidden;
}

.store-theme-sabino .header__bottom-navigation {
    display: flex;
    justify-content: center;
}

.store-theme-sabino .header__linklist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.store-theme-sabino .header__linklist-item {
    flex: 0 0 auto;
}

.store-theme-sabino .sabino-menu-dropdown {
    position: relative;
}

.store-theme-sabino .sabino-menu-dropdown__details {
    position: relative;
}

.store-theme-sabino .sabino-menu-dropdown__details summary {
    list-style: none;
    cursor: pointer;
}

.store-theme-sabino .sabino-menu-dropdown__details summary::-webkit-details-marker {
    display: none;
}

.store-theme-sabino .sabino-menu-dropdown__details summary svg {
    width: 11px;
    height: 7px;
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.store-theme-sabino .sabino-menu-dropdown__details[open] summary svg {
    transform: rotate(180deg);
}

.store-theme-sabino .sabino-menu-dropdown__panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    z-index: 12;
    display: grid;
    min-width: 220px;
    gap: 2px;
    padding: 10px;
    border: 1px solid rgba(var(--border-color), 0.9);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(18, 18, 18, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.store-theme-sabino .sabino-menu-dropdown__details[open] .sabino-menu-dropdown__panel,
.store-theme-sabino .sabino-menu-dropdown__details:hover .sabino-menu-dropdown__panel,
.store-theme-sabino .sabino-menu-dropdown__details:focus-within .sabino-menu-dropdown__panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.store-theme-sabino .sabino-menu-dropdown__link {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #111111;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.store-theme-sabino .sabino-menu-dropdown__link:hover,
.store-theme-sabino .sabino-menu-dropdown__link.is-active {
    background: rgba(99, 0, 0, 0.06);
    color: #630000;
}

.store-theme-sabino .header__linklist-link {
    display: inline-flex;
    align-items: center;
    padding: 12px 0;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.2;
}

@media screen and (min-width: 1000px) {
    .store-theme-sabino .header__bottom-navigation {
        margin-top: 0;
    }

    .store-theme-sabino .header__linklist {
        gap: 34px;
    }

    .store-theme-sabino .header__linklist-link {
        padding: 10px 0 9px;
        font-family: var(--text-font-family);
        font-size: 17px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.18;
        letter-spacing: 0;
        text-transform: none;
        color: #111111;
    }
}

.store-theme-sabino .sabino-mobile-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.store-theme-sabino .sabino-mobile-search {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background: rgb(var(--background));
    border-bottom: 1px solid transparent;
    transition: max-height 0.28s ease, opacity 0.22s ease, border-color 0.22s ease;
}

.store-theme-sabino .sabino-mobile-search.is-open {
    max-height: 96px;
    opacity: 1;
    border-bottom-color: rgb(var(--border-color));
}

.store-theme-sabino .sabino-mobile-search .container {
    padding-top: 10px;
    padding-bottom: 12px;
}

.store-theme-sabino .sabino-search-form--mobile {
    margin-bottom: 0;
}

.store-theme-sabino .sabino-mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(15, 15, 15, 0.28);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.24s ease, visibility 0.24s ease;
    z-index: 25;
    touch-action: none;
    overscroll-behavior: none;
}

.store-theme-sabino .sabino-mobile-nav-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

.store-theme-sabino .sabino-mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(86vw, 360px);
    max-width: 360px;
    padding: 0;
    border: 0;
    background: rgb(var(--background));
    box-shadow: 24px 0 60px rgba(0, 0, 0, 0.18);
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    z-index: 30;
    height: 100dvh;
    max-height: 100dvh;
    overscroll-behavior: contain;
}

.store-theme-sabino .sabino-mobile-nav.is-open {
    transform: translateX(0);
}

.store-theme-sabino .sabino-mobile-nav__panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100dvh;
    gap: 0;
    overflow: hidden;
    padding: 22px 20px 20px;
    overscroll-behavior: contain;
}

.store-theme-sabino .sabino-mobile-nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(var(--border-color));
}

.store-theme-sabino .sabino-mobile-nav__header strong {
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.store-theme-sabino .sabino-mobile-nav__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    color: rgb(var(--text-color));
}

.store-theme-sabino .sabino-mobile-nav__links {
    display: grid;
    flex: 1 1 auto;
    align-content: start;
    grid-auto-rows: max-content;
    min-height: 0;
    overflow-y: auto;
    margin-top: 8px;
    padding-bottom: 8px;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.store-theme-sabino .sabino-mobile-nav__links a,
.store-theme-sabino .sabino-mobile-nav__footer a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(var(--border-color), 0.85);
    text-decoration: none;
    color: rgb(var(--text-color));
    font-weight: 600;
}

.store-theme-sabino .sabino-mobile-nav__group {
    border-bottom: 1px solid rgba(var(--border-color), 0.85);
}

.store-theme-sabino .sabino-mobile-nav__group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    color: rgb(var(--text-color));
    font-weight: 600;
    list-style: none;
    cursor: pointer;
}

.store-theme-sabino .sabino-mobile-nav__group summary::-webkit-details-marker {
    display: none;
}

.store-theme-sabino .sabino-mobile-nav__group summary svg {
    flex: 0 0 auto;
    width: 11px;
    height: 7px;
    transition: transform 0.2s ease;
}

.store-theme-sabino .sabino-mobile-nav__group[open] summary svg {
    transform: rotate(180deg);
}

.store-theme-sabino .sabino-mobile-nav__group-links {
    display: grid;
    gap: 0;
    padding: 0 0 8px 14px;
}

.store-theme-sabino .sabino-mobile-nav__group-links a {
    padding: 9px 0;
    border-bottom: 0;
    color: rgba(var(--text-color), 0.78);
    font-weight: 500;
}

.store-theme-sabino .sabino-mobile-nav__footer {
    display: grid;
    flex: 0 0 auto;
    gap: 0;
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: calc(4px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(248, 248, 248, 0), rgba(248, 248, 248, 0.96) 20%, rgba(248, 248, 248, 1));
}

@media screen and (min-width: 1000px) {
    .store-theme-sabino .sabino-mobile-search,
    .store-theme-sabino .sabino-mobile-nav,
    .store-theme-sabino .sabino-mobile-nav-backdrop {
        display: none !important;
    }
}

@media screen and (max-width: 999px) {
    .store-theme-sabino .header__wrapper {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 12px;
    }

    .store-theme-sabino .header__inline-navigation,
    .store-theme-sabino .header__secondary-links {
        display: flex;
        align-items: center;
    }

    .store-theme-sabino .header__icon-list {
        gap: 10px;
    }

    .store-theme-sabino .header__logo {
        justify-content: center;
    }

    .store-theme-sabino .header__bottom-navigation {
        display: none !important;
    }
}

/* Sabino header + cart premium pass */
.store-theme-sabino .header__icon-wrapper {
    position: relative;
}

.store-theme-sabino .sabino-mobile-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(var(--border-color), 0.95);
    border-radius: 999px;
    background: rgb(var(--background));
    box-shadow: 0 10px 20px rgba(20, 20, 20, 0.05);
}

.store-theme-sabino .sabino-mobile-control--search svg {
    width: 16px;
    height: 16px;
}

.store-theme-sabino .sabino-mobile-control--menu svg {
    width: 18px;
    height: 14px;
}

.store-theme-sabino .sabino-cart-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.store-theme-sabino .sabino-cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #630000;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(99, 0, 0, 0.22);
}

.store-theme-sabino .sabino-mobile-search {
    background:
        linear-gradient(180deg, rgba(249, 249, 249, 0.98), rgba(255, 255, 255, 0.98));
}

.store-theme-sabino .sabino-mobile-search .predictive-search__input {
    min-height: 46px;
    border-radius: 14px;
}

.store-theme-sabino .sabino-mobile-nav {
    width: min(88vw, 380px);
    max-width: 380px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 248, 248, 0.98));
    box-shadow: 30px 0 70px rgba(0, 0, 0, 0.24);
}

.store-theme-sabino .sabino-mobile-nav__panel {
    padding-top: calc(24px + env(safe-area-inset-top, 0px));
}

.store-theme-sabino .sabino-mobile-nav__header {
    padding-bottom: 18px;
}

.store-theme-sabino .sabino-mobile-nav__close {
    border: 1px solid rgba(var(--border-color), 0.95);
    background: #fff;
    box-shadow: 0 8px 18px rgba(20, 20, 20, 0.06);
}

.store-theme-sabino .sabino-mobile-nav__links {
    gap: 2px;
}

.store-theme-sabino .sabino-mobile-nav__links a,
.store-theme-sabino .sabino-mobile-nav__footer a {
    padding: 10px 0;
    transition: color 0.2s ease, transform 0.2s ease;
}

.store-theme-sabino .sabino-mobile-nav__links a:hover,
.store-theme-sabino .sabino-mobile-nav__footer a:hover {
    color: #630000;
    transform: translateX(3px);
}

.store-theme-sabino .sabino-mobile-nav__group summary:hover,
.store-theme-sabino .sabino-mobile-nav__group-links a:hover {
    color: #630000;
}

.store-theme-sabino .sabino-mobile-nav__footer {
    margin-top: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(var(--border-color), 0.85);
}

.store-theme-sabino .sabino-cart-backdrop {
    position: fixed;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(15, 15, 15, 0.28);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.24s ease, visibility 0.24s ease;
    z-index: 31;
    touch-action: none;
    overscroll-behavior: none;
}

.store-theme-sabino .sabino-cart-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

.store-theme-sabino .sabino-trust-backdrop {
    position: fixed;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(15, 15, 15, 0.28);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.24s ease, visibility 0.24s ease;
    z-index: 33;
    touch-action: none;
    overscroll-behavior: none;
}

.store-theme-sabino .sabino-trust-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

.store-theme-sabino .sabino-trust-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(92vw, 430px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.28s ease, opacity 0.24s ease, visibility 0.24s ease;
    z-index: 34;
    height: 100dvh;
    max-height: 100dvh;
    overscroll-behavior: contain;
}

.store-theme-sabino .sabino-trust-drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.store-theme-sabino .sabino-trust-drawer__panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100dvh;
    padding: calc(24px + env(safe-area-inset-top, 0px)) 22px 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 248, 248, 0.99));
    box-shadow: -30px 0 70px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    overscroll-behavior: contain;
}

.store-theme-sabino .sabino-trust-drawer__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(var(--border-color), 0.85);
}

.store-theme-sabino .sabino-trust-drawer__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: rgb(var(--heading-color));
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.store-theme-sabino .sabino-trust-drawer__heading svg {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin: 0;
}

.store-theme-sabino .sabino-trust-drawer__heading .sabino-product-trust__title-text {
    flex: 1 1 auto;
    white-space: normal;
}

.store-theme-sabino .sabino-trust-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(var(--border-color), 0.95);
    border-radius: 999px;
    background: #fff;
}

.store-theme-sabino .sabino-trust-drawer__content {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 20px 0 8px;
    color: rgba(var(--text-color), 0.8);
    font-size: 14px;
    line-height: 1.7;
    -webkit-overflow-scrolling: touch;
}

.store-theme-sabino .sabino-trust-drawer__content p {
    margin: 0;
}

.store-theme-sabino .sabino-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(92vw, 420px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.28s ease, opacity 0.24s ease, visibility 0.24s ease;
    z-index: 32;
    height: 100dvh;
    max-height: 100dvh;
    overscroll-behavior: contain;
}

.store-theme-sabino .sabino-cart-drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.store-theme-sabino .sabino-cart-drawer__panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100dvh;
    padding: calc(24px + env(safe-area-inset-top, 0px)) 22px 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 248, 248, 0.99));
    box-shadow: -30px 0 70px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    overscroll-behavior: contain;
}

.store-theme-sabino .sabino-cart-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(var(--border-color), 0.85);
}

.store-theme-sabino .sabino-cart-drawer__header strong {
    display: block;
    font-size: 18px;
}

.store-theme-sabino .sabino-cart-drawer__header span {
    display: block;
    margin-top: 4px;
    color: rgba(var(--text-color), 0.66);
    font-size: 12px;
}

.store-theme-sabino .sabino-cart-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(var(--border-color), 0.95);
    border-radius: 999px;
    background: #fff;
}

.store-theme-sabino .sabino-cart-drawer__content {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 18px 0 8px;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.store-theme-sabino .sabino-cart-drawer__empty {
    display: grid;
    gap: 8px;
    place-items: center;
    padding: 48px 14px 32px;
    text-align: center;
}

.store-theme-sabino .sabino-cart-drawer__empty[hidden],
.store-theme-sabino .sabino-cart-drawer__content[hidden] {
    display: none !important;
}

.store-theme-sabino .sabino-cart-drawer__empty p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.store-theme-sabino .sabino-cart-drawer__empty span {
    color: rgba(var(--text-color), 0.7);
    font-size: 13px;
    line-height: 1.6;
}

.store-theme-sabino .sabino-cart-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(var(--border-color), 0.7);
}

.store-theme-sabino .sabino-cart-item__image,
.store-theme-sabino .sabino-cart-item__image img,
.store-theme-sabino .sabino-cart-item__image-placeholder {
    width: 82px;
    height: 96px;
    border-radius: 16px;
}

.store-theme-sabino .sabino-cart-item__image {
    display: block;
    overflow: hidden;
    background: rgb(var(--secondary-background));
}

.store-theme-sabino .sabino-cart-item__image img {
    object-fit: cover;
}

.store-theme-sabino .sabino-cart-item__image-placeholder {
    display: grid;
    place-items: center;
    background: radial-gradient(circle at top right, rgba(99, 0, 0, 0.08), transparent 40%), rgb(var(--secondary-background));
    color: #630000;
    font-weight: 800;
}

.store-theme-sabino .sabino-cart-item__content {
    display: grid;
    gap: 12px;
}

.store-theme-sabino .sabino-cart-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.store-theme-sabino .sabino-cart-item__title {
    display: block;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.45;
}

.store-theme-sabino .sabino-cart-item__top span {
    display: block;
    margin-top: 5px;
    color: rgba(var(--text-color), 0.64);
    font-size: 12px;
}

.store-theme-sabino .sabino-cart-item__remove {
    color: rgba(var(--text-color), 0.6);
    font-size: 12px;
    white-space: nowrap;
}

.store-theme-sabino .sabino-cart-item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.store-theme-sabino .sabino-cart-item__prices {
    display: grid;
    justify-items: end;
    gap: 4px;
}

.store-theme-sabino .sabino-cart-item__prices span {
    color: rgba(var(--text-color), 0.45);
    font-size: 12px;
    line-height: 1;
    text-decoration: line-through;
}

.store-theme-sabino .sabino-cart-item__qty {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid rgba(var(--border-color), 0.95);
    border-radius: 999px;
    background: #fff;
}

.store-theme-sabino .sabino-cart-item__qty button {
    width: 18px;
    color: rgb(var(--text-color));
    font-size: 18px;
    line-height: 1;
}

.store-theme-sabino .sabino-cart-item__qty span {
    min-width: 12px;
    margin: 0;
    color: rgb(var(--text-color));
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.store-theme-sabino .sabino-cart-item__bottom strong {
    font-size: 14px;
}

.store-theme-sabino .sabino-cart-drawer__footer {
    display: grid;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(var(--border-color), 0.85);
}

.store-theme-sabino .sabino-cart-drawer__offer {
    display: grid;
    gap: 6px;
    padding: 10px 12px;
    border: 1px solid rgba(99, 0, 0, 0.10);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(99, 0, 0, 0.03), rgba(255,255,255,0.98));
}

.store-theme-sabino .sabino-cart-drawer__offer[hidden] {
    display: none !important;
}

.store-theme-sabino .sabino-cart-drawer__offer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.store-theme-sabino .sabino-cart-drawer__offer-head strong {
    color: rgb(var(--text-color));
    font-size: 12px;
    line-height: 1.25;
}

.store-theme-sabino .sabino-cart-drawer__offer-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(99, 0, 0, 0.06);
    color: #630000;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .02em;
}

.store-theme-sabino .sabino-cart-drawer__offer p {
    margin: 0;
    color: rgba(var(--text-color), 0.64);
    font-size: 11px;
    line-height: 1.35;
}

.store-theme-sabino .sabino-cart-drawer__offer-progress {
    position: relative;
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(var(--border-color), 0.8);
}

.store-theme-sabino .sabino-cart-drawer__offer-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #630000, #8e1d11);
    transition: width .24s ease;
}

.store-theme-sabino .sabino-cart-drawer__offer small {
    color: #630000;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}

.store-theme-sabino .sabino-cart-drawer__offer.is-active {
    border-color: rgba(99, 0, 0, 0.16);
    background: linear-gradient(180deg, rgba(99, 0, 0, 0.05), rgba(255,255,255,1));
}

.store-theme-sabino .sabino-cart-drawer__offer.is-active .sabino-cart-drawer__offer-step {
    background: rgba(99, 0, 0, 0.10);
    color: #630000;
}

.store-theme-sabino .sabino-cart-drawer__offer.is-active small {
    color: #630000;
}

.store-theme-sabino .sabino-cart-drawer__shipping {
    display: grid;
    gap: 9px;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
}

.store-theme-sabino .sabino-cart-drawer__shipping[hidden] {
    display: none !important;
}

.store-theme-sabino .sabino-cart-drawer__shipping-head {
    display: grid;
    gap: 4px;
}

.store-theme-sabino .sabino-cart-drawer__shipping-head strong {
    font-size: 14px;
    line-height: 1.35;
}

.store-theme-sabino .sabino-cart-drawer__shipping-head span {
    color: rgba(var(--text-color), 0.62);
    font-size: 12px;
    line-height: 1.45;
}

.store-theme-sabino .sabino-cart-drawer__shipping-progress {
    position: relative;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(var(--border-color), 0.75);
}

.store-theme-sabino .sabino-cart-drawer__shipping-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #630000, #8e1d11);
    transition: width .24s ease;
}

.store-theme-sabino .sabino-cart-drawer__shipping.is-active {
    border-color: rgba(99, 0, 0, 0.14);
    background: linear-gradient(180deg, rgba(99, 0, 0, 0.04), rgba(255, 255, 255, 1));
}

.store-theme-sabino .sabino-cart-drawer__subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.store-theme-sabino .sabino-cart-drawer__subtotal span {
    color: rgba(var(--text-color), 0.7);
}

.store-theme-sabino .sabino-cart-drawer__subtotal-values {
    display: grid;
    justify-items: end;
    gap: 2px;
}

.store-theme-sabino .sabino-cart-drawer__subtotal-before {
    color: rgba(var(--text-color), 0.45);
    font-size: 13px;
    line-height: 1;
    text-decoration: line-through;
}

.store-theme-sabino .sabino-cart-drawer__subtotal strong {
    font-size: 17px;
}

.store-theme-sabino .sabino-cart-drawer__subtotal-note {
    margin-top: -4px;
    color: #630000;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-align: right;
}

.store-theme-sabino .sabino-cart-drawer__checkout {
    min-height: 48px;
    border-radius: 12px !important;
}

.store-theme-sabino .sabino-cart-drawer__continue {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(var(--border-color), 0.9);
    color: rgb(var(--text-color));
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.store-theme-sabino .sabino-cart-drawer__trust {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.store-theme-sabino .sabino-cart-drawer__trust span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(var(--border-color), 0.85);
    color: rgba(var(--text-color), 0.72);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .01em;
}

.store-theme-sabino .sabino-cart-drawer__checkout:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.store-theme-sabino .product-form__payment-container {
    display: grid;
    gap: 10px;
}

.store-theme-sabino .sabino-add-to-cart-button {
    min-height: 50px;
    border: 1px solid rgb(var(--border-color-darker));
    border-radius: 10px !important;
    background: #fff;
    color: rgb(var(--text-color));
    font-size: 15px;
    font-weight: 700;
}

.store-theme-sabino .sabino-customizer-placeholder {
    display: grid;
    gap: 6px;
    place-items: center;
    min-height: 180px;
    padding: 24px;
    border-radius: 24px;
    border: 1px dashed rgba(17, 24, 39, 0.22);
    background: rgba(255, 255, 255, 0.85);
    color: #1f2937;
    text-align: center;
}

.store-theme-sabino .sabino-customizer-placeholder--section {
    min-height: 220px;
}

.store-theme-sabino .sabino-customizer-placeholder strong {
    font-size: 17px;
    font-weight: 700;
}

.store-theme-sabino .sabino-customizer-placeholder span {
    max-width: 460px;
    font-size: 14px;
    color: #4b5563;
}

.store-theme-sabino .sabino-richtext-section {
    padding-block: 32px;
}

.store-theme-sabino .sabino-richtext {
    display: grid;
    gap: 12px;
}

.store-theme-sabino .sabino-richtext--left {
    text-align: left;
}

.store-theme-sabino .sabino-richtext--center {
    text-align: center;
}

.store-theme-sabino .sabino-richtext--right {
    text-align: right;
}

.store-theme-sabino .sabino-richtext p {
    margin: 0;
    color: rgba(40, 40, 40, 0.82);
    line-height: 1.7;
}

body.store-theme-sabino.sabino-cart-open {
    overflow: hidden;
}

body.store-theme-sabino.sabino-lightbox-open {
    overflow: hidden;
}

@media screen and (max-width: 999px) {
    .store-theme-sabino .header__secondary-links .header__icon-list {
        gap: 0;
    }

    .store-theme-sabino .header__secondary-links .header__icon-wrapper {
        width: 42px;
        height: 42px;
        border: 1px solid rgba(var(--border-color), 0.95);
        border-radius: 999px;
        background: rgb(var(--background));
        box-shadow: 0 10px 20px rgba(20, 20, 20, 0.05);
    }

    .store-theme-sabino .sabino-cart-drawer {
        width: min(100vw, 420px);
    }
}

/* Header cleanup: no circles, truly centered logo */
.store-theme-sabino .header__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.store-theme-sabino .header__inline-navigation,
.store-theme-sabino .header__secondary-links {
    display: flex;
    align-items: center;
    min-width: 0;
}

.store-theme-sabino .header__inline-navigation {
    justify-self: start;
}

.store-theme-sabino .header__secondary-links {
    justify-self: end;
}

.store-theme-sabino .header__logo {
    grid-column: 2;
    justify-self: center;
    margin: 0;
}

.store-theme-sabino .header__logo-link {
    justify-content: center;
}

.store-theme-sabino .header__icon-list {
    display: flex;
    align-items: center;
    gap: 14px;
}

.store-theme-sabino .header__icon-wrapper,
.store-theme-sabino .sabino-mobile-control,
.store-theme-sabino .header__secondary-links .header__icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 4px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.store-theme-sabino .sabino-mobile-control--search svg {
    width: 17px;
    height: 17px;
}

.store-theme-sabino .sabino-mobile-control--menu svg {
    width: 18px;
    height: 14px;
}

@media screen and (max-width: 999px) {
    .store-theme-sabino .header__wrapper {
        grid-template-columns: 1fr auto 1fr;
        gap: 10px;
    }

    .store-theme-sabino .header__icon-list {
        gap: 12px;
    }

    .store-theme-sabino .header__secondary-links .header__icon-list {
        justify-content: flex-end;
        gap: 6px;
    }
}

/* Sabino product page final fixes */
.store-theme-sabino .sabino-option-group {
    margin-top: 16px;
}

.store-theme-sabino .sabino-option-group__header {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-bottom: 9px;
}

.store-theme-sabino .sabino-option-group__name {
    margin: 0;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.store-theme-sabino .sabino-option-group__value {
    margin: 0;
    color: #727272;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.store-theme-sabino .sabino-option-group__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.store-theme-sabino .sabino-option-chip {
    display: inline-flex;
    margin: 0;
}

.store-theme-sabino .sabino-option-chip .block-swatch__radio {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.store-theme-sabino .sabino-option-chip__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    min-height: 38px;
    padding: 0 14px;
    margin: 0;
    border: 1px solid #d5d7dc;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
    transition: border-color 0.06s ease, background-color 0.06s ease, color 0.06s ease, box-shadow 0.06s ease;
    overflow: hidden;
}

.store-theme-sabino .sabino-option-chip__label::before,
.store-theme-sabino .sabino-option-chip__label::after,
.store-theme-sabino .block-swatch__item::before,
.store-theme-sabino .block-swatch__item::after {
    content: none !important;
    display: none !important;
}

.store-theme-sabino .sabino-option-chip .block-swatch__radio:checked + .sabino-option-chip__label {
    border-color: #1e1e1e;
    border-width: 2px;
    background: #fff;
    color: #1f1f1f;
    box-shadow: none;
}

.store-theme-sabino .sabino-option-chip.is-disabled .sabino-option-chip__label,
.store-theme-sabino .sabino-option-chip .block-swatch__radio:disabled + .sabino-option-chip__label {
    opacity: 0.4;
    cursor: not-allowed;
}

.store-theme-sabino .sabino-option-chip.is-out-of-stock .sabino-option-chip__label {
    opacity: 1;
    color: #5f6772;
    border-color: #d9dde3;
    background: #f6f7f8;
    cursor: not-allowed;
}

.store-theme-sabino .sabino-option-chip.is-out-of-stock .sabino-option-chip__label::before {
    content: none !important;
    display: none !important;
}

.store-theme-sabino .sabino-option-chip.is-out-of-stock .sabino-option-chip__label::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 8px;
    right: 8px;
    top: 50%;
    height: 2px;
    border-radius: 999px;
    background: #d71e28;
    transform: translateY(-50%) rotate(-18deg);
    pointer-events: none;
    z-index: 3;
    box-shadow: 0 0 0 1px rgba(193, 18, 31, 0.05);
}

.store-theme-sabino .sabino-option-chip.is-disabled:not(.is-out-of-stock) .sabino-option-chip__label::before,
.store-theme-sabino .sabino-option-chip.is-disabled:not(.is-out-of-stock) .sabino-option-chip__label::after {
    content: none !important;
    display: none !important;
}

.store-theme-sabino .product-form__add-button.is-unavailable,
.store-theme-sabino .sabino-add-to-cart-button.is-unavailable,
.store-theme-sabino .sabino-mobile-buybar__button.is-unavailable {
    opacity: 0.6;
    filter: saturate(0.4);
    cursor: not-allowed;
    box-shadow: none !important;
}

.store-theme-sabino [data-store-gallery-stage] {
    touch-action: pan-y pinch-zoom;
    user-select: none;
}

@media screen and (min-width: 1000px) {
    .store-theme-sabino .product.sabino-product-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 730px) minmax(360px, 1fr);
        column-gap: clamp(40px, 4vw, 72px);
        align-items: start;
    }

    .store-theme-sabino .sabino-product-main-column {
        display: grid;
        gap: 28px;
        align-content: start;
    }

    .store-theme-sabino .sabino-product-media {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        column-gap: 24px;
        align-items: start;
    }

    .store-theme-sabino .sabino-product-media .product__media-nav {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
    }

    .store-theme-sabino .sabino-product-media .product__media-list-wrapper {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
    }

    .store-theme-sabino .product__media.sabino-product-media {
        min-width: 0;
        padding-right: 10px;
    }

    .store-theme-sabino .product__media-list-wrapper {
        max-width: none;
    }

    .store-theme-sabino .product__info {
        max-width: 560px;
        margin-left: 0;
    }

    .store-theme-sabino .sabino-inline-product-content {
        display: block;
        margin-top: 0;
    }

    .store-theme-sabino .sabino-inline-product-content .product-content {
        margin: 0;
    }

    .store-theme-sabino .sabino-inline-product-content .product-tabs__tab-item-wrapper {
        padding-top: 0;
    }

    .store-theme-sabino .sabino-inline-product-content .sabino-description-content--desktop {
        padding-top: 0;
    }

    .store-theme-sabino .sabino-mobile-product-content {
        display: none;
    }

    .store-theme-sabino .product__thumbnail-list {
        order: 0;
    }
}

@media screen and (max-width: 740px) {
    .store-theme-sabino .sabino-option-group {
        margin-top: 15px;
    }

    .store-theme-sabino .sabino-option-group__header {
        margin-bottom: 8px;
    }

    .store-theme-sabino .sabino-option-group__name,
    .store-theme-sabino .sabino-option-group__value {
        font-size: 15px;
    }

    .store-theme-sabino .sabino-option-group__list {
        gap: 8px;
    }

    .store-theme-sabino .sabino-option-chip__label {
        min-height: 38px;
        padding: 0 14px;
        font-size: 14px;
    }

    .store-theme-sabino .sabino-product-media .product__media-nav {
        display: block;
        margin-top: 14px;
    }

    .store-theme-sabino .sabino-product-media .sabino-product-mobile-thumbnails.hidden-pocket {
        display: block !important;
        width: 100%;
        overflow: hidden;
    }

    .store-theme-sabino .sabino-product-media .product__media-prev-next {
        display: none !important;
    }

    .store-theme-sabino .sabino-product-media .product__thumbnail-list {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 2px 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .store-theme-sabino .sabino-product-media .product__thumbnail-list::-webkit-scrollbar {
        display: none;
    }

    .store-theme-sabino .sabino-product-media .product__thumbnail-list-inner {
        display: flex;
        gap: 10px;
        width: max-content;
    }

    .store-theme-sabino .sabino-product-media .product__thumbnail-item {
        flex: 0 0 auto;
        padding: 3px;
    }

.store-theme-sabino .sabino-product-media .product__thumbnail {
    width: 64px;
    min-width: 64px;
    padding: 0;
    border-radius: 10px;
}

    .footer .sabino-newsletter-form .button {
        width: 100%;
    }

    .footer .sabino-footer-button {
        width: auto;
    }

    body.store-theme-sabino.sabino-has-mobile-buybar main {
        padding-bottom: 92px;
    }

    .store-theme-sabino .sabino-mobile-buybar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 48;
        padding: 0 14px calc(10px + env(safe-area-inset-bottom));
        opacity: 0;
        transform: translateY(110%);
        pointer-events: none;
        transition: transform 0.26s ease, opacity 0.26s ease;
    }

    .store-theme-sabino .sabino-mobile-buybar.is-visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .store-theme-sabino .sabino-mobile-buybar__inner {
        width: min(100%, 560px);
        margin: 0 auto;
    }

    .store-theme-sabino .sabino-mobile-buybar__button {
        width: 100%;
        min-height: 52px;
        border-radius: 12px !important;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.04em;
        box-shadow: none;
    }

    body.store-theme-sabino.sabino-cart-open .sabino-mobile-buybar {
        opacity: 0;
        transform: translateY(110%);
        pointer-events: none;
    }
}

@media screen and (min-width: 741px) {
    .store-theme-sabino .sabino-mobile-buybar {
        display: none !important;
    }
}

/* Sabino responsive hardening */
.store-theme-sabino .sabino-hero > *,
.store-theme-sabino .sabino-collection-banner > *,
.store-theme-sabino .sabino-collection-toolbar > *,
.store-theme-sabino .sabino-product-layout > *,
.store-theme-sabino .sabino-footer-grid > *,
.store-theme-sabino .sabino-inline-callouts > *,
.store-theme-sabino .sabino-assurance-grid > *,
.store-theme-sabino .sabino-highlight-grid > *,
.store-theme-sabino .sabino-service-grid > *,
.store-theme-sabino .sabino-trust-row > *,
.store-theme-sabino .sabino-product-grid > *,
.store-theme-sabino .footer__item-content,
.store-theme-sabino .product__info,
.store-theme-sabino .product__media,
.store-theme-sabino .sabino-cart-item__content {
    min-width: 0;
}

.store-theme-sabino .footer__item-content,
.store-theme-sabino .footer__item-content p,
.store-theme-sabino .footer__item-content a,
.store-theme-sabino .sabino-footer-legal p {
    overflow-wrap: anywhere;
}

.store-theme-sabino .sabino-catalog-toolbar__search .input__field {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 40px;
    height: 40px !important;
    border: 1px solid rgb(var(--border-color));
    border-radius: 10px;
    background: #fff;
    padding: 0 14px;
    font-size: 14px;
    line-height: 40px;
    box-sizing: border-box !important;
}

.store-theme-sabino .sabino-catalog-filter-group .select,
.store-theme-sabino .sabino-catalog-price-grid .input__field {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 40px;
    height: 40px !important;
    border: 1px solid rgb(var(--border-color));
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box !important;
}

.store-theme-sabino .sabino-catalog-toolbar__filters .select {
    display: block;
    padding: 0 40px 0 14px;
    line-height: 40px;
    appearance: none;
}

.store-theme-sabino .sabino-catalog-toolbar__filters .select-wrapper svg {
    position: absolute;
    right: 14px;
    top: calc(50% - 4px);
    pointer-events: none;
}

.store-theme-sabino .sabino-catalog-toolbar__actions .button {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
}

.store-theme-sabino .sabino-catalog-sidebar__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
}

.store-theme-sabino .sabino-catalog-sidebar__header {
    padding-bottom: 12px;
}

.store-theme-sabino .sabino-catalog-toolbar__filters {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    margin: 0;
}

.store-theme-sabino .sabino-catalog-toolbar__filters .input,
.store-theme-sabino .sabino-catalog-toolbar__filters .select-wrapper,
.store-theme-sabino .sabino-catalog-price-grid > .input,
.store-theme-sabino .sabino-catalog-toolbar__filters > .sabino-catalog-filter-group,
.store-theme-sabino .sabino-catalog-toolbar__filters > .checkbox-container,
.store-theme-sabino .sabino-catalog-toolbar__actions {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
}

.store-theme-sabino .sabino-catalog-toolbar__filters .input,
.store-theme-sabino .sabino-catalog-toolbar__filters .select-wrapper,
.store-theme-sabino .sabino-catalog-price-grid > .input {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.store-theme-sabino .sabino-catalog-toolbar__filters .select-wrapper {
    position: relative;
}

.store-theme-sabino .sabino-catalog-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.store-theme-sabino .sabino-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px 20px;
}

.footer .sabino-newsletter-form {
    grid-template-columns: minmax(0, 1fr);
}

.footer .sabino-newsletter-form .input {
    display: block;
    width: 100%;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
}

.footer .sabino-newsletter-form .button {
    width: 100%;
    min-width: 0;
}

.footer .sabino-footer-button {
    max-width: 100%;
}

.footer .sabino-payment-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.footer .sabino-trust-row {
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
}

@media screen and (min-width: 560px) and (max-width: 1099px) {
    .store-theme-sabino .sabino-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 1100px) {
    .store-theme-sabino .sabino-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px 28px;
    }
}

@media screen and (min-width: 900px) {
    .footer .sabino-newsletter-form {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .footer .sabino-newsletter-form .button {
        width: auto;
        min-width: 148px;
    }
}

@media screen and (min-width: 741px) and (max-width: 959px) {
    .store-theme-sabino .sabino-hero,
    .store-theme-sabino .sabino-collection-banner,
    .store-theme-sabino .sabino-collection-toolbar {
        grid-template-columns: minmax(0, 1fr);
    }

    .store-theme-sabino .sabino-hero__content,
    .store-theme-sabino .sabino-collection-banner__copy {
        max-width: none;
    }

    .store-theme-sabino .sabino-catalog-toolbar__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 1000px) {
    .store-theme-sabino .sabino-catalog-layout {
        grid-template-columns: minmax(238px, 274px) minmax(0, 1fr);
        gap: 28px;
    }

    .store-theme-sabino .sabino-catalog-sidebar {
        position: sticky;
        top: 110px;
    }

    .store-theme-sabino .sabino-catalog-mobile-filter-toggle,
    .store-theme-sabino .sabino-catalog-sidebar__close,
    .store-theme-sabino .sabino-catalog-filters-backdrop {
        display: none !important;
    }

    .store-theme-sabino .sabino-catalog-toolbar__filters {
        gap: 14px;
    }

    .store-theme-sabino .sabino-catalog-toolbar__actions {
        display: grid;
    }

    .store-theme-sabino .sabino-catalog-results .sabino-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px 22px;
    }

    .store-theme-sabino .sabino-catalog-results .sabino-product-grid > .product-item,
    .store-theme-sabino .sabino-catalog-results .sabino-product-grid > product-item.product-item {
        max-width: none;
        margin: 0;
    }
}

@media screen and (max-width: 999px) {
    .store-theme-sabino .sabino-catalog-layout {
        display: block;
        margin-top: 18px;
    }

    .store-theme-sabino #catalogo > .container {
        padding-top: 0;
    }

    .store-theme-sabino .sabino-catalog-filters-backdrop {
        position: fixed;
        inset: 0;
        border: 0;
        padding: 0;
        background: rgba(15, 15, 15, 0.3);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.24s ease, visibility 0.24s ease;
        z-index: 34;
    }

    .store-theme-sabino .sabino-catalog-filters-backdrop.is-visible {
        opacity: 1;
        visibility: visible;
    }

    .store-theme-sabino .sabino-catalog-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(78vw, 304px);
        max-width: 304px;
        transform: translateX(-100%);
        transition: transform 0.28s ease;
        z-index: 35;
        height: 100dvh;
        max-height: 100dvh;
        overscroll-behavior: contain;
    }

    .store-theme-sabino .sabino-catalog-sidebar.is-open {
        transform: translateX(0);
    }

    .store-theme-sabino .sabino-catalog-sidebar__card {
        height: 100%;
        gap: 14px;
        padding: calc(16px + env(safe-area-inset-top, 0px)) 14px calc(14px + env(safe-area-inset-bottom, 0px));
        border-radius: 0 22px 22px 0;
        overflow-y: auto;
        box-shadow: 24px 0 60px rgba(0, 0, 0, 0.18);
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
    }

    .store-theme-sabino .sabino-catalog-sidebar__close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(var(--border-color), 0.95);
        border-radius: 999px;
        background: #fff;
        color: rgb(var(--text-color));
    }

    .store-theme-sabino .sabino-catalog-mobile-filter-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 16px;
        border: 1px solid rgb(var(--border-color));
        border-radius: 12px;
        background: #fff;
        color: rgb(var(--heading-color));
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    .store-theme-sabino .sabino-catalog-results__toolbar-main {
        align-items: center;
    }

    .store-theme-sabino .sabino-catalog-price-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .store-theme-sabino .sabino-catalog-results .sabino-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px;
    }

    .store-theme-sabino .sabino-catalog-results .sabino-product-grid > .product-item,
    .store-theme-sabino .sabino-catalog-results .sabino-product-grid > product-item.product-item {
        max-width: none;
        margin: 0;
    }
}

@media screen and (max-width: 430px) {
    .store-theme-sabino .sabino-catalog-sidebar {
        width: min(76vw, 292px);
        max-width: 292px;
    }

    .store-theme-sabino .sabino-catalog-sidebar__card {
        gap: 12px;
        padding: calc(14px + env(safe-area-inset-top, 0px)) 12px calc(12px + env(safe-area-inset-bottom, 0px));
    }
}

@media screen and (min-width: 741px) and (max-width: 1099px) {
    .store-theme-sabino .sabino-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 18px;
    }

    .store-theme-sabino .sabino-product-grid > .product-item,
    .store-theme-sabino .sabino-product-grid > product-item.product-item {
        max-width: none;
    }
}

@media screen and (min-width: 741px) and (max-width: 999px) {
    .store-theme-sabino .sabino-product-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .store-theme-sabino .product__info {
        max-width: none;
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1159px) {
    .store-theme-sabino .product.sabino-product-layout {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 30px;
    }

    .store-theme-sabino .product__media.sabino-product-media {
        padding-right: 0;
    }

    .store-theme-sabino .product__info {
        max-width: none;
        width: 100%;
    }
}

@media screen and (min-width: 1000px) {
    .sabino-home-product-list .product-list__inner--scroller {
        grid-auto-columns: calc(100% / var(--section-products-per-row, 5) - (var(--grid-gap) / var(--section-products-per-row, 5) * (var(--section-products-per-row, 5) - 1)));
    }
}

@media screen and (max-width: 999px) {
    .store-theme-sabino .sabino-main--product {
        --container-gutter: 15px;
    }

    .store-theme-sabino .sabino-main--product > section > .container,
    .store-theme-sabino .sabino-main--product .shopify-section--product-content > .container,
    .store-theme-sabino .sabino-main--product .shopify-section--product-trust > .container,
    .store-theme-sabino .sabino-main--product .shopify-section--product-recommendations > .container,
    .store-theme-sabino .sabino-main--product .sabino-inline-product-content,
    .store-theme-sabino .sabino-main--product .sabino-mobile-product-content > section.container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .store-theme-sabino .sabino-main--product .product.sabino-product-layout {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .store-theme-sabino .sabino-main--product .product__info,
    .store-theme-sabino .sabino-main--product .sabino-product-main-column,
    .store-theme-sabino .sabino-main--product .product__media.sabino-product-media {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .store-theme-sabino .sabino-main--product #store-main-image,
    .store-theme-sabino .sabino-main--product [data-store-gallery-stage-image],
    .store-theme-sabino .sabino-main--product [data-store-gallery-stage-video] {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .footer .sabino-footer-button {
        width: 100%;
    }
}

@media screen and (max-width: 740px) {
    .sabino-home-slideshow__image {
        aspect-ratio: 2 / 3;
    }

    .sabino-home-featured-section .section__header {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    .footer .sabino-trust-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .store-theme-sabino .sabino-product-grid {
        gap: 18px 12px;
    }

    .footer .sabino-payment-grid {
        gap: 8px;
    }

    .footer .sabino-payment-card {
        min-height: 44px;
        padding: 8px 6px;
    }

    .footer .sabino-payment-card img {
        height: 24px;
    }
}

/* Final product card match */
.store-theme-sabino .sabino-home-product-list .product-item__card-link,
.store-theme-sabino .sabino-catalog-results .product-item__card-link,
.store-theme-sabino .featured-collections .product-item__card-link {
    gap: 4px !important;
}

.store-theme-sabino .sabino-home-product-list .product-item__image-wrapper,
.store-theme-sabino .sabino-catalog-results .product-item__image-wrapper,
.store-theme-sabino .featured-collections .product-item__image-wrapper {
    margin-bottom: 0 !important;
}

.store-theme-sabino .sabino-home-product-list .product-item__info,
.store-theme-sabino .sabino-catalog-results .product-item__info,
.store-theme-sabino .featured-collections .product-item__info {
    padding-top: 0 !important;
}

.store-theme-sabino .sabino-home-product-list .product-item-meta,
.store-theme-sabino .sabino-catalog-results .product-item-meta,
.store-theme-sabino .featured-collections .product-item-meta {
    gap: 1px !important;
}

.store-theme-sabino .sabino-home-product-list .product-item-meta__title,
.store-theme-sabino .sabino-catalog-results .product-item-meta__title,
.store-theme-sabino .featured-collections .product-item-meta__title {
    margin: 0 auto !important;
    max-width: 94% !important;
    color: #1f1f1f !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.34 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

.store-theme-sabino .sabino-home-product-list .product-item-meta__price-list-container,
.store-theme-sabino .sabino-catalog-results .product-item-meta__price-list-container,
.store-theme-sabino .featured-collections .product-item-meta__price-list-container {
    margin-top: 0 !important;
}

.store-theme-sabino .sabino-home-product-list .price-list--centered,
.store-theme-sabino .sabino-catalog-results .price-list--centered,
.store-theme-sabino .featured-collections .price-list--centered {
    gap: 7px !important;
}

.store-theme-sabino .sabino-home-product-list .price-list--centered .price,
.store-theme-sabino .sabino-catalog-results .price-list--centered .price,
.store-theme-sabino .featured-collections .price-list--centered .price {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.store-theme-sabino .sabino-home-product-list .price-list--centered .price--compare,
.store-theme-sabino .sabino-catalog-results .price-list--centered .price--compare,
.store-theme-sabino .featured-collections .price-list--centered .price--compare {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.store-theme-sabino .sabino-home-product-list .sabino-installments,
.store-theme-sabino .sabino-catalog-results .sabino-installments,
.store-theme-sabino .featured-collections .sabino-installments {
    margin-top: 0 !important;
    gap: 4px !important;
    font-size: 11.5px !important;
    line-height: 1 !important;
}

.store-theme-sabino .sabino-home-product-list .sabino-installments svg,
.store-theme-sabino .sabino-catalog-results .sabino-installments svg,
.store-theme-sabino .featured-collections .sabino-installments svg {
    width: 12px !important;
    height: 12px !important;
}
