/** Shopify CDN: Minification failed

Line 24:0 All "@import" rules must come first
Line 984:17 Comments in CSS use "/* ... */" instead of "//"

**/
@charset "UTF-8";
/*============================================================================
  NAACP Custom Debut Theme Styles
  Author: J.M. Field Web Team
==============================================================================*/

/*================ CSS Variables ================*/

:root {
  --color-black:     #000;
  --color-white:     #fff;
  --color-gray-dark: #333333;
  --color-yellow:    #ffcd00;
}

/*================ Font ================*/

@import url('http://fonts.cdnfonts.com/css/verlag');

@font-face {
  font-family: 'Qanaya Round';
  src: url("Qanaya-Round.otf") format("opentype");
}


/*================ Base ================*/

body {
  font-family: "Open Sans",Helvetica,sans-serif;
  position: relative;
  min-height: 100vh;
}

/* .page-container {
  padding-bottom: 10rem;
} */

.template-index .page-container {
  padding-bottom: 0;
}

.page-container {
  padding-bottom: 10rem;
}

@media screen and (min-width: 992px) {
  .page-container {
    padding-bottom: 30rem;
  }
}

@media screen and (min-width: 992px) {
  #shopify-section-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 24rem;
  }
}

.template-index #shopify-section-footer { 
  position: relative;
}

a {
  font-family: "Open Sans",Helvetica,sans-serif;
}

p {
  font-size: 18px;
  line-height: 1.8125rem;
}

hr {
  border: 3px solid var(--color-yellow);
  width: 10%;

  opacity: 1;
}

/*================ Typography ================*/

h1 .site-header__logo-link, 
.h2 .site-header__logo-link,
.product-single__title,
.site-footer-bottom h2,
.cart-header__title { /* Site header styles */
  color: #000;

  font-size: 1.5rem;
  font-family: 'Verlag', Helvetica, sans-serif;
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color-black);
  font-family: 'Verlag', Helvetica, sans-serif;
  font-weight: 800;
}

h1 {
  text-transform: uppercase;
}

h2 {
  font-size: 2.5rem;
}

@media screen and (min-width: 992px) {
  h2 {
    font-size: 3rem;
  }
}


.product-single__title {
  font-family: 'Qanaya Round';
  font-weight: bold;
}

.site-header__logo-link:hover {
  color: #000;
}

.product-form__item--submit button {
  background-color: transparent;
}

em {
  font-weight: 500;
}

/*================ Buttons ================*/

.btn {
  background-color: var(--color-yellow);

  border-radius: 0;

  font-size: .9rem;
  font-weight: 800;
  font-family: 'Verlag', Helvetica, sans-serif;
    
  letter-spacing: .04688rem;

  padding: 1rem 3rem;
}

.btn .fa {
  margin-left: 8px;
}

/*================ Page ================*/

@media screen and (max-width: 749px) {
  #PageContainer {
    padding-top: 55px !important;
  }
}

@media screen and (min-width: 750px) {
  #PageContainer {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 992px) {
  #PageContainer {
    padding-top: 125px !important;
  }
}

@media screen and (min-width: 1440px) {
  #PageContainer {
    padding-top: 95px !important;
  }
}

.page-width {
  max-width: 1170px;

  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .page-width {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .page-width {
    max-width: 	960px;
  }
}

@media screen and (min-width: 1440px) {
  .page-width {
    max-width: 	1320px;
  }
}

.text-link--accent {
  color: #2199e8;
}

.btn {
  transition: all .2s;
}

.cart__submit {
  background-color: #dba81f;
}

.cart__submit:hover {
  background-color: #ffcd00 !important;
}

a:not([disabled]):hover, a:focus {
  color: #000;
}

/*================ Header ================*/

@media only screen and (min-width: 1200px) { /* Adjust navigation width */
  .site-header .grid {
    width: 1170px;

    margin: 0 auto;
  }
}

.site-nav a {
  padding: 3px 1.5rem;
}

.site-nav__link { /* Navigation links */
  color: #000;

  font-size: 1rem;
  font-weight: 700;
  line-height: 1;

  text-transform: uppercase;
  text-align: center;
}

.site-nav li a[href="https://secure.actblue.com/donate/naacp-1-2021-advancingblackagenda-mainweb"] { /* Dontea link on navigation */
  background: #dba81f;

  padding: 1em;

  transition: all .2s ease-in-out;
}

.site-nav li a[href="https://secure.actblue.com/donate/naacp-1-2021-advancingblackagenda-mainweb"]:hover {
  background: #ffcd00;

  color: #000;
}

.site-header__menu:focus { /* Remove outline on hover */
  outline: none;
}

@media only screen and (max-width: 425px) { /* Adjust position on mobile */
  .site-header__menu { 
    position: relative;
    bottom: 5px;
  }
}

.site-header__icons-wrapper a,
.site-header__icons-wrapper button {
  padding: 0 .5rem;
}

@media only screen and (min-width: 992px) { /* Adjust position on mobile */
  .site-header__icons-wrapper a,
  .site-header__icons-wrapper button {
    padding: 0 1rem;
  }
}

.site-header__search-toggle:focus,
.search-bar:focus {
  outline: none;
}



.search-bar__interior:focus {
  outline: none;
}

.search-bar__input {
  border: 1px solid var(--color-yellow);
}

.search-bar__input:focus {
  border: 1px solid var(--color-yellow);

  outline: none;
}

.search-bar__submit { /* Adjust icon position */
  top: 4px;
}

.search-bar__close:focus {
  outline: none;
}

.site-nav__link svg {
  position: relative;
  top: 2px;
  right: 3px;
}

.site-nav__stay-informed {
  color: #3d3d3d;

  font-weight: 400;

  padding-right: .5rem;

  text-transform: none;
}

@media only screen and (max-width: 425px) { /* Hide on mobile*/
  .site-nav__stay-informed {
    display: none;
  }
}

.site-nav__label { /* Remove border from menu link on hover */
  border-bottom: none;
}

@media only screen and (max-width: 425px) { /* Hide on mobile */
  .site-header__search-toggle,
  .site-header__user,
  .site-header__cart {
    display: none;
  }
}

@media only screen and (min-width: 425px) { /* Hide on desktop */
  .site-nav li a[href="/cart"],
  .site-nav li a[href="/account/login"] {
    display: none;
  }
}

/*================ Landing ================*/

.main-content {
  padding-top: 0;
}

.price-item {
  font-family: 'Verlag', Helvetica, sans-serif;
}

.btn--secondary-accent {
  border: 1px solid #000;
  color: #000;

  transition: all .2s;
}

.product-form__cart-submit { /* Add transistion to Buy Now button */
  transition: all .2s;
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover { /* Change :hover background color for Buy Now button*/
  background-color: #ffcd00 !important;
}

.product-form__item label {
  font-weight: bold;
}

/*================ Cart Page ================*/

.cart-header__title {
  text-transform: uppercase;
}

.cart__remove a { /* Update remove button color on cart*/
  color: #FF0000;
}

.cart__remove a:hover { 
  color: #cc0000 !important;
}

/*================ Footer ================*/

footer.site-footer {
  background-color: #dba81f;
  text-align: center;
  padding: 3rem 0;
}

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

.site-footer h4, .site-footer .h4 { /* Hide footer menu labels */
  display: none;

}

.site-footer__item { /* Footer menu items */
  display: block;

  margin-top: 1.5rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .site-footer__linklist li { /* Set list items as inline for bigger screens */ 
    display: inline;

    padding-right: 1rem;

  }
}

.site-footer__linklist-item { /* Footer menu items links */
  padding: .3rem 0;
}

.site-footer__linklist-item a { /* Footer menu items links */
  color: #000 !important;

  font-size: 1rem;
  font-weight: bold;

  text-transform: uppercase;
}

div.site-footer__rte a:hover, .site-footer__linklist-item a:hover, .site-footer__copyright-content a:hover { /* Remove border on :hover */
  border-bottom: none !important;
}

.site-footer__item:nth-child(3) .site-footer__linklist-item a,
.site-footer__rte {
  font-size: 12px;
  font-weight: normal;

  text-transform: none;
}

.site-footer__item:nth-child(4) {
  margin-top: .5rem;
}

.site-footer-bottom {
  background-color: #000;

  padding: 2.5rem 0 3.125rem;

  text-align: center;
}

.site-footer-bottom h2 {
  color: #dba81f;

  font-size: 30px;
}
.site-footer-bottom a.product-form__cart-submit, .site-footer-bottom a.shopify-payment-button .shopify-payment-button__button--unbranded {
  display: inline;
  width: 100%;

  background-color: transparent;
  border: 1px solid #dba81f;

  color: #dba81f;

  padding: .625rem .75rem .5rem;
}

.site-footer-bottom a.product-form__cart-submit:hover, .site-footer-bottom a.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background-color: #dba81f;
  color: #fff;
}

#SearchDrawer {
  z-index:1001;
}

#shopify-section-header {
  position: fixed;
  z-index:1000;
  left:0;
  right:0;  
}

.section-header h1 {
  text-transform: uppercase;
}

#PageContainer {
  padding-top: 80px;
}

@media screen and (max-width: 749px) {
  #PageContainer {
    padding-top: 70px;
  }
}

/*================ Header Showcase ================*/

@media screen and (max-width: 425px) {
  .header-column {
    text-align: center;

    padding-top: 10rem;
  }
}

.header {
  background: url('/s/files/1/0561/8148/9831/files/home-mobile-bg.jpg') no-repeat center;
  background-size: cover;

  height: 650px;

  color: var(--color-white);
}

@media screen and (min-width: 768px) {
  .header {
    background: url('/s/files/1/0561/8148/9831/files/header-showcase-desktop.png') no-repeat center;
    background-size: cover;

    /* height: 80vh; */

    /* padding-top: 15rem; */
  }
}

.header h1 span {
  color: var(--color-yellow);
}

.header h1 {
  color: var(--color-white);
}

@media screen and (min-width: 768px) {
  .header h1 span {
    margin-bottom: 1rem;
  }
}

.header h1 {
  font-size: 2.5rem;
  font-weight: 800;

  line-height: 2.8125rem;

  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .header h1 {
    font-size: 5rem;

    line-height: 5.3125rem;
  }
}

.header p {
  color: var(--color-white);
}

.header .row {
  position: relative;
}

@media screen and (min-width: 768px) {
  .header .header-column {
    position: absolute;
    top: 150px;
  }
}

/* @media screen and (min-width: 1440px) {
  .header .header-column {
    top: 250px;
  }
} */

/*================ Section - Equality ================*/

.equality {
  background: url('/s/files/1/0561/8148/9831/files/equality-mobile-bg.jpg') no-repeat center;
  background-size: cover;

  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .equality {
    background: url('/s/files/1/0561/8148/9831/files/equality-mobile-dk.jpg?v=1619530198') no-repeat center;
    background-size: cover;
  }
}

.equality hr {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1440px) {
  .equality .section-column:last-child {
    padding-top: 4rem;
  }
}

/*================ Section - Featured Products ================*/

.products .container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) { /* Set container to 100% on tablet */
  .products .container {
    max-width: 100%;
  }
}

.products .row-container {
  background-color: var(--color-yellow);
}

@media screen and (min-width: 768px) { /* Add flexbox on tablet */
  .products .products-container {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) { /* Add flexbox on tablet */
  .products .products-container {
    flex-wrap: unset;

    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1440px) { /* Add flexbox on tablet */
  .products .products-container {
    flex-wrap: unset;

    max-width: 1320px;
  }
}

.products .products-col {
  position: relative;
  bottom: 60px;

  padding: 0 1.5rem;

  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) { /* Set flex settings on tablet view */
  .products .products-col {
    flex: 50%;
  }
}

.products .products-col:last-child {  /* Remove margin bottom from last child */
  margin-bottom: 0;
}

.products .card {
  border-radius: 0;

  border: none;

  box-shadow: 0 6px 24px rgb(0 0 0 / 25%);
} 

.products .card-header {
  background: none;

  border-bottom: none;
}

@media screen and (min-width: 768px) { /* Set flex settings on tablet view */
  .products .card-header img {
    width: 80%;
  }
}

.products h3.card-title {
  color: var(--color-gray-dark);

  min-height: 90px;
}

@media screen and (min-width: 992px) { /* Increase font size on desktop */
  .products h3.card-title {
    font-size: 1.5rem;
  }
}

.products h3.card-title br {
  display: none;
}

.products a.view-product {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #f2f3f7;

  border-radius: 50%;
  width: 35px;
  height: 35px;

  float: right;

  position: absolute;
  bottom: 0;
  right: 0;

  margin-bottom: 1rem;
  margin-right: 1rem;

  transition: all .2s ease-in-out;
}

.products a.view-product:hover {
  background-color: #D9DDE7;
}


.products-row {
  background-color: var(--color-yellow);
}

.products .products-heading {
  font-size: 2rem;

  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: -3px;
  text-decoration-thickness: 6px;
  text-decoration-color: var(--color-yellow);
}

.products .products-underline {

}

.products-header {
  margin-bottom: 8rem;
}

/*================ Section - Join NAACP ================*/

.join-naacp {
  background: url('/s/files/1/0561/8148/9831/files/cant-breathe-poster-mb.jpg') no-repeat center;
  background-size: cover;

  color: var(--color-white);

  padding: 4rem 0;
}

@media screen and (min-width: 768px) {
  .join-naacp {
    background: url('/s/files/1/0561/8148/9831/files/cant-breathe-poster-dk.jpg') no-repeat center;
    background-size: cover;
  }
}

.join-naacp .fa-quote-left {
  color: var(--color-yellow);

  font-size: 32px;

  margin-bottom: 3rem;
}

.join-naacp h2 {
  color: inherit;

  font-size: 2rem;

  letter-spacing: 1px;
  line-height: 2.5rem;

  text-transform: none;
}

@media screen and (min-width: 992px) {
  .join-naacp h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

@media screen and (min-width: 992px) {
  .join-naacp .section-column {
    width: 100%;
    max-width: 820px;

    margin: 0 auto;
  }
}

.home-testimonial-author {
  padding: 25px 0 40px;
}

.home-testimonial-author:before {
  display: inline-block;
  height: 2px;
  margin: 0 10px 4px 0;
  opacity: .5;
}



/*================ Layout - Footer ================*/

.site-footer {
  margin-top: 0;
}

/*================ Page - Single Product ================*/

.template-product .main-content,
.template-cart .main-content,
.template-customers-login .main-content,
.template-search .main-content,
.template-collection .main-content,
.template-page .main-content {
  padding: 4rem 2rem 0 2rem;
}

/*================ Collection ================*/

#Collection .h4 {
  display: block;

  font-family: 'Verlag', Helvetica, sans-serif !important;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px
}

.ribbon {
  font-size: 8px;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Montserrat Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
  line-height: 15px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  right: -11px;
  top: 10px;
  width: 100px;
  height: 28px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  background-color: #dedede;
  background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
  background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
  background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0)
}

.ribbon:before,
.ribbon:after {
  content: "";
  border-top: 3px solid #9e9e9e;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px
}

.ribbon:before {
  left: 0
}

.ribbon:after {
  right: 0
}

.ribbon.green {
  background-color: #2da285;
  background-image: -webkit-linear-gradient(top, #2da285 45%, #227a64 100%);
  background-image: -o-linear-gradient(top, #2da285 45%, #227a64 100%);
  background-image: linear-gradient(to bottom, #2da285 45%, #227a64 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2da285', endColorstr='#ff227a64', GradientType=0)
}

.ribbon.green:before,
.ribbon.green:after {
  border-top: 3px solid #113e33
}

.ribbon.red {
  background-color: #bc1a3a;
  background-image: -webkit-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
  background-image: -o-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
  background-image: linear-gradient(to bottom, #a61733 45%, #bc1a3a 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa61733', endColorstr='#ffbc1a3a', GradientType=0)
}

.ribbon.red:before,
.ribbon.red:after {
  border-top: 3px solid #8f142c
}


.ribbon.blue {
  background-color: #1d2f4e;
  background-image: -webkit-linear-gradient(top, #1d2f4e 45%, #1d2f4e 100%);
  background-image: -o-linear-gradient(top, #1d2f4e 45%, #1d2f4e 100%);
  background-image: linear-gradient(to bottom, #1d2f4e 45%, #1d2f4e 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1d2f4e', endColorstr='#ff1a8bbc', GradientType=0)
}

.ribbon.blue:before,
.ribbon.blue:after {
  border-top: 3px solid #115979
}
  
.section-product-list .products-container {
  flex-wrap: wrap;
}
  
.section-product-list .products-container .products-col {
  flex: 25%;
}
  
.section-product-list .products-container .products-col .flex-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
  
.section-product-list .products-container .products-col .flex-block h3 {
	margin: 0;  
  display: none; // temp
}
  
.section-product-list .products-container .products-col .flex-block a.view-product {
	float: none;
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 0;
    margin-right: 0;
    transition: all .2s ease-in-out; 
}
  
.section-product-list .view-more {
    text-align: center;
    padding-bottom: 24px;
}

.section-product-list .view-more a.view-collection {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
}