/*==========================

		Override Styles
		PadIt

		Off White: #f8f6f3;

		
	
===========================*/
/*=========================
	Fonts 
==========================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/*
@font-face {
  font-family: 'Gotham Condensed';
  src: url('https://store-odnztzawwz.mybigcommerce.com/content/media/fonts/GothamCondensed-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://store-odnztzawwz.mybigcommerce.com/content/media/fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://store-odnztzawwz.mybigcommerce.com/content/media/fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://store-odnztzawwz.mybigcommerce.com/content/media/fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*/
/*==========================
	Global 
===========================*/
body {
  display: block !important;
  overflow-x: hidden;
  color: #000;
  width: 100vw;
  max-width: 100vw;
  font-family: "sofia-pro", "open sans", arial, sans-serif;
  border-top: 80px solid transparent; }

.full-width-section {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative; }

.full-width-section.padded {
  padding-top: 60px;
  padding-bottom: 60px; }

.btn {
  border-radius: 0px;
  text-transform: uppercase;
  transition: all 250ms ease;
  display: inline-block; }

.btn:hover {
  background: #333;
  color: #fff; }

hr.small-white {
  max-width: 210px;
  height: 5px;
  background: #fff;
  border: none;
  margin: 30px 0;
  text-align: left;
  clear: both; }

hr.clear-pretty-blue {
  max-width: 210px;
  height: 5px;
  background: #ccc;
  order: none;
  margin: 30px auto;
  text-align: center;
  clear: both; }

hr.clear-pretty {
  max-width: 210px;
  height: 5px;
  background: #ccc;
  border: none;
  margin: 30px auto;
  text-align: center;
  clear: both; }

hr.clear-pretty.black {
  background: #f05323; }

hr.clear-pretty.thin {
  height: 1px; }

hr.clear-pretty.thin.white {
  height: 1px;
  background: #FBF9F2; }

hr.clear-pretty.thin.white {
  height: 1px;
  background: #fff; }

img.branded-split-wide {
  width: 80%;
  margin: 15px auto;
  text-align: center;
  display: block; }

img.branded-split-maxed {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

img {
  width: 100%; }

.one-half {
  width: 50%; }

.one-third, .two-thirds, .one-half {
  box-sizing: border-box; }

.two-thirds {
  width: 66%; }

.one-third {
  width: 30.5%; }

.one-fourth {
  width: 25%; }

.one-fifth {
  width: 20%; }

.three-fifths {
  width: 60%; }

.two-fifths {
  width: 40%; }

.three-fourths {
  width: 75%; }

.four-fifths {
  width: 80%; }

.one-sixth {
  width: 16%; }

.box-centered {
  margin-right: auto;
  margin-left: auto; }

.inner-wrapper {
  max-width: 1600px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin: 0 auto; }

.inner-wrapper.flex.reverse {
  flex-direction: row-reverse; }

.box-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left !important; }

.text-upper {
  text-transform: uppercase !important; }

.text-lower {
  text-transform: lowercase !important; }

.uppercase {
  text-transform: uppercase !important; }

hr.branded-split {
  width: 100%;
  height: 1px;
  background: #000;
  margin: 60px auto;
  padding: 0;
  position: relative;
  display: block;
  overflow: visible;
  max-width: 600px; }

hr.branded-split:after {
  content: '';
  width: 60px;
  height: 60px;
  background-size: 90% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.white {
  color: #fff !important; }

.off-white {
  color: #faf8f1 !important; }

.off-white-bg {
  background: #faf8f1 !important; }

.black-bg {
  background: #000; }

.tan-bg {
  background: #faf8f1 !important; }

.btn {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  background: #f05323;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  min-widtH: 210px;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.15);
  max-width: 240px;
  text-align: center; }

.btn.center {
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.button--primary {
  background: #000; }

.button--small.button--action {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  min-widtH: 210px;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.15);
  max-width: 240px;
  text-align: center; }

.float-shadow {
  position: absolute;
  bottom: -10%;
  width: 90%;
  height: 5%;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%); }

.float-shadow.white {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70%); }

#lottie {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1; }

.video-box {
  width: 100%;
  padding-top: 56.5%;
  position: relative;
  margin: 0 auto 30px;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 60px; }

.video-box iframe, .video-box video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.dotted-bg {
  background-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/background-overlay-faded.png) !important;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat; }

.sans-bottom-padding {
  padding-bottom: 0 !important; }

.clear-bg {
  background: transparent !important; }

body [contenteditable=true]:focus, body [href]:focus, body [tabindex]:not([tabindex="-1"]):focus, body button:focus, body details:focus, body input:focus, body select:focus, body textarea:focus, body a:focus {
  outline: none !important; }

.bring-to-front {
  position: relative;
  z-index: 100000; }

.modal {
  z-index: 1000000; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  text-align: center; }

/*==========================
	Text Styles
===========================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000;
  font-family: "sofia-pro"; }

p {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 20px; }

a {
  text-decoration: none;
  text-transform: none;
  font-weight: 600; }

input:focus, button:focus, textarea:focus, select:focus, details:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
  outline: 2px solid #ccc !important; }

.tech-callout {
  color: #fff;
  font-size: 2.4rem; }

.button.button--primary {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  background: #f05323;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  min-widtH: 210px;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.15);
  max-width: 240px;
  text-align: center;
  border: none !important; }

/*==========================
	Layout
===========================*/
.body {
  margin: 0 !important; }

.full-width-section {
  width: 100%;
  position: relative;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }

.full-width-section.sans-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.full-width {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.inner-container {
  max-width: 1200px;
  position: relative;
  margin: 120px auto 0; }

.row {
  width: 100%;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  margin: 0 auto;
  display: flex; }

.row.slider-row {
  align-items: center; }

.row.slider-row.reversed {
  flex-direction: row-reverse; }

.row.reveresed {
  flex-direction: row-reverse; }

.section-header {
  margin-bottom: 60px;
  padding-top: 40px; }

.page-heading {
  padding-top: 60px; }

.sans-padding-top {
  padding-top: 0 !important; }

/*==========================
	Header
===========================*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 80px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.18);
  z-index: 1000000;
  background: #fff; }

#header.scrolling {
  background: #fff; }

#header #top-logo {
  width: 180px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: 0; }

#header #top-logo img {
  width: 100%;
  height: auto; }

#header .navigation {
  margin: 0 0 0 210px;
  height: 80px;
  text-align: left; }

#header .navigation a {
  line-height: 80px;
  display: inline-block;
  padding-left: .8em;
  padding-right: .8em;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase; }

#header #cart-area {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 5px;
  padding-right: 20px;
  height: 80px; }

#header .navUser-action {
  display: inline-block;
  margin-top: 10px; }

.navUser-item {
  float: none !important; }

#cart-area {
  display: flex;
  justify-content: space-around; }

#header .navUser-action {
  padding-top: 0; }

#cart-area .navUser-item-cartLabel {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("https://store-odnztzawwz.mybigcommerce.com/content/media/cart_icon.svg");
  background-position: center center;
  background-size: 50% auto;
  padding: 0;
  margin-left: 20px;
  background-repeat: no-repeat;
  padding-top: 0 !important; }

.login-button {
  width: 40px;
  height: 47px;
  display: block;
  background-image: url("https://store-odnztzawwz.mybigcommerce.com/content/media/login_icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  margin-left: 20px;
  position: relative;
  top: 2px; }

#cart-area .navUser-item-cartLabel {
  margin-left: 0; }

.letsgel-logo {
  position: relative;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center; }

.letsgel-logo img {
  width: auto;
  height: 100%;
  max-height: 30px; }

/*==========================
	Home Page
===========================*/
#hero {
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  height: 100vh;
  height: 85vh;
  overflow: hidden;
  background-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/hero_desktop-2.jpg);
  background-size: cover;
  background-position: center center; }

#hero #hero-package {
  max-width: 340px;
  position: absolute;
  bottom: 20px;
  left: 50px;
  z-index: 100000; }

#hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0); }

#hero video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  min-height: 100vh; }

#hero-content {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  max-width: 600px;
  transform: translateX(-50%) translateY(-50%); }

#hero-content h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #000;
  margin-bottom: 10px;
  margin-top: 0; }

#hero-content h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 300;
  font-size: 18px; }

#hero-content p {
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
  max-width: 600px;
  margin-bottom: 30px; }

#cred-blocks {
  background: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1000;
  position: relative;
  width: 100vw;
  overflow-x: hidden; }

#cred-blocks .cred-logo-wrap {
  display: flex;
  position: relative;
  justify-content: space-around;
  align-items: center; }

#cred-blocks .cred-logo-wrap img {
  max-width: 210px; }

#home-intro {
  background: #f6f9fa;
  padding-top: 40px;
  padding-bottom: 120px; }

#home-intro .inner-wrapper {
  display: flex;
  justify-content: space-around; }

#home-intro .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  align-items: flex-start; }

#home-intro .video-container {
  position: relative; }

#home-intro .circle-image-container {
  position: relative; }

#home-intro .image-box-rounded {
  border-radius: 50%;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  padding-top: 85%; }

#home-intro .image-box-rounded video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

#home-intro .image-box-rounded img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

#three-d-model {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px; }

#three-d-model .inner-wrapper {
  display: flex;
  padding-left: 20px;
  padding-right: 30px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  max-height: 740px; }

#three-d-model .button {
  display: block; }

.model-container .home-points {
  text-align: left;
  padding-right: 10%;
  padding-top: 5vh; }

.model-container .home-points .btn {
  margin-top: 15px; }

.model-container .home-points h2 {
  font-size: 2.6rem;
  line-height: 1.2em;
  margin-bottom: 30px; }

.model-container .padit-point {
  padding-left: 40px;
  position: relative;
  margin-top: 10px; }

.model-container .padit-point:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/check-mark-icon-black.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0; }

.model-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1400px; }

.model-container {
  position: relative;
  min-height: 55vh;
  display: flex;
  flex-direction: row-reverse; }

.model-box {
  position: relative; }

.model-box img {
  max-height: 70%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: block; }

.model-container #the-model {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 110%;
  height: 110%;
  background: transparent !important;
  border-radius: 4px;
  background-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/pattern-bg-white-overlay.png);
  background-size: cover;
  background-position: top center; }

#explore-padit {
  position: absolute;
  z-index: 100000;
  top: 10px;
  right: 10px;
  color: #000;
  padding: 8px 10px;
  border-radius: 50px;
  font-weight: 600;
  width: 100%;
  margin-top: 0;
  text-align: center; }

.padit-point h2 {
  color: #333; }

.padit-point p {
  color: #333; }

.padit-point img {
  display: block;
  text-align: center;
  margin: 0 auto 15px;
  max-width: 120px; }

.point-box h3 {
  color: #f05323;
  position: relative; }

.point-box h3:before {
  content: " ";
  width: .87em;
  height: 1em;
  background-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/icons/check-mark-icon-small.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -1.2em;
  display: block; }

.point-box h3.white-check:before {
  background-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/check-mark-icon-small-white.png); }

/* Feed Block */
h2.section-lead-callout {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 3.4rem;
  transform: translateX(-50%) translateY(50%);
  display: inline-block;
  background: #f05323;
  color: #fff;
  border-radius: 5px;
  padding: 20px 30px;
  line-height: 1em;
  margin: 0;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 1000000; }

h2.title-text {
  font-size: 3rem;
  color: #fff; }

#news-feed-slider {
  max-height: 40vh;
  overflow: hidden;
  margin-top: 0;
  transform: translateY(-120%); }

.feed-block {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  transition: all 250ms ease-in-out;
  margin-bottom: 10px;
  text-align: center;
  display: flex; }

.slick-slide.feed-block {
  height: auto;
  border-bottom: 10px solid #fff; }

.feed-block .icon-flex {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  align-items: flex-end; }

.feed-block .icon-flex img {
  width: 50%; }

.feed-block img {
  position: relative;
  z-index: 1000000; }

.feed-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.feed-block.slick-current {
  background: #f05323;
  border-bottom: 10px solid #f05323; }

.feed-block:hover {
  cursor: pointer; }

.feed-block h5 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 10px; }

.feed-block h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  text-align: right;
  width: 50%;
  padding-right: 10px; }

#video-container {
  height: 80vh;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #000; }

#video-container video {
  width: 100%;
  min-height: 70vh;
  margin: 0 auto;
  opacity: .8;
  transform: translateY(-10%); }

#video-container:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  position: absolute; }

.video-content-box {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 50%;
  transform: translateX(0%) translateY(-65%);
  text-align: left;
  padding: 30px;
  z-index: 100000; }

.video-content-box h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300; }

.video-content-box h2 {
  color: #fff;
  font-size: 3.4rem; }

.video-content-box p {
  color: #fff;
  font-weight: 300; }

#shoe-problem-slider .inner-wrapper {
  padding-left: 0;
  padding-right: 0; }

#shoe-problem-slider {
  padding-bottom: 0px !important;
  max-height: 80vh; }

/* Stacked Points */
#stacked-feature-point {
  background: #f6f9fa; }

#stacked-feature-point .inner-wrapper {
  display: flex;
  justify-content: space-around;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: center; }

#stacked-feature-point .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  padding-left: 80px;
  padding-right: 80px;
  align-items: flex-start; }

.text-box p {
  margin-bottom: 20px; }

#stacked-feature-point .video-container {
  position: relative; }

#stacked-feature-point .image-container {
  position: relative; }

#stacked-feature-point .image-box-rounded {
  border-radius: 50%;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  padding-top: 85%; }

#stacked-feature-point .image-box-rounded video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%; }

#stacked-feature-point img {
  border-radius: 5px; }

#stacked-feature-point.dark-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27282b+1,000000+100 */
  background: #27282b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #27282b 1%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27282b', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

#stacked-feature-point.dark-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/slider-background.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  z-index: 1; }

#stacked-feature-point .inner-wrapper {
  z-index: 100000; }

#stacked-feature-point.dark-bg p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px; }

/*==========================
	Newsletter Signups
===========================*/
#newsletter-callout {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px; }

#newsletter-callout h2 {
  color: #000;
  margin: 0;
  margin-bottom: 30px; }

#newsletter-callout .inner-wrapper.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

#newsletter-callout .inner-wrapper input[type="email"] {
  width: 400px;
  height: 48px;
  padding: 10px;
  outline: none;
  border: 1px solid #000;
  border-radius: 50px;
  padding-left: 20px;
  border-radius: 50px 0 0 50px; }

#newsletter-callout .button {
  max-width: 180px; }

#footer-submit-button {
  background: #000;
  color: #fff;
  width: 210px;
  height: 49px;
  line-height: 49px;
  border-radius: 0 50px 50px 0;
  left: -7px;
  position: relative; }

/*==========================
  FAQs
===========================*/
#faq-container {
  text-align: left;
  max-width: 1200px; }

.faq-wrap {
  position: relative;
  border-bottom: 1px solid #333;
  margin-bottom: 10px; }

#faq-container h2 {
  font-size: 2.4rem;
  margin-top: 60px;
  text-transform: uppercase;
  color: #f05323; }

.faq-wrap:hover {
  cursor: pointer; }

.faq-question {
  position: relative; }

.faq-question .Faq__Icon {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  transform: rotate(0deg); }

.faq-answer {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  max-height: 0;
  transition: all 250ms ease-out; }

.faq-wrap.active .faq-answer {
  max-height: 10000px; }

.faq-wrap.active .Faq__Icon {
  transform: rotate(210deg); }

/*=========================
  Privacy Policy
==========================*/
.bullets li {
  font-weight: 500;
  font-size: 1.4rem; }

/*==========================
	Home Scroller 
===========================*/
.m-slider {
  width: 2179px;
  margin: auto;
  overflow: visible; }

.m-slider ul {
  display: flex;
  padding: 0;
  animation: cambio 40s infinite linear;
  margin-bottom: 0;
  list-style-type: none; }

.slider li {
  padding: 0 10px;
  list-style: none; }

.m-slider img {
  width: 200px !important;
  height: 115px !important;
  max-width: 1000000px !important; }

@keyframes cambio {
  from {
    margin-left: 0%; }
  to {
    margin-left: -100%; } }

/*==========================
	Product Page
===========================*/
.productView {
  padding-top: 80px; }

body .countPill {
  position: absolute;
  top: 25%;
  right: 10%; }

body .container {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0; }

.productView.not-preview {
  padding-left: 6rem;
  padding-right: 6rem;
  background-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/background-overlay-faded.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat; }

.productView-brand {
  display: none !important; }

.productView .form-wishlist {
  display: none !important; }

.productView-thumbnail {
  width: 15%; }

.productView-img-container {
  max-width: 100%; }

.productView-img-container::after {
  padding-bottom: 100%; }

.productView-info {
  display: none !important; }

.not-preview .productView-title {
  font-size: 2.4rem;
  color: #f05323;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0; }

.not-preview .productView .price {
  font-weight: 600; }

#previewModal {
  z-index: 1000000000; }

.not-preview .productView-sub-title {
  color: #888;
  font-weight: 600;
  font-style: italic;
  font-size: 1.3rem; }

.not-preview .productView-price {
  margin-top: 10px;
  font-size: 3.1rem;
  font-weight: 600; }

.productView-details {
  padding-left: 0; }

body .productView-images {
  padding-right: 2rem; }

.product-description-top {
  width: 50%;
  float: right;
  clear: right; }

.product-description-top p {
  font-size: 1rem; }

.feature-checklist {
  padding-left: 0px;
  list-style-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/icons/check-mark-icon-small.png);
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px; }

.feature-checklist li {
  font-size: 1.2rem;
  color: #f05323;
  font-weight: 600;
  margin-bottom: 8px;
  width: 48%;
  padding-right: 2%;
  font-style: italic;
  text-transform: uppercase; }

.icon--ratingFull svg {
  fill: #f05323; }

.form-label--alternate {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase; }

.productView-options {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: url(https://store-odnztzawwz.mybigcommerce.com/content/media/form-bg.png);
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.15); }

.features-title {
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  margin-bottom: 20px; }

.productView-options .add-to-cart-buttons .button {
  background: #f05323;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

.form-option-variant {
  background: #fff;
  color: #111;
  font-weight: bold; }

.form-increment .button {
  margin-right: 0px;
  margin-left: 0px;
  background: #fff; }

.not-preview .form-input--incrementTotal {
  margin-left: 8px;
  margin-right: 8px; }

.form-label--inlineSmall small {
  color: #fff; }

.not-preview .form-input {
  border-radius: 0; }

.form-radio:checked + .form-option .form-option-variant {
  background: #f05323;
  color: #fff; }

.productView-thumbnail-link {
  outline: none;
  border: none; }

.productView-thumbnail {
  width: auto; }

.productView-thumbnails img {
  width: 70px; }

#size-chart-popup {
  position: fixed;
  width: 100%;
  max-width: 600px;
  top: 250%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 5px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.7);
  background: #fff;
  z-index: 1000000;
  padding: 20px;
  transition: all 250ms ease-in-out; }

#size-chart-popup.active {
  top: 50%; }

#size-chart-popup img {
  width: 100%; }

.size-chart-button {
  display: flex;
  width: 180px;
  background: #f5f5f5;
  outline: 1px solid #aaa;
  margin-left: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 5px;
  text-align: center;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.15);
  transition: all 250ms ease-in-out; }

.size-chart-button:hover {
  cursor: pointer;
  background: #000;
  color: #fff; }

.size-chart-button:before {
  width: 40px;
  height: 25px;
  content: '';
  background-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/size-chart-icon.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }

#size-chart-popup .close-icon {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10000;
  font-weight: 600;
  color: #f05323;
  font-size: 1.6rem;
  background: #000;
  line-height: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 50%; }

#size-chart-popup .close-icon:hover {
  cursor: pointer; }

.productView-image {
  margin-left: 0; }

.productView-options .form-select {
  font-size: 1.4rem;
  font-weight: 600;
  height: 60px;
  line-height: 40px;
  width: 100%;
  max-width: 500px; }

/*==========================
  Product Reviews 
===========================*/
.reviews-callout {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px; }

.reviews-callout .reviews-callout-header {
  background: #fff;
  position: absolute;
  top: 60px;
  left: 60px;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8); }

.reviews-callout-header h2 {
  font-size: 2.4rem; }

.reviews-callout-header .rating--small .icon {
  height: 5rem;
  width: 5rem; }

.reviews-section {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background: #f6f9fa;
  padding-top: 60px; }

.reviews-title {
  font-size: 3.4rem;
  color: #333;
  margin-bottom: 40px; }

.productReview {
  margin-right: auto;
  margin-left: auto;
  width: 55%;
  display: block;
  margin-bottom: 20px;
  background: #f5f5f5;
  outline: 1px solid #eee;
  padding: 40px; }

img.reviews-photo {
  display: block;
  text-align: center;
  margin: 20px auto; }

.productReview-title {
  font-size: 3.4rem;
  font-weight: 600;
  text-transform: uppercase; }

.productReview .rating--small .icon {
  width: 4rem;
  height: 4rem; }

.productReview .productReview-author {
  color: #888;
  font-weight: 600;
  font-style: italic;
  font-size: 1.3rem; }

/*==========================
	Footer 
===========================*/
footer.footer {
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,f6f6f6+53,f7f7f7+100,ffffff+100 */
  background: #000;
  /* Old browsers */
  padding-bottom: 30px;
  padding-top: 30px; }

h2.foot-tagline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #f05323; }

.footer img {
  margin-bottom: 30px; }

.flex.foot-navigation a {
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase; }

.flex.foot-navigation {
  margin-bottom: 30px; }

p.foot-copyright {
  font-size: .875rem;
  margin-bottom: 0;
  padding-bottom: 15px;
  color: #fff; }

p.foot-copyright a {
  color: #fff; }

.social-icons-holder {
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  justify-content: center; }

.social-icons-holder img {
  max-width: 50px;
  display: block;
  margin-left: 4px;
  margin-right: 4px; }

/*==========================
	Cart
===========================*/
body .dropdown-menu {
  width: 640px;
  max-width: 100vw;
  background: #fff;
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.19); }

body .dropdown-menu .previewCartItem-image img {
  margin-right: 20px; }

.cart-wrap.inner-wrapper {
  max-width: 1200px;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 30px auto;
  display: block;
  padding: 40px;
  float: none !important; }

#couponcode {
  margin-bottom: 10px; }

/*==========================
	Technology Point Box 
===========================*/
#technology-points-box {
  padding: 60px;
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.15);
  background: #000;
  background-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/pattern-bg-white-overlay.png);
  background-size: cover;
  background-position: top center;
  border-radius: 4px; }

#technology-points-box h3.padit-point {
  text-align: left; }

#technology-points-box h2 {
  font-size: 2.4rem;
  color: #fff; }

/*==========================
	Contact Us 
===========================*/
.contact-header {
  margin-bottom: 80px; }

/*==========================
	Modals
===========================*/
.modal-content {
  border: 2px solid #f05323;
  border-radius: 4px; }

.previewCartItem-image {
  margin-left: 5px; }

.previewCartList {
  padding-left: 5px; }

.previewCartItem-brand {
  display: none !important; }

.previewCartItem-name {
  font-size: 1.4rem; }

/*==============================================================
	Mobile  
==============================================================*/
/* Mobile Styles
  --------------------------------------------------------------------------*/
#menu-button {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  background: url(https://store-odnztzawwz.mybigcommerce.com/content/media/menu-icon.png) center center no-repeat;
  background-size: 100% auto;
  left: 20px;
  top: 25px;
  transition: all 150ms ease-in-out; }

#menu-button.active {
  transform: rotate(45deg); }

.mobile {
  display: none !important; }

.mobile-nav-bar img.sidebar-logo {
  width: 80%;
  max-width: 180px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 40px; }

.desktop {
  display: block !important; }

.desktop-inline {
  display: inline-block !important; }

.mobile {
  display: none !important; }

#top-nav {
  width: 100vw;
  height: 100vh;
  background-image: url("https://store-odnztzawwz.mybigcommerce.com/content/media/form-bg.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000000;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(0) translateY(-150%);
  transition: all 250ms ease-in-out; }

#top-nav:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1; }

#top-nav .nav-video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  height: 100vh;
  width: auto;
  z-index: -1; }

#top-nav.active {
  transform: translateX(0) translateY(0); }

#top-nav a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500; }

#top-nav a.mobile-lets-gel {
  margin-top: 30px; }

#top-nav .nav-close {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 900;
  text-align: center; }

#top-nav .mobile-nav-logo {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

#top-nav span,
#top-nav a,
#top-nav img {
  position: relative;
  z-index: 1000000; }

#top-nav img {
  margin-bottom: 20px; }

@media only screen and (max-width: 1240px) and (min-width: 960px) {
  #header .navigation a {
    font-size: .975rem; }
  #header .shop-button {
    min-widtH: 150px; } }

@media only screen and (max-width: 768px) {
  .desktop {
    display: none !important; }
  .desktop-inline {
    display: none !important; }
  .mobile {
    display: block !important; }
  .one-half, .one-third, .two-thirds, .one-half-true, .one-fourth, .one-fifth, .four-fifths, .two-fifths, .three-fifths, .three-fourths {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .four-fifths {
    width: 100%; }
  .left, .right {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  ul {
    padding-left: 10px; }
  .row {
    flex-wrap: wrap; }
  .flex {
    flex-wrap: wrap; }
  body {
    padding-top: 0; }
  h2.title-text {
    font-size: 2.1rem; }
  p {
    font-size: 1rem; }
  .text-box {
    padding-left: 20px;
    padding-right: 20px; }
  .full-width-section {
    padding-top: 40px;
    padding-bottom: 40px; }
  .btn {
    min-width: 160px; }
  /*==========================
	  Header
    ===========================*/
  #cart-area .shop-button {
    display: none !important; }
  #header #top-logo {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    position: absolute;
    height: 75px !important; }
  #header .navUser-item--cart a {
    padding-left: 0; }
  body .countPill {
    right: 30px; }
  #header #cart-area {
    padding-right: 5px; }
  body .letsgel-logo {
    height: 13px !important;
    bottom: -55px !important;
    left: -10%;
    transform: translateX(-50%);
    top: initial !important;
    display: none !important; }
  /*==========================
    Home PAge
  ===========================*/
  #hero {
    width: 100vw;
    height: 25vh;
    overflow: hidden;
    position: relative;
    background-image: url(https://store-odnztzawwz.mybigcommerce.com/content/media/hero_mobile-2.jpg);
    background-size: cover;
    background-position: bottom left; }
  #hero #hero-package {
    display: none !important; }
  #hero-content {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-68%);
    max-width: 80%;
    width: 100%;
    align-items: center; }
  .model-container .home-points {
    padding-top: 0;
    margin-top: -10%; }
  .model-container .home-points {
    margin-bottom: 40px; }
  #three-d-model {
    padding-top: 20px;
    padding-bottom: 20px; }
  .model-container {
    flex-direction: column-reverse !important; }
  .model-container #the-model {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%; }
  .model-container .home-points {
    padding-right: 14px; }
  .model-container .home-points h2 {
    font-size: 2.4rem; }
  .model-container .home-points {
    padding-right: 0; }
  #hero-content h2 {
    font-size: 2.4rem;
    text-align: center; }
  #hero-content p {
    font-size: .875rem; }
  #hero video {
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    min-height: 0 !important;
    transform: translateX(-50%) translateY(0); }
  #three-d-model .inner-wrapper {
    max-height: 1000000px; }
  #home-intro .text-box {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    align-items: center; }
  .model-container {
    flex-wrap: wrap;
    max-height: 10000px !important;
    flex-direction: row-reverse; }
  .model-container .model-box {
    min-height: 55vh; }
  #cred-blocks {
    width: 100%;
    overflow: hidden; }
  .m-slider img {
    width: 100px !important;
    height: 57px !important;
    max-width: 1000000px !important; }
  #explore-padit {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 1rem; }
  .model-container {
    max-height: 50vh; }
  .point-box {
    padding-left: 40px;
    margin-top: 60px; }
  .point-box h3 {
    font-size: 1.2rem; }
  h2.section-lead-callout {
    font-size: 1.4rem;
    width: 100%;
    max-width: 90%; }
  #video-container {
    height: 66vh;
    background: #000; }
  .feed-block {
    min-height: 10vh;
    max-heighT: 30vh; }
  .video-content-box {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    z-index: 100000; }
  .video-content-box h2 {
    font-size: 2.1rem; }
  #video-container video {
    height: 130%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-10%); }
  #stacked-feature-point .text-box {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px; }
  #newsletter-callout .inner-wrapper input[type="email"] {
    border-radius: 50px;
    margin-bottom: 20px; }
  #footer-submit-button {
    border-radius: 50px; }
  /*==========================
    Product Page
  ===========================*/
  .productView {
    width: 100vw;
    overflow-x: hidden;
    margin-right: 0;
    margin-left: 0; }
  .not-preview .productView-title {
    font-size: 2.1rem; }
  .productReview-title {
    font-size: 2rem; }
  .productView.not-preview {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px; }
  .productView-product {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .productView-thumbnails img {
    width: 58px; }
  .product-description-top {
    width: 100%; }
  .features-title {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 1.2rem;
    width: 90%; }
  .feature-checklist li {
    font-size: .775rem; }
  .feature-checklist {
    padding-left: 30px; }
  .socialLinks {
    text-align: center; }
  .reviews-section {
    padding-left: 20px;
    padding-right: 20px; }
  .reviews-callout .reviews-callout-header {
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .reviews-callout-header .rating--small .icon {
    width: 2rem;
    height: 2rem; }
  .reviews-title {
    font-size: 1.4rem; }
  .productReview {
    width: 100%; }
  .productReview .rating--small .icon {
    width: 2rem;
    height: 2rem; }
  .size-chart-button {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px; }
  #size-chart-popup {
    max-width: 95%; }
  .productView-options .form-select {
    font-size: 1rem; }
  .features-title {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .productView-details {
    padding-right: 0; }
  .feature-checklist {
    margin-left: 0; }
  /*==========================
    Technology Page
  ===========================*/
  #techonlogy-header, #techonlogy-header h2 {
    margin-bottom: 0; }
  .section-lead-callout {
    text-align: center; }
  #stacked-feature-point .inner-wrapper {
    padding-bottom: 0; }
  #stacked-feature-point .text-box {
    padding-left: 10px;
    padding-right: 10px; }
  /*==========================
    How To Trimp
  ==========================*/
  .video-box {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px; }
  #trim-container p {
    padding-left: 20px;
    padding-right: 20px; }
  #faq-container {
    padding-left: 20px;
    padding-right: 20px; }
  .faq-question {
    padding-right: 40px; }
  /*==========================
    FAQs
  ==========================*/
  #faq-header p {
    padding-left: 20px;
    padding-right: 20px; }
  /*==========================
    Contact Us
  ==========================*/
  .contact-header {
    padding-left: 20px;
    padding-right: 20px; }
  #contact-us-page {
    padding-left: 20px;
    padding-right: 20px; }
  /*==========================
    Footer
  ===========================*/
  .foot-navigation {
    flex-wrap: wrap; }
  .foot-navigation a {
    display: block;
    margin-bottom: 5px; }
  #newsletter-callout h2 {
    text-align: center; }
  #newsletter-callout .inner-wrapper input[type="email"] {
    width: 100%; }
  #newsletter-callout .footer-signup {
    width: 100%;
    margin-top: 10px; }
  h2.foot-tagline {
    font-size: 1.4rem; } }

/*==========================
	Globals
===========================*/
/*==========================
	Wide Screen
===========================*/
@media only screen and (min-width: 1501px) {
  .feed-block h3 {
    margin-top: 10px; } }
