.pueblo-home-page {
    background: #eef2f6;
}

html {
    scrollbar-gutter: stable;
}

.pueblo-inner-page:not(.pueblo-home-page) {
    background: #eef2f6;
}

.pueblo-home-page .page-wrapper,
.pueblo-home-page .page-main {
    max-width: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.pueblo-home-page .columns .column.main {
    padding-bottom: 0;
}

.pueblo-inner-page,
.pueblo-page {
    --pueblo-shell-width: 1280px;
    --pueblo-shell-gap: 40px;
    --pueblo-top-gap: 5px;
    --pink: #ff4fa3;
    --coral: #ff775a;
    --gold: #ffb83f;
    --lime: #9ee657;
    --teal: #34cfd1;
    --blue: #2992ff;
    --ink: #091525;
    --muted: #526070;
    --shadow-soft: 0 12px 34px rgba(28, 32, 44, .12);
    --shadow-card: 0 8px 20px rgba(22, 27, 39, .12);
}

.pueblo-page {
    width: min(1280px, calc(100% - 40px));
    margin: var(--pueblo-top-gap) auto 40px;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(19, 25, 34, .06), 0 18px 60px rgba(20, 30, 42, .12);
    color: var(--ink);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.pueblo-page *,
.pueblo-page *::before,
.pueblo-page *::after,
.pueblo-site-header,
.pueblo-site-container,
.pueblo-footer,
.pueblo-site-header *,
.pueblo-site-header *::before,
.pueblo-site-header *::after,
.pueblo-footer *,
.pueblo-footer *::before,
.pueblo-footer *::after {
    box-sizing: border-box;
}

.pueblo-inner-page:not(.pueblo-home-page) .page-header,
.pueblo-inner-page:not(.pueblo-home-page) .page-footer {
    margin: 0;
    border: 0;
    background: transparent;
}

.pueblo-inner-page:not(.pueblo-home-page) .header.content,
.pueblo-inner-page:not(.pueblo-home-page) .footer.content {
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.pueblo-inner-page:not(.pueblo-home-page) .header.content {
    display: none !important;
}

.pueblo-inner-page:not(.pueblo-home-page) .panel.wrapper,
.pueblo-inner-page:not(.pueblo-home-page) .header.panel,
.pueblo-inner-page:not(.pueblo-home-page) .sections.nav-sections,
.pueblo-inner-page:not(.pueblo-home-page) .action.skip,
.pueblo-inner-page:not(.pueblo-home-page) .skip.content,
.pueblo-inner-page:not(.pueblo-home-page) .block-compare,
.pueblo-inner-page:not(.pueblo-home-page) .block.newsletter,
.pueblo-inner-page:not(.pueblo-home-page) .block-wishlist,
.pueblo-inner-page:not(.pueblo-home-page) .bugs {
    display: none !important;
}

.pueblo-page a {
    color: inherit;
    text-decoration: none;
}

.pueblo-site-container,
.pueblo-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.pueblo-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(18px);
}

.pueblo-site-header {
    width: min(var(--pueblo-shell-width), calc(100% - var(--pueblo-shell-gap)));
    margin: calc(var(--pueblo-top-gap) + 25px) auto 10px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 6%, rgba(41, 146, 255, .08), transparent 32%),
        radial-gradient(circle at 72% 0%, rgba(52, 207, 209, .06), transparent 28%),
        rgba(255, 255, 255, .82);
    backdrop-filter: blur(18px);
    box-shadow:
        0 0 0 1px rgba(19, 25, 34, .06),
        0 10px 28px rgba(20, 30, 42, .08),
        0 0 24px rgba(41, 146, 255, .04);
    color: var(--ink);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.pueblo-site-header__inner {
    display: flex;
    align-items: center;
    min-height: 94px;
    gap: 34px;
}

.pueblo-header__inner {
    display: flex;
    align-items: center;
    min-height: 94px;
    gap: 34px;
}

.pueblo-inner-page:not(.pueblo-home-page) .page-main {
    width: min(var(--pueblo-shell-width), calc(100% - var(--pueblo-shell-gap)));
    max-width: none;
    margin: 0 auto 10px;
    padding: 30px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(20, 30, 42, .08);
}

.pueblo-inner-page:not(.pueblo-home-page) .page-main-full-width {
    width: min(var(--pueblo-shell-width), calc(100% - var(--pueblo-shell-gap)));
    max-width: none;
    margin: 0 auto 10px;
    padding: 30px;
    background: #fff;
    border-radius: 18px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(20, 30, 42, .08);
}

.pueblo-inner-page:not(.pueblo-home-page) .breadcrumbs {
    width: auto;
    max-width: none;
    margin: 0 0 22px !important;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
}

.pueblo-inner-page:not(.pueblo-home-page) .breadcrumbs + .page-main {
    padding-top: 18px;
}

.pueblo-inner-page:not(.pueblo-home-page) .columns {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 300px;
    margin: 0 auto !important;
    padding: 0;
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
}

.pueblo-inner-page:not(.pueblo-home-page) .columns .column.main {
    width: 100%;
    max-width: none;
    padding: 0;
}

.pueblo-inner-page:not(.pueblo-home-page) .cms-content,
.pueblo-inner-page:not(.pueblo-home-page) .page-main > .page.messages,
.pueblo-inner-page:not(.pueblo-home-page) .page-main > .columns {
    width: 100%;
}

.pueblo-inner-page:not(.pueblo-home-page) .pueblo-footer {
    width: min(var(--pueblo-shell-width), calc(100% - var(--pueblo-shell-gap)));
    max-width: none;
    margin-top: 0;
}

.pueblo-inner-page:not(.pueblo-home-page) .page-title-wrapper h1,
.pueblo-inner-page:not(.pueblo-home-page) .page-title {
    margin-bottom: 24px;
    color: var(--ink, #091525);
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pueblo-inner-page:not(.pueblo-home-page) .page-title-wrapper {
    display: none !important;
    height: 0;
    margin: 0;
    padding: 0;
}

.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid,
.pueblo-inner-page:not(.pueblo-home-page) .products-grid {
    margin: 0;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-items,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-items {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-item,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-item {
    width: auto;
    margin: 0;
    padding: 0;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-item-info,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-item-info {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 365px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(28, 38, 55, .1);
    border: 1px solid rgba(18, 28, 44, .04);
    transition: transform .2s ease, box-shadow .2s ease;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-item-info:hover,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-item-info:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(28, 38, 55, .16);
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-item-photo,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-item-photo {
    display: block;
    margin: 0 0 12px;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-image-container,
.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-image-wrapper,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-image-container,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-image-wrapper {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.18 / 1;
    padding: 0 !important;
    background: #f7f8fa;
    border-radius: 10px;
    overflow: hidden;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-image-photo,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-image-photo {
    position: static !important;
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-item-name,
.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product.name a,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-item-name,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product.name a {
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
    margin: 0;
    color: #182233;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.25;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: normal;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product.name a,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product.name a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product.name a:hover,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product.name a:hover {
    color: var(--pink);
    text-decoration: none;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-item-details,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-item-details {
    display: grid;
    flex: 1;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "name name"
        "reviews reviews"
        "price actions";
    align-items: end;
    column-gap: 12px;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-item-name,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-item-name {
    grid-area: name;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .price-box,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .price-box {
    grid-area: price;
    margin: 10px 0 0;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .price-box .price,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .price-box .price {
    color: #0f1727;
    font-size: 21px;
    font-weight: 900;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-reviews-summary,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-reviews-summary {
    grid-area: reviews;
    margin: 7px 0 0;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .rating-summary .rating-result,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .rating-summary .rating-result {
    color: #ff9e10;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-item-actions,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-item-actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: 0;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-item-inner,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-item-inner {
    display: contents;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .action.tocart.primary,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .action.tocart.primary {
    display: inline-grid;
    min-width: 94px;
    width: auto;
    height: 34px;
    place-items: center;
    padding: 0 10px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #ff8e42, var(--pink));
    color: #fff;
    box-shadow: none;
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .action.tocart.primary span,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .action.tocart.primary span {
    display: inline;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .action.tocart.primary::before,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .action.tocart.primary::before {
    content: none;
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .action.tocart.primary:hover,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .action.tocart.primary:hover {
    background: linear-gradient(135deg, #ff8e42, var(--pink));
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(255, 79, 163, .22);
}

.pueblo-inner-page:not(.pueblo-home-page) .products-grid .actions-secondary,
.pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .actions-secondary,
.pueblo-inner-page:not(.pueblo-home-page) .product-social-links,
.pueblo-inner-page:not(.pueblo-home-page) .product-addto-links,
.pueblo-inner-page:not(.pueblo-home-page) .columns .action.towishlist,
.pueblo-inner-page:not(.pueblo-home-page) .columns .action.tocompare,
.pueblo-inner-page:not(.pueblo-home-page) .columns [data-action="add-to-wishlist"],
.pueblo-inner-page:not(.pueblo-home-page) .columns [data-action="add-to-compare"],
.pueblo-inner-page:not(.pueblo-home-page) .columns a[href*="wishlist"],
.pueblo-inner-page:not(.pueblo-home-page) .columns a[href*="catalog/product_compare"],
.pueblo-inner-page:not(.pueblo-home-page) .page-main .action.towishlist,
.pueblo-inner-page:not(.pueblo-home-page) .page-main .action.tocompare,
.pueblo-inner-page:not(.pueblo-home-page) .page-main [data-action="add-to-wishlist"],
.pueblo-inner-page:not(.pueblo-home-page) .page-main [data-action="add-to-compare"],
.pueblo-inner-page:not(.pueblo-home-page) .page-main a[href*="wishlist"],
.pueblo-inner-page:not(.pueblo-home-page) .page-main a[href*="catalog/product_compare"] {
    display: none !important;
}

.pueblo-inner-page:not(.pueblo-home-page) .toolbar-products,
.pueblo-inner-page:not(.pueblo-home-page) .filter.block,
.pueblo-inner-page:not(.pueblo-home-page) .sidebar .block,
.pueblo-inner-page:not(.pueblo-home-page) .product-info-main,
.pueblo-inner-page:not(.pueblo-home-page) .product.media,
.pueblo-inner-page:not(.pueblo-home-page) .cart-container,
.pueblo-inner-page:not(.pueblo-home-page) .checkout-container,
.pueblo-inner-page:not(.pueblo-home-page) .block-collapsible-nav {
    border-radius: 16px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 8px 22px rgba(28, 38, 55, .08);
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .columns .column.main,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .columns .column.main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    grid-template-areas:
        "breadcrumbs breadcrumbs"
        "media info"
        "reviews reviews";
    gap: 22px;
    align-items: start;
}

.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .breadcrumbs {
    grid-area: breadcrumbs;
    margin: 0 !important;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product.media,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product.media {
    grid-area: media;
    width: auto;
    margin: 0;
    padding: 18px;
    float: none;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main {
    grid-area: info;
    display: flex;
    width: auto;
    min-height: 100%;
    flex-direction: column;
    float: none;
    padding: 26px;
    border-radius: 16px;
}

.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main > * {
    order: 20;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .page-title-wrapper,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .page-title-wrapper {
    display: block !important;
    height: auto;
    margin: 0;
    padding: 0;
    order: 1;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .page-title,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .page-title {
    margin: 0 0 18px;
    color: var(--ink);
    font-size: 31px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: none;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .price-box,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .price-box {
    margin: 0 0 18px;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .product-info-price,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .product-info-price {
    order: 2;
    margin: 0;
    padding: 0;
    border: 0;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .price-box .price,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .price-box .price {
    color: #0f1727;
    font-size: 30px;
    font-weight: 900;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .product.attribute.overview,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .product.attribute.overview {
    order: 3;
    margin: 0 0 18px;
    color: #465466;
    font-size: 15px;
    line-height: 1.7;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .product-info-stock-sku,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .product-info-stock-sku {
    order: 4;
    display: grid;
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .stock,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .stock {
    margin: 0;
    color: #247846;
    font-size: 14px;
    font-weight: 850;
    text-transform: none;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .stock::before,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .stock::before {
    content: "Verf\00fcgbarkeit: ";
    color: #465466;
    font-weight: 850;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .product.attribute.sku,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .product.attribute.sku {
    margin: 0;
    color: #627084;
    font-size: 14px;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .product.attribute.sku .type,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .product.attribute.sku .type {
    font-weight: 850;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product-info-main .product-add-form,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main .product-add-form {
    order: 5;
    margin-top: 0;
    padding-top: 22px;
    border-top: 1px solid rgba(82, 96, 112, .18);
}

.pueblo-detail-cartbox .fieldset {
    display: flex;
    align-items: end;
    gap: 14px;
    margin: 0;
}

.pueblo-detail-cartbox .field.qty {
    margin: 0;
}

.pueblo-detail-cartbox .field.qty .label {
    display: none;
    margin: 0 0 7px;
    color: #465466;
    font-size: 13px;
    font-weight: 850;
}

.pueblo-detail-cartbox .control {
    display: inline-grid;
    grid-template-columns: 40px 64px 40px;
    width: 144px;
    min-width: 144px;
    height: 48px;
    overflow: hidden;
    border: 1px solid rgba(82, 96, 112, .25);
    border-radius: 14px;
    background: #fff;
    isolation: isolate;
}

.pueblo-detail-cartbox .input-text.qty {
    width: 64px;
    height: 48px;
    box-sizing: border-box;
    border: 0;
    border-left: 1px solid rgba(82, 96, 112, .16);
    border-right: 1px solid rgba(82, 96, 112, .16);
    border-radius: 0;
    color: #132033;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    -moz-appearance: textfield;
}

.pueblo-detail-cartbox .input-text.qty::-webkit-outer-spin-button,
.pueblo-detail-cartbox .input-text.qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.pueblo-qty-step {
    position: relative;
    z-index: 2;
    display: grid;
    min-width: 40px !important;
    width: 40px;
    height: 48px;
    place-items: center;
    padding: 0 !important;
    border: 0;
    background: #f6f8fa;
    color: #132033;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    appearance: none;
}

.pueblo-qty-step span {
    display: block !important;
    color: #132033;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.pueblo-qty-step:hover {
    background: #eef2f6;
    color: var(--pink);
}

.pueblo-qty-step:hover span {
    color: var(--pink);
}

.pueblo-inner-page:not(.pueblo-home-page) .pueblo-detail-cartbox .action.tocart {
    width: auto;
    min-width: 180px;
    height: 48px;
    padding: 0 24px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff8e42, var(--pink));
    background-size: 100% 100%;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.pueblo-inner-page:not(.pueblo-home-page) .pueblo-detail-cartbox .action.tocart:hover,
.pueblo-inner-page:not(.pueblo-home-page) .pueblo-detail-cartbox .action.tocart:focus {
    background: linear-gradient(135deg, #ff8e42, var(--pink));
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(255, 79, 163, .24);
}

.pueblo-inner-page:not(.pueblo-home-page) .pueblo-detail-cartbox .action.tocart span {
    display: inline;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product.info.detailed,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product.info.detailed {
    grid-area: reviews;
    margin: 0;
    padding: 26px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(28, 38, 55, .08);
}

.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .page-main-description,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view #reviews {
    width: min(var(--pueblo-shell-width), calc(100% - var(--pueblo-shell-gap)));
    max-width: none;
    margin: 10px auto 0;
    padding: 26px;
    border-radius: 18px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 8px 22px rgba(28, 38, 55, .08);
}

.pueblo-product-tabs {
    width: min(var(--pueblo-shell-width), calc(100% - var(--pueblo-shell-gap)));
    max-width: none;
    margin: 10px auto 0;
    padding: 26px;
    border-radius: 18px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 8px 22px rgba(28, 38, 55, .08);
}

.pueblo-product-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(82, 96, 112, .16);
}

.pueblo-product-tabs__tab {
    min-height: 42px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px 12px 0 0;
    background: #f2f5f8;
    color: #465466;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.pueblo-product-tabs__tab[aria-selected="true"] {
    background: linear-gradient(90deg, var(--pink), var(--gold), var(--teal));
    color: #fff;
}

.pueblo-product-tabs__panel {
    display: none;
    color: #465466;
    font-size: 15px;
    line-height: 1.7;
}

.pueblo-product-tabs__panel.is-active {
    display: block;
}

.pueblo-product-tabs .page-main-description,
.pueblo-product-tabs #reviews,
.pueblo-product-tabs .pueblo-review-placeholder {
    width: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pueblo-product-tabs .page-main-description::before,
.pueblo-product-tabs #reviews::before,
.pueblo-product-tabs .pueblo-review-placeholder::before {
    content: none !important;
}

.pueblo-review-placeholder {
    color: #627084;
    font-size: 15px;
    font-weight: 650;
}

.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .page-main-details {
    display: none !important;
}

.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .page-main-description:empty,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view #reviews:empty {
    display: none !important;
}

.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .page-main-description::before,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view #reviews::before {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin: 0 0 18px;
    padding: 0 18px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(90deg, var(--pink), var(--gold), var(--teal));
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .page-main-description::before {
    content: "Beschreibung";
}

.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view #reviews::before {
    content: "Bewertungen";
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product.data.items > .item.title > .switch,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product.data.items > .item.title > .switch {
    border-radius: 12px 12px 0 0;
    font-weight: 850;
}

.pueblo-inner-page:not(.pueblo-home-page) .catalog-product-view .product.data.items > .item.content,
.pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product.data.items > .item.content {
    border-radius: 0 12px 12px 12px;
    color: #465466;
    font-size: 15px;
    line-height: 1.7;
}

.pueblo-scroll-top {
    position: fixed;
    right: 26px;
    bottom: 26px;
    z-index: 80;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff9b28, var(--pink));
    color: #fff;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(255, 79, 163, .28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pueblo-scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.pueblo-scroll-top:hover,
.pueblo-scroll-top:focus {
    box-shadow: 0 16px 34px rgba(255, 79, 163, .38);
    outline: none;
    transform: translateY(-2px);
}

.pueblo-scroll-top span {
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.pueblo-logo {
    flex: 0 0 auto;
}

.pueblo-logo img {
    display: block;
    width: 158px;
    height: auto;
}

.pueblo-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 31px;
    font-size: 15px;
    font-weight: 650;
    white-space: nowrap;
}

.pueblo-nav__list,
.pueblo-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pueblo-nav li {
    position: relative;
    margin: 0;
}

.pueblo-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-bottom: 7px;
    color: var(--ink);
    text-decoration: none;
    transition: color .2s ease;
}

.pueblo-nav a:hover,
.pueblo-nav a:focus,
.pueblo-nav a:active,
.pueblo-nav .level0 > .level-top:hover,
.pueblo-nav .level0 > .level-top:focus,
.pueblo-nav .level0 > .level-top:active {
    text-decoration: none;
}

.pueblo-nav .level0 > .level-top,
.pueblo-nav .level0 > a {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    padding: 0 0 7px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
    text-transform: none;
}

.pueblo-site-header .pueblo-nav,
.pueblo-site-header .pueblo-nav__list,
.pueblo-site-header .pueblo-nav ul {
    gap: 31px;
}

.pueblo-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pink), var(--gold), var(--teal), var(--blue));
    opacity: 0;
    transform: scaleX(.25);
    transform-origin: center;
    transition: opacity .2s ease, transform .2s ease;
}

.pueblo-nav a:hover,
.pueblo-nav .is-highlight,
.pueblo-nav .is-current {
    color: var(--pink);
}

.pueblo-nav a:hover::after,
.pueblo-nav .is-highlight::after,
.pueblo-nav .is-current::after,
.pueblo-nav .active > a::after,
.pueblo-nav .has-active > a::after {
    opacity: 1;
    transform: scaleX(1);
}

.pueblo-nav .active > a,
.pueblo-nav .has-active > a,
.pueblo-nav a.is-current {
    color: var(--pink);
}

.pueblo-nav .level0.parent > .submenu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    z-index: 40;
    display: grid;
    width: min(760px, calc(100vw - 56px));
    min-width: 420px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 18px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .86);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(245,250,252,.94)),
        radial-gradient(circle at top right, rgba(255, 79, 163, .14), transparent 34%),
        radial-gradient(circle at bottom left, rgba(52, 207, 209, .16), transparent 32%);
    box-shadow: 0 22px 56px rgba(20, 30, 42, .2);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity .18s ease, transform .18s ease;
}

.pueblo-nav .level0.parent:hover > .submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.pueblo-nav .level0.parent > .submenu::before {
    content: "Pueblo Kategorien";
    grid-column: 1 / -1;
    display: block;
    margin-bottom: 2px;
    color: #132033;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pueblo-nav .submenu li,
.pueblo-nav .submenu a {
    width: 100%;
}

.pueblo-nav .submenu a {
    padding: 10px 12px;
    border-radius: 12px;
    color: #182233;
    font-size: 14px;
    font-weight: 750;
    white-space: normal;
}

.pueblo-nav .submenu a::after {
    display: none;
}

.pueblo-nav .submenu a:hover {
    background: rgba(255, 255, 255, .8);
    color: var(--pink);
    box-shadow: inset 0 0 0 1px rgba(255, 79, 163, .12);
}

.pueblo-nav .submenu .submenu {
    position: static;
    display: grid;
    gap: 2px;
    width: auto;
    min-width: 0;
    margin: 2px 0 8px;
    padding: 0 0 0 10px;
    border: 0;
    border-left: 2px solid rgba(52, 207, 209, .35);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.pueblo-nav .submenu .submenu a {
    padding: 6px 10px;
    color: #5a6676;
    font-size: 13px;
    font-weight: 650;
}

.pueblo-nav .level0.parent > a::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pink), var(--teal));
    opacity: .75;
}

.pueblo-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .48);
    box-shadow: 0 8px 24px rgba(65, 85, 120, .12);
}

.pueblo-actions a {
    position: relative;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
}

.pueblo-actions a:hover {
    background: rgba(255, 255, 255, .8);
}

.pueblo-icon {
    position: relative;
    display: block;
    width: 23px;
    height: 23px;
    color: currentColor;
}

.pueblo-icon--search {
    border: 2px solid currentColor;
    border-radius: 50%;
}

.pueblo-icon--search::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 2px;
    right: -6px;
    bottom: 1px;
    border-radius: 2px;
    background: currentColor;
    transform: rotate(45deg);
}

.pueblo-icon--user::before,
.pueblo-icon--user::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid currentColor;
}

.pueblo-icon--user::before {
    top: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.pueblo-icon--user::after {
    bottom: 0;
    width: 18px;
    height: 11px;
    border-radius: 12px 12px 3px 3px;
    border-bottom: 0;
}

.pueblo-icon--heart::before,
.pueblo-icon--heart::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 13px;
    height: 18px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 13px 13px 0 0;
    transform-origin: bottom center;
}

.pueblo-icon--heart::before {
    left: 2px;
    transform: rotate(-45deg);
}

.pueblo-icon--heart::after {
    right: 2px;
    transform: rotate(45deg);
}

.pueblo-icon--cart::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    width: 18px;
    height: 12px;
    border: 2px solid currentColor;
    border-top: 0;
    transform: skewX(-10deg);
}

.pueblo-icon--cart::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 11px 0 0 currentColor;
}

.pueblo-cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    display: inline-grid;
    min-width: 18px;
    height: 18px;
    place-items: center;
    padding: 0 5px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8e42, var(--pink));
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    box-shadow: 0 6px 14px rgba(255, 79, 163, .28);
}

.pueblo-cart-badge[hidden] {
    display: none;
}

.pueblo-hero {
    position: relative;
    min-height: 520px;
    margin-top: -94px;
    padding-top: 94px;
    background-image: linear-gradient(90deg, rgba(255,255,255,.14), rgba(255,255,255,.04)), var(--hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.pueblo-hero__inner {
    display: flex;
    align-items: flex-start;
    min-height: 520px;
}

.pueblo-hero__copy {
    width: min(560px, 52%);
    padding-top: 18px;
    transform: none;
}

.pueblo-hero h1,
.pueblo-about h2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--ink);
    font-weight: 900;
    line-height: .98;
}

.pueblo-hero h1 {
    max-width: 560px;
    font-size: 76px;
}

.pueblo-hero h1 span,
.pueblo-about h2 span {
    display: block;
    background: linear-gradient(90deg, var(--pink), var(--coral), var(--gold), var(--lime), var(--teal), #536dff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pueblo-hero p {
    max-width: 450px;
    margin: 18px 0 26px;
    color: #132131;
    font-size: 21px;
    line-height: 1.42;
}

.pueblo-button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(100deg, var(--pink), var(--gold), var(--teal));
    color: #fff;
    box-shadow: 0 12px 25px rgba(255, 79, 163, .28);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease;
}

.pueblo-button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(255, 79, 163, .36);
}

.pueblo-categories {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: -75px;
}

.pueblo-category-card {
    position: relative;
    display: flex;
    min-height: 250px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 24px 21px 22px;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 12px;
    background-image: linear-gradient(to top, rgba(3, 7, 12, .72), rgba(3, 7, 12, .07) 65%), var(--card-image);
    background-position: center;
    background-size: cover;
    box-shadow: var(--shadow-card);
    color: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.pueblo-category-card:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(20, 28, 40, .24);
}

.pueblo-category-card__title {
    max-width: none;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.05;
    white-space: nowrap;
    text-transform: uppercase;
    transform: translateY(7px);
}

.pueblo-category-card__text {
    min-height: 20px;
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    transform: translateY(7px);
}

.pueblo-round-arrow {
    display: grid;
    width: 28px;
    height: 28px;
    margin-top: 8px;
    margin-bottom: 12px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    transform: translateY(10px);
}

.pueblo-products {
    padding-top: 26px;
}

.pueblo-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.pueblo-section-heading h2 {
    margin: 0;
    color: var(--ink);
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pueblo-section-heading a {
    color: #111927;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.pueblo-section-heading a span {
    color: #70c933;
    font-size: 20px;
}

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

.pueblo-product-card {
    position: relative;
    min-width: 0;
    padding: 15px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(28, 38, 55, .1);
}

.pueblo-product-card__badge {
    position: absolute;
    top: 14px;
    left: 15px;
    z-index: 1;
    padding: 4px 8px;
    border-radius: 7px;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.pueblo-product-card__badge--pink { background: var(--pink); }
.pueblo-product-card__badge--green { background: #5ed172; }
.pueblo-product-card__badge--orange { background: #ff913a; }
.pueblo-product-card__badge--teal { background: #6dce68; }

.pueblo-product-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 1.18 / 1;
    margin-bottom: 12px;
    border-radius: 10px;
    background-color: #f7f8fa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pueblo-product-card h3 {
    min-height: 40px;
    margin: 0 0 3px;
    color: #182233;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.pueblo-product-card h3 a {
    color: inherit;
    text-decoration: none;
}

.pueblo-product-card h3 a:hover {
    color: var(--pink);
    text-decoration: none;
}

.pueblo-product-card p {
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 13px;
}

.pueblo-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.pueblo-rating span {
    color: #ff9e10;
    font-size: 12px;
    letter-spacing: 1px;
}

.pueblo-rating small {
    color: #526070;
    font-size: 12px;
}

.pueblo-product-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pueblo-product-card__bottom strong {
    color: #0f1727;
    font-size: 21px;
    font-weight: 900;
}

.pueblo-product-card__bottom form {
    margin: 0;
}

.pueblo-product-card__bottom button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff9b28, var(--pink));
    color: #fff;
    cursor: pointer;
}

.pueblo-product-card__bottom .pueblo-icon {
    width: 20px;
    height: 20px;
}

.pueblo-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 22px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 16px;
    background: rgba(255,255,255,.74);
    box-shadow: var(--shadow-soft);
}

.pueblo-trust > div {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 16px;
    padding: 0 20px;
    border-right: 1px solid rgba(90, 108, 130, .2);
}

.pueblo-trust > div:last-child {
    border-right: 0;
}

.pueblo-trust__icon {
    grid-row: 1 / span 2;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 3px solid currentColor;
    border-radius: 12px;
}

.pueblo-trust__icon svg {
    display: block;
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.pueblo-trust__icon--pink { color: var(--pink); }
.pueblo-trust__icon--orange { color: #ff941a; }
.pueblo-trust__icon--green { color: #60cd74; }
.pueblo-trust__icon--blue { color: #2ba6ff; }

.pueblo-trust strong {
    align-self: end;
    color: #1b2636;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.pueblo-trust p {
    margin: 3px 0 0;
    color: #334052;
    font-size: 13px;
    line-height: 1.35;
}

.pueblo-about {
    display: flex;
    align-items: center;
    min-height: 322px;
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 16px;
    background-image: linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.68) 38%, rgba(255,255,255,.05) 65%), var(--about-image);
    background-position: center;
    background-size: cover;
}

.pueblo-about__copy {
    width: min(420px, 54%);
    padding: 34px 0;
}

.pueblo-about h2 {
    font-size: 38px;
}

.pueblo-about p {
    margin: 18px 0 24px;
    color: #172233;
    font-size: 15px;
    line-height: 1.65;
}

.pueblo-trust--bottom {
    margin-bottom: 22px;
    background: linear-gradient(90deg, rgba(255,255,255,.86), rgba(225,252,255,.92));
}

.pueblo-footer {
    margin-bottom: 34px;
    padding-top: 30px;
    padding-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f3f5f7 0%, #e8edf2 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 10px 28px rgba(28, 38, 55, .08);
}

.pueblo-footer__grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, 1fr);
    gap: 38px;
}

.pueblo-footer__brand img {
    width: 128px;
    height: auto;
    margin-bottom: 12px;
}

.pueblo-footer h3 {
    margin: 0 0 14px;
    color: #142033;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pueblo-footer p {
    max-width: 260px;
    margin: 0;
    color: #526070;
    font-size: 14px;
    line-height: 1.55;
}

.pueblo-footer a {
    display: block;
    width: fit-content;
    margin-bottom: 9px;
    color: #465466;
    font-size: 14px;
    font-weight: 650;
    transition: color .2s ease, transform .2s ease;
}

.pueblo-footer a:hover {
    color: var(--pink);
    transform: translateX(3px);
}

.pueblo-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 26px;
    padding-top: 16px;
    border-top: 1px solid rgba(82, 96, 112, .18);
    color: #627084;
    font-size: 13px;
    font-weight: 650;
}

@media (max-width: 1180px) {
    .pueblo-inner-page,
    .pueblo-page {
        --pueblo-shell-gap: 24px;
    }

    .pueblo-page {
        width: min(100%, calc(100% - 24px));
    }

    .pueblo-header__inner {
        flex-wrap: wrap;
        gap: 14px 24px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .pueblo-nav {
        order: 3;
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .pueblo-hero {
        margin-top: -150px;
        padding-top: 150px;
    }

    .pueblo-hero h1 {
        font-size: 60px;
    }

    .pueblo-categories,
    .pueblo-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-items,
    .pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .columns .column.main {
        grid-template-columns: 1fr;
    }

    .pueblo-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 0;
    }

    .pueblo-trust > div:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 760px) {
    .pueblo-inner-page,
    .pueblo-page {
        --pueblo-shell-gap: 0px;
    }

    .pueblo-page {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .pueblo-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pueblo-header__inner {
        min-height: 78px;
    }

    .pueblo-actions {
        margin-left: auto;
    }

    .pueblo-nav {
        gap: 20px;
        font-size: 14px;
    }

    .pueblo-nav .level0.parent > .submenu {
        left: 0;
        width: min(340px, calc(100vw - 40px));
        min-width: 0;
        grid-template-columns: 1fr;
        transform: translate(0, 8px);
    }

    .pueblo-nav .level0.parent:hover > .submenu {
        transform: translate(0, 0);
    }

    .pueblo-hero {
        min-height: 580px;
        margin-top: -142px;
        padding-top: 142px;
        background-position: 62% top;
    }

    .pueblo-hero__inner {
        align-items: flex-start;
        min-height: 580px;
        padding-top: 80px;
    }

    .pueblo-hero__copy {
        width: 100%;
    }

    .pueblo-hero h1 {
        width: min-content;
        font-size: 48px;
    }

    .pueblo-hero p {
        max-width: 300px;
        font-size: 17px;
    }

    .pueblo-categories {
        grid-template-columns: 1fr;
        margin-top: -36px;
    }

    .pueblo-category-card {
        min-height: 210px;
    }

    .pueblo-product-grid {
        grid-template-columns: 1fr;
    }

    .pueblo-inner-page:not(.pueblo-home-page) .products-grid .product-items,
    .pueblo-inner-page:not(.pueblo-home-page) .products.wrapper.grid .product-items {
        grid-template-columns: 1fr;
    }

    .pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product-info-main,
    .pueblo-inner-page:not(.pueblo-home-page).catalog-product-view .product.info.detailed {
        padding: 20px;
    }

    .pueblo-detail-cartbox .fieldset {
        align-items: stretch;
        flex-direction: column;
    }

    .pueblo-inner-page:not(.pueblo-home-page) .pueblo-detail-cartbox .action.tocart {
        width: 100%;
    }

    .pueblo-scroll-top {
        right: 16px;
        bottom: 16px;
        width: 42px;
        height: 42px;
    }

    .pueblo-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .pueblo-trust {
        grid-template-columns: 1fr;
    }

    .pueblo-trust > div {
        border-right: 0;
    }

    .pueblo-footer__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .pueblo-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .pueblo-about {
        min-height: 470px;
        align-items: flex-start;
        background-image: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.54), rgba(255,255,255,.1)), var(--about-image);
    }

    .pueblo-about__copy {
        width: 100%;
        padding-top: 34px;
    }

    .pueblo-about h2 {
        font-size: 33px;
    }
}
