/*******************************************************
 *
 * Store Landing
 *
 *******************************************************/
 #inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

p#breadcrumbs {
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin: 30px 0;
    font-family: "Inter", sans-serif;
}

p#breadcrumbs a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: var(--default-transition);
    transition: var(--default-transition);
}

p#breadcrumbs a:hover {
    color: #e9b557;
}


#ip-store-landing {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-store-container, .ip-store-wrapper, .ip-store-main, .ip-store-tab-container, .ip-store-tab-row, .ip-store-tab-controls, .ip-store-tab-item a, .ip-store-tab-img, .ip-store-tab-img canvas, .ip-store-tab-content {
    display: block;
    position: relative;
}

#inner-page-wrapper > .--defaultPadding {
    padding: 0;
}

.custom-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.ip-store-container {
    padding: 0 0 70px;
}


.ip-store-main {
    margin-top: 40px;
}

.ip-store-title-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-bottom: 83px;
}

.ip-store-title, .ip-store-cart {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-store-cart a {
    display: inline-block;
    position: relative;
}

.ip-store-cart a img {
    max-width: 100%;
    height: auto;
}

.ip-store-title h2 {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.010em;
    color: #000;
    font-weight: 700;
    font-family: Times New Roman;
}

.cart-label {
    position: absolute;
    bottom: -6px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e9b557;
    font-size: 10px;
    line-height: 1;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ip-store-tab-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ip-store-tab-col:first-child {
    width: 17.543%;
}

.ip-store-tab-col:last-child {
    width: 82.457%;
}

.ip-store-tab-holder {
    display: none;
    position: relative;
    margin: 0 -10px;
}

.ip-store-tab-holder.active {
    display: block;
}

.ip-store-tab-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 4);
    position: relative;
    padding: 0 10px;
    margin-bottom: 45px;
}

.ip-store-tab-img canvas {
    width: 100%;
    height: 100%;
}

.ip-store-tab-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 1;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.ip-store-tab-img {
    overflow: hidden;
    background-color: #000;
}

.ip-store-tab-item a:hover .ip-store-tab-img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    opacity: .40;
}

.ip-store-tab-content h2 {
    font-size: 14px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.ip-store-tab-content span {
    font-size: 12px;
    line-height: 1;
    color: #b2b2b2;
    display: block;
    margin-top: 8px;
    font-family: "Inter", sans-serif;
}

.ip-store-tab-item a {
    text-decoration: none;
}

.ip-store-tab-content {
    text-align: center;
    margin: 13px 0 0;
}

.ip-store-tab-btn {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    height: 50px;
    max-width: 160px;
    border: 1px solid #e9b557;
    z-index: 5;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #e9b557;
    margin: 0 auto;
    padding: 10px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.ip-store-tab-btn:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    border: 1px solid #e9b557;
}

.ip-store-tab-btn em.ai-icon-arrow {
    background-image: url(../../../assets/images/store-landing/ai-arrow-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    width: 12px;
    height: 9px;
}

.ip-store-tab-item a:hover .ip-store-tab-btn {
    opacity: 1;
    visibility: visible;
}

.ip-store-tab-controls .tab-item {
    font-size: 14px;
    line-height: 1;
    border: none;
    padding: 0;
    background-color: transparent;
    display: block;
    color: #b2b2b2;
    font-family: "Inter", sans-serif;
}

.ip-store-tab-controls .tab-item:not(:last-child) {
    margin-bottom: 24px;
}

.ip-store-tab-controls .tab-item.active {
    color: #000;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-store-title-holder {
    margin-bottom: 65px;
}

.ip-store-tab-col:last-child {
    width: 85%;
}

.ip-store-tab-col:first-child {
    width: 15%;
}
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-store-tab-col {
    display: block;
    width: 100%!important;
}

.ip-store-tab-controls {
    margin-bottom: 30px;
}

.ip-store-tab-controls .tab-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
}

.ip-store-tab-controls .tab-item {
    display: inline-block;
    vertical-align: middle;
}

.ip-store-tab-item {
    width: calc(100% / 3);
}

.ip-store-title-holder {
    margin-bottom: 40px;
}

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-store-tab-item {
    width: calc(100% / 2);
    padding: 0 5px;
    margin-bottom: 30px;
}

.ip-store-tab-holder {
    margin: 0 -5px;
}

.ip-store-container {
    padding: 0 0 40px;
}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-store-tab-item {
    width: 100%;
    padding: 0;
    max-width: 260px;
    margin: 0 auto;
    display: block;
}

.ip-store-tab-holder {
    margin: 0;
}

.ip-store-tab-item:not(:last-child) {
    margin-bottom: 30px;
}
}