.elementor-847 .elementor-element.elementor-element-bde9343{--display:flex;--margin-top:20px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-847 .elementor-element.elementor-element-05e99e1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-847 .elementor-element.elementor-element-4f0e619{padding:0px 0px 0px 0px;}.elementor-847 .elementor-element.elementor-element-4f0e619 .woocommerce-breadcrumb{color:#002D46;font-family:"Outfit", Sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;}.elementor-847 .elementor-element.elementor-element-4f0e619 .woocommerce-breadcrumb > a{color:#002D46;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-847 .elementor-element.elementor-element-ad3bb6b{width:var( --container-widget-width, 95% );max-width:95%;margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:95%;--container-widget-flex-grow:0;}.elementor-847 .elementor-element.elementor-element-ad3bb6b .elementor-heading-title{font-family:"Barlow Semi Condensed", Sans-serif;font-size:86px;font-weight:900;text-transform:uppercase;color:#002D46;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-847 .elementor-element.elementor-element-5ad9593{width:var( --container-widget-width, 95% );max-width:95%;--container-widget-width:95%;--container-widget-flex-grow:0;font-family:"Outfit", Sans-serif;font-size:20px;font-weight:400;line-height:28px;letter-spacing:0.4px;color:var( --e-global-color-primary );}.elementor-847 .elementor-element.elementor-element-7ba0c06{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-847 .elementor-element.elementor-element-05e99e1{--content-width:1400px;}}@media(max-width:1440px){.elementor-847 .elementor-element.elementor-element-bde9343{--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;}}@media(max-width:767px){.elementor-847 .elementor-element.elementor-element-bde9343{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-847 .elementor-element.elementor-element-ad3bb6b{width:100%;max-width:100%;}.elementor-847 .elementor-element.elementor-element-ad3bb6b .elementor-heading-title{font-size:36px;}.elementor-847 .elementor-element.elementor-element-5ad9593{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;font-size:16px;}}/* Start custom CSS for shortcode, class: .elementor-element-7ba0c06 */.marinero-brands-grid,
.marinero-brands-grid * {
    box-sizing: border-box;
}

.marinero-brands-grid {
    --mbg-navy: #002d46;
    --mbg-mint: #84dccf;
    --mbg-mint-strong: #34d4c8;
    --mbg-border: rgba(0, 45, 70, 0.12);
    --mbg-border-mint: rgba(132, 220, 207, 0.9);

    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
}

.marinero-brands-grid__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 2.4vw, 36px);
}

.marinero-brand-tile {
    position: relative;
    min-height: clamp(205px, 17vw, 255px);
    border: 1px solid var(--mbg-border);
    border-radius: 16px;
    background: transparent;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    isolation: isolate;
    box-shadow: none !important;
    transition: border-color 180ms ease;
}

.marinero-brand-tile:hover,
.marinero-brand-tile:focus-visible {
    border-color: var(--mbg-border-mint);
}

.marinero-brand-tile:focus-visible {
    outline: 2px solid var(--mbg-mint);
    outline-offset: 2px;
}

.marinero-brand-tile__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.025;
    filter: grayscale(1);
    pointer-events: none;
}

/* Logo */

.marinero-brand-tile__logo {
    position: relative;
    z-index: 2;
    width: min(62%, 250px);
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marinero-brand-tile__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.marinero-brand-tile__fallback {
    position: relative;
    z-index: 2;
    max-width: 82%;
    color: var(--mbg-navy);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: clamp(34px, 3.4vw, 56px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
}

/* Arrow */

.marinero-brand-tile__arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 3;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--mbg-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    transition: background-color 180ms ease;
}

.marinero-brand-tile__arrow svg {
    width: 35px;
    height: 35px;
    display: block;
}

.marinero-brand-tile__arrow svg circle {
    stroke: var(--mbg-mint) !important;
    stroke-width: 1.45;
}

.marinero-brand-tile__arrow svg path {
    stroke: var(--mbg-navy) !important;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.marinero-brand-tile:hover .marinero-brand-tile__arrow,
.marinero-brand-tile:focus-visible .marinero-brand-tile__arrow {
    background: rgba(132, 220, 207, 0.18);
}

/* Empty */

.marinero-brands-grid__empty {
    grid-column: 1 / -1;
    padding: 28px;
    border: 1px solid var(--mbg-border);
    border-radius: 16px;
    color: var(--mbg-navy);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

/* Controls */

.marinero-brands-grid__controls {
    margin-top: clamp(28px, 3vw, 42px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.marinero-brands-grid__pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.marinero-brands-grid__page,
.marinero-brands-grid__dots {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.marinero-brands-grid__page {
    padding: 0;
    border: 1px solid var(--mbg-border);
    background: #ffffff;
    color: var(--mbg-navy);
    cursor: pointer;
    box-shadow: none !important;
    transition: background-color 180ms ease, border-color 180ms ease;
}

.marinero-brands-grid__page:hover,
.marinero-brands-grid__page:focus,
.marinero-brands-grid__page.is-active {
    background: var(--mbg-mint);
    border-color: var(--mbg-mint);
    color: var(--mbg-navy);
    outline: none;
}

.marinero-brands-grid__dots {
    color: var(--mbg-navy);
}

.marinero-brands-grid__next svg {
    width: 22px;
    height: 22px;
}

.marinero-brands-grid__load {
    min-width: 250px;
    min-height: 46px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: var(--mbg-mint);
    color: var(--mbg-navy);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: none !important;
    transition: background-color 180ms ease;
}

.marinero-brands-grid__load:hover,
.marinero-brands-grid__load:focus {
    background: var(--mbg-mint-strong);
    outline: none;
}

.marinero-brands-grid__load svg {
    width: 17px;
    height: 17px;
}

/* Loading */

.marinero-brands-grid.is-loading {
    pointer-events: none;
}

.marinero-brands-grid.is-loading .marinero-brands-grid__items,
.marinero-brands-grid.is-loading .marinero-brands-grid__controls {
    opacity: 0.55;
}

/* Responsive */

@media (max-width: 1024px) {
    .marinero-brands-grid__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .marinero-brand-tile {
        min-height: 215px;
    }
}

@media (max-width: 767px) {
    .marinero-brands-grid__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .marinero-brand-tile {
        min-width: 0;
        min-height: clamp(130px, 42vw, 170px);
        border-radius: 14px;
    }

    .marinero-brand-tile__logo {
        width: min(72%, 150px);
        height: 64px;
    }

    .marinero-brand-tile__fallback {
        max-width: 76%;
        font-size: clamp(22px, 7vw, 34px);
    }

    .marinero-brand-tile__arrow {
        right: 10px;
        bottom: 10px;
        width: 28px;
        height: 28px;
    }

    .marinero-brand-tile__arrow svg {
        width: 28px;
        height: 28px;
    }

    .marinero-brands-grid__pagination {
        gap: 8px;
        flex-wrap: wrap;
    }

    .marinero-brands-grid__page,
    .marinero-brands-grid__dots {
        width: 38px;
        height: 38px;
    }

    .marinero-brands-grid__load {
        width: 100%;
        min-width: 0;
    }
}/* End custom CSS */