/** Shopify CDN: Minification failed

Line 54:0 Unexpected "{"
Line 54:1 Expected identifier but found "%"
Line 58:13 Expected ")" to end URL token
Line 65:13 Expected ")" to end URL token
Line 72:13 Expected ")" to end URL token
Line 80:13 Expected ")" to end URL token
Line 89:13 Expected ")" to end URL token
Line 96:13 Expected ")" to end URL token
Line 103:13 Expected ")" to end URL token
Line 1481:12 Unexpected "{"
... and 21 more hidden warnings

**/
/* ============================================= */
/*  PREVENT HORIZONTAL SCROLL – GLOBAL FIX       */
/* ============================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

#option-box-ymq-variant-0 {
  display: none;
}

button {
  text-align: center;
  font-family: "Manuka"; font-weight: 700;
  color: white;
  font-size: 60px;
  background-color: #211f5e;
}

{% style %}
/* ===== Webfont faces (standard names) ===== */
@font-face{
  font-family:"Manuka";
  src:url({{ 'manuka-bold.woff2' | asset_url }}) format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Signifier";
  src:url({{ 'signifier-light.woff2' | asset_url }}) format("woff2");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Signifier";
  src:url({{ 'signifier-thin.woff2' | asset_url }}) format("woff2");
  font-weight:100;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Signifier";
  src:url({{ 'signifier-light-italic.woff2' | asset_url }}) format("woff2");
  font-weight:300;
  font-style:italic;
  font-display:swap;
}

/* ===== Temporary aliases (so old CSS still works) ===== */
@font-face{
  font-family:"manuka-bold";
  src:url({{ 'manuka-bold.woff2' | asset_url }}) format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"signifier-light";
  src:url({{ 'signifier-light.woff2' | asset_url }}) format("woff2");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"signifier-thin";
  src:url({{ 'signifier-thin.woff2' | asset_url }}) format("woff2");
  font-weight:100;
  font-style:normal;
  font-display:swap;
}

/* ===== Theme variables: use standard families ===== */
:root{
  --font-heading-family: "Manuka", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-body-family: "Signifier", Georgia, "Times New Roman", serif;

  --font-heading-weight: 700; /* matches Manuka Bold file */
  --font-body-weight: 300;    /* matches Signifier Light file */
}

/* ===== Force above-the-fold usage (diagnostic) ===== */
/* Keep these !important temporarily to beat any legacy 400 rules.
   Once you refactor your CSS to use `Manuka`/`Signifier`, remove the !important. */
body {
  font-family: var(--font-body-family);
  font-weight: 300;
}
html, body {
  user-select: text !important;
}


h1, h2, h3, .h1, .h2, .h3 {
  font-family: var(--font-heading-family) !important;
  font-weight: 700 !important;
}

hr {
    border: 0;
    height: 1px;
    margin: 10px 0px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

/* ✅ Global ultra-light table grid */
table {
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid rgba(0, 0, 0, 0.09);  /* very light gray */
}

/*temporary hide paypal button*/
.shopify-cleanslate ul li:nth-child(2) {
  display: none;
}
.product-single__price--compare-at {
  color: #bfbfbf;
  text-decoration: line-through;
  padding-left: 10px;
}
/*TODO: temporary hide price before pushing live*/
/*hide collection filters*/
#main-collection-filters {
  display: none;
}
body {
  font-family: "Scout Lt";
  color: #1e1e5f;
  font-size: 1.5rem;
  line-height: 1.9rem;
  height: 100%;
}

strong {
    font-family: "Scout Reg";

}

body .shop-products-item * {
  line-height: 1.3;
}

a,
a:hover {
  text-decoration: none;
}

.scoutbold {
    font-family: "Scout Bd";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.scoutlight {
    font-family: "Scout Lt";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.scoutregular {
    font-family: "Scout Reg";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

#header {
  background-color: white;
  /*height:120px;*/
}

.header-breadcumb {
  text-align: center;
  background: #211f5e;
  color: white;
  padding: 5px;
  width: 100%;
  font-size: 18px;
  /*height: 30px;*/
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-width: 178px;
}
.header-strip-icons {
  min-width: 280px;
}
.logo {
  width: fit-content;
}
.logo {
  padding: 0;
}
/* Prevent logo distortion */
.Header-branding-logo {
  display: block;
  height: auto;            /* maintain aspect ratio */
  width: auto;             /* don't force width if container constrains it */
  max-height: 60px;        /* tweak this to your desired header height */
  max-width: 100%;
  object-fit: contain;     /* in case any container constraints apply */
}

/* If the logo container sets a fixed height, ensure it doesn't force the image */
.logo, .Header-branding {
  line-height: 0;          /* avoid extra space from inline images */
}


.header-strip-icons {
  /* float: right;
    text-align: right; */
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between; 
}

#header .header-strip-icons img {
  padding: 0;
  margin: 0;
  max-height: 30px;
}

.header-icons-cart {
  position: relative;
}

.header-icons-search div,
.header-icons-login div,
.header-icons-cart div {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1e1e5f;
}

.site-header__cart,
.header-icons-search a,
.header-icons-login a {
  padding: 4px 16px 4px 8px;
  gap: 8px;
  font-weight: 700;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.header-icons-search,
.header-icons-login,
.header-icons-cart {
  /* width: 26%; */
  /* padding-right: 20px; */
  float: right;
  text-align: center;
}

/* -------------------------------------------------
   Search icon
   ------------------------------------------------- */
.me-1 {
    padding: 10px;
}
.header-icons-login {
    padding-left: 12px;
}
/* -------------------------------------------------
   Mobile – show only the search icon
   ------------------------------------------------- */
@media (max-width: 749px) {
  .header__icon--search .head-icon-text {
    display: none !important;
  }

  /* Optional: give the icon a little more tap area */
  .header__icon--search {
    min-width: 44px;
    justify-content: center;
  }
}

.minicart_subtotal .title {
  margin: 0;
}
#atharva_minicart_count {
  display: none !important;
}
#atharva_minicart.show_minicart {
  font-family: signifier-light !important;
}
#atharva_minicart .minicart-title,
#atharva_minicart input,
#atharva_minicart .minicart-quantity-nav div {
  font-family: signifier-light !important;
}

.atharva_minicart_table .quantity {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  min-height: auto;
  margin-top: 15px;
  height: auto;
}
.atharva_minicart_table .quantity::after {
  box-shadow: none;
}
.atharva_minicart_table .quantity input {
  width: 100%;
}
.quantity {
  position: relative;
  height: 55.19px;
  /*width: 154px;*/
  border: 1px solid gray;
}
.quantity:after {
  border: none;
  border-radius: initial;
  box-shadow: none;
  transition: none;
}
.pdp-add-to-cart-volumn .quantity input {
  height: auto;
  padding: 0;
}

/**
*SMILE ACCOUNT BALANCE ADDED TO ACCOUNT PAGE
*/
.smile-balance {
  background-color: #fa5f5a;
  color: #ffffff;
  max-width: 475px;
  margin: auto;
  text-align: center;
  padding: 10px;
}

.pdp-point-highlight {
  color: #211f5e;
  font-size: 16px;
  width: 55%;
  background: rgba(84, 192, 232, 0.2);
  padding: 6px;
  margin-bottom: 4px;
}

.highlight-providence {
  background-color: #a3a19e !important;
}

.pdp-point-highlight a {
  color: #211f5e;
  text-decoration: underline;
}
.pdp-point-highlight img,
.pdp-point-highlight p {
  display: inline-block;
  margin: 0px;
}
.pdp-point-highlight img {
  width: 24px;
  padding-right: 2px;
  padding-left: 4px;
}

.pdp-points-svg {
  fill: #211f5e;
}

/**
* Desktop Navigation  
*/
.navbar {
  padding: 0;
  font-family: Scout;
 /* text-transform: uppercase;*/
}

.menu-navbar {
  height: 80px;
  padding: 16px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/*tuanlv 07/10*/
.navbar ul.main {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li.main-item {
  position: relative;
}
.navbar ul.main ul {
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  position: absolute;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 5px 0 10px 0;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 260px;
}

.navbar ul.main ul li {
  padding: 5px 0;
}
.navbar ul.main ul li a:hover {
  text-decoration: underline;
}
.navbar li.main-item:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.navbar li.main-item:hover {
  background: url(wearspf_arrow_right.svg) no-repeat;
  background-size: 15px 15px;
  background-position: 1px;
}
/*end tuanlv 07/10*/

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar-mobile {
  display: none;
}

.list-menu {
  background-color: #ffffff;
}

.menu-drawer__inner-submenu {
  background-color: #ffffff;
}
.menu-drawer__inner-container {
    background-color: #ffffff;
}
    

.menu-drawer__menu-item {
    padding: 1.1rem 2.6rem !important;
    font-size: 1.2rem !important;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-right: initial;
  padding-left: inherit;
  /*padding-top: 20px;*/
}

#header .container {
  /*padding-top: 20px;*/
  padding: 20px 0;
}

.hero-left {
  width: calc(50% - 12px);
  float: left;
  position: relative;
}
.hero-right {
  width: calc(50% - 12px);
  margin-left: 24px;
  float: left;
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}

.hero-right a {
  width: calc(50% - 12px);
}
.home-hero {
  position: relative;
  /*padding-top: 100px;*/
  padding-top: 113px;
}

.home-hero .container {
  /* position: relative; */
}

.home-hero-img {
  /* max-width: 1280px; */
  width: 100%;
}

.home-hero-right {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding-top: 20px;
  display: none;
}
/*tuanlv 07/10*/
.home-hero-title {
  font-size: 80px;
  font-family: "Manuka"; font-weight: 700;
  /* width: 590px; */
  margin: auto;
  letter-spacing: 2px;
  line-height: 81px;
  text-align: left;
  padding-left: 40px;
}

.home-hero-text {
  text-align: left;
  font-size: 33px;
  /* width: 390px; */
  font-family:  "Signifier";  font-weight: 300;
  line-height: 33px;
  /* padding: 80px 0; */
  letter-spacing: 1px;
  text-align: left;
  padding-left: 40px;
}

.hero-text-2 {
  text-align: center;
  font-size: 30px;
  font-family: "Scout It";
  line-height: 20px;
  color: #ffffff;
  padding-bottom: 100px;
}
.hero-main {
  width: 100%;
  display: inline-block;
  margin-bottom: -6px;
  z-index: 600;
  padding: 24px;
}

.hero-right img {
  width: 100%;
  float: left;
}

.btn-shop {
  background-color: #ffffff;
  font-family: "Scout Reg";
  font-size: 30px;
  font-weight: bold;
  color: #1e1e5f;
  border: 0;
  padding: 10px 23px 13px 23px;
  letter-spacing: 2px;
}
.btn-shop:hover {
  color: #1e1e5f;
}
.skin-the-game {
  position: relative;
}
.skin-the-game .container {
  background-position: center top;

  background-color: #ffffff;
  /* height: 855px; */
  padding-top: 270px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  /* position: relative; */
}

.skin-the-game-left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 27%;
}

.skin-the-game-right-bg {
  position: absolute;
  bottom: -135px;
  right: 0;
  width: 50%;
}

.skin-the-game-left-bg img {
  width: 100%;
}

.skin-the-game-right-bg img {
  width: 100%;
  float: right;
  max-width: 800px;
}

.skin-the-game-content {
  margin: auto;
  text-align: center;
  width: 64%;
  position: relative;
}

.skin-the-game-title {
  /*float: left; */
  color: #1e1e5f;
  font-size: 120px;
  /* padding-left: 40px; */
  font-family: "Manuka"; font-weight: 700;
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url(wearspf_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 70px 35px;
}

.review-title-home {
  /*float: left; */
  color: #1e1e5f;
  font-size: 120px;
  line-height: 110px;
  /* padding-left: 40px; */
  font-family: "Manuka"; font-weight: 700;
  position: relative;
  width: 100%;
  text-align: center;
}

.skin-the-game-header {
  padding-top: 200px;
}

.skin-the-game-text {
  text-align: center;
  font-size: 28px;
  font-family: "signifier-light";
  line-height: 40px;
  color: #1e1e5f;
  padding-top: 70px;
  padding-bottom: 70px;
  clear: both;
}
.skin-the-game-text span {
  font-family: "signifier-light-italic";
}

.signature {
  max-width: 50%;
  float: inherit;
}

.arrow-right {
  max-width: 35px;
  /* float: left; */
  margin-top: 40px;
  /* margin-left: 80px; */
  position: absolute;
  left: 100px;
}

.home-three-col-nav {
  background-color: #1e1e5f;
  width: 100%;
}
.home-three-col-nav-wrap {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
  padding-top: 95px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.home-three-col-nav-item {
  width: 29.3%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-right: 6%;
}

.home-three-col-nav-item img {
  width: 100%;
  box-shadow: 5px 5px #1e1e5f;
  background-color: white;
}

.home-three-col-nav-item.last {
  margin-right: 0;
}

.hero-item-text {
  font-size: 40px;
  color: #1e1e5f;
  padding-top: 25px;
}
.hero-item-text-countdown {
  font-size: 100px;
  line-height: 85px;
  /* color: #1e1e5f; */
  color: #ffffff;
  text-shadow: 1px 1px 2px black;
  padding: 0px 30px;
  text-transform: uppercase;
}

.hero-item-text-countdown-sub {
  /*text-align: center;*/
  font-size: 32px;
  font-family: "signifier-light";
  line-height: 30px;
  /* color: #1e1e5f; */
  color: #ffffff;
  text-shadow: 1px 1px 2px black;
  padding: 0px 30px;
}

.Ushdw .countdown-container {
  padding: 0px;
}

.jbJAyH .countdown-container {
  padding: 0px;
}

.hero-image-container {
  position: relative;
  display: inline-block;
  width: 100%; /* Ensure full width */
  max-width: 100%; /* Prevent overflow */
}

.countdown-wrapper {
  position: absolute;
  top: 50%; /* Adjust position to be 5% down */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  display: block; /* Ensures visibility */
}
@media only screen and (max-width: 600px) {
  .hero-item-text-countdown {
    font-size: 50px;
    line-height: 45px;
  }
   .hero-item-text-countdown-sub {
    font-size: 24px;
    line-height: 24px;
  }
  .countdown-wrapper {
    top: 40%; /* Adjust position to be 10% down */
  }
  .Ushdw .countdown-container {
    padding: 0px important!;
  }
}

.home-product-slider {
  background-color: #fa5f5a;
  position: relative;
  overflow: hidden;
}
.home-product-slider .container {
  background-position: center top;
  background-color: #fa5f5a;
  /* position: relative; */
  padding-bottom: 50px;
}

.home-product-slider-left-img {
  width: 67%;
  position: absolute;
  bottom: -120px;
}

.home-product-slider-title {
  text-align: center;
  font-size: 60px;
  font-family: "signifier-light";
  line-height: 20px;
  color: #ffffff;
}

.home-product-slider-header {
  padding: 80px 0;
  position: relative;
}

.home-product-slider-item-title {
  width: 44%;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  font-family: "Manuka"; font-weight: 700;
  line-height: 38px;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.slick-next {
  top: 40%;
  width: 40px;
  height: 80px;
  background-image: url("wearspf_arrow_right-white.svg");
  right: -55px;
}

.slick-prev {
  top: 40%;
  width: 40px;
  height: 80px;
  background-image: url("wearspf_arrow_left-white.svg");
  z-index: 2;
  left: -55px;
}

/* .slick-prev:hover, .slick-prev:focus {
    background-image: url("wearspf_arrow_left-white.svg");
} */

/* .slick-next:hover, .slick-next:focus {
    background-image: url("wearspf_arrow_right-white.svg");
} */
.hashtags {
  background-color: #211f5e;
}
.hashtags .container {
  background-position: center top;
  background-color: #211f5e;
  /* height: 550px; */
  position: relative;
  padding-top: 125px;
  padding-bottom: 110px;
}

.hashtags-title {
  color: white;
  padding-left: 40%;
  padding: 20px 10px 45px 40%;
  font-size: 30px;
  font-family: "signifier-light";
  line-height: 34px;
}

.products-header {
  padding: 50px 0;
  padding-top: 80px;
  padding-bottom: 75px;
  position: relative;
}

.slides-products {
  width: 40%;
  margin: auto;
}

.slides-products img {
  position: relative;
  bottom: 0%;
  width: 90%;
  margin: auto;
}

.hashtag-content {
  /*position: absolute; */
  width: 100%;
  /* bottom: 10%; */
  display: inline-block;
}

.hashtag-img {
  width: 40%;
  float: left;
  padding-left: 5%;
}

.hashtag-img img {
  width: 80%;
}

.hashtag {
  width: 53%;
  float: left;
  border-bottom-style: dotted;
  border-bottom-color: #fa5f5a;
  padding: 20px 0;
}

.hashtag-top {
  padding-top: 0px;
}

.hashtag-bottom {
  border-bottom: none;
}

.hashtag img {
  max-width: 35px;
  float: left;
  margin-top: 15px;
  position: absolute;
  left: 0;
}

.hashtag-title {
  float: left;
  color: #ffff;
  font-size: 70px;
  padding-left: 60px;
  font-family: "signifier-thin";
  position: relative;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #1e1e5f;
}

.navbar a,
.navbar a:focus {
  font-weight: 700;
  transition: 0.3s;
  color: #1e1e5f;
  padding: 0 17px;
  font-size: 18px;
  font-family: "Scout Lt";
}

/*FOOTER*/
.copyright {
}

.footer {
  background: none;
}

.footer-top {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
  border-top: 2px dotted #fa5f5a;
}

.footer-top-col {
  width: 33%;
  float: left;
}

.footer-top-socials {
  padding-left: 30px;
}

.footer-top-socials-icon {
  width: 75px;
  padding-left: 0;
  float: left;
}

.footer-top-socials-title {
  margin: 0 0 22px;
  font-family: "Scout Lt";
  color: #211f5e;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 24px;
}

.footer-top-links {
  padding-bottom: 60px;
}

.footer-top-links li {
  list-style: none;
  line-height: 26px;
}

.footer-top-links li a {
  color: #211f5e;
  font-family: "Scout Lt";
  font-size: 18px;
  letter-spacing: 2px;
}

.footer-top-subscriber-title {
  color: #211f5e;
  font-family: "Scout Lt";
  padding-bottom: 15px;
  font-size: 28px;
  clear: both;
  padding-top: 25px;
}
.footer-top-socials-icon img {
  width: 60px;
}
.customer-support ul {
  margin: 0;
  padding: 0;
}

.customer-support li {
  list-style: none;
  line-height: 26px;
}

.customer-support li a {
  color: #211f5e;
  font-family: Scout Lt;
  font-size: 18px;
  letter-spacing: 2px;
}
.footer-top-customer-support {
  margin: 0 0 20px;
  font-family: Scout Lt;
  color: #211f5e;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
  text-underline-offset: 8px;
    text-transform: uppercase;
}
.footer-top-subscriber {
  padding-left: 20px;
  padding-bottom: 60px;
      text-transform: uppercase;
      font-size: 24px;
}

.footer-top-subscriber-input input {
  width: 90%;
  border: none;
  padding: 18px !important;
  background: #e5e5e5 !important;
  border: none !important;
  font-size: 18px !important;
  border-radius: 0px !important;
  height: 60px !important;
}

.footer-top-subscriber-input {
  position: relative;
}

.footer-top-subscriber-input .icon-arrow-right {
  position: absolute;
  width: 15px;
  height: 30px;
  right: 12%;
  background: url(wearspf_arrow_right.svg) no-repeat;
  z-index: 2;
  top: 15px;
}

.footer-top-subscriber-text {
  color: #211f5e;
  padding-top: 15px;
  font-size: 18px;
}

.footer-bottom {
  clear: both;
  width: 100%;
  background: #211f5e;
  padding: 15px 0;
}

.footer-bottom-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
  color: #211f5e;
  font-family: "Scout Lt";
  font-size: 18px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
}

.footer-bottom-content-item {
  color: #ffffff;
  font-size: 12px;
  font-family: "Scout Lt";
  text-transform: uppercase;
  float: right;
}
.footer-bottom-content-item a {
  color: #ffffff;
  font-size: 12px;
  font-family: "Scout Lt";
}

.footer-bottom-content-item a::after {
  content: "|";
  padding: 0px 15px;
}

/* team spf */
.team-container {
  padding-top: 133px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.team-top {
  width: 100%;
  padding: 0px 35px;
}
.team-title {
  text-align: center;
  padding: 30px;
  letter-spacing: 2px;
  background: #211f5e;
}
.team-title h1 {
  font-size: 90px;
  width: 50%;
  margin: 0 auto;
  font-family: "Manuka"; font-weight: 700;
  line-height: 80px;
  color: white;
}
.team-bottom {
  width: 100%;
  padding: 30px 35px;
}
.team-row-blocks {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.team-blocks-left {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.team-block-big {
  width: 100%;
  position: relative;
}
.team-block-big img {
  width: 100%;
}
.team-blocks-right {
  float: left;
  width: 50%;
  padding-left: 10px;
}
.team-blocks-right.middle {
  float: right;
}
.team-block-split {
  width: 100%;
}
.team-block-small {
  width: 50%;
  float: left;
  position: relative;
}
.team-block-small.left {
  padding-right: 10px;
}
.team-block-small.right {
  padding-left: 10px;
}

.team-block-small.bottom {
  margin-top: 20px;
}
.team-block-small img {
  width: 100%;
}
.team-block-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
}
.team-block-title-bg {
  background-color: white;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.team-block-title-text {
  text-align: left;
  padding: 5px 10px;
  color: #211f5e;
  font-family:  "Signifier" !important;  
  font-weight: 300 !important;
  z-index: 2;
  position: relative;
}
.team-block-title-text h2,
.team-block-title-text h3 {
  font-family:  "Signifier" !important;  
  font-weight: 300 !important;
  font-size: 15px;
  line-height: 15px;
}
.team-block-small.right .team-block-title-text {
  padding-left: 20px;
}
.team-block-title-text p {
  margin: 0;
}
/*spf-60*/
.join-team-title {
  font-size: 90px;
  width: 70%;
  font-family: "Manuka"; 
  font-weight: 700;
  line-height: 1;
  color: #211f5e;
  padding-top: 10px;
  float: left;
  letter-spacing: 2px;
}
/*
.join-team-button {
  width: 30%;
  text-align: center;
  font-family: "Manuka"; font-weight: 700;
  color: white;
  font-size: 60px;
  background-color: #fa5f5a;
  float: left;
} */

.join-team-button {
    font-family: "Manuka", serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 120px 8px 120px;
    line-height: 1;
    color: white;
    font-size: 60px;
    background-color: #fa5f5a;
    position: relative;
    top: -0.5px;
}

/*spf-60*/
/* end team spf */
/*press*/
.press-bottom {
  padding-top: 80px;
}
.press-row {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
.press-block {
  float: left;
  width: 33.33%;
  padding-right: 15px;
}
.press-block-img {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}
.press-block-img img {
  max-height: 65px;
}
.press-block-text {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.press-block-text p {
  font-family:  "Signifier";  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: #211f5e;
}
/*end press*/
/*home press*/
.home-press-header {
  padding-top: 125px;
}
.home-press-title {
  background-image: url(wearspf_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 33% 40px;
}
.press-content {
  width: 100%;
  padding-bottom: 125px;
}
.press-list {
  width: 100%;
  display: inline-block;
  padding-top: 50px;
}
.press-list-item {
  width: 25%;
  float: left;
  text-align: center;
}
.press-list-item img {
  max-height: 50px;
  margin: 0 auto;
}
/*esquire*/
.esq-left {
  width: 50%;
  padding: 10px;
  float: left;
}
.esq-left img {
  width: 100%;
}
.esq-right {
  width: 50%;
  padding: 10px;
  float: left;
}
.esq-right img {
  width: 100%;
}
/*end esquire*/
/*pdp*/
/*pdp*/
.pdp-container {
  padding-top: 133px !important;
  width: 100%;
}

.pdp-content {
  width: 100%;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.pdp-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  padding-bottom: 535px;
  /*TODO: check to fix this*/
}

.pdp-images-sticky {
  position: sticky;
  top: 133px;
}
.pdp-main-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
    position: relative;
}
.pdp-main-img img {
  width: 100%;
  height: auto;
  object-fit: contain; /* or cover */
    transition: transform 0.3s ease;
  cursor: zoom-in;
}

/* MOBILE PRODUCT CAROUSEL */
.pdp-mobile-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 12px;
  padding: 0 16px;
}

.pdp-mobile-slider::-webkit-scrollbar {
  display: none;
}

.pdp-mobile-slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  display: flex;
  justify-content: center;
}

.pdp-mobile-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.pdp-main-img:hover img {
  transform: scale(1.8); /* zoom level */
  cursor: zoom-out;
}
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }

.pdp-thumbs {
  width: 20%;
  float: left;
  display: block;
}

.pdp-thumbs-item {
  width: 100%;
  padding: 10px 30px 10px 30px;
}

.pdp-thumbs-item img {
  width: 100%;
  cursor: pointer;
}
.pdp-details {
  position: relative;
  width: 40%;
  margin-left: 60%;
}

.pdp-details-wrap {
  width: 100%;
  padding: 10px 30px 0 0;
}

.pdp-details-brand {
  width: 100%;
  text-align: center;
  font-size: 33px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #1e1e5f;
  line-height: 1;
}

.pdp-details-brand-providence {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #bd9e5e;
  line-height: 1;
}

.providence {
  color: #000 !important;
}

.pdp-details-title {
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-family: "Manuka"; font-weight: 700;
  line-height: 1;
  color: #fa5f5a;
}

.title-providence {
  color: #000000;
}

.pdp-details-price {
  clear: both;
  width: 100%;
  display: inline-block;
  padding-top: 30px;
}

.pdp-details-price-detail {
  float: left;
  width: 50%;
  font-family: "Manuka"; font-weight: 700;
  font-size: 38px;
}
.pdp-variants {
  clear: both;
  width: 100%;
  display: inline-block;
  padding-top: 30px;
}
.pdp-variants-item {
  margin-right: 10px;
  font-family: "Signifier Light"; font-weight: 300;
  font-size: 16px;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid #211f5e;
   color: #211f5e;
  background-color: #fff;
  border-radius: 5px;
  max-width: 210px;
  display: inline-block;
  margin-bottom: 10px;
}
.pdp-variants-item.selected {
  border: 2px solid #211f5e;
     color:  #fff;
  background-color: #211f5e;;
}
.pdp-variants-item.disabled {
  background-color: #e5e1e1;
  cursor: no-drop;
  color: #211f5e;
}
.pill-height {
  display: flex;
  justify-content: center;
}
.card-variant-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px; /* optional */
}
.card-variant-pill{
display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border: 2px solid rgba(0, 0, 0, .15);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    color: #211f5e;
    background-color: #fff;
    font-family: 'Signifier';
}

.card-variant-pill.is-oos {
  opacity: 0.45;
  cursor: not-allowed;
  text-decoration: line-through; /* optional */
  pointer-events: none; /* ensures it can't be clicked */
}

.card-variant-pill:hover{
  border-color: rgba(0,0,0,.35);
  background-color: #211f5e;
  color: #ffffff;
}

.card-variant-pill.is-disabled{
  opacity:.45;
  cursor:not-allowed;
}

.pdp-details-review {
  width: auto;
  padding: 0;
  text-align: left; /* optional */
  font-size: 18px;
  font-family: "Scout Lt";
}

.pdp-description {
  clear: both;
  width: 100%;
  padding-top: 25px;
  font-size: 22px;
  line-height:30px;
  font-family: "signifier-light";
}

.pdp-size {
  clear: both;
  width: 100%;
  display: inline-block;
  padding-top: 15px;
}

.pdp-size-detail {
  float: left;
  width: 50%;
  font-size: 22px;
  font-family: "signifier-light-italic";
  padding-top: 22px;
}

.pdp-size-icon {
  float: left;
  width: 50%;
}

.pdp-size-icon img {
  width: 110px;
  float: right;
}

.pdp-size-icon-text {
  font-family: "Manuka"; font-weight: 700;
  font-size: 16px;
  float: right;
  padding-top: 26px;
}

.pdp-add-to-cart {
  clear: both;
  width: 100%;
  display: inline-block;
  padding-top: 20px;
}

.pdp-add-to-cart-btn {
  float: left;
  width: 65%;
  padding: 12px 40px;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: "Scout Lt";
  background-color: #211f5e;
  color: white;
  border: none;
}

.btn-providence {
  background-color: #000000;
}

.pdp-add-to-cart-volumn {
  float: left;
 /* width: 28%; */
  padding-left: 5px;
}

.pdp-add-to-cart-volumn-input {
  padding: 12px;
  font-family: "signifier-light";
  /* width: 80px; */
  float: right;
  border-color: #211f5e;
  font-size: 24px;
  text-align: center;
}
.pdp-download-pdf {
  clear: both;
  width: 100%;
  display: inline-block;
  padding-top: 30px;
}
.pdp-download-pdf-icon {
  float: left;
  padding-right: 20px;
}
.pdp-download-pdf-icon img {
  width: 40px;
}
.pdp-download-pdf-link {
  float: left;
  width: 70%;
  padding-top: 10px;
}
.pdp-download-pdf-link a {
  color: #211f5e;
  text-decoration: underline;
  font-weight: bold;
}
.pdp-accordion {
  clear: both;
  width: 100%;
  padding-top: 35px;
}

.pdp-accordion .accordion-menu {
  padding: 10px 0 0px 30px;
  position: relative;
}

.pdp-accordion-menu-title-text {
  padding-bottom: 10px;
  font-size: 22px;
  font-family: "Scout Lt";
}

.pdp-more-products {
  width: 100%;
  padding: 30px 0px;
}

.pdp-more-products-head-title {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  font-size: 36px;
  font-family: "signifier-light";
}

.pdp-more-products-item {
  clear: both;
  width: 100%;
  padding: 20px 0;
}

.pdp-more-products-item-left {
  float: left;
  width: 50%;
  padding-right: 15px;
}

.pdp-more-products-item-right {
  float: left;
  width: 50%;
}

.pdp-more-products-item-left img {
  width: 100%;
}

.pdp-more-products-item-brand {
  width: 100%;
  text-align: center;
  font-family: "Manuka"; font-weight: 700;
  font-size: 28px;
  line-height: 26px;
  margin: 0;
}

.pdp-more-products-item-name {
  width: 65%;
  text-align: center;
  font-family: "Manuka"; font-weight: 700;
  font-size: 28px;
  margin: 0 auto;
  color: #fa5f5a;
  line-height: 26px;
}

.pdp-more-products-item-price {
  width: 100%;
  text-align: center;
  font-family: "Manuka"; font-weight: 700;
  font-size: 28px;
  padding: 30px 0 20px 0;
}

.pdp-more-products-item-add-cart {
  width: 100%;
  text-align: center;
}

.pdp-more-products-item-add-cart button {
  width: 80%;
  background: white;
  border: 1px solid #211f5e;
  padding: 6px;
  font-size: 18px;
  font-family: "Scout Lt";
  color: #211f5e;
}


.appstle_one_time_details_wrapper {
    font-size:16px !important;
  }
#appstle_subscription_widget0 {
  margin-top: 0px !important;
}

#appstle_subscription_widget0 .appstle_subscription_amount_wrapper {
    font-size: 16px !important;
}
.appstle_tooltip_title {
      font-size: 16px !important;
}

#appstle_subscription_widget0 .appstle_subscription_wrapper_option {
     padding: 5px !important;
}

.pdp-more-products .h-line {
  border: 2px solid #1e1e5f;
}

.h-line.dotted {
  clear: both;
  border: none;
  border-bottom: 1px dotted #211f5e;
  padding-top: 20px;
}

.pdp-accordion-menu-item {
  display: none;

  padding-left: 30px;
}

.h-line {
  border: 1px solid #fa5f5a;
}

.h-line-providence {
  border: 1px solid #bd9e5e;
}

.pdp-accordion-menu-item .h-line {
  border: none;
  border-bottom: 2px dotted #211f5e;
}

.pdp-accordion-menu-item p {
  font-size: 20px;
  line-height: 26px;
  padding-top: 10px;
}

.accordion-menu-arrow {
  width: 25px;
  height: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 14px;
  background: url(wearspf_arrow_right.svg) 0 0 no-repeat;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  background-position: 6px;
}

.accordion-menu.active .accordion-menu-arrow {
  background: url(wearspf_arrow_right.svg) 0 0 no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-position: 0px;
  top: 20px;
}

.arrow-providence {
  background: url(wearspf_arrow_right-providence.svg) 0 0 no-repeat !important;
}

.pdp-testimo {
  width: 100%;
  clear: both;
  padding: 50px 0 0;
}

.pdp-testimo-container {
  width: 100%;
  background: #78cdf5;
}
.pdp-testimo-container-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 30px 40px 30px;
}

.pdp-testimo-title {
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-family: "Manuka"; font-weight: 700;
  padding-bottom: 30px;
}

.pdp-testimo-content {
  width: 100%;
  padding: 10px 100px;
}

.pdp-testimo-item {
  float: left;
  width: 50%;
}

.pdp-testimo-item-img {
  float: left;
  width: 30%;
  padding: 0 10px;
}

.pdp-testimo-item-img img {
  width: 100%;
  box-shadow: 4px 4px;
}

.pdp-testimo-item-detail {
  float: left;
  width: 70%;
}

.pdp-testimo-item-text {
  width: 100%;
  padding-right: 15px;
}

.pdp-testimo-item-name {
  width: 100%;
  font-family: "signifier-light";
  font-weight: bold;
}

.pdp-testimo-more {
  clear: both;
  padding-top: 30px;
  width: 100%;
  text-align: center;
}

.pdp-testimo-more a {
  font-size: 24px;
  font-family: "signifier-light";
  color: #fa5f5a;
}

.pdp-banners {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.pdp-banners-item {
  clear: both;
  width: 100%;
  padding: 50px 80px 0 80px;
}
.pdp-banners-item:hover {
  opacity: 0.5;
}
.pdp-banners-item img {
  width: 100%;
}

.pdp-reviews {
  clear: both;
  width: 100%;
  padding: 50px 0 0;
  font-family: "Scout Lt";
  font-size: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.pdp-reviews-content {
  text-align: center;
  padding: 120px;
  background: #d1c8c8;
}

/*end pdp*/
.mobile {
  display: none;
}
/*garage*/
.highlight-garage {
  background-color: #85754e !important;
  color: white;
}
.highlight-garage a {
  color: white;
}
.pdp-details-brand-garage {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #85754e;
  line-height: 1;
}

.title-garage {
  color: #292521;
}

.garage {
  color: #292521 !important;
}

.garage-gold {
  color: #85754e !important;
}

.h-line-garage {
  border: 1px solid #85754e;
}

.arrow-garage {
  background: url(wearspf_arrow_right-garage.svg) 0 0 no-repeat !important;
}

.btn-garage {
  background-color: #292521;
}

.badge-garage {
  background-color: #292521 !important;
}

/*lastmango*/
.highlight-lastmango {
  background-color: #262520 !important;
  color: white;
}
.highlight-lastmango a {
  color: white;
}
.pdp-details-brand-lastmango {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #262520;
  line-height: 1;
}

.title-lastmango {
  color: #93d4cc;
}

.lastmango {
  color: #93d4cc !important;
}

.lastmango-blk {
  color: #262520 !important;
}

.h-line-lastmango {
  border: 1px solid #93d4cc;
}

.arrow-lastmango {
  background: url(wearspf_arrow_right-lastmango.svg) 0 0 no-repeat !important;
}

.btn-lastmango {
  background-color: #93d4cc;
}

.badge-lastmango {
  background-color: #93d4cc !important;
}

/*f_s50*/
.highlight-f_s50 {
  background-color: #4f7f71 !important;
  color: white;
}
.highlight-f_s50 a {
  color: white;
}
.pdp-details-brand-f_s50 {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #315048;
  line-height: 1;
}

.title-f_s50 {
  color: #4f7f71;
}

/*f_s30*/
.highlight-f_s30 {
  background-color: #4f7f71 !important;
  color: white;
}
.highlight-f_s30 a {
  color: white;
}
.pdp-details-brand-f_s30 {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #315048;
  line-height: 1;
}

/*Field and Stream SPF30*/
.highlight-f_s30 {
  background-color: #1e79a5 !important;
  color: white;
}
.highlight-f_s30 a {
  color: white;
}
.pdp-details-brand-f_s30 {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #e0e330;
}

.title-f_s30 {
  color: #172d56;
}

.f_s30 {
  color: #172d56 !important;
}

.f_s30-blk {
  color: #1e79a5 !important;
}

.h-line-f_s30 {
  border: 1px solid #e0e330;
}

.arrow-f_s30 {
  background: url(wearspf_arrow_right-f_s30.svg) 0 0 no-repeat !important;
}

.btn-f_s30 {
  background-color: #172d56;
  color: #e0e330 !important;
}

.badge-f_s30 {
  background-color: #e0e330 !important;
  color: #1e79a5 !important;
}

/*Field and Stream SPF50*/
.highlight-f_s50 {
  background-color: #918167 !important;
  color: white;
}
.highlight-f_s50 a {
  color: white;
}
.pdp-details-brand-f_s50 {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #918167;
  line-height: 1;
}

.title-f_s50 {
  color: #53441d;
}

.f_s50 {
  color: #53441d !important;
}

.f_s50-blk {
  color: #918167 !important;
}

.h-line-f_s50 {
  border: 1px solid #f9a565;
}

.arrow-f_s50 {
  background: url(wearspf_arrow_right-f_s50.svg) 0 0 no-repeat !important;
}

.btn-f_s50 {
  background-color: #53441d;
}

.badge-f_s50 {
  background-color: #53441d !important;
}

/*palmtree*/
.highlight-palmtree {
  background-color: #4f7f71 !important;
  color: white;
}
.highlight-palmtree a {
  color: white;
}
.pdp-details-brand-palmtree {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #315048;
  line-height: 1;
}

.title-palmtree {
  color: #4f7f71;
}

.palmtree {
  color: #315048 !important;
}

.palmtree-blk {
  color: #4f7f71 !important;
}

.h-line-palmtree {
  border: 1px solid #4f7f71;
}

.arrow-palmtree {
  background: url(wearspf_arrow_right-palmtree.svg) 0 0 no-repeat !important;
}

.btn-palmtree {
  background-color: #315048;
}

.badge-palmtree {
  background-color: #315048 !important;
}

/*alabama*/
.highlight-alabama {
  background-color: #828a8f !important;
  color: white;
}
.highlight-alabama a {
  color: white;
}
.pdp-details-brand-alabama {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #828a8f;
  line-height: 1;
}

.title-alabama {
  color: #9e1b32;
}

.alabama {
  color: #9e1b32 !important;
}

.alabama-grey {
  color: #828a8f !important;
}

.h-line-alabama {
  border: 1px solid #9e1b32;
}

.arrow-alabama {
  background: url(wearspf_arrow_right-alabama.svg) 0 0 no-repeat !important;
}

.btn-alabama {
  background-color: #9e1b32;
}

.badge-alabama {
  background-color: #9e1b32 !important;
}

/*texas*/
.highlight-texas {
  background-color: #333f48 !important;
  color: white;
}
.highlight-texas a {
  color: white;
}
.pdp-details-brand-texas {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #333f48;
  line-height: 1;
}

.title-texas {
  color: #bf5700;
}

.texas {
  color: #bf5700 !important;
}

.texas-grey {
  color: #333f48 !important;
}

.h-line-texas {
  border: 1px solid #bf5700;
}

.arrow-texas {
  background: url(wearspf_arrow_right-texas.svg) 0 0 no-repeat !important;
}

.btn-texas {
  background-color: #bf5700;
}

.badge-texas {
  background-color: #bf5700 !important;
}
.jdgm-star-texas {
  color: #bf5700 !important;
  font-size: 15px;
}

/*texas a&m*/
.highlight-texasa_m-grey {
  background-color: #707070 !important;
  color: white;
}

.highlight-texasa_m-grey a {
  color: white;
}

.pdp-details-brand-texasa_m {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  color: #707070;
  line-height: 1;
}

.title-texasa_m {
  color: #3c001c;
}

.texasa_m {
  color: #3c001c !important;
}

.texasa_m-grey {
  color: #707070 !important;
}

.h-line-texasa_m {
  border: 1px solid #3c001c;
}

.arrow-texasa_m {
  background: url(wearspf_arrow_right-texasa_m.svg) 0 0 no-repeat !important;
}

.btn-texasa_m {
  background-color: #3c001c;
}

.badge-texasa_m {
  background-color: #3c001c !important;
}
.jdgm-star-texasa_m {
  color: #3c001c !important;
  font-size: 15px;
}

/*shop*/
.shop-banners {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.shop-banners-item {
  width: 100%;
  padding: 0 30px 35px;
  position: relative;
}

.shop-banners-item img {
  width: 100%;
}
.custom-collection {
  font-size: 90px;
  line-height: 80px;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  font-family: "Manuka"; font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.shop-products {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.shop-products-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: 1px dotted #fa5f5a;
  display: inline-block;
}

.shop-products-item {
  float: left;
  width: 33.3%;
  padding: 15px 25px;
}

.shop-products-item-img {
  width: 100%;
  position: relative;
}
.shop-products-item-img-badge {
  position: absolute;
  background-color: #211f5e;
  top: 0;
  right: 10px;
  color: white;
  z-index: 2;
  padding: 20px 10px;
  font-size: 24px;
  font-family: "Manuka"; font-weight: 700;
}

.badge-providence {
  background-color: #bd9e5e;
}

.brandingStyle {
  display: none;
}

.shop-products-item-img-badge.horiz {
  padding: 5px 10px;
}
.shop-products-item-img img {
  width: 100%;
  max-height: 445px;
}

.card-deets {
  min-height: 200px;
}


.shop-products-item-title {
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-family: "Manuka"; font-weight: 700;
  color: #211f5e;
  margin: 0;
  padding-top:10px;
}

.shop-products-item-subtitle {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: "Signifier"; font-weight: 700;
  color: #fa5f5a;
  margin: 0;
  line-height: 20px !important;
}

.shop-products-item-price {
  width: 100%;
  text-align: center;
  font-family: "Manuka"; font-weight: 700;
  font-size: 28px;
  color: #211f5e;
}

.shop-products-item-review {
  text-align: center;
  font-size: 14px;
  padding: 2px;
  font-family: "Scout Lt";
}
.shop-item-out-of-stock {
  text-align: center;
  font-size: 18px;
  padding: 2px;
  font-family: "Scout Lt";
  color: #211f5e;
  height: 30px;
}

  /***  PDP - MOBILE ***/

  .pdp-point-highlight {
    width: 80%;
  }
}

/***************REWARDS PAGE STARTS HERE****************/

button.account-buttons.acnt-btn-blu {
    color: white;
}

button.account-buttons.acnt-btn-red {
    color: white;
}

.rewards-steps {
  background-color: #e5e5e5;
  text-align: center;
  clear: both;
  width: 100%;
  padding: 100px 110px;
}

.rewards-earn,
.rewards-faq {
  background-color: #ffffff;
  text-align: center;
  clear: both;
  width: 100%;
  padding: 100px 110px;
}

.rewards-redeem {
  background-color: #211f5e;
  text-align: center;
  clear: both;
  width: 100%;
  padding: 100px 110px;
}

.rewards-steps h2,
.rewards-earn h2,
.rewards-faq h2 {
  font-family: "Manuka"; font-weight: 700;
  font-size: 70px;
  letter-spacing: 2px;
  line-height: 65px;
}

.rewards-redeem h2 {
  font-family: "Manuka"; font-weight: 700;
  color: #ffffff;
  font-size: 70px;
  letter-spacing: 2px;
  line-height: 65px;
}

.rewards-steps h3,
.rewards-earn h3,
.rewards-faq h3 {
  font-family: "Manuka"; font-weight: 700;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 25px;
}

.rewards-redeem h3 {
  font-family: "Manuka"; font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 25px;
}

.rewards-steps p,
.rewards-earn p,
.rewards-faq p {
  line-height: 24px;
  font-size: 20px;
  font-family: "signifier-light";
}

.rewards-redeem p {
  line-height: 24px;
  color: #ffffff;
  font-size: 20px;
  font-family: "signifier-light";
}

.rewards-steps-columns {
  clear: both;
  width: 100%;
  display: inline-block;
}

.rewards-steps-item {
  float: left;
  width: 33%;
  text-align: center;
}

.rewards-steps-block {
  width: 100%;
  padding: 50px 50px 0;
}

.rewards-steps-icon {
  width: 100%;
  padding-bottom: 15px;
}

.rewards-steps-icon img {
  max-height: 140px;
  margin: 0 auto;
}

.rewards-btn-wht {
  width: 33%;
  text-align: center;
  padding: 10px 30px;
  margin: 65px 0px 0px 0px;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: Scout Lt;
  border: none;
  background-color: #ffffff;
  color: #211f5e;
}

.rewards-btn-blue {
  width: 33%;
  text-align: center;
  padding: 10px 30px;
  margin: 65px 0px 0px 0px;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: Scout Lt;
  border: none;
  background-color: #211f5e;
  color: #ffffff;
}

/* Container to fill the full viewport width and height */
.rew-ctn,
.ref-ctn {
  display: flex; /* Side-by-side layout */
  width: 100vw; /* Full viewport width */
  height: 100vh; /* Full viewport height */
  max-height: 650px; /* Set a max height for the container */
  overflow: hidden; /* Prevents content overflow */
}
.rew-ctn {
  margin-top: 140px; /* Padding to push content down if needed */
}

/* Left text section */
.rew-text-content {
  width: 40%; /* Left side takes 40% of the width */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertical alignment of the content */
  padding: 5vw 8vw;
  background-color: #211f5e; /* Background color for visualization */
  color: #ffffff;
}

.rew-text-content h1 {
  font-family: "Manuka"; font-weight: 700;
  font-size: 6vw;
  letter-spacing: 2px;
  line-height: 5vw;
  padding-bottom: 12px;
}

.rew-text-content p {
  font-size: 1.5vw;
  line-height: 1.75vw;
  font-family: "signifier-light";
  padding-bottom: 6px;
}

.rewards-hero-left-btn-red,
.rewards-hero-left-btn-wht {
  width: 100%;
  padding: 10px 30px;
  margin: 5px 0;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: Scout Lt;
  border: none;
}

.rewards-hero-left-btn-red {
  background-color: #fa5f5a;
  color: #fff;
}

.rewards-hero-left-btn-wht {
  background-color: #ffffff;
  color: #211f5e;
}

/* Right image section */
.rew-image-content,
.ref-image-content {
  width: 60%; /* Right side takes 60% of the width */
  display: flex;
  justify-content: center; /* Horizontally center image */
  align-items: center; /* Vertically center image */
  overflow: hidden; /* Prevents overflow of image */
  position: relative; /* Position relative to handle image position */
}

.rew-image-content img,
.ref-image-content img {
  position: absolute; /* Absolute positioning to cover container */
  top: 0;
  left: 0;
  width: 100%; /* Full width of the container */
  height: 100%; /* Full height of the container */
  object-fit: cover; /* Cover the container without distortion */
}

/* Responsive behavior for smaller screens */
@media (max-width: 768px) {
  .rew-ctn,
  .ref-ctn {
    flex-direction: column; /* Stack text and image vertically */
    height: auto; /* Allow height to adjust based on content */
    margin-top: 90px;
  }

  .rew-ctn {
    margin-top: 90px;
  }

  .ref-ctn {
    margin-top: 30px;
  }

  .rew-text-content,
  .ref-text-content {
    padding: 15% 10%;
    width: 100%;
  }

  .rew-image-content,
  .ref-image-content {
    width: 100%; /* Full width on smaller screens */
  }

  .rew-image-content img,
  .ref-image-content img {
    width: 100%; /* Fit the image to full width of the container */
    height: auto; /* Maintain aspect ratio */
    position: relative;
  }

  .rew-text-content h1,
  .ref-text-content h1 {
    font-size: 18vw;
    line-height: 16vw;
  }

  .rew-text-content p,
  .ref-text-content p {
    font-size: 6vw;
    line-height: 6vw;
  }
  .rewards-steps,
  .rewards-earn,
  .rewards-redeem {
    padding: 100px 10px;
  }

  .rewards-faq {
    padding: 30px 10px 10px 10px;
  }

  .rewards-steps-item {
    width: 100%;
  }

  .rewards-btn-wht {
    width: 90%;
  }
  .rewards-btn-blue {
    width: 90%;
  }
}

/***************END OF REWARDS PAGE ****************/

.login h1,
.register h1,
cart-items h1 {
  font-size: 90px;
  font-family: "Manuka"; font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 30px;
}
.title-wrapper-with-link {
  display: block;
  text-align: center;
}
.title-wrapper-with-link h1 {
  padding-bottom: 30px;
}

.orange-text {
  color: #fa5f5a;
}

.font-italic {
  font-family: "signifier-light-italic";
}

.blogs-top-desc {
  width: 70%;
  padding: 40px;
  margin: 0 auto;
}

.blogs-top-desc p {
  line-height: 24px;
  font-size: 18px;
  font-family: "signifier-light";
}

.blogs-chem-vs-min {
  padding: 30px;
  width: 90%;
  margin: 0 auto;
}

.blogs-chem-vs-min-item {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.blogs-chem-vs-min-item-title {
  font-family: "Manuka"; font-weight: 700;
  font-size: 28px;
  width: 145px;
  line-height: 28px;
}

.blogs-chem-vs-min-item-content {
  padding: 20px 20px 20px 0;
}

.blogs-chem-vs-min-item-content p {
  line-height: 24px;
  font-size: 18px;
  font-family: "signifier-light";
}

.blogs-teams {
  clear: both;
  width: 70%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px;
}

.blogs-teams-item {
  padding: 20px 0;
  border-top: 1px dotted #fa5f5a;
  display: inline-block;
  line-height: 24px;
  font-size: 18px;
  font-family: "signifier-light";
}

.blogs-teams-item.bottom {
  border-bottom: 1px dotted #fa5f5a;
}

.blogs-teams-item-title {
  padding-bottom: 15px;
}

.blogs-teams-item-text {
  padding-bottom: 10px;
}

.blogs-teams-products {
  padding: 20px;
  display: inline-block;
  background: white;
  box-shadow: 5px 5px #211f5e;
  background-image: url(wearspf_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 20px;
}

.blogs-teams-products-title {
  width: 30%;
  float: left;
}

.blogs-teams-products-title-in {
  width: 50px;
  font-family: "Manuka"; font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}

.blogs-teams-products-list {
  width: 70%;
  float: left;
}

.blogs-teams-products-item {
  width: 50%;
  float: left;
}

.blogs-teams-products-item-img {
  width: 100%;
  padding: 0 15px;
}

.blogs-teams-products-item-img img {
  width: 100%;
}

.blogs-teams-products-item-name {
  text-align: center;
}

.blogs-products-item-title {
  font-size: 24px;
  font-family: "Manuka"; font-weight: 700;
  color: #211f5e;
  padding-top: 15px;
  margin: 0;
}

.blogs-products-item-subtitle {
  font-size: 24px;
  font-family: "Manuka"; font-weight: 700;
  color: #fa5f5a;
  width: 70%;
  margin: 0 auto;
  line-height: 24px;
}

.blogs-bottom-line {
  clear: both;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
}

.blogs-bottom-line-title {
  font-size: 54px;
  font-family: "Manuka"; font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.blogs-bottom-line-content p {
  line-height: 24px;
  font-size: 18px;
  font-family: "signifier-light";
}

/*end blogs*/
/*blog 2*/

.sweeps-width {
  max-width: 50%;
  text-align: center;
  margin: auto;
  padding: 20px;
}

.sweeps-width p {
  line-height: 24px;
  font-size: 18px;
  font-family: "signifier-light";
}

.sweeps-subtitle h2 {
  line-height: 36px;
  font-size: 24px;
  font-family: "signifier-light";
  text-align: center;
  width: 45%;
  margin: 0 auto;
  color: #fa5f5a;
  line-height: 36px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
  .sweeps-subtitle h2 {
    width: 90%;
    line-height: 24px;
    font-size: 18px;
  }
}

/*end blog 2*/
/*jt-story*/
.jt-story-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 30px;
}
.wholesale-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 133px;
}
.jt-hero {
  width: 100%;
  padding-top: 133px;
  position: relative;
}

.jt-hero-title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 160px;
  text-align: center;
}
.shop-title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 35%;
  text-align: center;
}
.wholesale {
  width: 100%;
  padding: 30px 0 0 0;
  position: relative;
}

.wholesale-title {
  width: 100%;
  text-align: center;
}
.wholesale-title h2 {
  font-family: "Manuka"; font-weight: 700;
  font-size: 90px;
  letter-spacing: 2px;
  line-height: 80px;
  color: #1e1e5f;
}
.wholesale-container .jt-content {
  padding: 0;
}
.wholesale-container .form-all {
  margin: 0 auto;
}
.jt-hero-title h1 {
  font-family: "Manuka"; font-weight: 700;
  font-size: 90px;
  letter-spacing: 2px;
  line-height: 80px;
  width: 480px;
  margin: 0 auto;
  color: #ffffff;
}
.shop-title h1 {
  font-family: "Manuka"; font-weight: 700;
  font-size: 90px;
  letter-spacing: 2px;
  line-height: 80px;
}
.jt-hero-img {
  width: 100%;
}

.jt-content {
  width: 70%;
  padding: 30px;
  margin: 0 auto;
}

.jt-content p {
  font-size: 28px;
  font-family: "signifier-light";
  line-height: 36px;
  padding-bottom: 30px;
}
.jt-content h2 {
  letter-spacing: 1px;
  font-size: 40px;
  font-family:  "Signifier";  font-weight: 300;
  line-height: 40px;
  padding-bottom: 10px;
}

.jt-sign {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.jt-sign.foundation img {
  width: 20%;
  padding-bottom: 70px;
}

.jt-sign img {
  width: 100%;
}

/*end jt-story*/

/*go get checked*/

.ggcheck-visiting {
  clear: both;
  width: 100%;
  padding: 30px 70px;
}

.ggcheck-visiting-wrap {
  width: 100%;
  display: inline-block;
  background-color: white;
  padding: 30px 15px;
}

.ggcheck-visiting-title {
  float: left;
  width: 33%;
}

.ggcheck-visiting-title h3 {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 60px;
  font-family: "Manuka"; font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
}

.ggcheck-visiting-table {
  float: left;
  width: 66%;
}

.ggcheck-visiting-table p {
  font-size: 22px;
  font-family: "signifier-light";
  line-height: 29px;
}

.ggcheck-visiting-table-content {
  clear: both;
  width: 100%;
  padding: 10px 0px 20px 0px;
}

.ggcheck-visiting-table-content .h-line {
  border: 1px solid #211f5e;
}

.ggcheck-visiting-table-line {
  clear: both;
  width: 100%;
}

.ggcheck-visiting-table-line-text {
  clear: both;
  width: 100%;
  font-family: "Scout lt";
  font-size: 22px;
  line-height: 23px;
  padding: 8px 0 13px 0;
}

.ggcheck-visiting-table-line-text span {
  font-size: 26px;
}

.ggcheck-cancer-prevent {
  clear: both;
  width: 100%;
  padding: 30px 70px;
}

.ggcheck-cancer-prevent-wrap {
  background-color: white;
  width: 100%;
  padding: 30px;
}

.ggcheck-cancer-prevent-top {
  width: 100%;
}

.ggcheck-cancer-prevent-title {
  float: left;
  width: 33%;
}

.ggcheck-cancer-prevent-title h3 {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 60px;
  font-family: "Manuka"; font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
}

.ggcheck-cancer-prevent-desc {
  float: left;
  width: 66%;
  padding-left: 80px;
}

.ggcheck-cancer-prevent-columns {
  clear: both;
  width: 100%;
  display: inline-block;
}

.ggcheck-cancer-prevent-item {
  float: left;
  width: 33%;
  text-align: center;
}

.ggcheck-cancer-prevent-block {
  width: 100%;
  padding: 50px 50px 0;
}

.ggcheck-cancer-prevent-icon {
  width: 100%;
  padding-bottom: 15px;
}

.ggcheck-cancer-prevent-icon img {
  max-height: 140px;
  margin: 0 auto;
}

.ggcheck-cancer-prevent-text {
  font-size: 20px;
  font-family: "Scout lt";
  line-height: 23px;
}

.ggcheck-cancer-prevent-bottom-text {
  clear: both;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-top: 30px;
}

.ggcheck-cancer-prevent-bottom-text p {
  font-size: 28px;
  font-family: "signifier-light";
  line-height: 36px;
}

/*end go get checked*/

/* start merge css  */
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.menu-drawer__navigation {
  padding: 0px;
}

.image__img.active {
  border: 2px solid #211f5e;
}

.jdgm-star {
  color: #1e1e5f !important;
  font-size: 12px;
}

.page-width {
  max-width: 1280px;
  margin: auto !important;
      padding: 0 3rem;
}

#ProductGridContainer {
  padding-top: 0px;
}

.jdgm-form .button {
  background-color: #211f5e;
  color: #ffff;
  font-family: "Scout Lt";
}
#shopify-section-template--15864270946535__16795101765df7d445 {
  background: #fa5f5a;
}
.jdgm-carousel-title {
  color: white;
  font-size: 32px;
}
.jdgm-carousel--focused-theme .jdgm-carousel-item__reviewer-name {
  /* color: white; */
  font-family:  "Signifier";  font-weight: 300;
}
.jdgm-carousel--focused-theme .jdgm-carousel-item__timestamp {
  /*  color: white;   */
  font-family:  "Signifier";  font-weight: 300;
}
.jdgm-carousel-item__review-title {
  /*    color: white;   */
  font-family:  "Signifier";  font-weight: 300;
}
.jdgm-carousel-item__review-body {
  /*    color: white;   */
  font-family:  "Signifier";  font-weight: 300;
}
.jdgm-carousel__right-arrow,
.jdgm-carousel__left-arrow {
  opacity: 1;
  /*   color: white;   */
}
.jdgm-carousel__right-arrow:hover,
.jdgm-carousel__left-arrow:hover {
  opacity: 0.6;
  /*  color: white;  */
}
.jdgm-carousel-item__product-title {
  /*   color: white;    */
  font-family:  "Signifier";  font-weight: 300;
}
.pdp-thumbs .slick-next {
  position: absolute;
  top: 98%;
  right: 46%;
  width: 15px;
  height: 30px;
  background-image: url(wearspf_arrow_right-red.svg) !important;
  transform: rotate(90deg);
  display: none;
}

.pdp-thumbs .slick-prev {
  position: absolute;
  top: 0%;
  left: 43%;
  width: 15px;
  height: 30px;
  background-image: url(wearspf_arrow_left-red.svg) !important;
  z-index: 12;
  transform: rotate(90deg);
  /* display: none; */
}

/* Kill default slick blue/gray backgrounds */
.slick-slide,
.slick-track,
.slick-list {
  background: transparent !important;
}


.btn-slide .slick-prev,
.btn-slide .slick-next {
  display: block;
}

.slick-next:before {
  content: "";
}

.slick-prev:before {
  content: "";
}

.btn-slide {
  padding-top: 20px;
}

.pdp-thumbs-mb {
  display: none;
}

.pdp-main-img .slick-next {
  position: absolute;
  top: 50%;
  right: -5%;
  width: 19px;
  height: 38px;
  background-image: url(wearspf_arrow_right-red.svg);
  display: none;
}

.pdp-main-img .slick-prev {
  position: absolute;
  top: 50%;
  left: -5%;
  width: 19px;
  height: 38px;
  background-image: url(wearspf_arrow_left-red.svg);
  display: none;
}

.pdp-thumbs .slick-slide,
.pdp-images-mob .slick-slide {
  background: transparent !important;
}


/* CAMPUS COLLECTION SLIDE SHOW */
.slick-arrow {
  display: block !important;
  opacity: 1 !important;
  color: #fff;
}
/*.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 24px;
  content: "←";  or use FontAwesome or other icons 
} */
.college-campus-slideshow {
  visibility: hidden;
}

/*.count_item_cart {
  right: 39%;
  position: absolute;
  font-size: 10px;
  top: 6%;
  border: 1px solid #211f5e;
  float: right;
  color: #1e1e5f;
  margin-top: -10px;
  padding-right: -74px;
  text-align: center;
  width: 18px;
  height: 18px;
  background: #ffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  --border-radius: 15px;
  border-radius: 15px;
} */

.count_item_cart {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: 600;
  color: #1e1e5f;
  background: #fff;
  border: 1px solid #211f5e;
  border-radius: 50%;
}

/* Apply the outward nudge only on smaller screens */
@media (max-width: 768px) {
  .count_item_cart {
    transform: translate(40%, -40%);
  }
}

.cart__checkout-button {
    background: #211f5e;
    padding: 10px;
    color: white;
    font-family: "Manuka"; font-weight: 700;
    Text-Transform: uppercase;
}

#write_review {
  cursor: pointer;
}

.skin-cancer-typeof-wrap {
  width: 100%;
  display: inline-block;
  padding: 30px 15px;
}

.skin-cancer-typeof-text {
  margin: 0px;
  font-family: signifier-light-italic !important;
}

.skin-cancer-riskfactors-title {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 30px;
}

.skin-cancer-riskfactors-title h4 {
  display: inline-block;
  width: 205px;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  line-height: 45px;
}

.skin-cancer-riskfactors-title h4 span.right {
  position: absolute;
  right: -40px;
  bottom: 25%;
}

.skin-cancer-riskfactors-title h4 span.left {
  position: absolute;
  left: -40px;
  top: 25%;
}

.skin-cancer-typeof-title {
  float: left;
  width: 44%;
}

.skin-cancer-typeof-right {
  float: left;
  width: 55%;
}

.skin-cancer-typeof-title h4 {
  width: 32%;
  margin: 0 auto;
  text-align: center;
  font-size: 45px;
  font-family: "Manuka"; font-weight: 700;
  letter-spacing: 1px;
  line-height: 45px;
}

.riskfactors-block {
  border: 2px solid #fa5f5a;
  padding: 15px;
  color: #fa5f5a;
  margin-bottom: 1rem;
}

.riskfactors-block p {
  margin-bottom: 0px;
}

.riskfactors-block p span {
  font-weight: bold;
}

.skin-cancer-riskfactors {
  clear: both;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 70px;
}

.skin-cancer-typeof-right p {
  font-family:  "Signifier";  font-weight: 300;
  font-size: 18px;
}

.skin-cancer-riskfactors p {
  font-family:  "Signifier";  font-weight: 300;
  font-size: 18px;
}

.skin-cancer-typeof {
  clear: both;
  width: 100%;
  padding: 30px 50px 0px 50px;
}

.terms-of-use {
  clear: both;
  width: 100%;
  padding: 30px 50px;
  font-family:  "Signifier";  font-weight: 300;
  font-size: 18px;
}

.terms-of-use h1 {
  letter-spacing: 1px;
  padding: 0 0 30px 0;
  text-align: center;
  font-size: 90px;
  font-family: "Manuka"; font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
}

.terms-of-use-title-sections {
  font-family: "Manuka"; font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
  font-size: 24px;
}

.terms-of-use u {
  text-decoration: none;
}

.terms-of-use li {
  padding-left: 30px;
}

.cart-products-item-name {
  width: 65%;
  text-align: left;
  font-family: "Manuka"; font-weight: 700;
  font-size: 28px;
  margin: 0 auto;
  color: #fa5f5a;
  line-height: 24px;
}

.cart-products-item-name :hover {
  color: #1e1e5f;
}

.cart-products-item-price {
  width: 100%;
  text-align: left;
  font-family: "Manuka"; font-weight: 700;
  font-size: 28px;
}
.cart-item__totals .cart-products-item-price {
  text-align: right;
}
.totals * {
  font-size: 25px !important;
}
.tax-note {
  font-size: 20px;
}
.cart-items {
  padding-top: 75px !important;
}
.cart-items td, .cart-items th {
  text-align: left;
}

.cart-products-title-table {
  transition: 0.3s;
  color: #1e1e5f;
  padding: 0px;
  font-size: 14px;
  font-family:  "Signifier";  font-weight: 300;
}

.template-search {
  padding-top: 130px !important;
}

.customer {
  padding-top: 70px !important;
}

.pdp-main-img-block {
  width: 80%;
  float: left;
  padding: 10px 70px 20px 40px;
}

.needsclick button {
  color: #fff !important;
  font-size: 1px !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  line-height: 1 !important;
  white-space: normal !important;
  padding: 10px;
  text-align: center;
  word-break: break-word !important;
  align-self: flex-end !important;
  cursor: pointer !important;
  height: 40px !important;
  background: url(https://cdn.shopify.com/s/files/1/0569/3453/1095/t/2/assets/wearspf_arrow_right.svg)
    no-repeat !important;
  position: absolute;
  left: -32px;
  background-size: 30px 30px !important;
  width: 30px;
  top: 15px;
}

.klaviyo-form-Yek6Qt .needsclick div {
  padding: 0px !important;
  min-height: 0px !important;
}

.needsclick button:hover,
.needsclick button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* start merge css  */
.login h1,
.register h1,
cart-items h1 {
  font-size: 90px;
  font-family: "Manuka"; font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 30px;
}
.login input {
  border: 1px solid gray !important;
}
.customer input {
  border: 1px solid gray !important;
}
.section-template--14538176266263__main-padding .main-page-title {
  font-size: 90px;
  font-family: "Manuka"; font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.shopify-challenge__container {
  padding-top: 83px;
}
/*todo 21/06/2022 start*/
.team-wearspf-banners {
  padding-top: 70px;
  background-color: #1e1e5f;
  display: flex;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.team-wearspf-hero {
  width: 50%;
  float: left;
  background-color: #1e1e5f;
}
.team-wearspf-hero img {
  width: 100%;
}
.team-wearspf-title {
  font-family: "Manuka"; font-weight: 700;
  font-size: 115px;
  letter-spacing: 2px;
  line-height: 120px;
  color: #fff;
  text-align: left;
  padding-left: 50px;
  padding-top: 160px;
}
/*todo 21/06/2022 end*/
/* add 09/08/2022 start*/
.our-impact-text {
  clear: both;
  width: 100%;
  font-size: 28px;
  font-family:  "Signifier";  font-weight: 300;
  padding: 30px;
  line-height: 41px;
}
.our-impact-text.font-size {
  font-size: 25px;
}
.our-impact-block-title {
  clear: both;
  width: 100%;
  font-size: 30px;
  padding-top: 60px;
  font-family:  "Signifier";  font-weight: 300;
}
.our-impact-logos {
  width: 14.2%;
  float: left;
}
/* add 09/08/2022 end*/
/* add 12/09/2022 */
.wearspf-u-img {
  height: 745px;
}
.wearspf-u-title {
  margin: 0 auto;
  text-align: left;
  font-size: 70px;
  font-family: "Manuka"; font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
}
.wearspf-u-block {
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.wearspf-u-block img {
  max-width: 100%;
}
.listproduct {
  width: 100%;
  border-style: hidden;
}
.listproduct th {
  font-size: 60px;
  font-family: "Manuka"; font-weight: 700;
  padding: 15px;
  padding-bottom: 0px;
  font-weight: initial;
}
.listproduct td span {
  font-size: 28px;
  line-height: 36px;
  font-family:  "Signifier";  font-weight: 300;
}
.listproduct-img {
  max-width: 150px;
}
.column-img {
  width: 15%;
}
.column-retail {
  width: 15%;
  text-align: center;
}
.column-retail span {
  text-decoration: line-through;
}
.column-yourprice {
  width: 20%;
  text-align: center;
}
.more-than-text {
  color: #fa5f5a;
  font-size: 200px;
  font-family: "Manuka"; font-weight: 700;
  letter-spacing: 1px;
  line-height: 150px;
  padding: 32px 0;
}
.more-than {
  padding: 20px 0 30px 0;
  display: inline-block;
}
.more-than-left {
  width: 43%;
  text-align: center;
  float: left;
  padding-bottom: 25px;
  margin-top: -50px;
}
.more-than-center {
  width: 8%;
  float: left;
}
.more-than-center img {
  max-width: 85px;
  padding-top: 25px;
}
.more-than-right {
  width: 49%;
  float: left;
  text-align: center;
}
.more-than-right p {
  clear: both;
  margin: auto;
  width: 67%;
  font-size: 34px;
  font-family:  "Signifier";  font-weight: 300;
}
.img-temp {
  max-width: 100%;
  height: 650px;
}
.wearspf-u-list-product {
  padding-left: 8px;
  padding-top: 50px;
}

/*sunscreen-for-golfers end*/
@media only screen and (max-width: 900px) {
  /* add 09/08/2022 start*/
  .our-impact-logos {
    width: 50%;
    text-align: center;
  }
  .our-impact-text {
    font-size: 24px;
    line-height: 41px;
    padding: initial;
  }
  .our-impact-block-title {
    font-size: 18px;
    padding-top: 10px;
  }
  .team-block-big img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* add 09/08/2022 end*/

  .blogs-chem-vs-min-item {
    padding-right: initial; /*a.h updated: added entire block for mobile perfection*/
  }
  .footer-top {
    padding: 40px 40px 45px 40px; /*a.h updated: added entire block for mobile perfection*/
  }
  .desktop {
    display: none;
  }

  .navbar-mobile {
    display: block;
  }

  .hero-left {
    width: 100%;
    float: left;
  }
  .hero-right {
    width: 100%;
    float: left;
  }
  .home-hero-right {
    width: 100%;
    color: #1e1e5f;
    position: initial;
    display: block;
  }

  .home-hero .container {
    width: 100%;
    padding-bottom: 30px; /*a.h updated*/
  }

  .home-hero .container img {
    width: 100%;
  }

  /*tuanlv 07/10*/
  .home-hero-title {
    padding-left: initial;
    padding: 20px 0 10px 0;
    font-size: 60px;
    width: auto;
    text-align: center;
    line-height: 61px;
  }
  /*tuanlv 07/10*/
  .home-hero-text {
    font-size: 28px;
    line-height: 30px;
    padding: 10px 0 25px;
    width: auto;
    text-align: center;
  }

  .btn-shop {
    background-color: #1e1e5f;
    font-size: 30px;
    color: white;
    margin-top: 25px;
  }

  .home-three-col-nav-item {
    width: 100%;
    padding-bottom: 30px; /*a.h updated*/
  }

  .skin-the-game-left-bg {
    width: 50%;
    top: 160px;
    left: -2px; /*a.h updated*/
  }

  .skin-the-game-right-bg {
    width: 150%;
  }

  .hero-item-text {
    font-size: 30px;
    padding-top: 2px;
  }

  .skin-the-game-content {
    width: 100%;
  }

  .skin-the-game-title {
    font-size: 68px;
    background-image: url(wearspf_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 25px 20px;
    clear: both;
  }

  .skin-the-game-text {
    font-size: 24px;
    line-height: 32px;
    padding: 25px 25px;
  }

  .home-product-slider-header {
    padding: 45px 0;
  }

  .home-product-slider-title {
    font-size: 40px;
    line-height: 20px;
  }

  .home-product-slider-left-img {
    width: 100%;
    bottom: -2px;
  }

  .slides-products {
    width: 66%;
  }

  .slick-next,
  .slick-prev {
    top: 33%;
  }

  .home-product-slider-item-title {
    width: 60%;
    font-size: 24px;
    line-height: 33px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .navbar {
    display: none;
  }

  /* .d-flex {
        display: initial !important;
    } */

  .hashtags {
    width: 100%;
  }

  .hashtags .container {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .hashtags-title {
    color: white;
    padding: 0 25px 25px 25px;
    font-size: 26px;
    font-family: "signifier-light";
    line-height: 28px;
    text-align: center;
  }

  .hashtag-img {
    width: 100%;
    float: none;
    padding: 25px;
  }

  .hashtag-img img {
    width: 100%;
  }

  .hashtag {
    width: 100%;
    float: none;
    border-bottom-style: dotted;
    border-bottom-color: #fa5f5a;
    padding: 25px;
  }

  .hashtag-bottom {
    border-bottom: none;
  }

  .hashtag-title {
    float: none;
    color: #ffff;
    font-size: 34px;
    padding-left: 30px;
    position: relative;
  }

  .hashtag img {
    width: 20px;
    float: left;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 7px;
  }

  .footer-top-col {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
  }

  .footer-top-socials {
    padding: 0;
  }

  .footer-top-socials-title {
    text-align: center;
    font-size: 24px;
  }

  .footer-top-socials-icons {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }

  .footer-top-socials-icon {
    width: 90px;
    padding: 10px;
    float: left;
  }

  .footer-top-links ul {
    padding: 0px;
  }

  .footer-top-subscriber {
    padding-left: 0px;
    padding-bottom: 80px;
  }

  .footer-bottom {
    padding: 20px 0 14px 0; /*a.h. updated*/
  }

  .footer-bottom-content {
    /*height: 55px;*/ /*a.h. updated*/
    font-size: 16px;
  }

  .footer-bottom-content-item {
    float: left;
    text-align: center;
  }

  #navbar-mobile {
    float: left;
    width: 30%;
    padding: 3px 0 0 14px; /*a.h. updated*/
  }

  .logo {
    float: left;
    width: 40%;
    text-align: center;
    padding: 5px; /*a.h. updated*/
  }

  .header-strip-icons {
    float: left;
    width: 30%;
    padding-left: 0;
    /* padding-top: 10px; */
  }

  #header .logo img {
    padding: 0;
    margin: 0;
    max-width: 120px;
  }

  .home-hero {
    padding-top: 82px;
  }

  .head-icon-text {
    display: none;
  }

  .header-icon-search {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #1e1e5f;
  }

  .header-icons-search,
  .header-icons-login,
  .header-icons-cart {
    width: 32%;
    padding-right: 0;
  }

  /* mobile menu like shopify*/
  .icon-hamburger,
  .header__icon {
    width: 25px;
    color: #1e1e5f;
  }

  #Details-menu-drawer-container {
    padding-left: 9px;
  }

  .mobile {
    display: block;
  }
  /* team spf */
  .team-container {
    padding-top: 82px;
  }
  .team-bottom {
    padding: 30px;
  }
  .team-blocks-left {
    width: 100%;
    padding-right: 0;
  }
  .team-blocks-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .team-blocks-right.middle {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .team-block-title-text {
    font-size: 11px;
  }
  .team-block-title-text h2,
  .team-block-title-text h3 {
    font-size: 11px;
    line-height: 11px;
  }
  .team-top {
    padding: 0 30px;
  }

  .team-title {
    padding: 30px 0px;
  }
  .team-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .team-block-title {
    height: 48px;
  }
  /* end team spf */
  /* pdp */
  .pdp-container {
    padding-top: 100px !important;
  }

  .pdp-details {
    position: relative;
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .pdp-details-wrap {
    padding: 0;
  }

  .pdp-images {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  .pdp-images-mob {
    width: 100%;
  }

  .pdp-main-img {
    width: 100%;
    padding: 20px;
    overflow: initial;
    padding: initial;
  }

  .pdp-thumbs {
    width: 100%;
    display: none;
  }

  .pdp-thumbs-item {
    float: left;
    width: 18%;
    padding: 0;
    min-width: 300px;
    margin-right: 0%;
  }

  .pdp-details-price {
  display: flex;
  justify-content: space-between;
  align-items: center; /* vertical alignment */
  gap: 12px; /* optional */
   padding-top: 20px;
     width: auto;
  text-align: left; /* optional */
}

  .pdp-details-price-detail {
    text-align: center;
  }

  .pdp-description {
    padding-top: 35px;
  }

  .pdp-size-detail {
    font-size: 20px;
  }

  .pdp-add-to-cart-btn {
    width: 60%;
    padding: 17px 0px;
    font-size: 16px;
    line-height: normal;
  }

  .pdp-add-to-cart-volumn {
    margin-left: 3%;
  }

  .pdp-add-to-cart-volumn-input {
    padding: 5px;
    font-size: 18px;
  }

  .pdp-more-products-item-left {
    width: 55%;
  }

  .pdp-more-products-item-right {
    width: 44%;
  }

  .pdp-more-products-item-name {
    width: 95%;
  }

  .pdp-more-products-item-price {
    font-size: 24px;
    padding: 5px 0 5px 0;
  }

  .pdp-testimo-content {
    width: 100%;
    padding: 10px;
  }

  .pdp-testimo-item {
    float: none;
    width: 100%;
  }

  .pdp-testimo-item-img {
    float: none;
    width: 60%;
    margin: 0 auto;
  }

  .pdp-testimo-item-detail {
    float: none;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }

  .pdp-testimo-item-text p {
    margin: 0;
  }

  .pdp-testimo-more {
    padding-top: 0;
  }

  .pdp-banners-item {
    padding: 30px 30px 0 30px;
  }

  .pdp-reviews {
    padding: 35px 0 0;
  }

  /*shop*/
  .shop-banners-item {
    padding: 0 0 30px;
  }

  .shop-products-item {
    float: left;
    width: 50%;
    padding: 15px;
    min-height: 413px; /*3 lines of product name on mobile*/
  }

  .shop-products-item-img-badge {
    font-size: 15px;
  }

  .shop-products-wrap {
    padding: 0 0px;
  }

  .login h1,
  .register h1,
  cart-items h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .customer:not(.account):not(.order):not(.addresses) {
    margin-top: 0 !important;
  }

  .blogs-top-desc {
    width: 100%;
    padding: 30px;
  }

  .blogs-chem-vs-min {
    padding: 0 30px;
    width: 100%;
  }

  .blogs-chem-vs-min-item {
    float: none;
    width: 100%;
  }

  .blogs-chem-vs-min-item-title {
    width: 100%;
  }

  .blogs-chem-vs-min-item-content {
    padding: 15px 0 20px 0; /*a.h updated*/
  }

  .blogs-teams {
    padding: 0 30px;
    width: 100%;
  }

  .blogs-teams-products-title {
    width: 20%;
  }

  .blogs-teams-products-list {
    width: 80%;
  }

  .blogs-teams-products-title-in {
    font-size: 22px;
    line-height: 22px;
  }

  .blogs-teams-products {
    background-size: 16px;
    background-position: 20px 60%;
  }

  .blogs-products-item-subtitle {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }

  .blogs-products-item-title {
    font-size: 20px;
    padding-top: 10px;
  }

  .blogs-bottom-line {
    clear: both;
    padding: 30px;
    width: 100%;
  }

  /*end blogs*/
  /*jt-story*/
  .jt-hero {
    width: 100%;
    padding-top: 86px;
  }
  .jt-story-container {
    padding-top: 0px;
  }
  .wholesale {
    width: 100%;
    padding-top: 30px;
  }
  .wholesale-container {
    padding-top: 86px;
  }
  .wholesale-title {
    padding-top: 0px;
  }
  .wholesale-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .jt-content {
    width: 100%;
    padding: 30px;
  }

  .jt-content p {
    line-height: 24px; /*a.h. updated*/
    font-size: 18px; /*a.h. updated*/
  }
  .jt-content h2 {
    font-size: 24px;
  }
  .jt-sign {
    width: 100%;
  }

  .jt-hero-title {
    padding-top: 10px;
    top: 90px;
    color: #ffffff;
  }

  .jt-hero-title h1 {
    font-size: 25px;
    line-height: 25px;
    width: 160px;
    color: #ffffff;
  }
  .shop-title h1 {
    font-size: 25px;
    line-height: 25px;
  }

  /*end jt-story*/
  /*faq*/
  .faq-accordion {
    width: 100%;
    padding: 0px 30px 30px 30px;
  }

  .faq-top-icon img {
    width: 80px;
  }

  .faq-top-text {
    padding: 30px;
    width: 100%;
  }

  .faq-top-text p {
    font-size: 16px;
  }

  .faq-accordion-menu-title-text {
    font-size: 18px;
  }

  /*end faq*/
  /*go get checked*/
  .ggcheck-cancer-prevent-desc {
    padding-left: initial; /*a.h updated by adding entire block*/
  }

  .ggcheck-visiting {
    width: 100%;
    padding: 0px;
  }

  .ggcheck-visiting-wrap {
    padding: 30px 0px;
  }

  .ggcheck-visiting-title {
    width: 100%;
    padding-bottom: 15px;
  }

  .ggcheck-visiting-title h3 {
    font-size: 35px;
    line-height: 35px;
  }

  .ggcheck-visiting-table {
    float: left;
    width: 100%;
  }

  .ggcheck-visiting-table-line-text {
    clear: both;
    width: 100%;
    font-family: "signifier-light";
    font-size: 15px;
    line-height: 23px;
    padding: 0px 0px 5px 0;
  }

  .ggcheck-cancer-prevent {
    width: 100%;
    padding: 0px;
  }

  .ggcheck-cancer-prevent-wrap {
    padding: 0px;
  }

  .ggcheck-cancer-prevent-title {
    width: 100%;
    padding-bottom: 30px;
  }

  .ggcheck-cancer-prevent-title h3 {
    font-size: 35px;
    line-height: 35px;
  }

  .ggcheck-cancer-prevent-desc {
    width: 100%;
  }

  .ggcheck-cancer-prevent-item {
    width: 100%;
  }

  /*end go get checked*/
  /* start merge mobile */
  .pdp-more-products-item-brand,
  .pdp-more-products-item-name {
    font-size: 22px;
  }

  .pdp-thumbs-mb {
    display: block;
    width: 100%;
    float: left;
  }

  .count_item_cart {
    right: 0%;
    top: 11%;
  }

  .skin-cancer-typeof {
    padding: 0px;
  }

  .skin-cancer-typeof-title {
    width: 100%;
  }

  .skin-cancer-typeof-title h4 {
    font-size: 40px;
    width: 40%;
  }

  .skin-cancer-typeof-right {
    width: 100%;
  }

  .skin-cancer-riskfactors-title h4 {
    font-size: 40px;
    width: 185px;
  }

  .skin-cancer-riskfactors {
    padding: 0 15px 30px 15px;
    width: 100%;
  }

  .skin-cancer-riskfactors-title {
    padding: 0 30px 30px 30px;
  }

  .terms-of-use {
    padding: 30px;
  }
  .terms-of-use h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .terms-of-use-title-sections {
    line-height: 28px;
  }

  .cart-item__details {
    line-height: normal !important;
  }

  .cart-products-item-price,
  .cart-products-item-name {
    font-size: 16px;
  }

  .cart-item {
    gap: 1rem !important;
  }

  cart-items {
    padding-top: 50px !important;
  }

  .cart-item__quantity {
    margin-top: -2px;
  }

  #header .header-strip-icons img {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
  }

  /* end merge mobile */
    .shop-products-item-title {
      font-size: 18px;
    line-height: 20px !important;
  }
  .shop-products-item-subtitle {
      font-size: 16px;
    line-height: 16px !important;
  }
  .header-icons-search div {
    margin: 0;
  }
  .shopify-challenge__container {
    padding-top: 50px;
  }
  .section-template--16154490077415__product-grid-padding {
    padding-top: 80px !important;
    padding-bottom: 0px;
  }
  .section-template--16154490077415__product-grid-padding .shop-title {
    display: none;
  }
  /*todo 21/06/2022 start*/
  .team-wearspf-banners {
    padding-top: 0;
    display: inherit;
  }
  .team-wearspf-hero {
    width: 100%;
  }
  .team-wearspf-title {
    font-size: 75px;
    line-height: 80px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /*todo 21/06/2022 end*/
  /*spf-60*/
  .join-team-title {
    font-size: 50px;
    width: 100%;
    text-align: center;
  }
  .join-team-button {
    width: 100%;
    font-size: 50px;
  }
  /*spf-60*/
  /*press*/
  .press-row {
    margin-bottom: 5px;
  }
  .press-block {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .press-block-img img {
    max-height: 57px;
  }
  /*end press*/
  /*home press*/
  .home-press-header {
    padding-top: 60px;
  }

  .press-list {
    padding-top: 20px;
  }
  .home-press-title {
    background-position: 14% 25px;
  }
  .press-list-item {
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px;
  }
  .press-list-item img {
    max-height: 25px;
  }
  .press-content {
    padding-bottom: 60px;
  }
  /* add 12/09/2022 */
  .more-than-left {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 40px;
  }
  .more-than-center {
    display: none;
  }
  .more-than-right {
    width: 100%;
  }
  .more-than-center img {
    max-width: 35px;
    padding-top: 0px;
  }
  .more-than-right p {
    font-size: 20px;
    width: 100%;
    padding-top: 15px;
  }
  .wearspf-u-title {
    font-size: 44px;
    line-height: 24px;
  }
  .our-impact-text.font-size {
    font-size: 22px;
    padding-top: 15px;
  }
  .listproduct th {
    font-size: 16px;
    padding: 10px 10px 0;
  }
  .listproduct-img {
    max-width: 50px;
  }
  .listproduct td span {
    font-size: 14px;
    line-height: 14px;
  }
  .more-than-text {
    font-size: 100px;
    line-height: 70px;
  }
  .img-temp {
    height: 300px;
  }
  .wearspf-u-img {
    height: auto;
  }
  .team-blocks-right .formFooter-heightMask {
    display: none;
  }
  .wearspf-u-block {
    padding-left: 5px;
    padding-right: 5px;
  }
  .wearspf-u-list-product {
    padding-left: 4px;
    padding-top: 20px;
  }
  .our-impact-text.min-purchase {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 700px) {
}

@media only screen and (min-width: 750px) {
}

@media (max-width: 1250px) and (min-width: 1101px) {
  .hashtag-title {
    font-size: 60px;
  }

  .hashtag img {
    max-width: 32px;
  }
  .home-hero-title {
    font-size: 65px;
    line-height: 65px;
  }
}

@media (max-width: 1110px) and (min-width: 901px) {
  .hashtag-title {
    font-size: 55px; /*tuanlv 07/10*/
  }

  .hashtag img {
    max-width: 27px;
  }
  .home-hero-title {
    font-size: 55px;
    line-height: 55px;
    /*         width: 490px; */
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .hashtag-title {
    font-size: 50px;
  }

  .hashtag img {
    max-width: 22px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
}

@media screen and (max-width: 1024px) {
  .navbar a,
  .navbar a:focus {
    font-size: 16px;
    padding: 0 9px;
  }

  .header__icon .icon {
    height: 1.2rem;
}

@media screen and (max-width: 900px) {
  .header-strip-icons {
    min-width: 100px;
  }
  .hero-right {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .hero-main {
    padding: 0;
    padding-top: 27px;
  }
  .site-header__cart,
  .header-icons-search a,
  .header-icons-login a {
    padding: 0;
  }
  .home-hero-title {
    padding-left: initial;
    padding: 10px 0 10px;
    font-size: 48px;
    width: auto;
    text-align: center;
    line-height: 48px;
  }
  .home-hero-right {
    padding-top: 10px;
  }
  .home-hero-text {
    font-size: 22px;
    line-height: 22px;
    padding: 10px 0 11px;
    width: auto;
    text-align: center;
  }
  .hero-right {
    gap: 12px;
  }
  .hero-right a {
    width: calc(50% - 6px);
  }
}


/* ACCOUNT PAGE LOGIN BUTTONS  */
.customer button {
    margin: 4rem 0 1.5rem;
    font-size: 28px;
    background: #211f5e;
    padding: 10px 30px;
    width: 100%;
    color: white;
}

.field__label, .customer .field label {
  padding: 0px 10px;
}