/* DEFAULT */
img {
    display: inline-block;
    max-width: 100%;
}

.is-hidden {
	display: none !important;
}

.fs--xlarge {
    font-size: 20px;
    line-height: 30px;
}

.icon-svg {
    font-size: 30px;
}

.icon-svg.icon-svg-20 {
    font-size: 15px;
}
.l-fill-height {
    height: 100%;
}
.l-overflow-hidden {
    overflow: hidden;
}
.text-center {
    text-align: center;
}
.l-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-inline-block {
	display: inline-block;
}
.flex, .grid {
    display: flex;
}
.flex--col {
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex--centered {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex--align-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.l-relative {
    position: relative;
}
.l-absolute {
    position: absolute;
}
.l-fixed {
    position: fixed;
}

.l-fill, .l-fill-width {
    width: 100%;
}
.l-vmargin--small {
    margin-bottom: 10px;
}
.cursor-pointer {
    cursor: pointer;
}

.bg-white {
    background-color: #fff !important;
}

.cursor-zoom-in {
    cursor: zoom-in;
}

.btn-cta, .select-cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    height: 44px;
    min-height: 44px;
    padding: 0 30px;
    border: 1px solid #e5e5e5;
    border-radius: 27px;
    background-color: #fff;
    color: #292929;
    fill: #292929;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.btn-cta:not(:disabled):hover {
    background-color: #292929;
    border-color: #545454;
    color: #fff;
    fill: #fff;
}

.zoom-icon {
    bottom: 12px;
    right: 10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
}

.js-pdp-image-thumb-slide button.js-slideshow-bullet.slideshow-nav-item {
    background: none;
    padding: 0;
    margin: 0;
}

#pdp-zoom button {
	margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: #292929;
    font-family: inherit;
    font-size: inherit;
	outline: none;
}

#pdp-zoom button i {
	color: #292929;
	font-weight: bold;
}

/* POPPIN ZOOM*/
.popin-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 250;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
	visibility: hidden;
    background-color: rgba(0,0,0,.2);
    transition: opacity .4s ease;
}

.popin-wrapper.is-active {
    z-index: 126;
}

.popin-wrapper.popin-pdp-zoom {
    z-index: 251;
}

.popin-wrapper.is-opened {
    opacity: 1;
	visibility: visible;
}

.popin-wrapper .popin {
    position: relative;
    background-color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.popin-wrapper .popin-content {
    position: relative;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.js-pdp-image-zoom {
    position: relative;
    width: 100%;
    height: 100%;
}
.js-image-hd {
    max-width: none;
}
.wrapper-buttons {
    top: calc(var(--vh, 1vh) * 100 - 70px);
    right: auto;
    z-index: 115;
}
.zoom-buttons {
    width: 44px;
    border-radius: 22px;
    border: 1px solid #e5e5e5;
    left: 30px;
}
.btn-zoom {
    height: 44px;
}
.btn-zoom:disabled {
    opacity: .25;
}
.icon-reset {
    transform: scaleX(-1);
}
.btn-zoom .icon-reset {
    font-size: 20px;
}
.btn-zoom .icon-pinch {
    font-size: 25px;
}
.js-cartridge-pinch {
    display: none;
}
.popin-zoom .btn-cta {
    position: fixed;
    top: calc(var(--vh, 1vh) * 100 - 70px);
    z-index: 115;
}
.popin-zoom .btn-cta .icon-svg {
    transform: translateZ(0);
	font-size: 20px;
}
.popin-zoom .btn-cta:disabled {
    opacity: .25;
    pointer-events: none;
}
.btn-cta.btn--icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    border-radius: 50%;
    padding: 0;
    font-size: 20px;
}
.popin-zoom .btn-prev {
    right: 70px;
}
.popin-zoom .btn-next {
    right: 20px;
}
.btn-cta.btn--icon .icon-svg {
    color: #292929;
    display: block;
}
.popin-wrapper .l-popin-close {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
}
.popin-wrapper .icon-close {
    font-size:40px;
}
.js-pdp-gallery .slideshow-nav-item {
    transition: all 0.3s ease;
}

.js-pdp-gallery {
	margin-bottom: 50px;
}
.js-slideshow-thumbs .js-slideshow-thumbs-prev {
	position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
	z-index: 9;
}
.js-slideshow-thumbs .js-slideshow-thumbs-next {
	position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
	z-index: 9;
}
.js-slideshow-thumbs .btn-cta {
	width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
	color: #292929 !important;
}
.js-slideshow-thumbs .btn-cta:disabled {
    opacity: 0.25;
    pointer-events: none;
}
.pdp-slideshow-thumbs.js-slideshow-thumbs-horizontal {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 20px;
	transform: none;
	width: 100%;
}

.woocommerce .js-image-hd {
	max-width: none;
}

.pdp-slideshow-thumbs {
	display: block;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.js-pdp-gallery .slideshow-nav-item {
	display: block;
	position: relative;
	margin-bottom: 5px;
	border: 1px solid transparent;
	opacity: .5;
	width: 50px;
	height: 50px;
}
.js-pdp-gallery .pdp-slideshow-thumbs.js-slideshow-thumbs-horizontal .slideshow-nav-item {
	width: 100%;
	height: auto;
}
.js-pdp-gallery .swiper-slide-thumb-active .slideshow-nav-item {
	opacity: 1;
}

.js-pdp-gallery .swiper-slide-thumb-active .slideshow-nav-item {
	opacity: 1;
	border-color: #c8c8c8;
}
.js-pdp-gallery .js-pdp-image-thumb-slide:hover .slideshow-nav-item {
	opacity: 1;
	border-color: #c8c8c8;
}

@media only screen and (min-width: 1191px) {
	.popin-wrapper {
		height: 100vh;
	}
	.popin-wrapper.popin--fill .popin {
		width: 100%;
		height: 100%;
	}
	.wrapper-buttons {
		top: calc(50% - 80px);
		right: 65px;
		z-index: 9;
	}
	.no-desk {
		display: none !important;
	}
	.popin-zoom .btn-cta {
		bottom: 30px;
		top: auto;
		z-index: 9;
	}
	.popin-zoom .btn-prev {
		right: 92px;
		left: auto;
	}
	.popin-zoom .btn-next {
		right: 40px;
	}
}

@media only screen and (min-width: 768px) {
	.zoom-buttons {
		left: 0;
	}
}

@media only screen and (max-width: 1190px) {
	.popin-wrapper .popin {
		width: 100%;
		height: 100%;
	}
	.popin-wrapper:not(.popin--fade) .popin {
		transform: translate3d(0,100%,1px);
		transition: transform .4s ease;
		will-change: transform;
	}
	.popin-wrapper.is-opened .popin {
		transform: translateZ(1px);
	}
	.js-cartridge-pinch {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1190px) {
	.no-tab {
		display: none!important;
	}
}

@media only screen and (max-width: 767px) {
	.pdp-cartridge-zoom {
		position: absolute;
		left: 50%;
		top: 50%!important;
		white-space: nowrap;
		border: none;
		background-color: hsla(0,0%,100%,.8);
		transform: translate(-50%);
		line-height: 44px;
		z-index: 115;
	}
	.no-mob {
		display: none!important;
	}
	.pdp-slideshow-thumbs {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 20px;
		transform: none;
		width: 100%;
	}
	.js-pdp-gallery .slideshow-nav-item {
		width: 100%;
		height: auto;
	}
	.js-slideshow-thumbs .btn-cta {
		display: inline-block !important;
	}
}