/*============================================================================
	#VARIABLES
==============================================================================*/
@media only screen and (min-width: 769px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0; } }
h3, .h3 {
  font-size: 30px !important; }

body {
  font-weight: 500 !important; }

/*============================================================================
	#BUTTONS
==============================================================================*/
.btn[disabled] {
  background: grey !important;
  opacity: 0.5;
  border: 1px solid darkgray !important; }
  .btn[disabled]:hover {
    background: grey !important;
    border: 1px solid darkgray !important;
    color: white !important; }

.btn {
  letter-spacing: .05em !important; }
  @media only screen and (max-width: 769px) {
    .btn {
      font-size: 14px !important; } }

.btn.text-link,
form .btn,
.btn--small,
.btn--secondary {
  background: #e4002b !important;
  color: white !important;
  border-bottom: none !important;
  border: 2px solid #e4002b !important;
  font-weight: bold; }
  .btn.text-link:hover,
  form .btn:hover,
  .btn--small:hover,
  .btn--secondary:hover {
    background: white !important;
    color: #e4002b !important; }

button[name=commit],
.btn--white {
  background: white !important;
  color: #151515 !important;
  border: none !important;
  font-weight: bold !important; }

/*============================================================================
	#HEADER
==============================================================================*/
/* Odometer / Impact Counter */
.impact {
  margin-top: 6px;
  position: absolute; }
  @media only screen and (max-width: 769px) {
    .impact {
      display: none; } }
  .impact .odometer {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    margin-top: -12px; }
    @media only screen and (max-width: 940px) {
      .impact .odometer {
        font-size: 24px; } }
  .impact .impact-sub {
    font-size: 14px;
    margin-left: 0;
    line-height: 14px;
    display: inline-block;
    margin-top: 6px; }
    @media only screen and (max-width: 940px) {
      .impact .impact-sub {
        font-size: 13px;
        margin-left: 38px;
        display: block;
        margin-top: -9px; } }
  .impact .impact-read {
    width: 31px;
    float: left;
    margin-right: 7px; }

.impact-mobile {
  display: none; }
  @media only screen and (max-width: 769px) {
    .impact-mobile {
      display: block; } }
  .impact-mobile .odometer {
    font-size: 50px !important;
    font-weight: 900;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: -15px; }

/* Nav Menu */
.site-nav__dropdown {
  box-shadow: 0px 14px 17px -3px rgba(0, 0, 0, 0.09); }

.site-nav__item.site-nav--has-promo {
  position: relative; }
  .site-nav__item.site-nav--has-promo .site-nav__dropdown {
    min-width: 600px;
    left: 0;
    min-height: 484px;
    padding: 20px 5px; }
  .site-nav__item.site-nav--has-promo .site-nav__dropdown-promo {
    position: absolute !important;
    z-index: 10;
    right: 25px;
    margin-bottom: 30px;
    text-align: center;
    max-width: 300px; }
    .site-nav__item.site-nav--has-promo .site-nav__dropdown-promo h3 {
      margin-bottom: 0; }
  .site-nav__item.site-nav--has-promo .site-nav__dropdown-link {
    padding: 2px 15px; }
    .site-nav__item.site-nav--has-promo .site-nav__dropdown-link:hover {
      color: #e4002b; }

.header-item--icons .site-nav {
  margin-right: 0px; }

.header-layout--center {
  position: relative; }

.text-center .site-navigation {
  margin: 10px auto 0 auto; }

.newsletter-section {
  background: #e4002b url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020_impact-bg-blue-pattern.png?v=1576609639) top left no-repeat;
  background-size: cover; }
  .newsletter-section .newsletter__input {
    background: transparent; }
  .newsletter-section .btn {
    background: white;
    color: #e4002b; }
  .newsletter-section .newsletter__input::-webkit-input-placeholder {
    color: white; }
  .newsletter-section .newsletter__input:-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  .newsletter-section .newsletter__input::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  .newsletter-section .newsletter__input:-ms-input-placeholder {
    color: white; }
  .newsletter-section .newsletter__input:focus {
    border-color: white; }

/* Sticky header */
.site-header {
  z-index: 26; }

@media only screen and (min-width: 769px) {
  .site-header-sticky {
    /*    height: 136px !important; */ } }
@media only screen and (max-width: 1000px) {
  .site-header--stuck .impact .impact-read {
    width: 24px; }
  .site-header--stuck .odometer {
    font-size: 18px !important; } }
@media only screen and (max-width: 960px) {
  .site-header--stuck .impact {
    right: 70px !important; } }
@media only screen and (max-width: 830px) {
  .site-header--stuck .impact {
    display: none; } }
@media only screen and (min-width: 769px) {
  .site-header--stuck .site-header__logo a {
    width: 150px; }
  .site-header--stuck .header-item--left {
    display: none; }
  .site-header--stuck .header-item--logo {
    margin: 0 !important; }
  .site-header--stuck .text-center .site-navigation {
    margin-top: -40px;
    padding-bottom: 10px; }
  .site-header--stuck .site-nav__icons .site-nav__link:first-child {
    display: none; }
  .site-header--stuck .impact {
    margin-top: 0;
    right: 105px; }
  .site-header--stuck .odometer {
    margin-top: 8px;
    font-size: 23px; }
  .site-header--stuck .impact-sub {
    display: none; }
  .site-header--stuck .page-width {
    padding: 0 40px 0 0; }
  .site-header--stuck .dropdown {
    display: none; } }

/* Flag Dropdown */
.site-header--stuck .dropdown {
  display: none; }

@media only screen and (max-width: 768px) {
  .site-header .dropdown {
    display: none; } }

.dropdown {
  cursor: pointer;
  position: relative;
  top: 4px;
  right: -5px;
  width: 60px; }
  @media only screen and (max-width: 768px) {
    .dropdown {
      float: right;
      margin-right: 15px;
      margin-top: 6px; } }
  @media only screen and (max-width: 960px) {
    .dropdown {
      right: -3px; } }
  .dropdown .collapsible-trigger__icon {
    right: 8px;
    top: 10px; }
    @media only screen and (max-width: 960px) {
      .dropdown .collapsible-trigger__icon {
        right: 12px; } }
  .dropdown:hover .dropdown-menu {
    display: block; }
  .dropdown:hover .collapsible-trigger__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 3px; }

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 10;
  background: white;
  padding: 4px 10px;
  left: -10px; }
  .dropdown-menu a {
    width: 75px;
    display: inline-block; }
    .dropdown-menu a:hover {
      color: #e4002b; }

/*============================================================================
	#FOOTER
==============================================================================*/
.footer__title {
  font-weight: 900; }

.site-footer a, .site-footer p {
  font-size: 16px !important; }

p.footer__small-text {
  font-sie: 14px;
  margin-top: 20px; }

.index-section--footer .section--divider {
  padding-top: 40px; }
.index-section--footer .index-section {
  margin: 0 0 40px 0; }
.index-section--footer .footer-promotions .image-wrap {
  padding-bottom: 100px !important; }
.index-section--footer .footer-promotions img {
  width: 101px !important;
  margin: 0 auto; }
.index-section--footer .footer-promotions .article__grid-image {
  margin-bottom: 0px; }

.footer-logo {
  margin-right: 10px; }
  .footer-logo:last-child {
    margin-right: 0px; }
  .footer-logo img {
    width: 33px; }

/*============================================================================
	#HOME
==============================================================================*/
.custom__item {
  margin-bottom: -10px;
  padding-left: 0px; }
  @media only screen and (max-width: 769px) {
    .custom__item {
      margin-bottom: -7px; } }

.custom-content {
  margin-bottom: 0;
  margin-left: 0; }

.index-section--hero {
  position: relative; }

.texture-overlay {
  width: 100%;
  position: absolute;
  height: 310px;
  display: block;
  z-index: 1;
  bottom: -92px;
  opacity: 0.35; }
  @media only screen and (max-width: 769px) {
    .texture-overlay {
      display: none; } }

.hero__link .btn {
  color: white;
  width: 140px; }

.margin-up {
  margin-top: 150px; }
  @media only screen and (max-width: 769px) {
    .margin-up {
      margin-top: 0; } }

/* Scrolling Collection */
@media only screen and (min-width: 769px) {
  .featured-collection {
    margin-top: -100px; } }
.grid--slider .slider-controls {
  position: relative; }
  .grid--slider .slider-controls .control {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    opacity: 0.2; }
    .grid--slider .slider-controls .control:hover {
      opacity: 1; }
    .grid--slider .slider-controls .control.active {
      opacity: 0.5; }
  .grid--slider .slider-controls .control-left {
    left: -17px; }
  .grid--slider .slider-controls .control-right {
    right: -17px; }
  .grid--slider .slider-controls .icon {
    width: 28px;
    height: 416px;
    padding: 97px 8px; }
.grid--slider .grid-wrapper {
  overflow: hidden; }
.grid--slider .grid {
  width: 10000px; }
.grid--slider .medium-up--one-quarter {
  width: 312.5px;
  clear: none !important; }

.instagram-section {
  margin: 35px 0; }
  @media only screen and (min-width: 769px) {
    .instagram-section {
      margin-top: 50px; } }

/* About Us Give Back Block */
#shopify-section-page-about-us-template .give-back {
  margin-bottom: -2% !important; }

/* Give Back Block */
.give-back {
  background: #e4002b url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_texture-flower.png?v=1578097987) top left no-repeat;
  background-size: contain;
  color: white;
  overflow: hidden; }
  .give-back .rte {
    text-align: center;
    padding: 10% 21%;
    margin: 0 auto; }
    @media only screen and (max-width: 1120px) {
      .give-back .rte {
        width: 310px !important;
        padding: 0; } }
    @media only screen and (max-width: 768px) {
      .give-back .rte {
        padding: 10% 0; } }
    .give-back .rte h2 {
      font-size: 2.86vw !important;
      margin-top: 0;
      margin-bottom: 0; }
      @media only screen and (max-width: 1120px) {
        .give-back .rte h2 {
          font-size: 32px !important;
          width: 87%;
          margin: 0 auto; } }
      @media only screen and (max-width: 890px) {
        .give-back .rte h2 {
          font-size: 24px !important; } }
    .give-back .rte h3 {
      font-size: 1.61vw !important;
      margin-top: 0;
      margin-bottom: 4%; }
      @media only screen and (max-width: 1120px) {
        .give-back .rte h3 {
          font-size: 18px !important; } }
    .give-back .rte p {
      font-size: 1.1vw !important;
      line-height: 1.3;
      margin-top: 10px;
      margin-bottom: 0; }
      @media only screen and (max-width: 1400px) {
        .give-back .rte p {
          font-size: 16px !important;
          line-height: 1.3; } }
    .give-back .rte hr {
      width: 73px;
      border-top: 2px solid white;
      margin: 3.5% auto; }
    .give-back .rte a {
      background: transparent;
      border: 2px solid white !important;
      color: white;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 5px;
      font-size: 15px; }
      @media only screen and (max-width: 1400px) {
        .give-back .rte a {
          padding: 6px 15px !important; } }
    .give-back .rte img {
      width: 17%;
      max-width: 94px; }

.text-over-image {
  position: absolute;
  color: white !important;
  width: 86%;
  margin: 0px 7%;
  max-width: 600px;
  z-index: 2; }
  .text-over-image p {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1; }
    @media only screen and (max-width: 769px) {
      .text-over-image p {
        font-size: 18px !important; } }
  .text-over-image h3, .text-over-image p {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    transition: text-shadow 1s; }
  .text-over-image a h3, .text-over-image a p {
    color: white !important; }
  .text-over-image.align-text-center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .text-over-image.align-text-bottom {
    bottom: 6%; }
  .text-over-image .btn {
    margin-bottom: 10px;
    min-width: 150px;
    font-size: 14px; }
    @media only screen and (max-width: 769px) {
      .text-over-image .btn {
        font-size: 16px !important; } }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: background-color 1s; }

.grid__item:hover .overlay {
  background-color: transparent; }
.grid__item:hover .text-over-image h3, .grid__item:hover .text-over-image p {
  text-shadow: 0 0 2px black !important; }

/* Custom Hero settings */
.custom-hero .hero__top-subtitle {
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .custom-hero .hero__top-subtitle {
      letter-spacing: 0; } }
.custom-hero .hero__subtitle {
  font-size: 1.5em; }
.custom-hero .hero__subtitle__small {
  font-size: 13px;
  margin-top: 20px; }
@media only screen and (min-width: 769px) {
  .custom-hero .hero__text-content.horizontal-right {
    padding-left: 36%;
    text-align: center; } }
@media only screen and (min-width: 769px) {
  .custom-hero .hero__text-content.horizontal-left {
    padding-right: 44%; } }
.custom-hero .hero__text-wrap {
  border-bottom: none; }
@media only screen and (min-width: 769px) {
  .custom-hero .blue-text .hero__top-subtitle,
  .custom-hero .blue-text .hero__title,
  .custom-hero .blue-text .hero__subtitle {
    color: #343e46; } }
@media only screen and (max-width: 768px) {
  .custom-hero .hero__subtitle__pre {
    display: none; } }
@media only screen and (min-width: 769px) {
  .custom-hero .text-center-left .hero__text-content.horizontal-left {
    text-align: center; } }
.custom-hero .white-button-text .hero__link .btn {
  color: white !important; }
.custom-hero .medium-text-under-buttons .hero__subtitle__small {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3px; }
  @media only screen and (max-width: 769px) {
    .custom-hero .medium-text-under-buttons .hero__subtitle__small {
      font-size: 1.2em;
      letter-spacing: 1px; } }
.custom-hero .large-top-subtitle .hero__top-subtitle {
  font-size: 2.6em; }
.custom-hero .large-text-under-buttons .hero__subtitle__small {
  font-size: 2em;
  font-weight: bold;
  line-height: 1; }
@media only screen and (max-width: 1380px) {
  .custom-hero span.break-1380 {
    display: block; } }
@media only screen and (max-width: 589px) {
  .custom-hero .smaller-text-mobile .hero__subtitle {
    font-size: 16px !important; } }
.custom-hero .break-span-mobile .hero__title span {
  display: inline-block; }
  @media only screen and (max-width: 589px) {
    .custom-hero .break-span-mobile .hero__title span {
      display: block !important; } }

/* Custom Text Over Image */
.custom-text-over-image {
  background: #dad9d6;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .custom-text-over-image {
      background: transparent; } }
  .custom-text-over-image:before {
    content: '';
    border: 30px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    @media only screen and (max-width: 960px) {
      .custom-text-over-image:before {
        border: none; } }
  .custom-text-over-image .h3 {
    font-size: 75px !important;
    text-transform: uppercase;
    color: #47453f; }
    @media only screen and (max-width: 1350px) {
      .custom-text-over-image .h3 {
        font-size: 50px !important; } }
    @media only screen and (max-width: 960px) {
      .custom-text-over-image .h3 {
        max-width: 475px;
        margin: 30px auto 0 auto;
        font-size: 36px !important; } }
    .custom-text-over-image .h3:after {
      content: '';
      border-bottom: 3px solid #47453f;
      width: 350px;
      display: block;
      margin: 25px 0; }
      @media only screen and (max-width: 1350px) {
        .custom-text-over-image .h3:after {
          width: 250px; } }
      @media only screen and (max-width: 960px) {
        .custom-text-over-image .h3:after {
          margin: 15px auto; } }
  @media only screen and (max-width: 960px) {
    .custom-text-over-image .feature-row__text {
      margin-top: -20px;
      padding-bottom: 35px;
      padding-left: 0; }
      .custom-text-over-image .feature-row__text .rte {
        padding: 0 20px; } }
  .custom-text-over-image .featured-row__subtext p {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #47453f;
    font-size: 25px !important;
    font-weight: 600;
    letter-spacing: 3px; }
    @media only screen and (max-width: 1350px) {
      .custom-text-over-image .featured-row__subtext p {
        letter-spacing: 0;
        font-size: 22px !important; } }
    @media only screen and (max-width: 960px) {
      .custom-text-over-image .featured-row__subtext p {
        margin-bottom: 0;
        font-size: 18px !important; } }

.orange-button .btn {
  background: #faa41c;
  border: 2px solid #faa41c;
  color: white; }
  .orange-button .btn:hover {
    background: white;
    color: #faa41c; }

.custom-hero-title-subtitle .hero__title {
  line-height: 1.1; }
@media (min-width: 590px) {
  .custom-hero-title-subtitle .hero__subtitle {
    line-height: 1;
    max-width: 550px !important; } }

/*============================================================================
	#COLLECTIONS / GRID
==============================================================================*/
@media only screen and (min-width: 769px) {
  .collection-content {
    padding-top: 20px; }

  .collection-hero {
    height: 500px; } }
.grid-product__tag--sale {
  background: #e4002b;
  color: white;
  text-transform: uppercase;
  font-weight: 500; }

.grid-product__meta {
  font-weight: 500; }

.grid-product__price {
  font-size: 16px; }

.grid-product__price--original {
  color: #e4002b; }

.tag-list a {
  line-height: 1.7; }

/* collection promos */
.promo-grid .rte--em {
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0; }
.promo-grid .rte--block {
  margin-bottom: 15px; }
.promo-grid .rte--strong {
  margin-bottom: 0; }
.promo-grid .text-black .rte--block {
  color: black; }
.promo-grid .text-shadow .promo-grid__content .rte--block {
  text-shadow: 0px 0px 4px black; }
.promo-grid .image-right .promo-grid__bg-image {
  object-position: 40% 100% !important;
  font-family: "object-fit: cover; object-position: 40% 100%;" !important; }
.promo-grid .image-absolute-right .promo-grid__bg-image {
  object-position: 0% 50% !important;
  font-family: "object-fit: cover; object-position: 0% 50%;" !important; }
.promo-grid .text-wider .promo-grid__content {
  max-width: 675px !important;
  width: 60% !important; }
.promo-grid .text-fixed-small .promo-grid__content {
  width: 400px !important; }
  @media (max-width: 768px) {
    .promo-grid .text-fixed-small .promo-grid__content {
      width: 300px !important; } }
.promo-grid .promo-grid__container .promo-grid__content {
  max-width: 575px;
  width: 51%; }
  .promo-grid .promo-grid__container .promo-grid__content:after {
    background: none !important; }
  .promo-grid .promo-grid__container .promo-grid__content .btn {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0 !important; }
.promo-grid .promo-grid__container.horizontal-left .promo-grid__content {
  padding-left: 7.5%; }
.promo-grid .promo-grid__container.horizontal-left .promo-grid__bg-image {
  object-position: 75% 50%;
  font-family: "object-fit: cover; object-position: 75% 50%;" !important; }
.promo-grid .promo-grid__container.horizontal-right {
  text-align: left; }
  .promo-grid .promo-grid__container.horizontal-right .promo-grid__content {
    padding-right: 7.5%; }
  .promo-grid .promo-grid__container.horizontal-right .promo-grid__bg-image {
    object-position: 30% 100%;
    font-family: "object-fit: cover; object-position: 30% 100%;"; }

.section-header__title.align-left {
  text-align: left; }
.section-header__title.align-right {
  text-align: right; }

.section-header .rte h1 {
  font-size: 50px;
  margin-bottom: -10px; }
  @media only screen and (max-width: 769px) {
    .section-header .rte h1 {
      font-size: 40px; } }
.section-header .rte p {
  font-size: 18px;
  width: 90%;
  font-weight: 400;
  max-width: 500px; }
  @media only screen and (max-width: 769px) {
    .section-header .rte p {
      display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .image-wrap img:not([role='presentation']), .image-wrap svg, image-wrap .animate-me {
    opacity: 1 !important; } }
.collection-filter__item .section-header__title {
  display: inline-block;
  margin-right: 10px; }

#countdown {
  margin-bottom: 0 !important; }

#clockdiv {
  color: #2b2b2b; }
  #clockdiv div {
    display: inline-block;
    padding: 0 10px; }
    #clockdiv div > div {
      display: block;
      font-weight: bold;
      text-transform: uppercase; }
  #clockdiv span {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif; }

/*============================================================================
	#PRODUCT
==============================================================================*/
.page-content--bottom {
  display: none; }

.product__price {
  font-size: 21px !important; }

.product__price--compare {
  color: #e4002b; }

.product-single__meta {
  position: relative;
  padding-left: 10px; }

.add-to-cart {
  background: #e4002b;
  color: white;
  border: 2px solid #e4002b; }

.add-to-cart:disabled {
  border: none; }
  .add-to-cart:disabled:hover {
    background-color: #f6f6f6; }

.sherpa-product-number {
  position: absolute;
  right: 0;
  margin-top: -32px; }
  @media only screen and (max-width: 769px) {
    .sherpa-product-number {
      position: relative;
      margin-top: 0; } }

@media only screen and (min-width: 769px) {
  .page-content--product .hr--medium {
    margin: 20px auto; } }
label.variant__label {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px; }
  @media only screen and (max-width: 769px) {
    label.variant__label {
      text-align: center; } }

.tech-icon img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

/* Collapsible */
.collapsible-trigger-btn {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px; }

.collapsible-trigger-btn--borders + .collapsible-content .collapsible-content__inner {
  border-left: none;
  border-right: none;
  padding: 0 0 20px;
  font-size: 16px; }

.collapsible-trigger-btn--borders {
  border-left: none;
  border-right: none;
  padding: 20px 0; }

.color-swatch {
  line-height: 1.7 !important; }

.modal {
  z-index: 26 !important; }

.product-section .page-content {
  padding-bottom: 20px; }

.template-product .product-reviews {
  margin: 20px 0; }

/* Size Chart */
.size_chart_modal {
  font-size: 12px !important;
  font-weight: 500;
  float: right;
  margin-top: 24px;
  text-transform: uppercase;
  text-decoration: underline; }
  @media only screen and (max-width: 769px) {
    .size_chart_modal {
      float: none;
      display: block;
      margin-bottom: 20px; } }

/* Reviews */
.jdgm-widget {
  display: block !important; }

.jdgm-rev-widg__title {
  font-size: 26.6px !important;
  text-align: center; }

.jdgm-all-reviews-widget,
.jdgm-rev-widg {
  border: none !important; }

.jdgm-rev-widg__summary,
.jdgm-widget-actions-wrapper {
  width: 100%;
  text-align: center !important;
  margin-bottom: 20px !important; }

/* Locally changes */
a.lcly-primary-trigger {
  float: right !important;
  width: auto !important; }
  @media only screen and (max-width: 769px) {
    a.lcly-primary-trigger {
      float: none !important; } }
  a.lcly-primary-trigger span {
    background: none !important;
    color: black !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    float: right !important;
    text-transform: uppercase !important;
    text-decoration: underline !important; }
    @media only screen and (max-width: 769px) {
      a.lcly-primary-trigger span {
        float: none !important; } }
    a.lcly-primary-trigger span:hover {
      background: transparent !important; }

/* Back In Stock */
#BIS_trigger {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  float: left;
  margin-top: 16px;
  text-decoration: underline;
  display: none; }

.name-info {
  text-align: center;
  border-top: 1px solid #e8e8e1;
  border-bottom: 1px solid #e8e8e1;
  padding: 20px 0;
  margin-top: 30px; }
  .name-info p {
    width: 90%;
    max-width: 873px;
    margin: 0 auto; }
    .name-info p span {
      font-size: 22px;
      font-weight: 500; }

.made-in-nepal {
  margin-top: 20px; }
  .made-in-nepal img {
    float: left;
    margin-right: 15px; }
  .made-in-nepal p {
    font-size: 19px !important;
    font-weight: bold;
    color: #e4002b;
    padding-top: 8px;
    text-align: left !important; }

/*============================================================================
	#ABOUT US
==============================================================================*/
.about-us-hero h6 {
  text-transform: none;
  letter-spacing: 0; }
.about-us-hero .hero__image {
  object-position: 100% 0; }
.about-us-hero h2 {
  font-size: 90px; }
  @media only screen and (max-width: 769px) {
    .about-us-hero h2 {
      font-size: 40px; } }

.about-us-tagline p {
  font-size: 24px;
  margin: 0 !important; }
  @media only screen and (max-width: 769px) {
    .about-us-tagline p {
      font-size: 18px; } }

.about-us-values .image-text {
  position: absolute;
  z-index: 1;
  color: white;
  text-align: center;
  width: 100%;
  margin-top: 50%; }
  @media only screen and (max-width: 769px) {
    .about-us-values .image-text {
      margin-top: 30%; } }
  .about-us-values .image-text img {
    opacity: 1 !important;
    position: relative;
    margin: 0 auto 20px auto;
    width: 21%;
    max-width: 100px;
    min-width: 75px; }
  .about-us-values .image-text p {
    font-size: 20px;
    max-width: 190px;
    margin: 12px auto 0 auto;
    line-height: 1; }
    @media only screen and (max-width: 900px) {
      .about-us-values .image-text p {
        font-size: 16px; } }
.about-us-values .js-photoswipe__zoom {
  cursor: default; }
@media only screen and (max-width: 769px) {
  .about-us-values .image-row__image {
    width: 50% !important; } }

@media only screen and (max-width: 769px) {
  .about-us-side-by-side .image-row__image {
    width: 100% !important; } }
.about-us-side-by-side .js-photoswipe__zoom {
  cursor: default; }

.about-us-endless {
  margin-bottom: 90px; }
  .about-us-endless h2 {
    color: #e4002b;
    margin-top: 0; }
  .about-us-endless img {
    max-width: 165px; }
  .about-us-endless p {
    font-size: 23px;
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.2; }

.about-us-text-image .background-media-text__text {
  background: transparent;
  color: white;
  padding: 0; }
  @media only screen and (min-width: 769px) {
    .about-us-text-image .background-media-text__text {
      width: 525px; } }
.about-us-text-image .background-media-text__aligner {
  margin: 25px 0; }
@media only screen and (min-width: 769px) {
  .about-us-text-image .background-media-text__aligner {
    margin-top: 175px; }
  .about-us-text-image .background-media-text--left {
    margin-left: 130px; }
  .about-us-text-image .background-media-text--right {
    margin-right: 130px; } }
.about-us-text-image h2 {
  font-size: 60px !important; }
  @media only screen and (max-width: 768px) {
    .about-us-text-image h2 {
      font-size: 40px !important; } }
.about-us-text-image h3 {
  font-size: 50px;
  margin: 0 auto; }
.about-us-text-image p {
  font-size: 22px; }
.about-us-text-image .cols-3 {
  display: inline-block;
  text-align: center; }
.about-us-text-image .col {
  display: inline-block;
  float: left;
  text-align: center;
  margin-right: 20px;
  vertical-align: top; }
  @media only screen and (max-width: 768px) {
    .about-us-text-image .col {
      float: none;
      margin-bottom: 20px; } }
  .about-us-text-image .col:nth-child(3) {
    margin-right: 0; }
  .about-us-text-image .col p {
    font-size: 18px; }

/*============================================================================
	#EMAIL SIGNUP
==============================================================================*/
form.validate input[type=text],
form.validate input[type=email] {
  width: 300px; }
form.validate .birthday {
  width: 55px !important; }

/*============================================================================
	#BLOG
==============================================================================*/
.article__title {
  font-weight: 700;
  font--size: 24px; }

/*============================================================================
	#IMPACT 2020
==============================================================================*/
@media only screen and (min-width: 769px) {
  .impact-2020 .page-width, .impact-2020 .page-full,
  .impact .page-width,
  .impact .page-full {
    padding: 0; } }
.template-page .page-full {
  padding: 0 !important; }

.impact-landing {
  font-family: 'Metric', sans-serif;
  line-height: 1; }
  .impact-landing h2, .impact-landing h3, .impact-landing h4, .impact-landing h5 {
    font-family: 'Metric', sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1; }
  .impact-landing p {
    font-family: 'Metric', sans-serif;
    font-size: 22px;
    line-height: 1; }
    @media (max-width: 1100px) {
      .impact-landing p {
        font-size: 18px; } }
  .impact-landing form {
    font-family: 'Metric', sans-serif; }
  .impact-landing .pattern-full {
    background: url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020-pattern-grey-full.png?v=1576541604) top center repeat-x;
    height: 410px;
    position: absolute;
    width: 100%;
    margin-top: -140px;
    z-index: 1; }
    @media (max-width: 1100px) {
      .impact-landing .pattern-full {
        height: 300px;
        background-size: 755px;
        margin-top: -86px; } }
  .impact-landing .impact-hero {
    text-align: center;
    height: 842px;
    background: url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020_impact-hero.jpg?v=1576280919) top center no-repeat;
    background-size: cover;
    width: 100%; }
    @media (max-width: 1100px) {
      .impact-landing .impact-hero {
        height: 545px; } }
    .impact-landing .impact-hero .content {
      margin: 0 auto;
      display: block;
      padding: 280px 20px 0 20px; }
      @media (max-width: 1100px) {
        .impact-landing .impact-hero .content {
          padding: 180px 20px 0 20px; } }
    .impact-landing .impact-hero h2 {
      font-size: 35px;
      color: white;
      margin: 0 auto; }
      @media (max-width: 750px) {
        .impact-landing .impact-hero h2 {
          width: 90%;
          max-width: 400px; } }
    .impact-landing .impact-hero h3 {
      font-size: 83px !important;
      color: white;
      max-width: 1100px;
      margin: 0 auto;
      position: relative;
      z-index: 1; }
      @media (max-width: 1100px) {
        .impact-landing .impact-hero h3 {
          font-size: 63px !important; } }
      @media (max-width: 750px) {
        .impact-landing .impact-hero h3 {
          font-size: 46px !important; } }
      @media (max-width: 500px) {
        .impact-landing .impact-hero h3 {
          font-size: 38px !important; } }
    .impact-landing .impact-hero p {
      color: white;
      max-width: 700px;
      margin: 15px auto 30px auto; }
      @media (max-width: 1100px) {
        .impact-landing .impact-hero p {
          max-width: 500px; } }
  .impact-landing .impact-counter {
    text-align: center;
    padding: 70px 0;
    border-top: 27px solid #f7a71d; }
    @media (max-width: 700px) {
      .impact-landing .impact-counter {
        padding: 45px 0; } }
    .impact-landing .impact-counter img {
      margin: 0 auto;
      position: relative;
      z-index: 2; }
    .impact-landing .impact-counter .odometer {
      font-size: 140px;
      font-weight: 700;
      color: #e4002b;
      position: relative;
      z-index: 2;
      width: 100%; }
      @media (max-width: 700px) {
        .impact-landing .impact-counter .odometer {
          font-size: 100px; } }
      @media (max-width: 500px) {
        .impact-landing .impact-counter .odometer {
          font-size: 80px; } }
    .impact-landing .impact-counter p {
      font-size: 37px; }
      @media (max-width: 700px) {
        .impact-landing .impact-counter p {
          font-size: 28px; } }
  .impact-landing .impact-video {
    text-align: center;
    background: url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020_impact-video.jpg?v=1576280919) top center no-repeat;
    background-size: cover;
    height: 879px; }
    @media (max-width: 700px) {
      .impact-landing .impact-video {
        height: 600px; } }
    .impact-landing .impact-video .content {
      padding: 265px 20px 0 20px; }
      @media (max-width: 700px) {
        .impact-landing .impact-video .content {
          padding: 160px 20px 0 20px; } }
    .impact-landing .impact-video img {
      margin: 0 auto 30px auto;
      cursor: pointer; }
      @media (max-width: 700px) {
        .impact-landing .impact-video img {
          width: 100px; } }
    .impact-landing .impact-video h2 {
      font-size: 75px;
      color: white;
      margin-bottom: 20px;
      line-height: 0.8; }
      @media (max-width: 700px) {
        .impact-landing .impact-video h2 {
          font-size: 62px; } }
    .impact-landing .impact-video p {
      color: white; }
  .impact-landing .impact-committed {
    background: url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020_impact-committed-bg.jpg?v=1576280919) top center no-repeat;
    background-size: cover;
    height: 927px;
    margin-top: 33px; }
    @media (max-width: 1200px) {
      .impact-landing .impact-committed {
        height: 550px; } }
    @media (max-width: 700px) {
      .impact-landing .impact-committed {
        height: 485px; } }
    .impact-landing .impact-committed .content {
      width: 465px;
      margin-left: 54%;
      padding-top: 235px; }
      @media (max-width: 1200px) {
        .impact-landing .impact-committed .content {
          padding-top: 85px;
          width: 420px; } }
      @media (max-width: 1100px) {
        .impact-landing .impact-committed .content {
          width: 350px; } }
      @media (max-width: 800px) {
        .impact-landing .impact-committed .content {
          width: 260px; } }
      @media (max-width: 700px) {
        .impact-landing .impact-committed .content {
          float: right;
          margin-right: 8%;
          padding-top: 42px; } }
    .impact-landing .impact-committed h2 {
      font-size: 60px;
      color: #343434;
      line-height: 0.9;
      margin-bottom: 25px; }
      @media (max-width: 1200px) {
        .impact-landing .impact-committed h2 {
          font-size: 42px; } }
      @media (max-width: 800px) {
        .impact-landing .impact-committed h2 {
          font-size: 36px; } }
    .impact-landing .impact-committed p {
      color: #343434;
      line-height: 1.2; }
    .impact-landing .impact-committed strong {
      font-size: 26px;
      font-weight: 500;
      line-height: 0.9; }
  .impact-landing .impact-benefit {
    margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row; }
    .impact-landing .impact-benefit img {
      width: 100%; }
    .impact-landing .impact-benefit .left {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column;
      flex: 1 0 auto;
      width: 50%; }
      @media (max-width: 800px) {
        .impact-landing .impact-benefit .left {
          width: 100%; } }
      .impact-landing .impact-benefit .left .left-top {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 3%; }
        .impact-landing .impact-benefit .left .left-top .image-block {
          width: 50%;
          padding-right: 3%; }
          @media (max-width: 900px) {
            .impact-landing .impact-benefit .left .left-top .image-block {
              display: none; } }
          @media (max-width: 800px) {
            .impact-landing .impact-benefit .left .left-top .image-block {
              order: 1; } }
        .impact-landing .impact-benefit .left .left-top .red-block {
          font-weight: 700;
          font-size: 45px;
          background: #e4002b;
          color: white;
          width: 50%;
          padding: 6%; }
          @media (max-width: 1500px) {
            .impact-landing .impact-benefit .left .left-top .red-block {
              font-size: 35px; } }
          @media (max-width: 1200px) {
            .impact-landing .impact-benefit .left .left-top .red-block {
              font-size: 25px; } }
          @media (max-width: 900px) {
            .impact-landing .impact-benefit .left .left-top .red-block {
              width: 100%;
              font-size: 35px; } }
          @media (max-width: 800px) {
            .impact-landing .impact-benefit .left .left-top .red-block {
              font-size: 25px;
              order: 2; } }
      .impact-landing .impact-benefit .left .left-bottom .image-block {
        width: 100%; }
    .impact-landing .impact-benefit .right {
      width: 50%;
      padding-left: 1.6%;
      text-align: right; }
      @media (max-width: 800px) {
        .impact-landing .impact-benefit .right {
          width: 100%; } }
  .impact-landing .impact-our-support {
    text-align: center;
    height: 525px;
    background: url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020-pattern-grey-top.gif?v=1576542766), url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020-pattern-grey-bottom.gif?v=1576542766);
    background-position: top center, bottom center;
    background-repeat: repeat-x, repeat-x; }
    .impact-landing .impact-our-support .content {
      padding-top: 110px; }
      @media (max-width: 700px) {
        .impact-landing .impact-our-support .content {
          padding-top: 90px; } }
    .impact-landing .impact-our-support h2 {
      font-size: 60px;
      color: #343434; }
      @media (max-width: 700px) {
        .impact-landing .impact-our-support h2 {
          font-size: 42px; } }
    .impact-landing .impact-our-support .cols3 {
      width: 90%;
      max-width: 1200px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto 40px auto; }
      @media (max-width: 700px) {
        .impact-landing .impact-our-support .cols3 {
          margin: 0 auto 20px auto; } }
      .impact-landing .impact-our-support .cols3 .col {
        width: 33.33333%;
        margin-top: 20px; }
      .impact-landing .impact-our-support .cols3 img {
        margin-bottom: 20px; }
      .impact-landing .impact-our-support .cols3 p {
        font-weight: 700; }
    .impact-landing .impact-our-support p {
      color: #343434; }
  .impact-landing .impact-your-support {
    background: url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020_impact-support-bg.jpg?v=1576280919) top center no-repeat;
    background-size: cover;
    text-align: center;
    height: 697px; }
    @media (max-width: 700px) {
      .impact-landing .impact-your-support {
        height: 420px; } }
    .impact-landing .impact-your-support .content {
      padding-top: 300px;
      width: 95%;
      margin: 0 auto; }
      @media (max-width: 700px) {
        .impact-landing .impact-your-support .content {
          padding-top: 100px; } }
    .impact-landing .impact-your-support h2 {
      font-size: 80px;
      color: white;
      line-height: 0.8; }
      @media (max-width: 700px) {
        .impact-landing .impact-your-support h2 {
          font-size: 60px; } }
    .impact-landing .impact-your-support p {
      color: white;
      margin-top: 20px; }
  .impact-landing .impact-labor {
    background: #e4002b;
    height: 612px; }
    @media (max-width: 1000px) {
      .impact-landing .impact-labor {
        height: 530px; } }
    @media (max-width: 675px) {
      .impact-landing .impact-labor {
        height: auto; } }
    .impact-landing .impact-labor h3 {
      font-size: 35px;
      color: white;
      text-align: center;
      max-width: 715px;
      margin: 0 auto 50px auto;
      padding-top: 65px;
      width: 95%; }
      @media (max-width: 1000px) {
        .impact-landing .impact-labor h3 {
          padding-top: 40px; } }
    .impact-landing .impact-labor .cols2 {
      max-width: 1100px;
      margin: 0 auto;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 1000px) {
        .impact-landing .impact-labor .cols2 {
          width: 95%; } }
      @media (max-width: 675px) {
        .impact-landing .impact-labor .cols2 {
          display: block; } }
      .impact-landing .impact-labor .cols2 .col {
        width: 50%;
        padding-left: 8%; }
        @media (max-width: 675px) {
          .impact-landing .impact-labor .cols2 .col {
            padding-left: 0;
            width: 300px;
            margin: 0 auto; } }
        .impact-landing .impact-labor .cols2 .col:nth-child(1) {
          border-right: 2px dotted white; }
          @media (max-width: 1000px) {
            .impact-landing .impact-labor .cols2 .col:nth-child(1) {
              padding-left: 0;
              padding-right: 8%; } }
          @media (max-width: 675px) {
            .impact-landing .impact-labor .cols2 .col:nth-child(1) {
              padding-right: 0;
              border-right: none; } }
        @media (max-width: 675px) {
          .impact-landing .impact-labor .cols2 .col:nth-child(2) {
            padding: 40px 0; } }
      .impact-landing .impact-labor .cols2 h4 {
        font-size: 30px;
        color: white;
        font-weight: normal; }
      .impact-landing .impact-labor .cols2 img {
        float: left;
        margin-right: 25px;
        margin-top: 20px; }
      .impact-landing .impact-labor .cols2 p {
        color: white;
        overflow: hidden;
        font-size: 19px;
        max-width: 230px; }
        @media (max-width: 1000px) {
          .impact-landing .impact-labor .cols2 p {
            font-size: 16px; } }
        .impact-landing .impact-labor .cols2 p.wide {
          width: 80%;
          margin-top: 20px;
          max-width: 100%; }
          @media (max-width: 1000px) {
            .impact-landing .impact-labor .cols2 p.wide {
              margin-top: 35px; } }
          @media (max-width: 675px) {
            .impact-landing .impact-labor .cols2 p.wide {
              width: 100%; } }
      .impact-landing .impact-labor .cols2 .labor-value {
        font-weight: 700;
        font-size: 80px;
        color: white;
        margin-top: 20px; }
        @media (max-width: 1000px) {
          .impact-landing .impact-labor .cols2 .labor-value {
            font-size: 56px; } }
  .impact-landing .impact-quote {
    text-align: center;
    height: 323px; }
    @media (max-width: 700px) {
      .impact-landing .impact-quote {
        height: 250px; } }
    .impact-landing .impact-quote p {
      font-size: 38px;
      font-style: italic;
      color: #343434;
      max-width: 1200px;
      width: 95%;
      margin: 0 auto;
      padding-top: 115px; }
      @media (max-width: 700px) {
        .impact-landing .impact-quote p {
          padding-top: 80px;
          font-size: 24px; } }
  .impact-landing .impact-email .image-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .impact-landing .impact-email img {
    width: 25%; }
    @media (max-width: 700px) {
      .impact-landing .impact-email img {
        width: 50%; }
        .impact-landing .impact-email img:nth-child(2), .impact-landing .impact-email img:nth-child(3) {
          display: none; } }
  .impact-landing .impact-email-signup {
    background: url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020_impact-bg-blue-pattern.png?v=1576609639) top left no-repeat;
    background-size: cover;
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .impact-landing .impact-email-signup h2 {
      font-size: 65px;
      color: white;
      font-weight: 700; }
      @media (max-width: 700px) {
        .impact-landing .impact-email-signup h2 {
          text-align: center;
          font-size: 48px; } }
    .impact-landing .impact-email-signup p {
      font-size: 18px;
      color: white;
      width: 90%; }
      @media (max-width: 700px) {
        .impact-landing .impact-email-signup p {
          text-align: center;
          margin: 0 auto; } }
    .impact-landing .impact-email-signup form {
      margin-top: 27px; }
      @media (max-width: 700px) {
        .impact-landing .impact-email-signup form {
          margin-top: 0; } }
    .impact-landing .impact-email-signup input {
      background: transparent;
      border: 1px solid white;
      height: 50px;
      padding-left: 17px;
      float: left;
      font-size: 18px;
      color: white;
      width: 80%; }
      .impact-landing .impact-email-signup input::placeholder {
        font-size: 18px;
        color: white; }
      .impact-landing .impact-email-signup input::-webkit-input-placeholder {
        font-size: 18px;
        color: white; }
      .impact-landing .impact-email-signup input::-moz-placeholder {
        font-size: 18px;
        color: white; }
      .impact-landing .impact-email-signup input:-ms-input-placeholder {
        font-size: 18px;
        color: white; }
      .impact-landing .impact-email-signup input:-moz-placeholder {
        font-size: 18px;
        color: white; }
      @media (max-width: 1000px) {
        .impact-landing .impact-email-signup input {
          width: 70%; } }
    .impact-landing .impact-email-signup button {
      background: white;
      color: #023c4c;
      font-size: 24px;
      font-weight: 700;
      height: 50px;
      width: 20%;
      border: 1px solid white;
      margin-left: -1px; }
      .impact-landing .impact-email-signup button:hover {
        background: #023c4c;
        color: white; }
      @media (max-width: 1000px) {
        .impact-landing .impact-email-signup button {
          width: 30%; } }
    .impact-landing .impact-email-signup .cols2 {
      max-width: 1100px;
      width: 95%;
      margin: 35px auto 0 auto;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 700px) {
        .impact-landing .impact-email-signup .cols2 {
          display: block;
          margin: 10px auto 0 auto; } }
      .impact-landing .impact-email-signup .cols2 .col:nth-child(1) {
        width: 32.7%; }
        @media (max-width: 700px) {
          .impact-landing .impact-email-signup .cols2 .col:nth-child(1) {
            width: 95%;
            margin: 0 auto; } }
      .impact-landing .impact-email-signup .cols2 .col:nth-child(2) {
        width: 67.3%; }
        @media (max-width: 700px) {
          .impact-landing .impact-email-signup .cols2 .col:nth-child(2) {
            width: 95%;
            margin: 20px auto 0 auto; } }
  .impact-landing .impact-faqs {
    background: url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020_impact-faq-bg.jpg?v=1576280919) bottom center no-repeat;
    background-size: cover;
    padding-top: 100px;
    min-height: 900px;
    padding-bottom: 50px;
    margin-bottom: 20px; }
    @media (max-width: 700px) {
      .impact-landing .impact-faqs {
        padding-top: 40px; } }
    .impact-landing .impact-faqs .faq {
      width: 660px;
      margin-left: 21.5%; }
      @media (max-width: 1225px) {
        .impact-landing .impact-faqs .faq {
          margin: 0 auto; } }
      @media (max-width: 700px) {
        .impact-landing .impact-faqs .faq {
          width: 95%; } }
      .impact-landing .impact-faqs .faq h2 {
        font-size: 80px; }
    .impact-landing .impact-faqs .faq-block {
      padding: 20px 30px 20px 20px;
      border: 1px solid #d3d3d3;
      border-radius: 10px;
      margin-bottom: 14px;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.9); }
    .impact-landing .impact-faqs .q {
      font-weight: 500;
      font-size: 19px;
      background: url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020_impact-faq-expand-down.png?v=1576620637) right center no-repeat;
      padding-right: 40px; }
      @media (max-width: 700px) {
        .impact-landing .impact-faqs .q {
          font-size: 16px; } }
    .impact-landing .impact-faqs .a {
      font-size: 16px;
      display: none;
      margin-top: 15px;
      line-height: 1.4;
      padding-right: 40px; }
    .impact-landing .impact-faqs .expand .q {
      background: url(https://cdn.shopify.com/s/files/1/1369/1403/files/sag_2020_impact-faq-expand-up.png?v=1576620637) right center no-repeat; }
    .impact-landing .impact-faqs .expand .a {
      display: block; }

/* Size chart CSS */
.size-chart {
  padding: 40px; }
  @media (max-width: 660px) {
    .size-chart {
      padding: 20px; } }
  .size-chart h2 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 28px; }
  .size-chart .table-wrapper {
    overflow: visible; }
  .size-chart table {
    color: #6c6c6c;
    margin-bottom: 40px !important;
    line-height: 1; }
  .size-chart th {
    background: #f5f5f5;
    text-align: center; }
  .size-chart td {
    text-align: center; }
    .size-chart td:nth-child(1) {
      font-weight: 500; }
  .size-chart .size-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row; }
  .size-chart .size-text {
    width: 45%;
    color: #363636; }
    @media (max-width: 550px) {
      .size-chart .size-text {
        width: 100%; } }
    .size-chart .size-text h3 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 18px !important;
      font-weight: bolder; }
    .size-chart .size-text p {
      font-size: 16px; }
  .size-chart .size-image {
    width: 55%;
    padding-left: 40px; }
    @media (max-width: 550px) {
      .size-chart .size-image {
        width: 100%;
        padding: 0; } }
    .size-chart .size-image img {
      float: right; }
      @media (max-width: 550px) {
        .size-chart .size-image img {
          float: none;
          margin: 20px auto 0 auto;
          display: block; } }

@media (max-width: 550px) {
  .fancybox-slide {
    padding: 10px !important; } }

/* Lead Gen - Be The Change */
.be-the-change .klaviyo-form p, .be-the-change .klaviyo-form input, .be-the-change .klaviyo-form label, .be-the-change .klaviyo-form label div, .be-the-change .klaviyo-form button {
  font-family: "Metric",sans-serif !important; }
.be-the-change .klaviyo-form p:nth-child(1) span, .be-the-change .klaviyo-form button {
  font-weight: 700 !important; }
.be-the-change .klaviyo-form input::-webkit-input-placeholder {
  font-family: "Metric",sans-serif !important; }
.be-the-change .klaviyo-form input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Metric",sans-serif !important; }
.be-the-change .klaviyo-form input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Metric",sans-serif !important; }
.be-the-change .klaviyo-form input:-ms-input-placeholder {
  font-family: "Metric",sans-serif !important; }

/* Women's Month Landing Page */
.womens-month-hero .page-width {
  max-width: 1650px; }
.womens-month-hero .hero__text-shadow:before {
  display: none; }
.womens-month-hero h2 {
  line-height: 0.9 !important; }
  @media (max-width: 600px) {
    .womens-month-hero h2 {
      margin-top: 45%; } }
  @media (min-width: 769px) and (max-width: 1000px) {
    .womens-month-hero h2 {
      font-size: 40px !important; } }
  @media (min-width: 769px) and (max-width: 1000px) {
    .womens-month-hero h2 {
      font-size: 50px !important; } }
  .womens-month-hero h2 p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1; }
    @media (min-width: 769px) and (max-width: 1000px) {
      .womens-month-hero h2 p {
        font-size: 24px; } }
    @media (min-width: 1000px) {
      .womens-month-hero h2 p {
        font-size: 24px; } }
    @media (min-width: 600px) {
      .womens-month-hero h2 p span {
        display: block; } }

.custom-map-text {
  /* 
  .custom-block {
    position: relative;
    @media (min-width: 769px) {
      &:nth-child(2) {
        left: -20%
      }
      &:nth-child(3) {
        left: -40%
      }
    }
  }
  */ }
  @media (max-width: 769px) {
    .custom-map-text {
      margin-bottom: 5%; } }
  .custom-map-text .page-width {
    max-width: 100%; }
  .custom-map-text .hero__text-content.horizontal-right {
    padding-right: 4%; }
    @media (min-width: 1200px) {
      .custom-map-text .hero__text-content.horizontal-right {
        padding-right: 6%; } }
  .custom-map-text .custom-block {
    text-align: left;
    margin-bottom: 10%; }
    @media (min-width: 600px) {
      .custom-map-text .custom-block {
        margin-bottom: 20%; } }
  .custom-map-text .hero__title {
    line-height: 1 !important; }
    @media (min-width: 769px) and (max-width: 1200px) {
      .custom-map-text .hero__title {
        margin-top: 30%; } }
  .custom-map-text h3 {
    color: #323232;
    font-size: 20px !important;
    text-align: center;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .custom-map-text h3 {
        font-size: 40px !important; } }
    @media (min-width: 1000px) {
      .custom-map-text h3 {
        text-align: left;
        font-size: 60px !important; } }
    @media (min-width: 1400px) {
      .custom-map-text h3 {
        font-size: 90px !important;
        margin-bottom: -10px; } }
  .custom-map-text p {
    color: #323232;
    max-width: 100px;
    font-size: 14px;
    font-weight: 100;
    text-align: center; }
    @media (min-width: 1000px) {
      .custom-map-text p {
        text-align: left;
        max-width: 220px;
        font-weight: 500 !important;
        font-size: 16px; } }
    @media (min-width: 1400px) {
      .custom-map-text p {
        font-size: 20px; } }
  .custom-map-text .animation-cropper {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    overflow: visible; }

.no-shadow .hero__text-shadow:before {
  display: none !important; }
.no-shadow .hero__image-wrapper:before,
.no-shadow .hero__media:before {
  display: none !important; }

.move-left-up .feature-row__text {
  margin-top: 5%; }
  @media (min-width: 960px) {
    .move-left-up .feature-row__text {
      margin-top: -5%; } }
  @media (min-width: 1400px) {
    .move-left-up .feature-row__text {
      margin-top: -13%; } }

.move-text-down .feature-row__text {
  margin-top: 5%;
  margin-bottom: 5%; }
  @media (min-width: 960px) {
    .move-text-down .feature-row__text {
      margin-top: 10%; } }

.move-text-up .feature-row__text {
  margin-top: 5%;
  margin-bottom: 5%; }
  @media (max-width: 960px) {
    .move-text-up .feature-row__text {
      padding-left: 0; } }
  @media (min-width: 960px) {
    .move-text-up .feature-row__text {
      margin-top: -10%; } }

.custom-button .btn {
  font-size: 16px;
  padding: 8px 20px;
  margin-top: 20px; }
  @media (min-width: 1200px) {
    .custom-button .btn {
      font-size: 21px;
      padding: 11px 40px;
      margin-top: 20px; } }

.black-border-button .btn {
  border: 2px solid #323232;
  color: #323232; }
  .black-border-button .btn:hover {
    background-color: #323232 !important;
    color: white; }

.red-border-button .btn {
  border: 2px solid #7b122e;
  color: #7b122e; }
  .red-border-button .btn:hover {
    background-color: #7b122e !important;
    color: white; }

.white-border-button .btn {
  background-color: transparent;
  border: 2px solid #323232;
  color: #323232; }
  @media (min-width: 769px) {
    .white-border-button .btn {
      border: 2px solid white;
      color: white; } }
  .white-border-button .btn:hover {
    color: #323232; }

@media (min-width: 769px) {
  .larger-title p.h3 {
    font-size: 30px !important;
    margin-bottom: 10px; } }
@media (min-width: 1200px) {
  .larger-title p.h3 {
    margin-bottom: 20px;
    font-size: 45px !important; } }

@media (min-width: 960px) {
  .width-wider .feature-row {
    margin: 0; }
  .width-wider .feature-row__item {
    flex: 0 1 53%;
    min-width: 53%; }
  .width-wider .feature-row__text {
    flex: 0 1 47% !important;
    min-width: 47% !important; }
  .width-wider .feature-row__item > div {
    max-width: 900px !important; }

  .overlap-bottom {
    position: relative;
    margin-bottom: -13%;
    z-index: 3; } }
.overlap-mid {
  position: relative;
  z-index: 2;
  margin-bottom: 20px; }
  @media (min-width: 960px) {
    .overlap-mid {
      margin-bottom: -7%; } }

@media only screen and (min-width: 769px) {
  .large-custom .hero--750px {
    height: 500px; } }
@media only screen and (min-width: 1000px) {
  .large-custom .hero--750px {
    height: 1000px; } }

@media (min-width: 769px) {
  #shopify-section-page-womens-month-template .hero {
    background: white !important; }
  #shopify-section-page-womens-month-template .feature-row__text {
    position: relative !important;
    z-index: 5 !important; }

  .larger-text span.smaller {
    font-size: 65px; }

  .paragraph-grey .featured-row__subtext {
    color: #6d6d6d;
    font-weight: 100; }

  .large-custom.background-media-text--750 {
    min-height: 1100px; }

  .grey-text-box p.h3 {
    color: white !important; }
  .grey-text-box .background-media-text__subtext p {
    color: White;
    font-weight: 100; }
  .grey-text-box .background-media-text__text {
    text-align: right;
    max-width: 615px;
    background: #847d88;
    background: linear-gradient(90deg, rgba(132, 125, 136, 0) 0%, rgba(132, 125, 136, 0.55) 40%, rgba(132, 125, 136, 0.55) 100%);
    width: 100%;
    margin-top: 17%;
    padding: 55px; } }
/*============================================================================
	#MISCELLANEOUS
==============================================================================*/
/* Odometer CSS */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/* Can Toggle CSS */
.can-toggle {
  position: relative; }

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
  box-sizing: border-box; }

.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }

.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none; }

.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4; }

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0; }

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked); }

.can-toggle label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center; }

.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px; }

.can-toggle label .can-toggle__switch {
  position: relative; }

.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center; }

.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5); }

.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #777; }

.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #5e5e5e; }

.can-toggle input[type="checkbox"]:hover ~ label {
  color: #6a6a6a; }

.can-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #55bc49; }

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #70c767; }

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #4fb743; }

.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #5fc054; }

.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #47a43d; }

.can-toggle label .can-toggle__label-text {
  flex: 1; }

.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #848484; }

.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5); }

.can-toggle label .can-toggle__switch:after {
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777; }

.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
  transform: translate3d(65px, 0, 0); }

.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }

.can-toggle label {
  font-size: 14px; }

.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px; }

.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px; }

.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px; }

.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }

/* Can Toggle CSS  Style Override for Size Chart */
.can-toggle.size-toggle {
  float: right;
  right: 77px; }

.can-toggle.size-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(68, 68, 68, 0.5); }

.can-toggle.size-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch,
.can-toggle.size-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  color: #333;
  background-color: white; }

.can-toggle.size-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
.can-toggle.size-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: white;
  box-shadow: none; }

.can-toggle.size-toggle input[type="checkbox"]:hover ~ label {
  color: white; }

.can-toggle.size-toggle input[type="checkbox"]:checked ~ label:hover {
  color: white; }

.can-toggle.size-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: white; }

.can-toggle.size-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: white; }

.can-toggle.size-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,
.can-toggle.size-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: white; }

.can-toggle.size-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,
.can-toggle.size-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: white;
  box-shadow: none; }

.can-toggle.size-toggle label .can-toggle__label-text {
  flex: 1; }

.can-toggle.size-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: white;
  height: 23px;
  flex: 0 0 78px;
  border-radius: 23px;
  border: 1px solid #bbbbbb; }

.can-toggle.size-toggle label .can-toggle__switch:before {
  color: #333;
  left: 35px;
  font-size: 13px;
  line-height: 21px;
  width: 39px;
  padding: 0 12px;
  font-weight: bold;
  letter-spacing: 2px; }

.can-toggle.size-toggle label .can-toggle__switch:after {
  transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: white;
  top: 0;
  left: 0;
  border-radius: 9px;
  width: 39px;
  line-height: 21px;
  font-size: 13px;
  background: #333;
  font-weight: bold;
  letter-spacing: 2px; }

.can-toggle.size-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(37px, 0, 0);
  transform: translate3d(37px, 0, 0); }

.can-toggle.size-toggle label {
  font-size: 13px; }

.can-toggle.size-toggle label .can-toggle__switch:hover:after {
  box-shadow: none; }
