/** Shopify CDN: Minification failed

Line 518:0 Unexpected "("

**/
@media screen and (max-width: 1007px){
  .style--desktop{
  	display: none !important;  
  }
}

@media screen and (min-width: 1008px){
  .style--mobile{
  	display: none !important;  
  }
}
  

.all--with {
    position: relative;
    height: 95vh;
    max-height: 500px;
    background-size: cover !important;
    background-position: right center !important;
} 

.all--with .text-area {
    text-align: center;
}

/*.all--with h3 {
    color: #000;
}*/

.all--with .text-area small {
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.warranty-logo {
    max-width: 85px;
    margin-bottom: 20px;
}

.benefits--bar {
    text-align: center;
    padding: 8px 0;
}

.benefits--bar .Grid__Cell {
    padding-top: 4px;
}

.benefits--bar .Heading {
    vertical-align: inherit;
}

.benefits--bar .Heading svg {
    margin-right: 10px;
    height: 14px;
}

.benefits--bar .Heading img {
    margin-right: 10px;
    height: 16px;
}

.benefits--bar .Grid__Cell:last-child {
    border-right: none;
}

.benefits--bar .Grid__Cell {
    padding: 0 0 0 24px;
}

.watch--specifications {
    margin-bottom: 80px;
    max-width: 1024px;
}

.watch--specifications .equal-height {
    display: flex;
    flex-direction: row;
}

.watch--specifications .equal-height .image-side{
    /*width: 40%;*/
}

.watch--specifications .equal-height .Grid__Cell {
    display: flex;
    align-items: center;
}

.watch--specifications .description-li ul {
    width: 100%;
}

.watch--specifications .description-li li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.description-li table{
  	border: 0px solid #CCC;
    text-align: left;
    background-color: #FFF;
    display: table;
    margin: 0 auto;
}

.description-li table tbody{
  	width: 100%;
    background-color: transparent;
    border: none;
}

.description-li table tbody tr{
  	border-bottom: solid 1px silver;
    display: table-row;
}

.description-li table tbody tr td:first-child{
  	display: table-cell;
    width: 30%;
    padding: 0.9em 0 0.75em 15px;
    letter-spacing: 2px;
  	font-weight: bold;
}

.description-li table tbody tr td:last-child{
  	display: table-cell;
    width: 70%;
    padding: 0.85em 15px 0.5em 30px;
}

    

.review--div{
	padding: 80px; 
}

.review--div .Heading{
	text-align: center;
  	margin-bottom: 50px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Montserrat,sans-serif;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #FFF;
    background: #FFF;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #FFF;
    background: #FFF;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000;
    text-decoration: underline !important;
    font-weight: bold;
}

.ui-widget-header {
    border: 1px solid #FFFF;
    background: #FFF;
}

.tabs-control{
	margin-bottom: 0px !important;  
}

#des-1 p:first-child {
    display: none;
}


.tabs-wrapper .tab-controls {
    text-align: center;
    width: 100%;
    margin: 0;
    /*padding: 0 0 1rem;*/
    display: block;
    text-align: left;
    margin-bottom: -5px !important;
}

.tabs-wrapper .tab-controls li {
    display: inline-block;
    padding-right: 12px;
}

.tabs-wrapper .tab-controls li a.active {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    color: #000;
    font-weight: bold;
}

.tabs-wrapper .tab-controls li a {
    position: relative;
    transition: all 0.3s ease;
    border-color: transparent;
    text-decoration: none;
    color: #999;
    letter-spacing: 1px;
    font-size: 10.5px;
  	text-transform: uppercase;
}

.tab-select{
	cursor: pointer;  
}

.Product__Aside{
  min-height: 100% !important;
}

.slick-dots li button:before {
    font-size: 25px;
}

.style--mobile{
  	margin-bottom: 50px;  
}

.Product__Additional{
	  
}

.Product__Additional .Grid__Cell p{
 	text-align: center;
  	font-size: 12px;
    font-weight: bold;
  	line-height: 1;
}

.add--product{
	cursor: pointer;  
}

.Product__Additional .Grid__Cell .icon-add{
    margin-left: 43%;
  	cursor: pointer;
}

.Product__Additional .Grid__Cell .icon-added{
    margin-left: 43%;
  	cursor: pointer;
}

.Product__Additional .Grid__Cell label{
    text-transform: uppercase;
  	font-weight: bold;
}

.image-side img{
	transform: scale(1.3);  
}

.product__video-wrapper[data-video-style="muted"].loaded:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.product__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product__video-wrapper iframe {
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in;
}

.product__video-wrapper.loaded iframe {
    opacity: 1;
}

.product__video-wrapper[data-video-style="muted"].loaded:before {
    z-index: 10;
}

.product__video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 100% !important;
    height: auto;
    background-color: #fff;
}

.product__video-wrapper {
    z-index: 1 !important;
    pointer-events: none;
  	/*max-width: 436px;*/
    margin-left: auto;
    margin-right: auto;
}

.ProductMeta__SwacthList {
	margin-top: 15px;  
}

.ProductMeta__SwacthList a {
	display: inline-block;
}

.ProductMeta__SwacthList img {
	width: 30px;
    height: 30px;
}

.active-swatch {
	cursor: pointer;
  	height: 100%;
  	border-bottom: 2px solid;
  	padding-bottom: 3px;
}

@media screen and (min-width: 641px)
{
  
	.all--with .t-left {
    	position: absolute;
    	top: 50%;
    	left: 17%;
    	transform: translateY(-50%);
    	max-width: 400px;
	}
  
  	.all--with .t-right {
    	position: absolute;
    	top: 50%;
    	right: 17%;
    	transform: translateY(-50%);
    	max-width: 400px;
	}
  
  	.all--with .t-center {
    	margin-top: 10%;
	}
  
  	.tabs-wrapper .tab-controls li {
    padding-right: 20px;
	}
  
  	.tabs-wrapper .tab-controls li a {
    font-size: 12px;
    }
  
    .Benefits--Mobile{
      display: none;
    }
  	
  
}
 

@media screen and (max-width: 640px)
{
  
	.all--with {
    	background-position: center bottom !important;
      	height: 75vh;
	}
  
  	.all--with .text-area {
    	position: relative;
    	/*padding-top: 20%;*/
    	max-width: 80%;
    	margin: 0 auto;
	}
  
  	.benefits--bar .Grid__Cell {
    	border-right: none;
    	border-bottom: 1px solid #333;

    }
  
    .benefits--bar .Grid__Cell:last-child {
    	border-bottom: 0px solid #333;

    }
  
  	.watch--specifications .equal-height {
    	display: block;
    	flex-direction: unset;
    }
  
  	.watch--specifications .equal-height .Grid__Cell {
    	display: block;
    	align-items: center;
	    margin: 0 auto;
      	margin-bottom: 15px;
    }
  
  	.description-li{
     	width: 90%; 
    }
  
  	.benefits--bar .Heading {
    	display: flex;
	}
  
  	.benefits--bar .Heading img {
    	margin-left: auto;
    }
  
  	.benefits--text{
     	margin: auto;
   		margin-left: 10px;
      	max-width: 173px;
    	min-width: 140px;
    }
  
  	.benefits--bar .Grid__Cell {
    	border-right: 0px solid #fff !important;
    }
  
  	.benefits--bar {
    	text-align: left;
    }
  
  	.hide--phone{
    	display: none !important;  
    }
  
  	.p-t--mobile-right{
    	background-position: 20% center !important;  
    }
  
  	.p-t--mobile-left{
    	background-position: 75% center !important;  
    }
  
  	.p-t--mobile-center{
    	background-position: 75% center !important;  
    }
  
  	.Benefits--Desktop{
    	display: none;  
    }
  
}

.p-t--mobile-right .text-area , .p-t--mobile-left .text-area {
display: block;
position: relative;
top: 0;
left: 0;
transform: none;
margin: 0 auto;
}
  
.all--with {
position: relative;
height: auto;
max-height: unset;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
}

.all--with .Grid-flex {
padding-top: 10px;
padding-bottom: 10px;
max-width: 1300px;
margin: 0 auto;
}

.image--descriptions-mobile img, .image--descriptions img {
    max-width: 500px;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width: 1024px)
{
  	.Grid-flex {
        display: flex;
        justify-content: center;
        align-items: center;  
    }
  	.image--descriptions-mobile {
    	display: none !important;  
    }
}

@media screen and (max-width: 1023px)
{
  	.image--descriptions {
        display: none;  
    }
  	.Grid-flex .Grid__Cell {
     	padding-left: 0px;	 
    }
}

(function() {
    let touchingCarousel = false,
      touchStartCoords;

    document.body.addEventListener('touchstart', function(e) {
      if (e.target.closest('.flickity-slider')) {
        touchingCarousel = true;
      } else {
        touchingCarousel = false;
        return;
      }

      touchStartCoords = {
        x: e.touches[0].pageX,
        y: e.touches[0].pageY
      }
    });

    document.body.addEventListener('touchmove', function(e) {
      if (!(touchingCarousel && e.cancelable)) {
        return;
      }

      let moveVector = {
        x: e.touches[0].pageX - touchStartCoords.x,
        y: e.touches[0].pageY - touchStartCoords.y
      };

      if (Math.abs(moveVector.x) > 7)
        e.preventDefault()

    }, {passive: false});
  })();
