.insp-page-logo-desktop {
	position: fixed;
	right: 2rem;
	z-index: 6;
	top: 88vh;
}

.insp-page-logo-desktop path {
	fill: black;
}

html {
	scroll-behavior: smooth;
}

.cart-badge-container {
	top: -1.9em !important;
}

.insp-page {
	/* margin-bottom: -15%; */
	background: #cfdacc;
}

.insp-main-container {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: space-between;
}

/* header section */

.insp-page-header-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 12rem 0 18rem;
}

.insp-page-header-text-container {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.insp-page-header-img-container {
	width: 60vw;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(-1);
}

.insp-page-header-img-box {
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.insp-page-header-h1 {
	color: var(--yellow);
	font-weight: bold;
	font-size: 4.66rem;
	/*margin-bottom: 0.625rem;*/
	margin-bottom: 30px;
	width: 100%;
	max-width: 10em;
}
.insp-page-header-h2 {
	color: var(--yellow);
}

.insp-page-header-p {
	font-size: 1rem;
	font-weight: 400 !important;
	width: auto;
	color: black;
	line-height: 1.5625rem;
}


/* sld 1 */



.inspiration-big-title-black-main {
	color: black;
	font-size: 4rem;
	font-weight: bold;
	margin-top: 3em;
	margin-bottom: 1em;
    line-height: 1.2;
}

.inspiration-small-title {
	margin: auto;
}

.inspiration-text {
	margin: auto;
	line-height: 2.5rem;
}

.inspiration-vertical {
	display: flex;
	flex-flow: column nowrap;
}

.inspiration-horizontal {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
	text-align: left;
}

.inspiration-horizontal-align-left {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

.inspiration-horizontal-align-right {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: baseline;
	padding: 0 2em;
	text-align: left;
}

.inspiration-img-box {
	display: flex;
	justify-content: center;
	align-content: center;
	width: auto;
	margin: auto;
}

.inspiration-img {
	border-radius: 1rem;
	margin: 10em 0;
}

.inspiration-title {
	font-size: 3.2rem;
	font-weight: 900;
	color: #f8f6f2;
}

.inspiration-big-text {
	font-weight: 900;
	font-size: 2.2rem;
	width: auto;
}

.slide-item-description-title {
	font-weight: 900;
	font-size: 2.2rem;
	width: auto;
	margin-bottom: -1rem;
	margin-top: 0;
}

.slide-item-description-age {
	font-weight: bold;
	font-size: 0.875rem;
	width: auto;
	padding-top: 0;
}

.slide-item-description-text {
	font-weight: 400;
	font-size: 0.875rem;
	width: auto;
	padding-top: 16vh;
}


.inspiration-small-text {
	font-size: 0.9rem;
	font-weight: 900;
	width: auto;
	color: black;
	line-height: 2;
}

.inspiration-red-btn {
	background-color: #e63812;
	color: white !important;
	font-weight: bold;
	border-radius: 0.6em;
	display: flex;
	transition: all 0.1s ease-in-out;
	transform-origin: center center;
	font-size: 0.9rem;
	cursor: pointer;
	line-height: 3.2rem;
	justify-content: center;
	width: 246px;
	text-align: center;
}

.inspiration-red-btn:hover {
	box-shadow: 0 0 0 0.3rem #e63812;
	transition: all 0.1s ease-in-out;
	transform-origin: center center;
}

.circle {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	position: absolute;
	z-index: 2 !important;
}

.svgContainer.one-bottom {
	height: 200vh;
	width: 100%;
	left: -68vw;
	top: -53vh;
	z-index: 2;
}

.svgContainer.two-bottom {
	animation: bubbleFloat 40s infinite linear;
	right: 5vw;
	top: -7vh;
	width: 35vh;
	height: 35vh;
	z-index: 2;
}

.svgContainer.three-bottom {
	animation: tightBubbleFloat 23s infinite linear;
	left: 10vw;
	bottom: -10vh;
	width: 33vh;
	height: 33vh;
	z-index: 2;
}

.specs-dot {
	background: white;
	border-radius: 50%;
	padding: 4px;
    margin: 10px;
	transition: all .2s;
}

.specs-dot-black {
	background: black !important;
	border-radius: 50%;
	padding: 4px;
	transition: all .2s;
	margin: 1em 50px 1em 0;
}


.with-dots {
	margin: 1.5em 0;
}

.sld-arrow-left {
	width: 50px !important;
	height: auto;
	position: absolute;
	left: -80px;
}

.sld-arrow-left:hover {
	fill: black;
	transition:  all 0.2s ease-in-out;
}

.sld-arrow-left:hover > path:first-child  {
	background: aqua;
	stroke: black;
}

.sld-arrow-right {
	width: 50px !important;
	height: auto;
	position: absolute;
	right: -80px;
}

.sld-arrow-right:hover {
	fill: black;
	transition:  all 0.2s ease-in-out;
}

.sld-arrow-right:hover > path:first-child  {
	stroke: black;
	/* transition:  all 0.2s ease-in-out; */
}

.first-slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.first-item {
	width: 100%;
	left: 0;
	top: 0;
}

.first-slider_nav {
	font-size: 0;
}

.first-slider img {
	margin: auto;
}

.sld-controls {
	margin: 20px auto;
}

.first-slider_tabs {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	text-decoration: none;
	cursor: pointer;
	margin: auto;
}

.first-slider_tabs li {
	list-style: none;
}

.first-slider_tabs li {
	width: 100px;
}

.first-slider_tabs li a {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
	color: transparent;
	font-size: 0;
	width: 80%;
	margin: auto;
}

.first-slider_here img {
	transform: scale(1.1);
	transition: all 0.1s ease-in-out;
	transform-origin: center center;
	text-align: center;
}

.first-slider_tabs img:hover {
	transform: scale(1.1);
	transform-origin: center center;
	transition: all .1s ease-in-out;
	text-align: center;
}

.first-slider_tabs a:hover .slide-item-pill-text {
	color: black;
}

.slide-item-pill-text {
	margin-top: 1em !important;
	margin-bottom: 1em;
	color: transparent;
	font-weight: bold;
	text-align: center;
	font-size: 0.75rem;
	line-height: 0.85rem;
}

.first-slider_here .slide-item-pill-text {
	color: transparent;
	font-size: 0.75rem;
	text-align: center;
}

.first-slider_tabs .slide-item-pill-text:hover {
	color: black;
}

.insp-page-first-slider-header-container {
	padding: 0;
}

.slide-item {
	display: flex !important;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

.slide-item-left a {
	display: flex !important;
	flex-direction: row;
	flex-shrink: 2;
	justify-content: space-around;
	align-items: center;
}

.slide-item-left {
	width: 45%;
	display: flex;
	flex-direction: column;
}

.slide-item-right {
	max-width: 45%;
}



.slide-item-right a {
	display: flex !important;
	flex-direction: row;
	flex-shrink: 2;
	justify-content: space-around;
	align-items: center;
}

.slide-item-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 400px;
	height: 400px;
}

.slide-item-body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	background: #ffffff;
	margin: auto;
	padding: 4%;
	width: 100%;
	max-height: 74vh;
	border-radius: 0.6rem;
	/* height: fit-content; */
}

.first-slider_tabs a {
	display: flex;
	flex-direction: column;
}



.content-3 {
	background: #d0dacd;
}



/* sld-1 */
.sld-1,
.sld-3 {
	margin-top: 12rem;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	display: flex;
  	background-color: black;
}

.sld-3 {
	margin-top: 5rem !important;
}

.sld-cont {
	position: absolute;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: flex;
	width: 100%;
	height: 100vh;
	margin: auto;
	z-index: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ececec;
	background-blend-mode: multiply;
}

.sld-h {
	color: white;
	font-size: 4rem;
	line-height: 4.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0em;
}

.sld-p {
	color: white;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.6rem;
	text-align: center;
	max-width: 44vw;
}

.sld-1>ul {
	position: absolute;
	z-index: 10;
	margin-top: 40vh;
	display: flex;
	list-style-type: none;
}

.sld-1>ul>li {
	margin: 0 1.5rem;
}

.sld-1>.next {
	z-index: 10;
	color: transparent;
}

.sld-1>.prev {
	z-index: 10;
	color: transparent;
}

.sld-1 a {
	font-size: 0;
}

.sld-1_here div {
	box-shadow: 0 0 0 0.4rem white;
}



//sld-3

.sld-cont {
	position: absolute;
	width: 100vw;
	height: 100vh;
	margin: auto;
	z-index: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ececec;
	background-blend-mode: multiply;
}

.sld-h {
	color: white;
	font-size: 2.8rem;
	line-height: 3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0em;
}

.sld-p {
	color: white;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.6rem;
	text-align: center;
	max-width: 44vw;
}

.sld-3>ul {
	position: absolute;
	z-index: 10;
	margin-top: 35vh;
	display: flex;
	list-style-type: none;
}

.sld-3>ul>li {
	margin: 0 1.5rem;
}

.sld-3>.next {
	z-index: 10;
	color: transparent;
}

.sld-3>.prev {
	z-index: 10;
	color: transparent;
}

.sld-3 a {
	font-size: 0;
}

.sld-3_here div {
	box-shadow: 0 0 0 0.3rem white;
}


/*.sld-3 {
	height: 60vh;
}*/

.sld-cont {
	position: absolute;
	width: 100vw;
	height: 100vh;
	margin: auto;
	z-index: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ececec;
	background-blend-mode: multiply;
}

.sld-h {
	color: white;
	font-size: 4rem;
	line-height: 4.8rem;
	font-weight: bold;
	text-align: center;
	/*margin-bottom: 0em;*/
	margin-bottom: 30px;
}

.sld-p {
	color: white;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.6rem;
	text-align: center;
	max-width: 44vw;
}

.sld-3>ul {
	position: absolute;
	z-index: 10;
	margin-top: 40vh;
	display: flex;
	list-style-type: none;
}

.sld-3>.next {
	z-index: 10;
	color: transparent;
}

.sld-3>.prev {
	z-index: 10;
	color: transparent;
}

.sld-3 a {
	font-size: 0;
}

.sld-3_here div {
	box-shadow: 0 0 0 0.4rem white;
}


.sld-2-2_tabs a {
	color: transparent;
}

.sld-2-2_here div {
	box-shadow: 0 0 0 0.3rem black;
}

.sld-2-2_tabs {
	position: relative;
	display: flex;
	flex-direction: row;
	z-index: 20;
	list-style-type: none !important;
	/* margin-top: 5%; */
}


.inspiration-section-svg-big-white-1 {
	animation: driftAround;
	animation-duration: 150s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	height: 190vh;
	width: 167vw;
	left: -55vw;
	top: -99vh;
	position: absolute;
}

/* floating bubbles */

.inspiration-section-svg-big-white-2 {
	animation: driftAround;
	animation-duration: 10000s;
	animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	height: 227vh;
	width: 158vw;
	left: 7vw;
	top: 100vh;
	position: absolute;
}


.inspiration-section-svg-big-white-3 {
	animation: driftAround;
	animation-duration: 180s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	height: 197vh;
	width: 160vw;
	left: -82vw;
	top: 440vh;
	position: absolute;
}

.inspiration-section-svg-round-light-1 {
	animation: tightBubbleFloat;
	animation-duration: 40s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	right: 45vw;
	top: 199vh;
	width: 35vh;
	height: 35vh;
	position: absolute;
}

.inspiration-section-svg-round-light-2 {
	animation: tightBubbleFloat;
	animation-duration: 40s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	right: 41vw;
	top: 477vh;
	z-index: 2;
	width: 114vh;
	height: 36vh;
	position: absolute;
}

.inspiration-section-svg-round-dark-1 {
	animation: bubbleFloat;
	animation-duration: 49s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	height: 35vh;
	width: 126vw;
	left: -29vw;
	top: 77vh;
	position: absolute;
	z-index: 2;
}

.inspiration-section-svg-round-dark-2 {
	animation-name: bubbleFloat;
	animation-duration: 40s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: reverse;
	animation-play-state: running;
	right: 72vw;
	top: 240vh;
	width: 68vh;
	height: 58vh;
	position: absolute;
	z-index: 2;
}

.inspiration-section-svg-round-dark-3 {
	animation-name: tightBubbleFloat;
	animation-duration: 35s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: reverse;
	animation-play-state: running;
	right: 4vw;
	bottom: -22vh;
	width: 38vh;
	height: 43vh;
	position: absolute;
}

/* learn more section */

.inspiration-learn-more-section-container {
	padding-top: 25vh !important;
	padding-bottom: 25vh !important;
	display: flex;
	flex-direction: column;
}

.inspiration-learn-more-content-container {
	width: 81vw;
	margin: auto;
	z-index: 1;
}


.inspiration-learn-more-header {
	/*font-size: 4rem;*/
	font-size: 2.7rem;
	font-weight: bold;
	max-width: 95%;
    margin-bottom: 0.4em;
}

.inspiration-learn-more-buttons-container {
	display: flex;
	flex-wrap: wrap;
}

.inspiration-learn-more-go-to-shop-button {
	background-color: var(--red);
	color: white !important;
	width: 11.8em;
	height: 3.4em;
	font-weight: bold;
	border-radius: 0.8em;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.1s ease-in-out;
	transform-origin: center center;
	line-height: 3.4em;
	text-align: center;
	/* margin: .5em 0; */
	padding-top: 0.05rem;
	font-size: 1.25rem;
	margin-right: 2em;
	margin-bottom: 2em;
}

.inspiration-learn-more-go-to-shop-button:hover {
	box-shadow: 0 0 0 0.3rem var(--red);
	transition: all 0.1s ease-in-out;
	transform-origin: center center;
}

.inspiration-learn-more-watch-video-button {
	background-color: transparent;
	color: black !important;
	width: 11.8em;
	height: 3.4em;
	font-weight: bold;
	border-radius: 0.8em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.1s ease-in-out;
	transform-origin: center center;
	line-height: 3.4em;
	text-align: center;
	/*  margin:.5em 0; */
	border: 0.1rem black solid;
	padding-top: 0.05rem;
	font-size: 1.25rem;
	margin-right: 2em;
}

.inspiration-learn-more-watch-video-button:hover {
	box-shadow: 0 0 0 0.2rem black;
	transition: all 0.1s ease-in-out;
	color: white !important;
	transform-origin: center center;
	background-color: black;
}

.inspiration-shop-button {
	background-color: transparent;
	color: black !important;
	width: 11.8em;
	height: 4.5rem;
	font-weight: bold;
	border-radius: 0.8em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.1s ease-in-out;
	transform-origin: center center;
	line-height: 3.4em;
	margin: 2em auto;
	border: 0.1rem black solid;
	font-size: 1.25rem;

}

.inspiration-shop-button:hover {
	box-shadow: 0 0 0 0.2rem var(--red);
	border: 0;
	transition: all 0.1s ease-in-out;
	color: white !important;
	transform-origin: center center;
	background-color: var(--red);
}

.insp-page-play-btn {
	font-weight: 600;
	margin-right: 10px;
	margin-top: 10px;
}


.main-slider {
	width: 100%;
}

/* hide mobile logo on desktop */
.logo-mobile {
	display: none;
}

@media (max-width: 1400px) {
	
	.insp-page-header-img-container{
		right: -8rem;
    top: 13rem;
	}
	
}



@media (max-width: 800px) {

	.sld-1 .sld-cont {
		position: relative;
		top: 200px;
	}

	/* logo on desktop */
	.insp-page-logo-desktop {
		display: none;
	}

	/* logo on mobile */
	.logo-mobile {
		width: 100%;
		display: flex;
		top: 34px;
		left: 5px;
		position: absolute;
		align-items: center;
		justify-content: center;
	}

	/* header section */

	.insp-page-header-container {
		margin-top: 10vh;
	}

	.inspiration-learn-more-content-container {
		width: 81vw;
		margin: auto;
		z-index: 1;
	}

	.insp-page-header-text-container {
		height: 50%;
		width: 100%;
	}

	.insp-page-header-img-container {
		width: 130vw;
		/*top: 55vh;*/
		top: 69vh;
		right: -80px;
		z-index: -10;
	}

	.insp-page-header-h1 {
		font-size: 3.5rem;
		margin-top: 15vh;
		margin-bottom: 0;
	}

	.inspiration-big-title-black-main {
		font-size: 2.8rem;
		margin-top: 7em;
	}



	/* learn more section */
	.inspiration-learn-more-section-container {
		height: 115vh;
	}

	.inspiration-learn-more-go-to-shop-button {
		margin-right: 0;
		width: 100%;
		margin: .5em 0;
	}

	.inspiration-learn-more-watch-video-button {
		margin-right: 0;
		width: 100%;
		margin: .5em 0;

	}

	.inspiration-learn-more-header {
		/*font-size: 2.8rem;*/
		font-size: 1.9rem;
		max-width: 100%;
	}

	/* sld  */
	.sld-h {
		max-width: 90%;
		font-size: 2.8rem;
		line-height: 3rem;
		margin-top: -1em;
	}

	.sld-p {
		font-size: 0.9em;
		font-weight: 600;
		max-width: 81vw;
	}

	.sld-arrow-right,
	.sld-arrow-left {
		display: none;
	}


	.slide-item-description-title {
		font-size: 1.6rem;
	}

	.first-slider {
		overflow: visible;
	}

	.first-slider_tabs li a {
		margin: 0.9rem 0.3rem;
		border-radius: 0.4rem;
		margin: auto;
	}

  
	.first-slider img {
		max-width: 150%;
		left: -25%;
	}

	.slide-item-body {
		max-height: fit-content;
		padding: 10%;
        display: block;
	}

	.slide-item-right {
		max-width: 100%;
      	order: 1;
	}

	.slide-item-left {
		width: 100%;
        order: 2;
	}


	.sld-2-2_tabs {
		margin-left: 15%;
		bottom: 1em;
	}

	.slide-item-description-text {
		padding-top: 0;
		font-weight: 400;
	}


	.inspiration-shop-button {
		width: 100%;
		top: 35px;
		position: relative;
	}


	.inspiration-section-svg-big-white-3 {
		top: 570vh;
	}

	.inspiration-section-svg-round-light-2 {
		right: -31vw;
	}



}

/* Keyframes for animations */
@keyframes driftAround {
	0% {
		transform: scale(1) rotate(0deg) translateX(0px);
	}

	50% {
		transform: scale(1.1) rotate(180deg) translateX(15vw);
	}

	100% {
		transform: scale(1) rotate(360deg) translateX(0px);
	}
}

@keyframes altDrift {
	0% {
		transform: scale(1) rotate(0deg);
	}

	50% {
		transform: scale(0.9) rotate(-180deg);
	}

	100% {
		transform: scale(1) rotate(-360deg);
	}
}

@keyframes bubbleFloat {
	from {
		transform: rotate(0deg) translateX(150px) rotate(0deg);
	}

	to {
		transform: rotate(360deg) translateX(150px) rotate(-360deg);
	}
}

@keyframes tightBubbleFloat {
	from {
		transform: rotate(0deg) translateX(50px) rotate(0deg);
	}

	to {
		transform: rotate(360deg) translateX(50px) rotate(-360deg);
	}
}


/* new media queries */

.insp-page-logo {
	position: absolute;
	right: 2rem;
	z-index: 6;
}

.insp-page-logo path {
	fill: black;
}

.insp-page-logo svg {
	width: 135px !important;
	height: auto;
}


@media (min-width: 800px) {


	.logo-desktop {
		display: none;
	}


	.first-slider_tabs li a {
		width: 50%;
	}

	.first-slider_tabs li {
		width: 9%;
	}

	.sld-controls {
		margin: 0;
	}

	.sld-1>ul {
		/*margin-top: 40vh;*/
		margin-top: 50vh;
	}

}

@media (max-width: 800px) {
	
		
	.insp-page-header-h2{
		margin-top: 20px;
	}


	.sld-1>ul {
		/*margin-top: 70vh;*/
		margin-top: 110vh;
	}
    .sld-1 {
        background-color: transparent;
          margin-top: 5rem;
    }

}

@media (min-width: 1400px) {
	.first-slider_tabs li a {
		width: 70%;
	}

	.first-slider_tabs li {
		width: 9%;
	}

	.sld-1,
	.sld-3 {
		margin-top: 8rem;
	}

}

@media screen and (max-width:600px) { 

	.insp-page-header-img-container{
		top: 600px;
	}
}

.sld-h,
.sld-p {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}