/* SELECTED BRANDS */

/* Selected brands item container */
.ddnd-selbrands__item-container {
    margin: 0 auto;
    font-size: 0px;
    max-width: 100%;
}

/* Selected brands item 4-column | Default */
.ddnd-selbrands__item {
    width: 25%;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #000;
    position: relative;
}

.ddnd-selbrands__item:after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 2px;
    width: 1px;
    background-color: #000;
    right: 0;
}

.ddnd-selbrands__item>a {
    min-height: 80px;
}

/* Selected brands item link*/
.ddnd-selbrands__item--link {
    padding-top: 25px;
    width: 100%;
    display: inline-block;
}

/* Selected brands item image */
.ddnd-selbrands__item--image {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}

/* Selected brands item label*/
.ddnd-selbrands__item--label {
    display: inline-block;
    margin: 4px auto 1px;
    text-align: center;
}

/* Selected brands item label with link*/
.ddnd-selbrands__item--label>.ddnd-selbrands__item--link {
    padding: 10px 6px;
    max-height: 40px;
    font-size: 13px;
    line-height: 0.9;
    color: #000;
    font-weight: 400;
    font-family: 'Arket Sans SC', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
}

/* Selected brands item label with link hover */
.ddnd-selbrands__item--label>.ddnd-selbrands__item--link:hover {
    color: #9b9ea3;
}

.is-richtext a.ddnd-selbrands__item--link {
    border-bottom: none !important;
}

/* Breakpoint at 1024px / Desktop 5-column items */
@media (min-width: 1024px) {
    .ddnd-selbrands__item {
        width: 20%;
    }

    .ddnd-selbrands__item:nth-child(5n):after {
        display: none;
    }
}

/* Breakpoint at 769px, Laptop */
@media (min-width:769px) and (max-width: 1023px) {
    .ddnd-selbrands__item:nth-child(4n):after {
        display: none;
    }
}

/* Breakpoint default mobile to standing iPad | 3-column items */
@media(max-width: 768px) {
    .ddnd-selbrands__item {
        width: 33.333331%;
        min-height: 152px;
        vertical-align: middle;
    }

    .ddnd-selbrands__item:nth-child(3n):after {
        display: none;
    }
}

/* END BRANDS PAGE */




/* CUSTOMER SERVICE ACCORDIAN */
.freeHTML-accordian h3 {
    font-size: 20px;
    margin-top: 25px;
}

.freeHTML-accordian a {
    color: inherit;
    border-bottom: 1px solid #000;
}

.freeHTML-accordian h4 {
    font-size: 13px;
    font-family: 'Arket Sans SC', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
    margin-bottom: 0;
}

.freeHTML-accordian h4+p {
    margin-top: 0;
}

.freeHTML-accordian-title h3 {
    font-size: 20px;
    margin-top: 0;
}

.freeHTML-accordian-item {
    position: relative;
}

.freeHTML-accordian-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 47px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.freeHTML-accordian-title {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.freeHTML-accordian-title:after {
    content: "N";
    position: absolute;
    right: 10px;
    top: 12px;
    font-family: "Arket Sans Ding";
    font-size: 20px;
    transform: rotateZ(-90deg);
}

.freeHTML-accordian-input:checked~.freeHTML-accordian-title {
    border-bottom-color: #000;
}

.freeHTML-accordian-input:checked~.freeHTML-accordian-title:after {
    transform: rotateZ(0deg);
    right: 6px;
}

.o-product-listing.fluid-small .o-product .description .color {
    display: none;
}

/* CUSTOMER SERVICE SIZE GUIDE SECTION */
.freeHTML-sizeguide {
    display: inline-block;
    text-align: left;
    margin-top: 40px;
    font-size: 13px;
    width: 100%;
}

.freeHTML-sizeguide-title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}

.freeHTML-sizeguide-information {
    padding: 19px 0 26px;
    border-bottom: 1px solid #000;
    margin-bottom: 26px;
}

.freeHTML-sizeguide-information p {
    margin: 7px 0;
}

.freeHTML-sizeguide th,
.freeHTML-sizeguide td {
    text-align: left;
    vertical-align: top;
    padding: 5px 15px 5px 10px;
    min-width: 65px;
}


.o-lightbox .freeHTML-sizeguide {
    margin-bottom: 0;
}

.freeHTML-sizeguide-information-text {
    width: 100%;
}

.freeHTML-sizeguide-information-text th {
    width: 20%;
    padding-left: 0;
}

.freeHTML-sizeguide-information-text td {
    width: 80%;
    padding-left: 0;
}

.freeHTML-sizeguide-chart {
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.freeHTML-sizeguide-inputInch {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 20;
    opacity: 0;
    cursor: pointer;
    width: 40px;
    height: 20px;
}

.freeHTML-sizeguide-titleInch {
    position: absolute;
    right: 30px;
    top: 0;
}

.freeHTML-sizeguide-inputCm {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    opacity: 0;
    cursor: pointer;
    width: 30px;
    height: 20px;
}

.freeHTML-sizeguide-titleCm {
    position: absolute;
    right: 0;
    top: 0;
}

.freeHTML-sizeguide-overflow {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.o-lightbox .freeHTML-sizeguide-overflow {
    width: calc(100% + 20px);
}

.o-lightbox .freeHTML-sizeguide-chart-sizes {
    margin-right: 20px;
}

@media (max-width: 630px) {
    .freeHTML-sizeguide-overflow {
        width: calc(100% + 15px);
    }
}

/* CUSTOMER SERVICE SIZE GUIDE TABLES */
.freeHTML-sizeguide-chart tr:nth-child(2n-1) td {
    background-color: #E9E9EB;
}

.freeHTML-sizeguide-chart th {
    padding-left: 0;
    padding-right: 0;
}

.freeHTML-sizeguide-chart th span {
    border-bottom: 1px solid #000;
    display: block;
    padding: 0 15px 10px 10px;
}

.freeHTML-sizeguide-chart th:first-child span {
    margin-left: 10px;
    padding-left: 0;
}

.freeHTML-sizeguide-chart th:last-child span {
    margin-right: 10px;
    padding-right: 0;
}

.freeHTML-sizeguide-chart-grid {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.freeHTML-sizeguide-chart-gridText {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 140px);
    margin: 0;
    max-width: 80%;
}

.freeHTML-sizeguide-chart-gridContainer {
    margin-bottom: 20px;
}

.freeHTML-sizeguide-chart-gridContainer:after {
    content: "";
    display: table;
    clear: both;
}

.freeHTML-sizeguide-chart-grid td {
    background-color: #E9E9EB;
    border: 2px solid #fff;
    min-width: 40px;
    padding: 2px 4px 2px 10px;
}

.freeHTML-sizeguide-chart-titles {
    background-color: #fff;
    width: 105px;
    border-right: 1px solid #000;
    position: absolute;
    z-index: 10;
}

.freeHTML-sizeguide-chart-sizes {
    margin-left: 105px;
    display: inline-block;
}

.freeHTML-sizeguide-inputCm:checked~.freeHTML-is-cm {
    display: block;
}

.freeHTML-sizeguide-inputCm:checked~.freeHTML-is-inch {
    display: none;
}

.freeHTML-sizeguide-inputCm:checked~.freeHTML-sizeguide-titleCm {
    border-bottom: 1px solid #000;
}

.freeHTML-sizeguide-inputInch:checked~.freeHTML-is-cm {
    display: none;
}

.freeHTML-sizeguide-inputInch:checked~.freeHTML-is-inch {
    display: block;
}

.freeHTML-sizeguide-inputInch:checked~.freeHTML-sizeguide-titleInch {
    border-bottom: 1px solid #000;
}


/* FOCUS PANEL CODE SECTION */
/* Make Focus Panel 3 Column on Mobile   > focus-panel-3col < */
@media (max-width: 768px) {
    .focus-panel-3col .o-width {
        margin-left: 0;
        margin-right: 0;
    }
    .focus-panel-3col .o-width .o-focus-panel {
        width: 100% !important;
        height: 100%;
        overflow-y: hidden;
    }
    .focus-panel-3col .o-focus-panel .focus-panel-container.three-tiles {
        width: 100% !important;
    }

    .focus-panel-3col .o-focus-panel .focus-panel-container.three-tiles .free-tile.focus-panel {
        width: calc(33.33331% - 4px);
    }
    .o-focus-panel {
        overflow-y: hidden;
    }
}
.o-focus-panel .focus-panel-container.three-tiles .free-tile.focus-panel {
    width: calc(33.3% - 8px);
}
.o-focus-panel .focus-panel-container {
    width: 100%;
}
.o-focus-panel .focus-panel-container.three-tiles .free-tile:first-child,
.o-focus-panel .focus-panel-container.two-tiles .free-tile:first-child {
    margin-left: 0;
}
.o-focus-panel .focus-panel-container .free-tile.focus-panel:last-child,
.o-focus-panel .focus-panel-container.three-tiles .free-tile.focus-panel:not(:first-child) {
    margin-left: 2px;
}
.o-focus-panel .focus-panel-container .free-tile.focus-panel .a-link .m-free-tile {
    padding-bottom: 133%;
}

.o-focus-panel .focus-panel-container .free-tile.focus-panel .a-link .m-free-tile .text-content .a-paragraph {
    padding: 20px 10px 0;
}
.o-focus-panel .focus-panel-container .free-tile.focus-panel .a-link .m-free-tile .text-content .a-heading-2 {
    padding: 4px 8px 8px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .o-focus-panel .focus-panel-container .free-tile.focus-panel {
        width: calc(50% - 11px);
    }
    .o-focus-panel .focus-panel-container.three-tiles {
        width: 125%;
    }
    .o-focus-panel .focus-panel-container .free-tile.focus-panel .a-link .m-free-tile .text-content .a-heading-2 {
        font-size: 14px;
        padding: 4px 8px 7px;
    }
}

/* END FOCUS PANEL */


/* CURATED SEACH FOOTER - REMOVE THIS SECTION AFTER REMOVAL OF CURATED SEARCH FOOTER FROM PAGES */
.o-curated-search-footer {
    display: none !important;
}

/* END CURATED SEARCH FOOTER */


/* LOCAL NAVIGATION BLACK selected and GREY boxes */
.local-navigation {
    box-shadow: none;
}

/* END LOCAL NAVIGATION */


/* TEASER COMPONENT */
.o-teaser-container {
    box-shadow: none;
}

/* END TEASER */


/* VNAV */
.o-width.wc-100.VNAV,
.o-width.wc-100[style*="VNAV"] {
    margin: 0 !important;
}

.o-width.wc-100.VNAV .o-image-listing.cols-3 .image-container:hover,
.o-width.wc-100[style*="VNAV"] .o-image-listing.cols-3 .image-container:hover {
    opacity: 0.9;
}

.o-width.wc-100.VNAV .o-image-listing.cols-3 .image-container,
.o-width.wc-100[style*="VNAV"] .o-image-listing.cols-3 .image-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 25% !important;
    position: relative;
    float: left;
}

.o-width.wc-100.VNAV .o-image-listing.cols-3 .image-container .slider-text-block,
.o-width.wc-100[style*="VNAV"] .o-image-listing.cols-3 .image-container .slider-text-block {
    position: absolute;
    bottom: 6%;
    left: 50%;
    color: black;
    width: auto;
    transform: translateX(-50%);
    background: #fff;
    padding: 6px 12px 8px;
    max-width: calc(100% - 20px);
    margin: 0;
    pointer-events: none;
    border-radius: 2px;
}

.o-width.wc-100.VNAV .o-image-listing.cols-3 .image-container .slider-text-block .o-text-field,
.o-width.wc-100[style*="VNAV"] .o-image-listing.cols-3 .image-container .slider-text-block .o-text-field {
    margin: 0;
    white-space: nowrap;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.o-width.wc-100.VNAV .o-image-listing.cols-3 .image-container .slider-text-block .o-text-field i,
.o-width.wc-100[style*="VNAV"] .o-image-listing.cols-3 .image-container .slider-text-block .o-text-field i {
    font-family: Arket Sans Ding;
    font-style: normal;
}

@media (max-width: 768px) {

    .o-width.wc-100.VNAV .o-image-listing.cols-3,
    .o-width.wc-100[style*="VNAV"] .o-image-listing.cols-3 {
        overflow: hidden;
        margin: 0;
        white-space: normal;
        width: 100%;
        padding: 0;
    }

    .o-width.wc-100.VNAV .o-image-listing.cols-3 .image-container,
    .o-width.wc-100[style*="VNAV"] .o-image-listing.cols-3 .image-container {
        width: 50% !important;
        margin: 0;
        padding: 0;
    }

    .o-width.wc-100.VNAV .o-image-listing.cols-3 .image-container .slider-text-block .o-text-field,
    .o-width.wc-100[style*="VNAV"] .o-image-listing.cols-3 .image-container .slider-text-block .o-text-field {
        font-size: 14px;
    }
}

.o-width.wc-100.VNAV,
.o-width.wc-100[style*="VNAV"] {
    padding: 0 !important
}

.o-width.wc-100.VNAV .o-image-listing .image-container .slider-text-block .o-text-field {
    border-radius: 2px;
}

/* END VNAV */






/* HIDE WIDTH COMPONENTS ON DESKTOP OR MOBILE */
@media (max-width: 767px) {
    .hide--mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .hide--desktop {
        display: none;
    }
}

/* END HIDE */






/* HERO FIXAR */

.o-hero .takeover-wrapper .textblock-container .o-text-block .caption-wrapper .caption-container [class^=caption-][class*=title] {
    display: none
}

.o-hero[style*="BlackCTA"] .takeover-wrapper .textblock-container .o-text-block .caption-wrapper .caption-container {
    background-color: black;
    color: white;
}

.o-hero .takeover-wrapper .textblock-container .o-text-block .caption-wrapper .caption-container {
    width: auto;
    display: inline-block;
    background-color: white;
    color: black;
    font-family: Arket Sans;
    padding: 2px 10px 7px;
    margin-top: 10px;
    text-shadow: none;
    border-radius: 2px;
}

.o-hero .takeover-wrapper .textblock-container .o-text-block .caption-wrapper .caption-container [class^=caption-][class*=title] {
    display: none
}

@media (max-width: 630px) {

    .o-hero[style*="mobileText"] .takeover-wrapper,
    .o-hero.single-image .takeover-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, .15), rgba(255, 0, 0, 0));
        padding: 30px 15px;
        z-index: 4;
    }

    .o-hero[style*="mobileText"] .o-text-block .text-wrapper .text-content.large-font {
        font-size: 15px;
    }

    .o-hero[style*="mobileText"] .o-text-block .caption-wrapper .caption-container>span {
        font-size: 15px;
    }
}


@media (max-width: 630px) {
    .o-hero[style*="alternateImage"] .image-wrapper {
        position: relative;
    }

    .o-hero[style*="alternateImage"] .image-wrapper .takeover-background:nth-child(2) {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        animation: alternate_second_hero_image 5s infinite ease-in-out;
    }
}

.o-hero[style*="alternateImageDesktop"] .image-wrapper {
    position: relative;
}

.o-hero[style*="alternateImageDesktop"] .image-wrapper .takeover-background {
    width: 100% !important;
}

.o-hero[style*="alternateImageDesktop"] .image-wrapper .takeover-background:nth-child(2) {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: alternate_second_hero_image 5s infinite ease-in-out;
}

@media (min-width: 631px) {
    .o-hero .o-text-block .text-wrapper {
        margin: 10px 10% 20px 10%;
    }
}

.o-hero[style*="noShadow"] .takeover-wrapper .o-text-block.disable-bg {
    text-shadow: none;
}

.o-hero[style*="Left"] .image-wrapper .takeover-background {
    background-position: top left;
}

.o-hero[style*="Top"] .image-wrapper .takeover-background {
    background-position: top center;
}

.o-hero[style*="Bottom"] .image-wrapper .takeover-background {
    background-position: bottom center;
}

.o-width[style*="Black"] .o-tag-cloud .tags-container .tag {
    color: #FFF;
    background: #000;
}

.o-width[style*="Black"] .o-tag-cloud .tags-container .tag:hover a {
    color: #FFF;
}

.o-width[style*="Black"] .o-tag-cloud .cloud-title {
    color: #000;
    text-shadow: 0 0 25px #ffffff59;
}

.o-width[style*="NoShadow"] .o-tag-cloud .cloud-title {
    text-shadow: none !important;
}

/* --------- END HERO FIXES --------- */


.multipleTags .a-link:hover {
    color: rgb(0, 0, 0, 0.2);
}

.multipleTags {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    margin: 0 !important;
    left: 5%;
    z-index: 10;
}

.multipleTags .o-hero .takeover-wrapper {
    display: none;
}

.multipleTags .a-heading-2 {
    font-size: 42px;
}

@media (max-width: 768px) {
    .multipleTags .a-heading-2 {
        font-size: 30px !important;
        line-height: 1.25em !important;
    }
}

.relative {
    position: relative;
}

/* END MULTIPLE TAGS */




/* B FOR ARKET SANS SC MONO */
.curated-content ul.trending-pages li a b,
.category-group .subcategories .subcategory a b,
.category-menu .curated-categories a b {
    font-family: "Arket Sans SC" !important;
    font-weight: normal;
}

.o-layout b,
.o-text-field b,
.o-slider b {
    font-family: 'Arket Sans SC Mono', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
    font-weight: normal;
}

/* END BOLD FOR SC */

/* TO CREATE TEXT COMPONENT IN 3 COLUMNS ON DESKTOP */

.threecoltext {
    padding-top: 40px;
    display: inline-block;
    width: 100%;
    font-size: 0px;
}

.threecoltext .column {
    margin: 0 0 30px;
    display: inline-block;
    width: 32.33331%;
    padding: 0 13px;
    font-size: 13px;
    line-height: 1.5em;
    vertical-align: top;
}

.threecoltext .column p {
    margin: 0px 0 13px;
    font-family: 'Arket Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
    font-size: 13px;
}

@media (max-width: 1024px) {
    .threecoltext .column {
        width: 49% !important;
        padding: 0 15px;
    }
}

@media (max-width: 630px) {
    .threecoltext .column {
        width: 100% !important;
        padding: 0 15px;
    }

    .threecoltext .column:not(:last-child) {
        margin-bottom: 0;
    }
}

/* END 3 COL TEXT */





/* Changes size of text in text-componenet. Use with New Arrivals cloud and SALE cloud */
.title--large,
.title--medium,
.title--small,
.title--x-small {
    padding: 20px 0;
}

.title--large:not(.wc-75):not(.wc-50):not(.wc-25) .o-text-field .text-container,
.title--medium:not(.wc-75):not(.wc-50):not(.wc-25) .o-text-field .text-container,
.title--small:not(.wc-75):not(.wc-50):not(.wc-25) .o-text-field .text-container,
.title--x-small:not(.wc-75):not(.wc-50):not(.wc-25) .o-text-field .text-container {
    margin: 0;
}

.title--large .a-heading-2.has-margin,
.title--medium .a-heading-2.has-margin,
.title--small .a-heading-2.has-margin,
.title--x-small .a-heading-2.has-margin {
    padding: 0 15px;
}

.title--large .seo-heading,
.title--medium .seo-heading,
.title--small .seo-heading,
.title--x-small .seo-heading {
    padding-bottom: 0;
}

.title--large .a-heading-2.has-margin,
.title--large .seo-heading {
    font-size: 110px;
    line-height: 1.1em;
}

.title--medium .a-heading-2.has-margin,
.title--medium .seo-heading {
    font-size: 80px;
    line-height: 1.1em;
}

.title--small .a-heading-2.has-margin,
.title--small .seo-heading {
    font-size: 60px;
    line-height: 1.1em;
}

.title--x-small .a-heading-2.has-margin,
.title--x-small .seo-heading {
    font-size: 40px;
    line-height: 1.1em;
}

@media (max-width: 768px) {

    .title--large .a-heading-2.has-margin,
    .title--large .seo-heading {
        font-size: 13vw;
    }

    .title--medium .a-heading-2.has-margin,
    .title--medium .seo-heading {
        font-size: 11vw;
    }

    .title--small .a-heading-2.has-margin,
    .title--small .seo-heading {
        font-size: 9vw;
    }

    .title--x-small .a-heading-2.has-margin,
    .title--x-small .seo-heading {
        font-size: 7vw;
    }

    .title--large .a-heading-2.has-margin,
    .title--medium .a-heading-2.has-margin,
    .title--small .a-heading-2.has-margin,
    .title--x-small .a-heading-2.has-margin {
        padding: 0;
    }
}

.title--large a:hover,
.title--medium a:hover,
.title--small a:hover,
.title--x-small a:hover,
.title--large .m-headline [class^="a-heading-"].has-hover:hover .heading-tag,
.title--medium .m-headline [class^="a-heading-"].has-hover:hover .heading-tag,
.title--small .m-headline [class^="a-heading-"].has-hover:hover .heading-tag,
.title--x-small .m-headline [class^="a-heading-"].has-hover:hover .heading-tag,
.title--large .a-heading-2.has-hover:hover .heading-tag,
.title--medium .a-heading-2.has-hover:hover .heading-tag,
.title--small .a-heading-2.has-hover:hover .heading-tag,
.title--x-small .a-heading-2.has-hover:hover .heading-tag {
    color: #000;
    background: transparent !important;
}

@media (min-width: 768px) {

    .title--large .a-heading-2.has-margin,
    .title--medium .a-heading-2.has-margin,
    .title--small .a-heading-2.has-margin,
    .title--x-small .a-heading-2.has-margin {
        margin-bottom: 25px;
    }
}

.title--small .o-text-field p,
.title--medium .o-text-field p,
.title--large .o-text-field p,
.title--x-small .o-text-field p {
    display: none;
}

@media (min-width: 768px) {

    .title--x-small .o-tag-cloud,
    .title--small .o-tag-cloud,
    .title--medium .o-tag-cloud,
    .title--large .o-tag-cloud {
        padding: 0px 40px 20px;
    }
}

/* END TITLE SIZES */


/* Full width classes with breakpoints */
@media (max-width: 768px) {
    .fullWidth--mobile {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .fullWidth--tablet {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 1025px) {
    .fullWidth--desktop {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* END FULL WIDTH CLASSES */



@keyframes alternate_second_hero_image {
    45% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}




/* INVERT BLACK TEXT TO WHITE  */
.invert .a-heading-1 a,
.invert .a-heading-2 a,
.invert .a-heading-2.has-margin,
.invert .a-heading-2.has-margin:hover,
.invert .m-headline [class^=a-heading-] .heading-tag,
.invert .m-headline [class^=a-heading-] .heading-tag:hover,
.invert .text-container,
.invert .text-container p,
.invert .o-tag-cloud .cloud-title,
.invert .o-tag-cloud .tags-container {
    color: #FFF !important;
}

.invert .o-tag-cloud .tags-container .tag,
.invert .o-tag-cloud .tags-container .tag:hover {
    background-color: #fff !important;
    border-radius: 2px;
}

.invert .o-tag-cloud .tags-container .tag a,
.invert .o-tag-cloud .tags-container .tag a:hover {
    color: #000;
    background-color: #fff !important;
}

/* END INVERT */



/* SPACER 25px TO ADD ON WIDTH COMPONENTS */
.spacer {
    padding: 25px 0;
}

/* END SPACER */

/* WHAT IS THIS??  */
.jseditor script {
    display: none !important;
}

/*  */
/* TEASER COMPONENT */

.o-teaser-container {
    box-shadow: none;
}

.a-link-read-more.q-color-black-100 .link-wrapper {
    display: none;
}

/* BLACK TAG CLOUDS */
.o-tag-cloud .tags-container .tag,
.o-tag-cloud .tags-container .tag .a-link:hover,
.o-tag-cloud .tags-container .tag:hover {
    background-color: #000;
    color: #fff;
}

/* END BLACK TAG CLOUDS */


/* Change style of item counter PLP */
.o-page-content .o-width .product-listing.align-below .o-product-filters .filter-buttons .total-items::before {
    content: "(";
    text-indent: -0.3em;
}

.o-page-content .o-width .product-listing.align-below .o-product-filters .filter-buttons .total-items::after {
    content: ")";
}

.o-page-content .o-width .product-listing.align-below .o-product-filters .filter-buttons .total-items {
    font-family: arket sans sc;
    line-height: 51px;
}

/* END STYLE OF ITEM COUNTER */




.o-tag-cloud .tags-container .tag a[href="#"] {
    background-color: #FFF;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
    pointer-events: none;
}


/* IMAGE COMPONENT IN DIFFERENT COLUMN SETTINGS */
.image-comp--5-col .o-image-listing.cols-3 .image-container {
    width: 20% !important;
}

.image-comp--6-col .o-image-listing.cols-3 .image-container {
    width: 16.6% !important;
}

@media (max-width: 768px) {

    .image-comp--5-col .o-image-listing.cols-3 .image-container,
    .image-comp--6-col .o-image-listing.cols-3 .image-container {
        width: 48% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .image-comp--5-col .o-image-listing.cols-3 .image-container,
    .image-comp--6-col .o-image-listing.cols-3 .image-container {
        width: 31% !important;
    }
}

/* END IMAGE COMP SETTINGS */



/* VIDEO SETTINGS IF USING A PORTRAIT VIDEO */
@media (max-width: 767px) {
    .portrait-video .a-vimeo-video {
        padding-bottom: 118%;
    }
}

/* END VIDEO SETTINGS */


/* NORDIC OUTDOORS CAMPAIGN SETTINGS */
.nordic-outdoors .o-image-listing.cols-3 .image-container:nth-child(2n),
.nordic-outdoors .o-image-listing.cols-3 .image-container:nth-child(3n+1),
.nordic-outdoors .o-image-listing.cols-3 .image-container:nth-child(3n+2) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nordic-outdoors .o-image-listing.cols-3 .image-container {
    padding: 0 !important;
    margin: 0px !important;
}

.nordic-outdoors .o-image-listing.cols-3 {
    width: calc(100% + 30px);
    margin-left: -15px;
}

@media (min-width:401px) {
    .nordic-outdoors .o-image-listing.cols-3 .image-container {
        width: 33.3333331% !important;
    }
}

/* END NORDIC OUTDOORS */



/* BLACK LINE UNDER MENU ON MOBILE */
@media (max-width:768px) {
    .o-header::after {
        opacity: 1;
        height: 1px;
    }
}

/* END MOBILE BLACK LINE */



@media (min-width: 631px) {

    .hero-crop--top .o-hero .image-wrapper .takeover-background,
    .o-hero .hero-crop--top,
    .hero-crop--top .o-hero.single-image .image-wrapper .takeover-background {
        background-position: bottom center;
    }

    .hero-crop--top-right .o-hero .image-wrapper .takeover-background,
    .hero-crop--top-right .o-hero,
    .hero-crop--top-right .o-hero.single-image .image-wrapper .takeover-background {
        background-position: bottom right;
    }

    .hero-crop--top-left .o-hero .image-wrapper .takeover-background,
    .hero-crop--top-left .o-hero,
    .hero-crop--top-left .o-hero.single-image .image-wrapper .takeover-background {
        background-position: bottom left;
    }

    .hero-crop--bottom .o-hero .image-wrapper .takeover-background,
    .hero-crop--bottom .o-hero,
    .hero-crop--bottom .o-hero.single-image .image-wrapper .takeover-background {
        background-position: top center;
    }

    .hero-crop--bottom-right .o-hero .image-wrapper .takeover-background,
    .hero-crop--bottom-right .o-hero,
    .hero-crop--bottom-right .o-hero.single-image .image-wrapper .takeover-background {
        background-position: top right;
    }

    .hero-crop--bottom-left .o-hero .image-wrapper .takeover-background,
    .hero-crop--bottom-left .o-hero,
    .hero-crop--bottom-left .o-hero.single-image .image-wrapper .takeover-background {
        background-position: top left;
    }
}

.hero--text-align__left .text-wrapper,
.hero--text-align__left .text-content {
    text-align: left;
}


.hero--mobile-2images .o-hero .image-wrapper {
    position: relative;
}

.hero--mobile-text .o-hero .takeover-wrapper,
.o-hero.single-image .takeover-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,.15), rgba(255,0,0,0)); */
    padding: 30px 15px;
    z-index: 4;
}

.hero--mobile-text .o-hero .o-text-block .text-wrapper .text-content.large-font {
    font-size: 15px;
}

.hero--mobile-text .o-hero .o-text-block .caption-wrapper .caption-container>span {
    font-size: 20px;
}


@media (max-width: 631px) {
    .hero--mobile-2images .o-hero .image-wrapper .takeover-background:nth-child(2) {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        animation: alternate_second_hero_image 5s infinite ease-in-out;
    }
}

.hero--text-align__center .text-wrapper,
.hero--text-align__center .text-content {
    text-align: center;
}

.hero--text-align__right .text-wrapper,
.hero--text-align__right .text-content {
    text-align: right;
}

@media (max-width: 768px) {
    .hero--text-mobile__position--under .o-hero.single-image .takeover-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0);
        width: 100%;
        background-image: none;
        padding: 0px;
        z-index: 4;
    }

    .hero--text-mobile__position--under .o-hero.single-image .takeover-wrapper .o-text-block.disable-bg {
        color: #000 !important;
    }
    .hero .takeover-wrapper {
        display: none;
    }
}

.hero--dark-shadow .o-text-field .text-container .a-paragraph,
.hero--dark-shadow .a-heading-2 {
    text-shadow: 0 0 20px #00000057;
}

.hero--light-shadow .o-text-field .text-container .a-paragraph,
.hero--light-shadow .a-heading-2 {
    text-shadow: 0 0 20px #00000057;
    text-shadow: 0 0 20px #ffffff75;
}

.hero {
    pointer-events: none;
    margin: 0 !important;
    padding: 0 !important;
}

.hero * {
    pointer-events: all;
}
.fullHeight .o-hero .image-wrapper .takeover-background,
.fullHeight .o-hero,
.fullHeight .o-hero.single-image .image-wrapper .takeover-background {
    height: calc(100vh - 56px);
}


/* END HERO CLASSES */

/* TO MAKE HEROS STACK */
.o-width {
    padding: 5px 0;
}

/* FIX TO MAKE HEADLINES NOT 75% */
.m-headline:not(.is-takeover-headline) {
    width: unset;
}


/* Cookie bar fixes */
.m-cookie-bar:not(.is-disaster) {
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 2px 6px #00000040;
    color: rgb(0, 0, 0);
}

.m-cookie-bar:not(.is-disaster) .a-icon-close {
    color: #000;
    top: 25px;
}

.m-cookie-bar.is-visible:not(.is-disaster) .cookie-wrapper .is-static p {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (min-width: 631px) {
    .o-cookie-message .close-click-area {
        height: 100%;
    }

    .m-cookie-bar:not(.is-disaster) {
        width: 400px;
        left: 15px;
        bottom: 70px;
    }
}

@media (max-width: 630px) {
    .m-cookie-bar {
        max-height: 260px !important;
    }
}

.m-cookie-bar .a-paragraph a,
.m-cookie-bar .is-richtext a,
.m-cookie-bar p a {
    border-bottom: 1px solid #c4c4c4;
}


.o-text-field .text-container {
    display: block;
}

.promo-banner a:visited {
    color: black;
}

@media (max-width: 768px) {
    .promo-banner {
        font-size: 13px;
        text-align: center;
    }

    .promo-banner .o-text-field .text-container {
        margin: 8px 0 11px;
    }
}

.o-text-block .caption-wrapper .caption-container>span {
    width: auto;
}

.o-tag-cloud .tags-container .tag .a-link {
    padding: 6px 12px 8px;
}

@media (max-width: 630px) {
    .o-hero .image-wrapper .takeover-background {
        height: 70vh;
    }
}

@media (min-width: 631px) {

    .o-hero .image-wrapper .takeover-background,
    .o-hero,
    .o-hero.single-image .image-wrapper .takeover-background {
        height: 80vh;
    }
}

.freeHTML-accordian-item {
    text-align: left;
}

.freeHTML-accordian-input:not(:checked)~.freeHTML-accordian-content {
    height: 0px;
    overflow: hidden;
}

.freeHTML-accordian-input:not(:checked)~.freeHTML-accordian-content {
    height: 0px;
    overflow: hidden;
}

/* CUSTOMER SERVICE ACCORDIAN */
.freeHTML-accordian h3 {
    font-size: 20px;
    margin-top: 25px;
}

.freeHTML-accordian a {
    color: inherit;
    border-bottom: 1px solid #000;
}

.freeHTML-accordian h4 {
    font-size: 13px;
    font-family: 'Arket Sans SC', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
    margin-bottom: 0;
}

.freeHTML-accordian h4+p {
    margin-top: 0;
}

.freeHTML-accordian-title h3 {
    font-size: 20px;
    margin-top: 0;
}

.freeHTML-accordian-item {
    position: relative;
}

.freeHTML-accordian-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 47px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.freeHTML-accordian-title {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.freeHTML-accordian-title:after {
    content: "N";
    position: absolute;
    right: 10px;
    top: 12px;
    font-family: "Arket Sans Ding";
    font-size: 20px;
    transform: rotateZ(-90deg);
}

.freeHTML-accordian-input:checked~.freeHTML-accordian-title {
    border-bottom-color: #000;
}

.freeHTML-accordian-input:checked~.freeHTML-accordian-title:after {
    transform: rotateZ(0deg);
    right: 6px;
}

.o-product-listing.fluid-small .o-product .description .color {
    display: none;
}

/* CUSTOMER SERVICE SIZE GUIDE SECTION */
.freeHTML-sizeguide {
    display: inline-block;
    text-align: left;
    margin-top: 40px;
    font-size: 13px;
    width: 100%;
}

.freeHTML-sizeguide-title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}

.freeHTML-sizeguide-information {
    padding: 19px 0 26px;
    border-bottom: 1px solid #000;
    margin-bottom: 26px;
}

.freeHTML-sizeguide-information p {
    margin: 7px 0;
}

.freeHTML-sizeguide th,
.freeHTML-sizeguide td {
    text-align: left;
    vertical-align: top;
    padding: 5px 15px 5px 10px;
    min-width: 65px;
}


.o-lightbox .freeHTML-sizeguide {
    margin-bottom: 0;
}

.freeHTML-sizeguide-information-text {
    width: 100%;
}

.freeHTML-sizeguide-information-text th {
    width: 20%;
    padding-left: 0;
}

.freeHTML-sizeguide-information-text td {
    width: 80%;
    padding-left: 0;
}

.freeHTML-sizeguide-chart {
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.freeHTML-sizeguide-inputInch {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 20;
    opacity: 0;
    cursor: pointer;
    width: 40px;
    height: 20px;
}

.freeHTML-sizeguide-titleInch {
    position: absolute;
    right: 30px;
    top: 0;
}

.freeHTML-sizeguide-inputCm {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    opacity: 0;
    cursor: pointer;
    width: 30px;
    height: 20px;
}

.freeHTML-sizeguide-titleCm {
    position: absolute;
    right: 0;
    top: 0;
}

.freeHTML-sizeguide-overflow {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.o-lightbox .freeHTML-sizeguide-overflow {
    width: calc(100% + 20px);
}

.o-lightbox .freeHTML-sizeguide-chart-sizes {
    margin-right: 20px;
}

@media (max-width: 630px) {
    .freeHTML-sizeguide-overflow {
        width: calc(100% + 15px);
    }
}

/* CUSTOMER SERVICE SIZE GUIDE TABLES */
.freeHTML-sizeguide-chart tr:nth-child(2n-1) td {
    background-color: #E9E9EB;
}

.freeHTML-sizeguide-chart th {
    padding-left: 0;
    padding-right: 0;
}

.freeHTML-sizeguide-chart th span {
    border-bottom: 1px solid #000;
    display: block;
    padding: 0 15px 10px 10px;
}

.freeHTML-sizeguide-chart th:first-child span {
    margin-left: 10px;
    padding-left: 0;
}

.freeHTML-sizeguide-chart th:last-child span {
    margin-right: 10px;
    padding-right: 0;
}

.freeHTML-sizeguide-chart-grid {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.freeHTML-sizeguide-chart-gridText {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 140px);
    margin: 0;
    max-width: 80%;
}

.freeHTML-sizeguide-chart-gridContainer {
    margin-bottom: 20px;
}

.freeHTML-sizeguide-chart-gridContainer:after {
    content: "";
    display: table;
    clear: both;
}

.freeHTML-sizeguide-chart-grid td {
    background-color: #E9E9EB;
    border: 2px solid #fff;
    min-width: 40px;
    padding: 2px 4px 2px 10px;
}

.freeHTML-sizeguide-chart-titles {
    background-color: #fff;
    width: 105px;
    border-right: 1px solid #000;
    position: absolute;
    z-index: 10;
}

.freeHTML-sizeguide-chart-sizes {
    margin-left: 105px;
    display: inline-block;
}

.freeHTML-sizeguide-inputCm:checked~.freeHTML-is-cm {
    display: block;
}

.freeHTML-sizeguide-inputCm:checked~.freeHTML-is-inch {
    display: none;
}

.freeHTML-sizeguide-inputCm:checked~.freeHTML-sizeguide-titleCm {
    border-bottom: 1px solid #000;
}

.freeHTML-sizeguide-inputInch:checked~.freeHTML-is-cm {
    display: none;
}

.freeHTML-sizeguide-inputInch:checked~.freeHTML-is-inch {
    display: block;
}

.freeHTML-sizeguide-inputInch:checked~.freeHTML-sizeguide-titleInch {
    border-bottom: 1px solid #000;
}


.o-layout {
    margin-top: 25px;
    margin-bottom: 25px;
}
/* TO MAKE 2 COL IMAGE COMP 1 COLUMN ON MOBILE */
@media (max-width: 768px) {
    .image-comp--1-col-mob .o-image-listing.cols-2 .image-container:nth-child(2n+1) {
        padding-right: 0;
        padding-bottom: 4px;
    }
    .image-comp--1-col-mob .o-image-listing.cols-2 .image-container:nth-child(2n) {
        padding-left: 0px;
        padding-bottom: 4px;
    }
    .image-comp--1-col-mob .o-image-listing.cols-2 .image-container:nth-child(n+3) {
        margin-top: 0px;
    }
    .image-comp--1-col-mob .o-image-listing.cols-2 .image-container {
        width: 100%;
    }
}
/*  */
/* HIDE FILTERS STILL HAVE MARGINS ON MOBILE */
.o-product-filters.is-collapsed.u-visibility-hidden {
    display: none;
}
/*  */

/* MARGIN EDIT ON HEADLINE  */
.a-heading-1.has-margin, .a-heading-2.has-margin {
    margin: 25px 0 10px 0;
}
/*  */
.o-text-field .text-container a:link,
.o-text-field .text-container a:visited,
.seo-heading a:link,
.seo-heading a:visited  {
    color: black;
}
.o-layout .layout-5 .layout-row-2 .o-text-field .headings .m-headline,
.o-layout .layout-5 .layout-row-3 .o-text-field .headings .m-headline {
    padding-bottom: 0;
    margin-bottom: 0;
}
.o-page-content .seo-heading {
    line-height: 36px;
}
.o-hero.is-left-aligned .m-headline .a-heading-1 span:first-child,
.o-hero.is-right-aligned .m-headline .a-heading-1 span:first-child {
    display: inline-block;
}

/* Template edits 2 */
@media (max-width: 631px) {
    .template2 .o-image-listing .image-container {
        width: 100%;
    }
    .template2c .o-image-listing .image-container {
        width: 50%;
    }
}

@media (min-width: 769px) {
    .template2 .o-image-listing .image-container:nth-child(even),
    .template2c .o-image-listing .image-container:nth-child(even) {
        margin-left: 10%;
    }
    .template2 .o-image-listing .image-container:nth-child(odd),
    .template2c .o-image-listing .image-container:nth-child(odd) {
        margin-left: 5%;
    }
    .template2 .o-image-listing .image-container,
    .template2c .o-image-listing .image-container {
        width: 40%;
    }
}
.template2 .o-image-listing .image-container .o-text-field {
    width: 90%;
}
.template2c .o-text-field .text-container {
    margin: 18px 0 50px;
}
/*  */

.o-text-block .caption-wrapper .caption-container > span {
    font-size: 20px;
}
/* Make images smaller on mobile */
@media (max-width: 768px) {
    .mobile-image-50 .o-image-listing .image-container .a-image {
        width: 50%;
        left: 25%;
        position: inherit;
    }
    .mobile-image-35 .o-image-listing .image-container .a-image {
        width: 35%;
        left: 35%;
        position: inherit;
    }
}
/*  hide ARCHIVED ITEMS on PDP  */
.m-swatches.swatch-panel-container .a-swatch.is-discontinued {
    display: none;
}

.o-footer {
    margin-top: 0px;
}

.last-vnav .o-image-listing.cols-3 {
    margin-bottom: -3px !important;
}

.o-navigation .navigation-curtain .department-link i {
    color:red;
    font-style: normal;
}

.o-hero[style*="heroCenter"] .image-wrapper .takeover-background {
    background-position: center center;
}

.shadow {
    -webkit-box-shadow: -2px -1px 33px -10px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px -1px 33px -10px rgba(0,0,0,0.25);
    box-shadow: -2px -1px 33px -10px rgba(0,0,0,0.25);
    background: #FFF;
}

@media (min-width:769px) {
    .shadow:not(.shadow-np) {
        padding: 0 20px;
    }
}