/** Shopify CDN: Minification failed

Line 140:0 Unexpected "}"
Line 537:21 Expected ")" to end URL token
Line 541:21 Expected ")" to end URL token
Line 545:21 Expected ")" to end URL token
Line 549:21 Expected ")" to end URL token
Line 553:21 Expected ")" to end URL token
Line 557:21 Expected ")" to end URL token
Line 697:18 Comments in CSS use "/* ... */" instead of "//"

**/
.mobile-slider {display:none;}

.loyalty-header img {
  width: 100%;
}

.loyalty-left .benefit-points, .loyalty-left .benefit-offers, .loyalty-left .benefit-discounts {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.loyalty-left .benefit-points, .loyalty-left .benefit-offers {
  border-bottom: 1px solid #e4e4e4;
}

.loyalty-left .benefit-points span, .loyalty-left .benefit-offers span, .loyalty-left .benefit-discounts span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
}

.loyalty-left .benefit-points:before {
  content: url(lp-benefit-piggy-bank.png);
  width: 45px;
  height: 75px;
  float: left;
  margin-right: 15px;
  margin-top: -10px;
}

.loyalty-left .benefit-offers:before {
  content: url(lp-benefit-special-offer.png);
  width: 45px;
  height: 75px;
  float: left;
  margin-right: 15px;
  margin-top: -10px;
}

.loyalty-left .benefit-discounts:before {
  content: url(lp-benefit-discounts.png);
  width: 45px;
  height: 75px;
  float: left;
  margin-right: 15px;
  margin-top: -10px;
}

.loyalty-left ul {
  list-style: none;
}

.loyalty-fullwidth {
  clear: both !important;
  height: 100px !important;
}

@media ( min-width: 1200px) {
  .loyalty-fullwidth {
    display: none;
  }
}

@media ( max-width: 500px) {
  .loyalty-fullwidth {
    height: 20px !important;
  }
}

.lp-btn {
  box-sizing: border-box;
  padding: 10px 15px 10px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
  cursor: pointer;
  display: block !important;
  font: 12px arial, verdana, sans-serif !important;
  text-transform: uppercase;
  margin-top: 2%;
  /*letter-spacing: 1px;*/
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  background: #59b4e3;
  color: white;
  text-decoration: none;
  width: 48.75%;
  float: left;
  margin-right: 8px !important;
  text-align: center;
  border: 1px solid transparent;
}

.lp-btn:nth-of-type(2n+2) {
  margin-right: 0 !important;
}

.lp-btn:hover {
  background: white;
  color: #1d376d;
  text-shadow: none;
  border: 1px solid #59b4e3;
}

@media ( max-width: 500px) {
  .lp-btn {
    width: 100%;
  }
}

.loyalty-table {
  position: relative;
  top: 20px;
}

@media ( max-width: 500px) {
  .loyalty-table>div:first-of-type {
    width: 65% !important;
  }
  .loyalty-table>div:last-of-type {
    width: 35% !important;
  }
}

}

.loyalty-benefits, .loyalty-free, .loyalty-exec {
  box-sizing: border-box;
  float: left;
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
}

.loyalty-benefits {
  text-align: right;
  padding-right: 15px;
}

.loyalty-benefits p {
  text-align: center !important;
  margin-bottom: 26px;
  font-size: 18px;
  text-transform: uppercase;
  color: #6EBEFB;
  text-shadow: 1px 1px #666;
}

.loyalty-benefits ul {
  list-style-type: none;
  padding: 0px;
  text-align: center;
}

.loyalty-benefits ul li {
  line-height: 21px;
  border-top: 1px solid #59b4e3;
}

.loyalty-benefits ul li a {
  display: block;
  text-decoration: none !important;
}

.loyalty-benefits ul li {
  padding: 10px 0px;
  color: #2c69a1 !important;
}

.loyalty-benefits ul li:last-of-type {
  border-bottom: 1px solid #59b4e3;
}

.loyalty-free {
  background: linear-gradient(to bottom, #012555 0px, #307ab2 100px, #307ab2 100%);
  padding: 0;
}

.loyalty-exec {
  background: linear-gradient(to bottom, #5d5d5d 0px, #ababab 100px, #ababab 100%);
  padding: 0;
}

.loyalty-free, .loyalty-exec {
  position: relative;
  -webkit-box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.loyalty-free {
  margin-top: -70px;
}

.loyalty-free:hover {
  margin-top: -75px;
  margin-left: -5px;
  margin-bottom: 5px;
}

@media ( max-width: 1200px) {
  .loyalty-free {
    margin-top: -85px;
  }
  .loyalty-free:hover {
    margin-top: -90px !important;
  }
}

@media ( max-width: 600px) {
  .loyalty-free {
    margin-top: -85px;
  }
  .loyalty-free:hover {
    margin-top: -90px !important;
  }
}

@media ( max-width: 500px) {
  .loyalty-free {
    margin-top: -12px;
  }
  .loyalty-free:hover {
    margin-top: -17px !important;
  }
}

@media ( max-width: 400px) {
  .loyalty-free {
    margin-top: -5px;
  }
  .loyalty-free:hover {
    margin-top: -10px !important;
  }
}

@media ( max-width: 320px) {
  .loyalty-free {
    margin-top: 5px;
  }
  .loyalty-free:hover {
    margin-top: -5px !important;
  }
}

.loyalty-exec {
  margin-top: -80px;
}

@media ( max-width: 1200px) {
  .loyalty-exec {
    margin-top: 0px;
  }
}

@media ( max-width: 600px) {
  .loyalty-exec {
    margin-top: -95px;
  }
}

@media ( max-width: 500px) {
  .loyalty-exec {
    margin-top: -22px !important;
  }
}

@media ( max-width: 400px) {
  .loyalty-exec {
    margin-top: -15px !important;
  }
}

@media ( max-width: 320px) {
  .loyalty-exec {
    margin-top: -5px !important;
  }
}

@media ( max-width: 600px) {
  .loyalty-free ul li:last-of-type, .loyalty-exec ul li:last-of-type {
    display: none;
  }
}

.loyalty-free:hover, .loyalty-exec:hover {
  position: relative;
  z-index: 100 !important;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.loyalty-free ul, .loyalty-exec ul {
  margin-bottom: 10px;
  padding: 0px;
}

.loyalty-free ul li, .loyalty-exec ul li {
  text-decoration: none !important;
  padding: 10px 20px;
  margin-left: 0;
  text-align: center;
  display: block;
  line-height: 19px;
  border-top: 1px solid #59b4e3;
  color: white;
  font-size: 19px;
  text-shadow: 1px 2px #333;
}

.loyalty-free ul li, .loyalty-exec ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.loyalty-free ul li:last-of-type, .loyalty-exec ul li:last-of-type {
  border-bottom: none;
}

.loyalty-free i.fa-close, .loyalty-exec i.fa-close {
  color: orange;
}

.loyalty-exec .lp-logo {
  margin-bottom: 10px !important;
}

.loyalty-free .lp-logo, .loyalty-exec .lp-logo {
  display: block;
  margin: 0 auto;
}

.loyalty-exec .lp-ribbon {
  position: absolute;
  top: 0;
  left: 0;
}

@media ( max-width: 600px) {
  .loyalty-exec .lp-ribbon {
    width: 50%;
  }
}

.sign-up-btn {
  /*background: url(../images/spriteset1.png) repeat-y;*/
  /*background-position: 0 -309px;*/
  /*border: 1px solid #1d376d;*/
  padding: 10px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
  cursor: pointer;
  display: block !important;
  font: 15px arial, verdana, sans-serif !important;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  text-decoration: none !important;
}

.sign-up-btn-free {
  background: #59b4e3;
  color: white;
}

.sign-up-btn-free:hover {
  background: white;
  color: #1d376d;
  text-shadow: none;
}

.sign-up-btn-executive {
  background: #333333;
  color: white;
}

.sign-up-btn-executive:hover {
  background: white;
  color: #333333;
  text-shadow: none;
}

.loyalty-signup-btns-mobile {
  padding: 0 10px;
  margin-bottom: 10px;
}

.loyalty-signup-btns-mobile:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

@media ( min-width: 601px) {
  .loyalty-signup-btns-mobile {
    display: none;
  }
}

.loyalty-tooltip {
  display: inline;
  position: relative;
}

.loyalty-tooltip:hover:before {
  border: solid;
  border-color: rgba(29, 55, 107, .9) transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

.loyalty-tooltip:hover:after {
  background: #333;
  background: rgba(29, 55, 107, .9);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(data-tooltip);
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 210px;
  left: 0px;
  text-align: center !important;
}

.collection-colour-swatches {
  width: 100%;
  padding: 5px 0px;
}

.collection-colour-swatches img {
  margin: 2px !important;

}

.collection-colour-swatches img.swatch {
  width: auto !important;
  margin: 0 auto;
  display:inline-block;
}

#col-main .advanced-filter li.disable, #sidebar .filter-widgets li.disable {
  display: none;
  padding: 0
}

#content.vimove {
  padding-top: 0;
  padding-bottom: 0;
}

#content.vimove .page_content {
  margin-bottom: 0;
}

#content.vimove #vimove-intro p {
  margin-bottom: 40px !important;
}

@media (max-width: 1000px) {
  #content.vimove #vimove-intro .col-sm-8 {
    width: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
  }
}

@media (max-width: 768px) {
  #content.vimove #vimove-intro .btn {
    display: block !important;
    margin: 0 auto 10px !important;
  }
}

@media (max-width: 768px) {
  #content.vimove #vimove-feat-txt .col-sm-4 {
    text-align: center !important;
  }
}

#content.vimove #vimove-intro h2, #content.vimove #vimove-feat-txt h2, #content.vimove #vimove-features h2 {
  font-weight: bold !important;
  text-transform: uppercase;
}

#content.vimove #vimove-features {
  color: white !important;
}

#content.vimove #vimove-features h2 {
  margin-bottom: 40px;
}

#content.vimove #vimove-features ul {
  list-style-type: none;
  font-size: 18px;
  padding-left: 0 !important;
}

#content.vimove #vimove-features ul li {
  text-align: left !imoprtant;
  margin-bottom: 20px;
}

#content.vimove #vimove-features ul li.feat-icon-shoe, #content.vimove #vimove-features ul li.feat-icon-stats, #content.vimove #vimove-features ul li.feat-icon-txt, #content.vimove #vimove-features ul li.feat-icon-vimove, #content.vimove #vimove-features ul li.feat-icon-details, #content.vimove #vimove-features ul li.feat-icon-scientist {
  float: left;
  clear: both;
  padding-left: 50px;
}

#content.vimove #vimove-features ul li.feat-icon-shoe {
  background: url({{ 'vimove-feat-icon-shoe.png' | asset_url }}) no-repeat left center;
}

#content.vimove #vimove-features ul li.feat-icon-stats {
  background: url({{ 'vimove-feat-icon-stats.png' | asset_url }}) no-repeat left center;
}

#content.vimove #vimove-features ul li.feat-icon-txt {
  background: url({{ 'vimove-feat-icon-txt.png' | asset_url }}) no-repeat left center;
}

#content.vimove #vimove-features ul li.feat-icon-vimove {
  background: url({{ 'vimove-feat-icon-vimove.png' | asset_url }}) no-repeat left center;
}

#content.vimove #vimove-features ul li.feat-icon-details {
  background: url({{ 'vimove-feat-icon-details.png' | asset_url }}) no-repeat left center;
}

#content.vimove #vimove-features ul li.feat-icon-scientist {
  background: url({{ 'vimove-feat-icon-scientist.png' | asset_url }}) no-repeat left center;
}

#content.vimove #vimove-intro .btn, #content.vimove #vimove-c2a .btn {
  width: 100%;
  max-width: 260px;
}

.row-padded {
  padding-top: 40px;
  padding-bottom: 40px;
}

.row-padded-medium {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-padded-large {
  padding-top: 90px;
  padding-bottom: 90px;
}

.bg-is-grey {
  background: #efefef !important;
}

.bg-is-blue-mid {
  background: #005fad !important;
}

.bg-is-blue-mid-dark {
  background: #001843 !important;
}

.txt-is-centered {
  text-align: center !important;
}

.txt-is-blue-mid {
  color: #005fad !important;
}

.our-stores {
  background: #001843;
  color: white;
  text-align: center;
  padding: 80px 0;
}

.our-stores h2, .our-stores h3 {
  color: white;
}

.our-stores h3.title {
  margin-bottom: 0 !important;
}

.our-stores>.container {
  text-align: center;
}

.our-stores .store-block {
  display: inline-block;
  width: 25%;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .our-stores .store-block {
    width: 49.5%;
  }
}

@media (max-width: 600px) {
  .our-stores .store-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .our-stores .store-block:last-of-type {
    margin-bottom: 0px;
  }
}

.our-stores .store-block img {
  border: 5px solid #00b7ff;
}

.store {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .store .store-services {
    margin-bottom: 30px;
  }
}

.store .store-address {
  display: flex;
}

.store .store-address ul.has-icon {
  position: relative;
  top: -5px;
}

.store .store-address ul.has-icon li span {
  text-align: center;
  width: 60%;
  float: right;
}

@media (max-width: 768px) {
  .store .store-address {
    display: block;
  }
  .store .store-address .col-lg-6 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.store .store-map {
  width: 50%;
}

.store .store-info {
  margin: 30px -10px;
}

.store .has-icon {
  margin-left: 30px;
}

.store i {
  position: absolute;
  left: 10px;
  margin-top: 3px;
  color: #00b7ff; // Light Blue
}

.store .store-info i {
  left: 0px;
}

.store ul {
  padding-left: 0;
  list-style: none inside;
}

.store .store-service-c2a {
  text-align: center;
  font-size: 0;
}

.store .store-service-c2a a, .store .store-service-c2a img {
  display: inline-block;
}

.store .store-service-c2a img {
  border: 5px solid white;
}

@media (max-width: 600px) {
  .cat-grid .product_item {
    padding: 0 10px;
  }
}

ul.vendor-list {
  list-style: none;
  padding: 0;
  font-size: 0;
  text-align: center;
}

ul.vendor-list li.vendor-list-item {
  width: 20%;
  display: inline-block;
  padding: 30px;
}

@media ( max-width: 600px) {
  ul.vendor-list li.vendor-list-item {
    width: 50%;
    padding: 20px;
  }
}

.modal-dialog.modal-lg {
  width: 95%;
  max-width: 900px;
}

@media ( max-width: 768px) {
  .modal-dialog.modal-lg {
    width: auto;
  }
}

button[data-dismiss=modal] {
  background: #001843;
  border: 0;
  border-radius: 50%;
  line-height: 18px;
  width: 22px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: -10px;
  right: -10px;
}

.modal-content {
  padding: 30px;
}

@media ( max-width: 768px) {
  .modal-content {
    padding: 10px;
  }
}

.modal-header h1 {
  font-size: 24px;
}

.modal-body td, .modal-body th {
  padding: 10px;
}

@media ( max-width: 600px) {
  .modal-body table {
    font-size: 10px;
  }
}

@media ( max-width: 767px) {
  .templateProduct #product .product-gallery {
    width: 100%;
  }
  .templateProduct #product {
    margin: 0;
  }
}

.templateProduct .product-gallery .product-video {
  float: left;
  width: calc( 100% - 70px);
  height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.txt-align-left {
  text-align:left;
}
.txt-align-right {
  text-align:right;
}
.txt-align-center {
  text-align:center;
}

.flex {display:flex;}
.txt-middle {
  position:absolute;
  top:50%;
  transform:translatey(-50%);
}
.img-rounded {
  border-radius:50%;
}

.lander #content {
  padding-top: 0px;
}

.lander .col-md-12 {
  padding: 0px;
}

.lander.bra {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.lander.bra .hero {
  text-align: center;
  background-image: url('/cdn/shop/files/black-bra1.jpg?1359');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

@media (max-width:600px) {
  .lander.bra .hero {
    background: none;
  }
}

.lander.bra .hero h1 {
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #0f0045;
  font-size: 40px;
  margin-bottom: 0px;
}

.lander.bra .hero h2 {
  color: #0f0045;
  font-size: 28px;
  margin-top: 5px;
}

.lander.bra h4 {
  color: #0f0045;
  font-size: 25px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  position: relative;
}

.lander.bra .statement-blue {
  background: #455b8a;
  text-align: center
}

.lander.bra .statement-blue h3 {
  color: #ffffff;
  letter-spacing: 0.5rem;
  font-size: 28px;
  font-weight: 400;
}

.lander.bra .statement-blue h4 {
  color: #ffffff;
  letter-spacing: 0.5rem;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.lander.bra .joanna {
  width: 60%;
  text-align: center;
  display: block;
  margin: 0 auto;
}


.lander.insole .hero {
  text-align: center;
  background-image: url('/cdn/shop/t/2/assets/greenbg-radial.jpg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  color:#ffffff;

}
.lander.insole .hero  h1 {
  text-transform: uppercase !important;
  font-size:3rem;
}
.lander.insole .hero  h2 {
  color:#ffffff;
}
.lander.insole .hero img {
  margin-top:30px;
}

.lander.insole .why-insoles {
  text-align: center;
  background-image: url('/cdn/shop/t/2/assets/whyinsoles.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  color:#767676;

}
.lander.insole .why-insoles img {
  margin-top:30px;
}

.lander.insole .how-it-works {
  text-align:center;
}

.lander.insole .how-it-works img {
  border:4px solid #79c942;
}
.lander.insole .how-it-works h3 {
  font-weight:bold;
  font-size:1.2rem;
  color:#767676;
  margin-bottom:20px;
}

.lander.insole .how-it-works .col-sm-5 {
  position:relative;
}

.lander.insole .activities {
  background:#f7f7f7;
  text-align:center;
  margin-top:50px;
}

.lander.insole .activities h4 {
  font-size:1rem;
  margin-bottom:50px;
}

.lander.insole .injuries {
  background:#d0f7d8;
  text-align:center;
}

.flag-label {
  background:url('/cdn/shop/t/2/assets/flag-label.png');
  background-size:contain;
  position:absolute;
  background-repeat:no-repeat;
  top:50px;
  left:-45px;
  text-align:left;
  max-width:400px;
}

@media (max-width:500px) {
  .flag-label {
  	top:80px;
    left:-54px;
  }
}
.flag-label a {
  display:block;
  color:#ffffff;
  font-size:1.1rem;
  font-weight:bold;
    padding:128px 30px 140px 70px;
}
.flag-label a span {
  display:block;
  font-size:1rem;
  font-weight:normal;
  text-align:right;
}

.lander.insole h2 {
  font-size:2rem;
  color:#767676;
  margin-bottom:50px;
}
@media (max-width:500px) {
  .lander.insole h2 {font-size:1.1rem;}
}

.lander.insole .statement-green {
  background: #43cc3c;
  text-align: center
}

.lander.insole .statement-green h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
}

.lander.insole .faq h4 {
  font-size:1rem;
  font-weight:bold;
  letter-spacing:0px;
}


.lander.insole .premium-insoles h2 strong {display:block;}

.lander .panel-default>.panel-heading {
  background-color: transparent;
}

.lander .panel-title>a:after {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  width: 14px;
  height: 14px;
  font-family: 'FontAwesome';
  content: "\f106";
  line-height: 14px;
  opacity: 0.3;
}

.lander .panel-title>a.collapsed:after {
  content: "\f107";
}

.lander .panel-title>a:after {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -1px;
  width: 14px;
  height: 14px;
  font-family: 'FontAwesome';
  content: "\f106";
  line-height: 14px;
  opacity: 0.3;
}

.lander .panel-title>a:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(136, 136, 136, 0.04);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(136, 136, 136, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(136, 136, 136, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(136, 136, 136, 0.15);
}

.lander.bf {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  background: #00031d;
}

.lander.bf .hero {
  text-align: center;
  padding-top: 20px;
  background-image: url('/cdn/shop/t/2/assets/carbon.png?10758390703723306491');
  background-repeat: repeat;
}

.lander.bf h1 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 20px;
}

.lander.bf h2 {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  margin-top: 5px;
}

.lander.bf h4 {
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 60px;
  padding: 0px;
  letter-spacing: 0.1em;
  position: relative;
}

.lander.bf .col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.lander.bf .flex {
  display: flex;
  margin-bottom: 20px;
}

.lander.bf .greybox {
  background: #2c2c2c;
  text-align: center;
}

.lander.bf .whitebox {
  background: #ffffff;
  text-align: center;
  padding: 80px 100px;
  color: #ca0000;
}

.lander.bf .whitebox span {
  display: block;
}

.lander.bf .whitebox span.price {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.lander.bf .whitebox span.title {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  color: #ca0000;
}

.lander.bf .whitebox span.subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  color: #ca0000;
  margin-top: 30px;
}

.lander.bf .whitebox a {
  display: inline-block;
  border: 1px solid #a1a1a1;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  margin-top: 30px;
  color: #000000;
}

.lander.bf .more div {
  text-align: center;
  color: #ffffff;
}

.lander.bf .more div img {
  width: 100%;
}

.lander.bf .more div span {
  color: #ffffff !important;
  display: block;
  text-transform: uppercase;
  font-size: 16px !important;
  margin-bottom: 5px !important;
}

.lander.bf .more div span.title {
  margin-top: 20px;
}

.lander.bf .more a:last-of-type {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin-top: 15px;
  color: #ffffff;
  margin-bottom: 60px;
}

@media (max-width:1024px) {
  .lander.bf .hero {
    padding: 20px 50px 0px 50px;
  }
  .lander.bf .row-padded-medium {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lander.bf .whitebox {
    padding: 40px 60px;
  }
  .lander.bf .whitebox span.price {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .lander.bf .whitebox span.title {
    font-size: 20px;
    line-height: 20px;
  }
  .lander.bf .whitebox span.subtitle {
    font-size: 16px;
    line-height: 16px;
    margin-top: 30px;
  }
  .lander.bf h4 {
    padding: 0px 40px;
  }
}

@media (max-width:768px) {
  .lander.bf .flex,
  .lander.insole .flex {
    display: block;
  }
  .lander.insole .txt-middle {
    position:relative;
    transform:none;
  }

}
@media (max-width:600px) {
.lander.insole .txt-align-right,
.lander.insole .txt-align-left {
  text-align:center;
}
}

.lander.services .hero {
  text-align: center;
  background-image: url('/cdn/shop/t/2/assets/servicesbg.jpg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  color:#ffffff;

}
.lander.services .hero  h1 {
  text-transform: uppercase !important;
  font-size:3rem;
}
.lander.services .hero  h2 {
  color:#ffffff;
  font-size:1.2rem;
}

.lander.services .services.masonry {
  display:flex;
}

.lander.services .services.masonry .flex-row {
  flex-direction: row;
  display: flex;
    width:50%
}


.lander.services .services.masonry .flex-row-full {
  flex-direction: row;
  display: flex;
    width:100%
}

.lander.services .services.masonry .flex-column {
  flex-direction: column;
  display: flex;
  width:50%

}

.lander.services .services.masonry .service {
    margin:10px;
    background:#d0d0d0;
    flex: 1 1 50%;
    position:relative;
}

.lander.services .services.masonry .service .service-info {
  background:rgba(245,245,245,0.8);
  position:absolute;
  bottom:0 ;
  left:0;
  width:100%;
  text-align:center;
  padding:15px;
}
.lander.services .services.masonry .service .service-info h3 {
  text-transform: uppercase;
  font-weight:600;
  margin:0 0 5px 0;
  font-size:1.2rem;
}
.lander.services .services.masonry .service .service-info h4 {
  margin:0px;
  font-size:0.9rem;
  letter-spacing:0px;
}
.lander.services .services.masonry .service .service-info a {
  border:1px solid #000000;
  padding:5px 10px 3px;
  border-radius:3px;
  margin-top:15px;
  display:inline-block;
}
.lander.services .otherservices {
  width:100%;
  text-align:center;
}
.lander.services .otherservices h2 {
  font-weight:600;
  color:#464646;
  font-size:1.6rem;
  letter-spacing: 1px;
}
.lander.services .otherservices h2:after {
  display:block;
  content:" ";
  border-bottom:1px solid #464646;
  margin-top:10px;
}

@media (max-width:600px) {
  .lander.services .hero  h2 {
  font-size:28px;
  }
  .lander.services .services.masonry {
    display:block;
  }
  .lander.services .services.masonry .flex-row,
  .lander.services .services.masonry .flex-column,
  .lander.services .services.masonry .flex-row-full {
    flex-direction: unset;
    display: block;
      width:100%;
  }
  .lander.services .services.masonry .service {
    width:initial;
    flex:unset;
  }
}





#service-blocks {
  display: grid;
  grid-template-columns: 48% 25% 25%;
  grid-gap: 1%;
  margin-bottom:20px;
}

.service-wrap {
  color: white;
  font-size: 2em;
  background:#c0c0c0;
  margin-bottom:10px;
}


.service-wrap img {width:100%;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;}

  #service-blocks .service-wrap {
      position: relative;
      max-width: 100%;
      overflow: hidden;
  }

#service-blocks .service-wrap .img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
  }
/*   #service-blocks .service-wrap .service-bg {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  } */

#service-blocks .service-wrap:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}


  #service-blocks .service-wrap .service-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #007fff;
    opacity: 0.1;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#service-blocks .service-wrap:hover .service-bg:before {
    opacity: 0.4;
}

#service-blocks .service-wrap .service-cpt {
    white-space: normal;
  padding:10px 20px 20px 20px;
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 100%;
  	transform:translatey(-50px);
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
    font-family: Roboto;
    color: #ffffff;
  	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
  	background-color:rgba(0,0,0,0.5);
}

#service-blocks .service-wrap .service-cpt p {
	font-weight:initial;
  	font-weight:initial;
  	font-size:initial;
  	padding:20px;
  text-transform:none;
  line-height:1.4em;
}

#service-blocks .service-wrap .service-cpt a {
 border:2px solid #ffffff;
  font-size:12px;
  padding:10px 15px;
  margin-top:10px;
  color:#ffffff;
  line-height:initial;
    	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#service-blocks .service-wrap .service-cpt a:hover {
  padding:10px 25px;
  color:#00b7ff;
  	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

@media (min-width:480px) {
#service-blocks .service-wrap:hover .service-cpt {
   transform:translatey(-100%);
  background-color:rgba(0,0,0,0.8);
  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
}



#service-blocks > div:first-of-type {
  grid-area: 1 / 1 / 3 / 2;
}

@media (max-width:768px) {
  #service-blocks .service-wrap .service-cpt {
  	font-size:11px;
  }
}


@media (max-width:480px) {

  #service-blocks {
    grid-template-columns: 50% 50%;
  }
  #service-blocks > div:first-of-type {
    grid-area: 1 / 1 / 1 / 3;
}


.desk-slider.mob-slider {display:none;}
.mobile-slider {display:block;}

}

.section-border {
  border: solid 5px #FC5185;
  transition: border-width 0.6s linear;
}

.section-border:hover { border-width: 10px; }


/* gait-analysis page styling start */

.gait-analysis-header {
    margin-top: -30px;
    height: 100%;
    width: 100%;
    background-color: rgb(2, 211, 248);
    clip-path: polygon(0 0, 100% 0, 100% 43%, 0 81%);
    position: absolute;
    z-index: -1;
}

/* gait-analysis page styling end */



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

.p-relative {position:relative;}

/* Collection page buttons */
.collection-button {
        display: inline-block;
        border: #CFD3D6;
        border-color: light blue;
        background: #27314c;
        color: white;
        font-weight: 600;
        font-size: 13px;
        padding: 0.5em 2em 0.5em 2em;
        border-width: 1px;
        border-radius: 900px;
        margin-right: 1rem;
        text-decoration: inherit;
}
/* Collection page buttons end */

/* Gait analysis cards section start */

        .flex-card-container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 1420px;
            height: 600px;
            padding: 20px;
            box-sizing: border-box;
            
            color: white;
        }
        .flex-card-container .left-column {
            width: 577px;
            text-align: left;
        }
        .flex-card-container .left-column img {
            width: 100%;
            height: 390px;
            object-fit: cover;
        }
        .flex-card-container .right-column {
            width: 698px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
        }
        .flex-card-container .card {
            display: flex;
            flex-direction: column;
            padding: 10px;
            margin-bottom: 10px;
            cursor: pointer;
            transition: opacity 0.3s;
            position: relative;
            height: 130px;
            flex-shrink: 0;
            min-width: 300px;
            max-width: 100%;
            scroll-snap-align: center;
            box-sizing: border-box;
            opacity: 0.6;
        }
        .flex-card-container .card h2 {
            margin: 0;
        }
        .flex-card-container .card p {
            margin: 10px 0 0 0;
        }
        .flex-card-container .card.selected,
        .flex-card-container .card:hover,
        .flex-card-container .card.in-view {
            opacity: 1;
        }
        @media (max-width: 768px) {
            .flex-card-container {
                flex-direction: column;
                align-items: center;
                width: 100%;
                height: auto;
                padding: 10px;
            }
            .flex-card-container .left-column {
                width: 100%;
                margin-bottom: 20px;
            }
            .flex-card-container .right-column {
                width: 100%;
                display: flex;
                flex-direction: row;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                margin-left: 0;
                -webkit-overflow-scrolling: touch;
            }
            .flex-card-container .card {
                height: auto;
                margin-bottom: 0;
                margin-right: -10px; /* Slight overlap */
                width: calc(100% - 40px);
                white-space: normal;
                opacity: 0.6;
                transition: opacity 0.3s;
            }
            .flex-card-container .card.in-view {
                opacity: 1;
            }
        }



/* Gait analysis cards section end */
/* Gait page Buttons Start */
    .gait-button-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: left;
    }

    .gait-page-button {
        padding: 10px 1.5em;
        border-radius: 50px;
        font-size: 16px;
        cursor: pointer;
        border: none;
        transition: all 0.3s ease;
    }

    .gait-page-button-filled {
        background-color: #416690;
        color: white;
    }

    .gait-page-button-outlined {
        background-color: transparent;
        border: 3px solid #416690;
        color: #416690;
    }

    /* Stack buttons on smaller screens */
    @media (max-width: 600px) {
        .gait-button-container {
            flex-direction: column;
        }
    }
/* Gait page Buttons end */

.product-form__cart-submit:hover {
  background-color: white !important;
  border: 2px solid navy !important;
  color: navy !important;
}

/* Featured product icons row start */
.icon-row {
  max-width: 1200px;
  margin: 0 auto;             /* Center the container horizontally */
  padding: 0 20px;            /* Maintain side padding */
  box-sizing: border-box;
  height: 123px;              /* Fixed height per requirements */
  
  display: flex;
  justify-content: center;    /* Center columns horizontally */
  align-items: center;        /* Align items vertically */
  flex-wrap: nowrap;          /* No wrapping by default on desktop */
}

.icon-column {
  flex: 1 1 200px;            /* Start at about 200px, shrink as needed */
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;            /* Internal padding for each column */
  min-width: 0;               /* Allow columns to shrink below 200px if needed */
}

.icon-column img {
  max-width: 100%;
  height: auto;
  display: block;
}

.icon-column p {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
  word-wrap: break-word;      
  overflow-wrap: break-word;
}

/* Mobile View: single column */
@media (max-width: 768px) {
  .icon-row {
    flex-wrap: wrap;           /* Allow wrapping on smaller screens */
    height: auto;              /* Let height grow as columns stack */
  }

  .icon-column {
    flex: 1 1 100%;            /* Each column takes full width */
    max-width: 100%;           /* Make sure it spans the whole row */
    margin-bottom: 20px;       /* Add spacing between columns (now stacked) */
  }
}

/* Featured product icons row end */



