.g3-denim {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'sofia-pro', sans-serif;
    font-size: 2.2vw;
    -webkit-text-decoration-skip: none;
    text-decoration-skip-ink: none;
}

@media all and (min-width: 1000px) and (max-width: 1440px) {
    .g3-denim {
        font-size: 1.12vw !important;
    }
}

@media (min-width: 1441px) {
    .g3-denim {
        font-size: 16px;
    }
}

.g3-denim img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.g3-denim *,
.g3-denim *::before,
.g3-denim *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.g3-denim a {
    color: inherit;
    text-decoration: none;
}

.g3-denim span {
    position: relative;
    display: inline-block;
}

.g3-denim h1,
.g3-denim h2,
.g3-denim h3,
.g3-denim p {
    position: relative;
    display: block;
    margin: 0;
}

.g3-rel {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-abs {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 339px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-denim__stage {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    left: 3%;
}

.g3-denim__contents {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-content: flex-start;
    width: 197%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    gap: 0.8em;
}

a.g3-denim__item {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer;
    text-decoration: none;
}

.g3-denim__item--active {
    pointer-events: none;
}


a.g3-denim__item {
    display: block;
}

.g3-denim__item__top {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 339px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.g3-denim__item__top::before {
    content: '';
    display: block;
    padding-top: 119.26%;
}

@media (min-width: 1000px) {
    .g3-denim__contents {
        width: 100%;
    }

    .g3-denim__item__top::before {
        content: '';
        display: block;
        padding-top: 123.37%;
    }
}

.g3-denim__item img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

@media (min-width: 1000px) {
    .g3-denim__item img {
        object-position: center;
        /* object-fit: cover; */
    }
}



.g3-denim__item__bot {
    position: relative;
    margin: 0.5em 0;
    padding: 0;
    z-index: 500;
    text-align: left;
    color: #757575;
    line-height: 15px;
    font-size: 12px;
    width: 80%;
    letter-spacing: .6px;
}

.g3-denim a.g3-cta {

    color: #111;
    font-family: 'sofia-pro';
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .6px;
    text-decoration: none;
   
}

.g3-denim__label {
    position: relative;
    display: inline-block;
    color: #000000;
    font-family: 'sofia-pro';
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

.g3-denim__item--txt .g3-abs {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    max-width: 145px;
   
}

.g3-denim__item--txt-content {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0.4em;
}

.g3-denim__item--txt-content .g3-denim__item__top {
    background-color: #fcf9f4;
    text-align: center;
}



    .g3-denim__item--txt-content a.g3-cta {
        margin: 0;
        border: 1px solid #D0D0D0;
        padding: 1.5em;
        text-decoration: none;
        font-size: 1.125em;
    }

    .g3-denim__label {
        font-size: 1.25em;
        color: #111;
    }


.g3-coming-soon .g3-denim__item__top::after {
    content: 'Coming Soon';
    display: block;
    position: absolute;
    width: 5em;
    height: 5em;
    margin: 0 0 1.2em 0.6em;
    padding: 1.5em 0 0 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'sofia-pro';
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    background-color: #000000;
    z-index: 20;
}

@media (max-width: 768px) {
    .g3-denim__item--txt .g3-abs {
    max-width: 60%;}
	.g3-denim__stage {
  
    left: 0%;}
        .g3-denim__item__bot {
    
    width: 98%;font-size:11px;line-height:14px;

}
}


.g3-denim__item img:hover {
    border: 1px solid #111;
}

.g3-denim__label:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
a.g3-cta:hover {
    color: white;
    background: black;
}