/** Shopify CDN: Minification failed

Line 12:0 Unexpected "/"

**/
:root{
  --blue-color:#00aaea;
}

/*  */

/.template-collection .live-search {
  position: relative;
  z-index: 1;
}

.template-collection .live-search-form,
.template-collection [data-live-search-form] {
  position: relative;
  z-index: 1;
}

.template-collection .search-flydown,
.template-collection [data-live-search-flydown] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.template-collection .live-search-form:focus-within .search-flydown,
.template-collection .live-search-form:focus-within [data-live-search-flydown],
.template-collection .search-flydown[data-animation-state="open"],
.template-collection [data-live-search-flydown][data-animation-state="open"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 50;
}

.app-form:hover{
  	color: white;
}
.ced-svg{
    box-shadow: 0 0 4px 5px #a9a9a9;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  margin-bottom: 10px;
}
.testimonial__image-container.testimonial__image-container--rounded{
    width: 250px;
    height: 250px;
}

.ced-test-content.activeFull-test {
	height: auto;
    flex: 2;
	padding-bottom: 50px;
}
.ced-test-content {
	height: 195px;
	overflow: hidden;
	position: relative;
}
.ced-test-full {
	bottom: 0;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
.ced-test-full.toggleText-test span:not(.ced-desc-close) {
	display: none;
}
.ced-desc-close {
	display: none; 
}
.toggleText-test .ced-desc-close {
	display: unset; 
}
/* Destination */
@font-face {
font-family: "Rockstar";
src: url("Rockstar-ExtraBold.otf") format("opentype");
}
.home-section--title,.slideshow-slide__heading, .ced-featured-content-head > div * {
    font-family: 'Rockstar';
}
.collection-list__button {
    background: transparent;
    border: none;
    color: #111;
    font-weight: bold;
  	overflow: visible !important;
}
.collection-list__button:hover {
    background: transparent !important;
    color: #111 !important;
    border: none !important;
}
.collection-list__button::before {
    content: '' !important;
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    background: #111;
    opacity: 1 !important;
    transform: unset !important;
}
.collection-list__button::after {
    content: ''!important;
    position: absolute!important;
    left: 120%!important;
    top: 50% !important;
    opacity: 1!important;
    width: 50px !important;
    z-index: 9;
    height: 50px !important;
    transform: translateY(-50%) rotate(-90deg) !important;
    background-image: url(//cdn.shopify.com/s/files/1/0550/2756/4567/files/svg-down.svg?v=1636440684) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important;
    margin-top: -5px;
}
body {
	overflow-x: hidden;
}

/* Header */

.site-navigation-wrapper {
	 width: 100%;
}
.site-navigation {
    justify-content: flex-end;
    padding-right: 0;
}
.site-header-main-content {
    margin-right: 10px;
}
.site-header-main {
	padding-top: 10px;
}
.site-header-actions .site-header-actions__account-link svg, .site-header-actions .site-header-cart-icon svg {
    max-width: 1.1rem;
}
.site-header-cart {
    position: relative;
    margin: 0;
    inset: 0;
    display: flex;
    height: 38px;
    justify-content: center;
}
.site-header-actions__account-link {
	margin-right: 0;
}
.btn-menu {
	display: none !important;
}
.site-navigation .navmenu-depth-1>li>a, .site-header_account-link-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
  transition:all 0.5s;
}
.site-navigation .navmenu-depth-1>li>a.navmenu-link-active::before ,.site-navigation .navmenu-depth-1>li>a.navmenu-link::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: -1;
    width: 26px;
    height: 26px;
    background: var(--blue-color);
    border-radius: 100%;
  opacity:0;
  transition:all 0.5s;
}
.site-navigation .navmenu-depth-1>li>a.navmenu-link-active::before{
  opacity:1;
}

.site-navigation .navmenu-depth-1>li:hover>a.navmenu-link::before{
  opacity:1;
}

.site-footer-item .navmenu-link:hover,.site-footer-block-content p strong{
  color:var(--blue-color);
}


/* Rich Text */

.rich-text--container {
    margin: 5rem 10% !important;
    margin-right: 0 !important;
    height: 40vh;
    display: flex;
    align-items: center;
    max-width: 100%;
}
.rich-text--container > * {
	flex: 1 1 20rem;
}
.rich-text--container .rich-text-block {
	flex: 3;
}
.rich-text-content, .rich-text-heading {
    font-size: clamp(2rem,4vw,3rem);
    text-transform: uppercase;
    font-family: Rockstar;
    margin: 0;
}
.rich-text-content {
	padding-left: 2rem;
	letter-spacing: .1em;
	font-size: clamp(1.8rem,4vw,2.5rem);
	font-style: italic;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px #111;
	position: relative;
}
.rich-text-content::before {
    content: '';
    position: absolute;
    left: 0;
    height: 8px;
    width: 2rem;
    background: #000;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
}
.rich-text-content p {
    margin: 0;
}

/* Collection List */

.collection-list--section {
    padding: 6rem 0 0;
}
.home-section--title {
	font-size: clamp(1.8rem,3vw,3rem);
	letter-spacing: .1em;
}
.collection-list__content {
    margin-top: 4rem;
}
.collection__item > a {
    background: #fff;
    padding: 2rem;
}
.collection__item > a, .collection__item-image,
.article--excerpt-wrapper , .article--excerpt-image {
    clip-path: polygon(99% 0,100% 34%,98% 98%,49% 96%,1% 96%,0 0);
}
.collection__item>a {
    display: flex;
    flex-direction: column-reverse;
    text-decoration: none;
}
.collection__item-title {
    margin: 1rem 0 2rem;
    font-size: 1.3rem;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.collection__item-image img {
    height: 400px;
  	width: 100%;
  	object-fit: cover;
}
.collection-list-svg {
    width: 4rem;
    height: 4rem;
    background: #000;
    border-radius: 100%;
    margin: 0 auto -2rem;
    position: relative;
    z-index: 9;
    display: grid;
    place-items: center;
}
.collection-list-svg svg path {
  	fill: #fff;
}

/* Slideshow */

.slideshow-slide__heading {
    font-size: clamp(22px,44px,30px);;
  	color: #fff;
  	letter-spacing: .1em;
}
.slideshow-slide__text {
    font-size: clamp(16px,36px,22px);
  	color: #fff;
  	letter-spacing: 1px;
}
.slideshow-slide__content {
	bottom: 10%;
	left: 5%;
	max-width: 45%;
	text-align: left;
	transform: unset;
}
.slideshow-slide_content{
  letter-spacing: 1px;
  line-height:20px;
}
.slideshow-slide__button--primary {

    background-color: var(--blue-color);
    border-color: var(--blue-color);
}

/* Image w/ text */

.image-with-text--section {
	background: #fff;
	display: inline-block;
	width: 100%;
	margin-top: 0;
	padding-block: 2rem 4rem;
}
.image-with-text__section-heading {
    text-align: left;
    letter-spacing: .1em;
    font-size: clamp(1.8rem, 3vw, 3rem);
    margin-block: 5rem 3rem;
}
.image-with-text__image {
	border-radius: 5px;
}
.image-with-text__content {
	justify-content: flex-start;
}
.image-with-text__content .image-with-text-text-alignment-left {
	text-align: left;
	background: #fff;
	padding: 4rem 2rem;
	margin-left: -10rem;
	position: relative;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.02) 0px 0px 0px 1px;
}
@media (min-width: 1020px) {
.image-with-text__content .image-with-text-text-alignment-left {
    margin-left: -10rem;
}
}
.image-with-text__content-wrapper svg {
	position: absolute;
	top: 70%;
	right: 0;
	width: 40%;
	height: auto;
}

/* Mosaic */

.promo-mosaic--container .home-section--title {
    margin-block: 6rem 4rem;
}
.promo-mosaic--inner .promo-block {
	border-radius: 5px;
}

/* Featured Content */

#shopify-section-template--14203083816983__1636481570e29c212b {
	background: #fff;
}

/* Blogs */

.home-section--content.blogposts--inner {
    display: flex;
    gap: 3rem;
    width: 90%;
    margin: 0 auto;
}
.home-section--content.blogposts--inner img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}
.article--excerpt-wrapper {
    background: #fff;
    padding: 2rem;
}
.article--excerpt-readmore {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 18px;
	text-transform: uppercase;
	margin-right: 2rem;
	cursor: pointer;
	transition: color .4s ease-out;
}
.article--excerpt-readmore::before {
    content: "";
    position: absolute;
    top: 0;
    right: -32px;
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);
    background-image: url('//cdn.shopify.com/s/files/1/0550/2756/4567/files/svg-down.svg?v=1636440684');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image .4s ease-out;
}
.article--excerpt-readmore::after {
	content: "";
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #000;
	margin-left: 24px;
	transition: background-color .4s ease-out;
}
.article--excerpt-readmore a {
    color: #111;
    text-decoration: none;
}
.article--excerpt-meta * {
	font-size: 12px;
	opacity: .7;
}
.article--excerpt-text.rte p {
	line-height: 1.4;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
  	margin-top: 5px;
}
.article--excerpt-title {
	margin-bottom: 0;
}
.article--excerpt-content {
	text-align: left;
}

/* Featured Content */

#shopify-section-template--14203083816983__1636481570e29c212b .ced-featured-content-head span {
	display: block;
	margin-left: 16%;
}

#shopify-section-template--14203083816983__1637296404c0703240 .featured-content-item {
	border: 2px solid #fff;
}


/* Testimonial */

.testimonials--section {
	background: #fff;
	display: inline-block;
	width: 100%;
	margin-top: 2rem;
}
.testimonials-section .home-section--title {
	margin: 2rem 0;
}
.testimonials .slick-slide {
	margin: 0 10px;
}
.testimonials .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  	right: 0;
	width: 40px;
	height: 40px;
	background: #ddd;
	border-radius: 10rem;
	padding: 8px;
}
.testimonials .leftArrow.slick-arrow {
  	right: unset;
  	left: 0;
}
/* Application form */

.ced-page-content{
    margin: 0px 100px;
  }
/* Footer */

/* .site-footer-wrapper {
	position: relative;
	padding-top: 5rem;
}
.site-footer-block-item.site-footer-block-newsletter {
	position: absolute;
	bottom: 100%;
	right: 4%;
	background: #fff;
	padding: 1rem 4rem;
	width: 40%;
	margin-bottom: -4rem;
	border-radius: 8px;
} */
.template-index .site-footer-wrapper {
	margin: 0;
}

.site-footer-block-title{
  text-transform:capitalize;
}
.social-link:before{
  background-color: var(--blue-color);
}

@media (max-width: 1023px) {
.site-header-main {
	align-items: center;
}
.site-header-actions {
	display: none;
}
.site-header-right {
/* 	position: absolute; */
	right: 2%;
  position: relative;
}
.btn-menu {
	top: 20px;
}
}

@media (max-width: 680px) {
  .ced-page-content{
    margin: 35px;
  }
.site-header-main {
	display: flex;
}
[data-site-header-mobile-search-button] .site-header-logo {
	max-width: 180px;
}
.site-header-main-content {
	margin: 0 auto;
}
}
@media (max-width: 768px) {
.ced-gallery {
	gap: 1rem !important;
	width: 95% !important;
	margin: 2rem auto !important;
	flex-direction: column;
}
.ced-gallery > div {
	gap: 2rem;
}
.gallery-side {
	flex-direction: row !important;
	gap: 1rem !important;
}
.ced-gallery .ced-svg img{
    height: 80px !important;
}
.ced-gallery img {
	height: 300px !important;
}
.galleryCenter-images {
	order: 1;
}
.galleryLeft-images {
	order: 2;
}
.galleryRight-images {
	order: 3;
}
.image-with-text__container {
	flex-direction: column;
}
.image-with-text__container > * {
	width: 100%;
}
.image-with-text__content .image-with-text-text-alignment-left {
	margin-left: 0;
}
.ced-featured-content-head div {
	padding: 1rem 5% !important;
}
.ced-featured-content {
	padding: 0 2% !important;
}
.featured-content-item {
	flex: 1 1 50% !important;
	padding: 1rem !important;
}
.collection__item-image img {
	height: 300px;
}
.article--excerpt-image, .article--excerpt-wrapper, .collection__item-image, .collection__item > a {
	clip-path: unset;
}
.collection-list--section {
	padding: 2rem 0 0;
}
}
h2.image-with-text__heading {
	font-size: 18px;
	max-width: min(30rem,100%);
	line-height: 1.6;
}
.template-page .ced-gallery {
	background: #fff !important;
	margin: 0 !important;
	padding: 3rem 5% !important;
	width: 100% !important;
	margin: 2rem 0 !important;
}
.site-header-menu-toggle {
	top: 50% !important;
	position: relative;
}
.ced-search-icon {
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (max-width: 540px) {
.btn-menu {
	width: 75px;
	height: 75px;
}
.site-header-cart {
	height: 32px;
}
.site-header-cart svg {
	width: 20px;
	height: auto;
}
.btn-menu .item-text {
	font-size: 10px;
	line-height: 10px;
}
.featured-content-item h3 {
	font-size: 16px;
}
.featured-content-item p {
	font-size: 13px;
}
.collection__item-image img {
	height: 200px;
}
.collection__item-title {
	font-size: 1rem;
	margin-bottom: 1rem;
}
.collection__item > a {
	padding: 1.3rem 8px 10px;
}
.collection-list-svg {
	width: 3rem;
	height: 3rem;
	margin: 0 auto -1.5rem;
}
.gallery-info-btn {
	margin: 0 auto 0;
}
.mobile-nav-content, .mobile-nav-primary-content {
	padding-top: 0;
}
.mobile-nav-panel {
	padding-top: 1rem;
}
.mobile-nav-close {
	padding: calc(10px + 1rem);
}
.btn-menu {
  	top: 0;
	background-color: transparent;
  	border-color: transparent;
}
.site-header-cart-icon--svg {
	color: #111;
}
.btn-menu .item-text {
	display: none;
}
}
.template-collection .live-search {
	position: relative;
	top: 1px;
	width: 100%;
	margin: 0;
	max-width: 100%;
	left: 0;
	border-top: 1px solid #f6f6f6;
}
.site-header-actions {
	border-left: 2px solid;
	margin: 8px 0;
	padding-left: 15px;
}

.collection-desc-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.ced-desc {
	flex: 1;
}
.ced-desc-right {
	flex: 2;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.ced-desc-right.activeFull-desc {
	height: auto;
	padding-bottom: 50px;
}
.ced-desc-right-full {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
.ced-desc-right-full.toggleText-desc span:not(.ced-desc-close) {
	display: none;
}
.ced-desc-close {
	display: none; 
}
.toggleText-desc .ced-desc-close {
	display: unset; 
}
:is(.template-search, .template-collection,.template-list-collections,.template-page,.template-product) .live-search {
	display: block !important;
  	width: 100%;
	background: #fff !important;
	height: auto;
}
:is(.template-cart, .template-login, .template-register, .template-account) .live-search{
    display: none;
}
:is(.template-search, .template-collection, .template-list-collections, .template-page, .template-product) .live-search h1 {
	text-align: center;
	display: block;
	width: 100%;
}
.live-search-form {
	position: relative;
	inset: 0;
	width: min(50rem,100%);
	margin: 0 auto;
}
.live-search-form {
	position: relative;
	inset: 0;
	display: block;
}
.collection--image img {
	max-height: 500px !important;
	object-fit: cover;
}
.productitem,.productitem--info {
	background-color: #fff;
}

/* .search-flydown[data-animation-state="open"] {
	position: absolute;
	top: 100%;
} */

/* All COllection timeline */

.usf-dropdown {
	border: 1px solid #ddd !important;
}
.ced-desc.collection--description.rte.productgrid--item {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 100%;
	align-items: center;
}
.ced-desc.collection--description .collection--title {
	flex: 1;
}
.ced-desc.collection--description .ced-steps_wrapper {
	flex: 3;
}
.ced-steps_wrapper .steps_wrapper {
	list-style: none;
	display: flex;
	padding: 0;
	flex-wrap: wrap;
  	row-gap: 2rem;
  	position: relative
}
.ced-steps_wrapper .steps_wrapper > li {
	flex: 1 1 10rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.ced-steps_wrapper .steps_wrapper > li span:not(.step-text) {
	width: 40px;
	height: 40px;
	border: 2px solid;
	display: grid;
	place-items: center;
	border-radius: 100%;
	margin-bottom: .5rem;
	background: #f2f2f2;
}
.ced-steps_wrapper .steps_wrapper::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 10%;
	width: 80%;
	height: 4px;
	background: #cfcfcf;
	z-index: -1;
}
/* .usf-popup.usf-is{
  max-width:800px;
  min-width:unset !important;
} */

@media (max-width: 1118px) {	
.ced-desc.collection--description.rte.productgrid--item {
	flex-direction: column;
  	text-align: center;
}
.ced-desc.collection--description.rte.productgrid--item > * {
	flex: 1 !important;
	width: 100%;
}
  
}
@media (max-width: 1023px) {
  .slideshow-slide--mobile .slideshow-slide__image--desktop {
    display: none;
}
  .slideshow--height-original-mobile .slideshow-slide__image{
    position:relative;
  }
  .site-header-main-content{
    justify-content:center;
  }
  .ced-test-content{
    height:180px;
  }
}
@media (max-width: 830px) {
.ced-steps_wrapper .steps_wrapper::before {
	content: none;
} 
  .step-highlight{
    color: red; 
    border: 2px solid red;
  }

}
@media (max-width: 719px) {
  
  .slideshow-slide__content{
    max-width:90%;
    left:unset;
  }
  .slideshow-slide__text,.slideshow-slide__heading{
    color:#0c161c;
  }
}
@media (max-width: 768px) {
.collection-desc-wrapper {
	flex-direction: column;
} 
.collection-desc-wrapper > *{
	flex: unset;
} 
.productitem--title {
	font-size: 13px;
	letter-spacing: .035em;
}
  
/*   .slideshow-slide__content{
    top:unset !important;
  } */
  
}

@media (min-width: 1024px) {
  .site-header-menu-toggle{
    display:none;
  }
/*   .slideshow-slide__content{
    top:40%;
  } */
  .site-header-cart--count{
	top: 25px;
    right: 8px;
  }
  .slideshow-slide__button{
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
  }
}


/* hero slider */
.slideshow-slide__content-background-link{
    display:none;
  }
/* end */


