.alp-code-view, .alp-link-wrap {
    display: flex;
    grid-gap: 32px;
    background: #efefef;
}

.alp-link-wrap > div.alp-link {
    display: flex;
    flex-flow: column nowrap;
    padding: 32px;
    background: #ffffff;
    outline: 1px solid;
}

.alp-link-wrap .grow1 {
    flex-grow: 1;
}

.alp-link-wrap > div.alp-link p {
    margin: 0 0 32px 0;
    font-size: 14px;
}

.alp-link-wrap > div.alp-link label {
    font-family: 'citrfontbold';
    font-size: 18px;
    margin: 0;
}

.alp-link-wrap > div.alp-link input, .alp-link-wrap > div.alp-link select {
    border-radius: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 0 0 0 16px;
}

.alp-link-wrap select {
    margin-bottom: 8px
}

.alp-code-view .alp-code-copy > pre {
    font-size: 12px;
    position: relative;
    left: -100px;
}

.alp-code-view .alp-code-copy, .alp-code-view .alp-code-preview {
    padding: 32px;
    border: 1px solid #dfdfdf;
}

.bannerInput, .addNew {
    display: flex;
    align-items: stretch;
    margin-bottom: 8px;
    grid-gap: 8px;
}

.bannerInput a {
    background: #ffd6d6;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    padding: 0 16px;
    color: #6e1313;
    cursor: pointer;
    font-family: feather;
}

.bannerInput a:before {
    content: "\e117";
}

.add {
    background: #212121;
    color: #fff;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
}

.move {
    padding: 16px 16px 0 0;
}

input[type="checkbox"] {
    appearance: auto !important;
}

div[class*="alp-grid-"] > div {
    display: grid;
    grid-gap: 32px;
    margin: 0 0 32px 0;
    border-bottom: 1px solid #999;
    padding: 0 0 32px 0;
}

div[class*="alp-grid-"]:last-of-type > div {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

div[class*="alp-grid-"] > div a.alp-grid-photo {
    background: #efefef;
    background-position: center;
    height: 100%;
    display: block;
    position: relative;
    background-size: cover !important;
}

div[class*="alp-grid-"] > div a.alp-grid-photo::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background: #00000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div[class*="alp-grid-"] > div a.alp-grid-photo:hover::after {
    background: #00000088;
}

.alp-grid-1 > div {
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-columns: 1fr;
}

.alp-grid-2 > div {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
}

.alp-grid-3 > div {
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr;
}

.alp-grid-4 > div {
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
}

.alp-grid-5 > div {
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
}

.alp-grid-6 > div {
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}

div[class*="alp-grid-"].alp-grid-photo-20 > div a.alp-grid-photo::after {
    padding-bottom: 20%;
}

div[class*="alp-grid-"].alp-grid-photo-25 > div a.alp-grid-photo::after {
    padding-bottom: 25%;
}

div[class*="alp-grid-"].alp-grid-photo-33 > div a.alp-grid-photo::after {
    padding-bottom: calc(100% / 3);
}

div[class*="alp-grid-"].alp-grid-photo-50 > div a.alp-grid-photo::after {
    padding-bottom: 50%;
}

div[class*="alp-grid-"].alp-grid-photo-66 > div a.alp-grid-photo::after {
    padding-bottom: calc( (100% / 3) * 2 );
}

div[class*="alp-grid-"].alp-grid-photo-75 > div a.alp-grid-photo::after {
    padding-bottom: 75%;
}

div[class*="alp-grid-"].alp-grid-photo-125 > div a.alp-grid-photo::after {
    padding-bottom: 125%;
}

div[class*="alp-grid-"].alp-grid-photo-150 > div a.alp-grid-photo::after {
    padding-bottom: 150%;
}

div[class*="alp-grid-"].alp-grid-photo-200 > div a.alp-grid-photo::after {
    padding-bottom: 200%;
}

div[class*="alp-grid-"].alp-grid-main > div {
}

div[class*="alp-grid-"].alp-grid-main > div .ALPtxtGrid {
    background: var(--co2);
    width: max(20%, 280px);
    padding: 32px;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    height: calc(100% - 64px);
    left: 32px;
    top: 32px;
    opacity: .9;
}

div[class*="alp-grid-"].alp-grid-main > div .ALPtxtGrid .ALPtxtGridTitle {
    text-transform: none;
    font-size: 2em;
    line-height: 1.5em;
}

div[class*="alp-grid-"].alp-grid-main > div .ALPtxtGrid .ALPtxtGridTitle::after {
    content: "";
    margin: 32px 0;
    display: block;
    background: var(--co1);
    width: 40px;
    height: 4px;
}

div[class*="alp-grid-"].alp-grid-main > div .ALPtxtGrid img {
    width: min(120px, 100%);
}

div[class*="alp-grid-"].alp-grid-main > div a.alp-grid-photo {
}

div[class*="alp-grid-"].alp-grid-main > div a.alp-grid-photo::after {
    padding-bottom: 35%;
    background: none;
}

div[class*="alp-grid-"].alp-grid-text > div {
    display: block;
    -webkit-columns: 2;
    -moz-columns: 2;
    -o-columns: 2;
    columns: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    -o-column-gap: 32px;
    column-gap: 32px;
    position: relative;
}

div[class*="alp-grid-"].alp-grid-text > div::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--co1);
    position: absolute;
    bottom: 32px;
    right: 0;
}

div[class*="alp-grid-"].alp-grid-text > div .ALPtxtGridTitle {
    font-size: 3em;
    width: 100%;
    font-family: 'citrfontbold';
    line-height: 100%;
}

div[class*="alp-grid-"].alp-grid-text > div .ALPtxtGridTitle::after {
    content: "";
    background: var(--co1);
    width: 40px;
    height: 4px;
    display: block;
    margin: 32px 0;
}

div[class*="alp-grid-"].alp-grid-text > div .ALPtxtGridDesc {
    position: relative;
}

div[class*="alp-grid-"].alp-grid-text > div .ALPtxtGridDesc p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.75em;
}

div[class*="alp-grid-"].alp-grid-text > div .ALPtxtGridDesc > p:first-of-type {
    font-size: 1.25em;
}

div[class*="alp-grid-"].alp-grid-text > div .ALPtxtGridDesc > p:last-child {
    margin: 0;
}

div[class*="alp-grid-"].alp-grid-nobg > div a.alp-grid-photo::after {
    background: none;
}

div.alp-grid-brand > div > a.alp-grid-photo {
    border: 1px solid #dfdfdf;
    font-size: 0;
    text-indent: -9999px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

div.alp-grid-brand > div > a.alp-grid-photo::after {
    background: transparent !important;
}

.alp-grid-button > div a {
    padding: 20px 24px;
    display: flex;
    border: 2px solid #var(--co2);
    color: #var(--co2);
    font-size: 14px;
    font-family: 'citrfontbold';
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.alp-grid-button > div a:hover {
    background: var(--co1);
    border-color: var(--co1);
    color: #fff;
}

.alp-grid-button > div a::after {
    content: "\e095";
    font-family: 'feather';
}

div.alp-grid-sizes, div.alp-grid-col {
    position: relative;
}

div.alp-grid-sizes > div, div.alp-grid-col > div {
    border: none;
}

div.alp-grid-sizes > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 16px;
}

div.alp-grid-sizes > div > a {
    border: 1px solid;
    width: 54px;
    height: 54px;
    color: var(--co2);
    display: inline-block;
    border-radius: 100%;
    line-height: 54px;
    text-align: center;
    font-family: 'citrfontbold';
    background: transparent;
}

div.alp-grid-sizes > div > a:hover {
    background: #000;
    color: #fff;
}

div.alp-grid-col > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    grid-gap: 16px;
}

div.alp-grid-col > div > a::after {
    content: "";
    width: 52px;
    height: 52px;
    border-radius: 100%;
    z-index: 10;
    display: block;
    border: 11px solid #fff;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.alp-grid-col > div > a {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    text-indent: -9999px;
    background: transparent;
    overflow: inherit;
    border: 1px solid #999999;
    margin: 0;
    position: relative;
}

div.alp-grid-col > div > a:hover {
    border-color: #fff;
}

div.alp-grid-col > div > a:hover::after {
    border: 0px solid #fff;
}

div.alp-grid-col > div > a[href*="white"]:hover::after {
    border: 1px solid #efefef;
}

div.alp-grid-col > div > a[href*="blue"] {
    background: #5083c1;
}

div.alp-grid-col > div > a[href*="pink"] {
    background: #de9fd0;
}

div.alp-grid-col > div > a[href*="red"] {
    background: #d04c4c;
}

div.alp-grid-col > div > a[href*="yellow"] {
    background: #fef047;
}

div.alp-grid-col > div > a[href*="green"] {
    background: #a9c76f;
}

div.alp-grid-col > div > a[href*="gold"] {
    background: #dec052;
}

div.alp-grid-col > div > a[href*="orange"] {
    background: #dea052;
}

div.alp-grid-col > div > a[href*="purple"] {
    background: #a656c7;
}

div.alp-grid-col > div > a[href*="black"] {
    background: #000;
}

div.alp-grid-col > div > a[href*="brown"] {
    background: #674232;
}

div.alp-grid-col > div > a[href*="white"] {
    background: #fff
}

div.alp-grid-col > div > a[href*="grey"] {
    background: #a0a0a0;
}

div.alp-grid-col > div > a[href*="silver"] {
    background: #dbdbdb;
}

.ALPDescription-desktop .ALPDescription-desktop-desc > h2 {
    /* border-bottom: 1px solid #999; */
    /* padding: 0 0 32px 0; */
    margin: 0;
}

.ALPDescription-desktop-desc a {
    font-weight: bold
}

.mobile a {
    font-weight: bold
}

.ALPtxtGrid {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: left;
    padding: 32px;
    z-index: 2;
    width: 100%;
    height: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
    color: white;
}

.ALPtxtGridDesc:empty, .ALPtxtGridTitle:empty, .ALPtxtGridView:empty {
    display: none;
}

.ALPtxtGrid > span {
    padding: 1em 2em;
}

.ALPtxtGrid .ALPtxtGridDesc {
    font-size: smaller;
    padding: 0 !important;
}

.ALPtxtGrid .ALPtxtGridTitle {
    font-size: 20px;
    font-family: 'citrfontbold';
    font-weight: normal;
    letter-spacing: normal;
    font-size: 1.5em;
}

.ALPtxtGrid .ALPtxtGridView {
    padding: 10px 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 6px;
}

div[class*="alp-grid-"] > div a:hover .ALPtxtGridView {
    background: var(--co1);
    border-color: var(--co1);
}

[class*="alp-grid-filter"], [class*="alp-grid-filter"] a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.alp-grid-filter-grayscale a {
    filter: grayscale(1);
}

.alp-grid-filter-grayscale a:hover {
    filter: grayscale(0);
}

@media screen and (max-width : 1023px) {
    .alp-grid-3 > div {
        grid-template-columns: repeat(1, 1fr);
        -ms-grid-columns: 1fr;
    }

    .alp-grid-4 > div {
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-columns: 1fr 1fr;
    }

    .alp-grid-6 > div {
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-columns: 1fr 1fr;
    }
}

@media screen and (max-width : 768px) {
    .alp-grid-2 > div, .alp-grid-4 > div, .alp-grid-5 > div {
        grid-template-columns: repeat(1, 1fr);
        -ms-grid-columns: 1fr;
    }

    div[class*="alp-grid-"].alp-grid-story > div > .alp-grid-photo > .ALPtxtGrid > .bannerLinksGrid {
        flex-flow: row wrap;
    }

    div[class*="alp-grid-"].alp-grid-story > div > .alp-grid-photo > .ALPtxtGrid > .bannerLinksGrid > a {
        flex-basis: 100%;
        width: 100%;
    }

    div[class*="alp-grid-"] > div {
        padding-bottom: 16px;
        margin-bottom: 16px;
        grid-gap: 16px;
    }

    div[class*="alp-grid-"] > div a.alp-grid-photo::after, div[class*="alp-grid-"] > div a.alp-grid-photo:hover::after {
        background: #0000003b;
    }

    div[class*="alp-grid-"] > div a .ALPtxtGridView {
        background: var(--co1);
        border-color: var(--co1);
    }

    div[class*="alp-grid-"].alp-grid-text > div {
        -webkit-columns: 1;
        -moz-columns: 1;
        -o-columns: 1;
        columns: 1;
    }

    div[class*="alp-grid-"].alp-grid-main > div .ALPtxtGrid {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        text-align: center;
        align-items: center;
        background: #1e1e28eb;
        opacity: 1;
    }

    div[class*="alp-grid-"].alp-grid-main > div .ALPtxtGrid .ALPtxtGridTitle {
        font-size: 1.5em;
        display: none;
    }

    div[class*="alp-grid-"].alp-grid-main > div a.alp-grid-photo::after {
        padding-bottom: 50%;
    }

    div[class*="alp-grid-"]:last-of-type > div {
        margin-bottom: 32px;
    }
}

.size-chart {
    width: 100%;
}

.size-chart tr {
    border-top: 1px solid #d7d7d7;
    margin: 0;
    display: inline-flex;
    float: left;
    clear: both;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.size-chart tr:last-of-type {
    border-bottom: 1px solid #d7d7d7;
}

.size-chart td {
    padding: 8px 16px;
}

.size-chart tr:nth-child(odd) {
    background: #f4f4f4;
}

.size-chart tr td:first-of-type {
    /* width: 20%; */
    min-width: 40px;
    font-family: 'citrfontbold';
}

.size-chart tr td:nth-child(2) {
    flex-grow: 1
}

.size-chart .slideOption {
    display: inline-block;
    padding: 4px 16px;
    text-align: center;
}

.ALPDescription-desktop-brand {
    display: none;
}

.ALPDescription-desktop-desc p:empty {
    display: none
}

.ALPbrands a, .ALPbrands {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ALPbrands:hover a {
    filter: grayscale(100%);
    opacity: 0.3;
}

.ALPbrands a:hover {
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.activity .zflex-v {
    flex-direction: column;
}

.activity a {
    position: relative;
    border: 1px solid #333;
    padding: 8px 16px;
    flex-grow: 1;
    text-transform: uppercase;
    text-align: center;
    background: #212121;
    color: #fff;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.activity a:hover {
    background: #fff;
    color: #333
}


.extra { position: relative; max-height: 150px; display: block; overflow: hidden; width: 100%; margin-bottom: 16px;}
.extra:after {position: absolute;bottom: 0;height: 100%;width: 100%;content: "";background: linear-gradient(to top,   rgba(255,255,255, 1) 20%,    rgba(255,255,255, 0) 80%);pointer-events: none;left: 0;}                
.extra.show {max-height: initial;}
.extra.show:after {background: linear-gradient(to top,rgba(255,255,255, 0) 20%,  rgba(255,255,255, 0) 80%);}  
.morebtn::after { content: "Read More"; display: inline-block; cursor: pointer; color: black; font-size: 16px; border-bottom: 1px solid;}
.extra .morebtn {position:absolute;bottom: 0;z-index: 1; left: 0px;}
.extra.show .morebtn { display:none}
#FAFTitle {order: -1;}
.extra h2 { font-size:28px}
#FAFDesc p:empty { display:none}
.alp-header { }

.group {margin: 0 0 16px;background: #f1f1f1;}
.group  > .bannerInput {background: #ffffff;padding: 8px 16px;margin: 0;}
.sub {outline: 1px solid #ebebeb;padding: 16px;background: #fff;text-align: center;}
.sub .add {margin: auto;margin-top: 8px;display: inline-block;}
#textOut {outline:1px solid #000;background: #fff;padding: 16px;margin-top: 16px;}

.alt2 img {width:100%;height: 100%;aspect-ratio: 4/3;object-fit: cover;}
.alt2 > div > div {display:flex;flex-direction:column;background: #efefef;}

.subTitle {display:flex;flex-direction: column;align-items: center;padding: 16px;text-align:center;flex-grow: 1;justify-content: center;}
.subTitle > div {display:flex;align-items: center;padding: 8px;gap:16px;flex-wrap: wrap;justify-content: center;}
.subTitle > div a { text-decoration:underline; position:relative;  }
.subTitle > div a:after {content:"";height: 100%;width: 1px;position:absolute;right: -8px;z-index: 4;color: #000;display: inline-block;}
.subTitle span { font-size:smaller}                                                                                                                                                                 