/*NEWS PRINT FONT*/
    @font-face {
     font-family: "analogue";
     src: url("Analogue-Italic.otf") format("opentype");
     font-style: italic;
 }

 @font-face {
     font-family: "analogue";
     src: url("Analogue.otf") format("opentype");
 }

  /*12.10 CTA outline fix*/
    .g3-hero--ko-9 a.g3-cta--block--outline{margin:0 0.4em 0.4em !important;}

/*Small tag styling updates promo nav & banners*/
   .g3-free-ship-desktop small, .g3-free-ship-mobile small, .g3-promo-nav small, .g3-promo-banner--dt-1 h4 small, .g3-promo-banner--mob-1 h4 small, .g3-promo-banner--dt-1 h4, .g3-promo-banner--mob-1 h4{
        font-weight: 600;
    }

/*Trends to Try Widget Updates*/
    .g3-trends{background:#FFF;}
    .g3-trends__txt{text-align: center; padding:0;}
    .g3-trends__content{padding-bottom:1.9em;}
    .g3-trends__item > img, .g3-trends__item > video{display: block; position: relative; width: 100%; height: auto; margin: 0;}

    /*Ed Block CTAS*/
    .edCta{
    display: inline-block;
    position: relative;
    height: auto;
    margin: 0 0.4em;
    padding: 0 2.5em 0 2.5em;
    overflow: hidden;
    font-family: "poppins", sans-serif;
    font-size: 2.3625em;
    font-weight: 600;
    line-height: 2.6;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    border: solid 0.08em transparent;
    white-space: nowrap;
    text-decoration: none !important;
    top:-60px;
    }
    

@media (max-width: 1024px) { 

     /*NA Forced Mobile Center Align template 15*/
    .g3-hero--ko-10.g3-mobile-text--center .g3-hero--ko-10__txt{width:100%;}
    .g3-hero--ko-10.g3-mobile-text--center .g3-v-center .g3-cta--block:not(:last-of-type){margin-bottom:0em;}

    /*New Mobile Force Aligns*/  
    .mobile-force-right{width: 61%; right: 0; font-size: 90%;}
    .mobile-force-left{width: 61%; left: 0; font-size: 90%;}
    .mobile-force-right .g3-v-center a:not(:last-of-type){margin-bottom: 0.5em;}
    .mobile-force-left .g3-v-center a:not(:last-of-type){margin-bottom: 0.5em;}

}

@media (min-width: 1024px){

    /*Double CTA Sale Banner Fix*/     
    .g3-promo-banner--dt-1 a.g3-banner-link{margin:0 1em;}  

    /*Ed Block CTAS*/
    .edCta{font-size: 1em; top:-82px;}  

    /*Trends to Try Widget Updates*/
    .g3-trends__content{padding-bottom:1.2em;}
    .g3-trends__txt h3{padding-bottom:.1em;}
    .g3-trends__content{flex-direction: column;}
    .g3-trends__txt{width: 100%; text-align: center; padding-bottom: 1.3em;}

}

