/* DEBUGGING */
/* * {
    outline: 1px solid #f00 !important;
  } */

/* ************************ */
/* GLOBAL */
/* ************************ */
  /* Font Family  */
  @font-face {
    font-family: 'Made Tommy Black';
    src: url('../fonts/made_tommy_black-webfont.woff2') format('woff2'),
         url('../fonts/made_tommy_black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'Made Tommy Extrabold';
    src: url('../fonts/made_tommy_extrabold-webfont.woff2') format('woff2'),
        url('../fonts/made_tommy_extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
  }

  @font-face {
      font-family: 'Made Tommy Bold';
      src: url('../fonts/made_tommy_bold-webfont.woff2') format('woff2'),
          url('../fonts/made_tommy_bold-webfont.woff') format('woff');
      font-weight: 700;
      font-style: normal;
  }

  @font-face {
    font-family: 'Made Tommy Medium';
    src: url('../fonts/made_tommy_medium-webfont.woff2') format('woff2'),
        url('../fonts/made_tommy_medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
      font-family: 'Made Tommy';
      src: url('../fonts/made_tommy_regular-webfont.woff2') format('woff2'),
          url('../fonts/made_tommy_regular-webfont.woff') format('woff');
      font-weight: 400;
  }

  @font-face {
    font-family: 'Made Tommy Light';
    src: url('../fonts/made_tommy_light-webfont.woff2') format('woff2'),
        url('../fonts/made_tommy_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Made Tommy Thin';
    src: url('../fonts/made_tommy_thin-webfont.woff2') format('woff2'),
        url('../fonts/made_tommy_thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
  }

  @font-face {
    font-family: 'Made Tommy Black Outline';
    src: url('../fonts/made_tommy_black_outline-webfont.woff2') format('woff2'),
        url('../fonts/made_tommy_black_outline-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
  font-family: 'Made Tommy Extrabold Outline';
  src: url('../fonts/made_tommy_extrabold_outline-webfont.woff2') format('woff2'),
      url('../fonts/made_tommy_extrabold_outline-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  }

  @font-face {
    font-family: 'Made Tommy Bold Outline';
    src: url('../fonts/made_tommy_bold_outline-webfont.woff2') format('woff2'),
        url('../fonts/made_tommy_bold_outline-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
  font-family: 'Made Tommy Medium Outline';
  src: url('../fonts/made_tommy_medium_outline-webfont.woff2') format('woff2'),
      url('../fonts/made_tommy_medium_outline-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  }

  @font-face {
    font-family: 'Made Tommy Regular Outline';
    src: url('../fonts/made_tommy_regular_outline-webfont.woff2') format('woff2'),
        url('../fonts/made_tommy_regular_outline-webfont.woff') format('woff');
    font-weight: 400;
  }

  @font-face {
  font-family: 'Made Tommy Light Outline';
  src: url('../fonts/made_tommy_light_outline-webfont.woff2') format('woff2'),
      url('../fonts/made_tommy_light_outline-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  }

  @font-face {
  font-family: 'Made Tommy Thin Outline';
  src: url('../fonts/made_tommy_thin_outline-webfont.woff2') format('woff2'),
      url('../fonts/made_tommy_thin_outline-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  }

  /* Default Font */
  html {
    font-family: 'Made Tommy', sans-serif !important;
    font-size: 1rem;
  }

  * {
    font-family: 'Made Tommy', sans-serif !important;
    font-size: 1.25rem;
  }

  h1.shasta-page-title,
  h1.shasta-page-title span {
    font-family: 'Made Tommy Bold', sans-serif !important;
    color: #AD1F73;
    font-size: 2.9rem;
    text-align: left;
    line-height: 1.1;
    padding: 0px 0px;
    font-weight: 700;
  }

  a { 
    font-size: 1.25rem;
    color: #AD1F73;
  }

  /* Default Body Background */
  body {
    background-color: #EDF6F3;
  }

  /* Default Button Style */
  .shasta-default-button,
  .btn-primary {
    background-color: #405DE6;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
    padding: 14px 34px;
    border-radius: 100px;
    border: 6px solid #405DE6;
  }

  .shasta-default-button:hover,
  .shasta-default-button:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    background-color: #FFFFFF;
    color: #405DE6;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
  }

  /* Bubble Cursor  */
 .cursor-follow {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease, width 0.2s ease, height 0.2s ease;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }

  /* Expanded Circle Style when hovering over a link */
  .cursor-follow.expanded {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  }

/* ************************ */
/* HEADER */
/* ************************ */
#shasta-header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9B0A7E;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  min-height: 150px;
}

.shasta-header-wrapper-desktop {
  padding: 0px 20px;
  flex-wrap: nowrap;
}

.shasta-header-wrapper-mobile {
  display: none;
}

.shasta-header-mobile-dropdown-menu-wrapper {
  display: none;
}

.shasta-header-left-column, 
.shasta-header-right-column {
  width: 100%;
}

.shasta-header-left-column {
  display: flex;
  justify-content: flex-end;
}

.shasta-header-center-column {
  display: flex;
  justify-content: center;
  min-width: 125px;
  width: fit-content;
}

.shasta-header-right-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.shasta-header-right-menu-wrapper, 
.shasta-header-icons-wrapper {
  width: 100%;
}

.shasta-header-icons-wrapper {
  display: flex;
  justify-content: flex-end;

}

/* Menu Navigation */
ul.shasta-header-nav-list-desktop {
  font-family: 'Made Tommy Bold', sans-serif !important;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

ul.shasta-header-nav-list-desktop a,
ul.shasta-header-nav-list-mobile a {
  font-family: 'Made Tommy Bold', sans-serif !important;
  color: #FFFFFF;
  font-size: 1.5rem;
}

ul.shasta-header-nav-list-desktop li {
  margin-right: 10px; 
  padding: 10px;
}

  /* Logo */
  #shasta-header img {
    height: 125px;
    width: 125px;
  }

  /* Icons */
  #shasta-header svg {
    color: #FFFFFF;
    stroke: #FFFFFF;
  }

  #shasta-header #locate-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
  }

  /* Bubbles */
  .shasta-header-bubble {
    position: absolute;
    bottom: -100px;
    border-radius: 50%;
    opacity: 1;
    animation: rise 10s infinite;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    z-index: -1;
  }

  @keyframes rise {
    0% {
      transform: translateY(0);
      opacity: 1;
    }

    100% {
      transform: translateY(-1000px);
      opacity: 0;
    }
  }

  /* Cart Drawer */
  #cart-drawer svg {
    fill: #000000;
    stroke: #000000;
    width: 24px;
    height: 24px;
    color: #000000;
  }

/* ************************ */
/* HOME */
/* ************************ */
body.cms-frontpage {
  background-color: #668CDA;
}

body.cms-frontpage h1.shasta-page-title,
body.cms-frontpage .shasta-footer-social-links h2,
body.cms-frontpage ul.shasta-footer-social-links-list li svg {
  color: #FFFFFF;
  stroke: #FFFFFF;
  fill: #FFFFFF;
}

body.cms-frontpage .shasta-front-product-grid-item,
body.cms-frontpage .shasta-front-product-grid-item, 
body.cms-frontpage .shasta-front-product-grid-item form, 
body.cms-frontpage .shasta-front-product-grid-item form:hover {
  background-color: #FFFFFF;
}

body.cms-frontpage #shasta-header,
body.cms-frontpage .page-header,
body.cms-frontpage .page-header:after,
body.cms-frontpage .navigation.sw-megamenu,
body.cms-frontpage .navigation.sw-megamenu:before,
body.cms-frontpage .navigation.sw-megamenu:after,
body.cms-frontpage #maincontent,
body.cms-frontpage #maincontent:before,
body.cms-frontpage #maincontent:after {
  border: none;
}

.shasta-home-main-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shasta-home-main-content-heading-wrapper {
  padding: 40px 20px;
  font-weight: 700;
}

.cms-frontpage section.hyva-category p {
  color: #405DE6;
  font-size: 1rem;
  padding: 0px 20px 10px;
}

.cms-frontpage section.hyva-category p.mt-2.block {
  font-size: 1.25rem;
  font-weight: 700;
  color: #405DE6;
  white-space: normal;
}

.cms-frontpage section.hyva-category .group.block.w-full {
  background-color: #E7F0F8;
}

.cms-frontpage section.hyva-category ul.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  row-gap: 20px;
}

.cms-frontpage section.hyva-category ul.grid li {
  background-color: #E7F0F8;
}

.cms-frontpage section.hyva-category ul.grid li p.mt-2.block {
  padding: 10px 20px;
}

/* CUSTOM GRID */
.shasta-front-product-grid-heading-wrapper {
  padding: 40px 20px;
}

.shasta-front-product-grid-heading-wrapper h1 {
  font-family: 'Made Tommy Bold' !important;
  font-weight: 700;
}

.shasta-front-product-grid-section-layout-wrapper {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
}

.shasta-front-product-grid-item,
.shasta-front-product-grid-item form,
.shasta-front-product-grid-item form:hover {
  background-color: #E7F0F8;
  border: none;
  box-shadow: none;
}

.shasta-front-product-grid-image-position-wrapper {
  position: relative;
}

.shasta-front-product-grid-item-info-title-wrapper {
  text-align: left;
}

.shasta-front-product-grid-item-info-title-wrapper a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #405DE6;
  white-space: normal;
}

.shasta-front-product-grid-item-price-wrapper .price {
  color: #405DE6;
}

.shasta-front-product-grid-item-price-wrapper .price-label {
  display: none;
}

.shasta-front-product-grid-modal-toggle-wrapper {
  position: absolute;
  width: 100%;
  height: 2rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 200;
  display: none;
}

.shasta-front-product-grid-modal-toggle-wrapper {
  background-color: #FFFFFF;
  color: #AD1F73;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 100px;
  border: solid 6px #AD1F73;
  min-width: 100%;
  text-align: center;
}

.shasta-front-product-grid-modal-toggle-wrapper:hover, 
.shasta-front-product-grid-modal-toggle-wrapper:focus {
  background-color: #AD1F73;
  color: #FFFFFF;
  border-color: #AD1F73;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  min-width: 100%;
  text-align: center;
}

.shasta-front-product-grid-item form:hover .shasta-front-product-grid-modal-toggle-wrapper {
  display: flex;
}

.shasta-product-grid-static-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.shasta-front-product-grid-item .card {
  box-shadow: none;
  --tw-shadow: none;
  --tw-shadow-colored: none;
}

.shasta-front-product-grid-item-info-wrapper .shasta-front-product-grid-item-out-of-stock {
  color: #405DE6;
}

/* Modal */
.shasta-front-product-grid-item-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow: auto;
}

.shasta-front-product-grid-item-modal-wrapper.active {
  display: block;
}

.shasta-front-product-grid-item-modal-content-wrapper {
  position: relative;
  margin: 10% auto;
  padding: 20px 20px 20px 0px;
  background: #fff;
  width: 90%;
  max-width: 800px;
  min-height: 50vh;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.shasta-front-product-grid-item-modal-content-wrapper {
  display: flex;
  flex-direction: row;
}

.shasta-front-product-grid-item-info-wrapper {
  justify-content: center;
}

.shasta-front-product-grid-item-modal-content-wrapper .shasta-front-product-grid-item-info-title-wrapper a {
  font-size: 2rem;
  font-weight: 700;
  color: #AD1F73;
  white-space: normal;
}

.shasta-front-product-grid-item-modal-content-wrapper .shasta-front-product-grid-item-add-to-cart-wrapper {
  margin: 0px;
  padding: 0px;
}

.shasta-front-product-grid-item-modal-content-wrapper .shasta-front-product-grid-item-add-to-cart-button {
  width: 100%;
}

.shasta-front-product-grid-item-modal-content-wrapper .shasta-front-product-grid-item-price-wrapper {
  padding: 40px 0px;
}

.shasta-front-product-grid-item-modal-content-wrapper .price-label {
  display: inline-block;
}

.shasta-front-product-grid-item-modal-content-wrapper .price {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #AD1F73;
  white-space: normal;
}

.shasta-front-product-grid-item-pdp-link-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

.shasta-front-product-grid-item-pdp-link {
  color: #000000;
  text-decoration: underline;
  font-size: 1.25rem;
}

.shasta-modal-close-button {
  position: absolute;
  top: -40px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 6rem;
  z-index: 9999;
  cursor: pointer;
  color: #000000;
}



/* ************************ */
/* PDP */
/* ************************ */
.catalog-product-view .top-container {
  border: none;
}

.catalog-product-view .breadcrumbs {
  background-color: #EDF6F3;
  border: none;
  box-shadow: none;
}

.catalog-product-view .breadcrumbs ol li,
.catalog-product-view .breadcrumbs ol li a,
.catalog-product-view .breadcrumbs ol li span {
  color: #405DE6;
  font-size: 1.25rem;
}

.catalog-product-view li.item.flex.category20 {
  display: none;
}

.shasta-pdp-gallery-image-frame-wrapper {
  aspect-ratio: 1.15;
  overflow: hidden;
}

.catalog-product-view .shasta-title-wrapper {
  padding: 0px 0px;
  margin: 0px;
}

.catalog-product-view #add-to-wishlist {
  position: absolute;
  right: 20px;
  z-index: 29;
  background-color: #EDF6F3;
}

.catalog-product-view #add-to-wishlist svg {
  fill: #EDF6F3;
  stroke: #AD1F73;
  stroke-width: 2px;
}

.catalog-product-view #add-to-wishlist:hover svg {
  fill: #AD1F73;
}

.catalog-product-view #add-to-wishlist:hover {
  color: #AD1F73;
}

.catalog-product-view .product-info-main h1 {
  color: #AD1F73;
  font-size: 2.9rem;
  text-align: left;
  line-height: 1.1;
  padding: 0px 0px;
}

.catalog-product-view .product-info-main #gallery img {
  object-fit: cover;
  object-position: center center;
}

.shasta-pdp-review-wrapper {
  display: none;
}

.shasta-product-description p {
  font-size: 1.25rem;
  padding: 10px 0px;
  line-height: 1.1;
}

.catalog-product-view .final-price {
  display: flex;
  flex-direction: row;
}

.catalog-product-view .final-price .invisible {
  visibility: visible;
}

.catalog-product-view .final-price .price-label  {
  display: flex;
  align-items: center;
  padding: 0px 10px 0px 0px;
  font-size: 1.25rem;
}

.catalog-product-view .final-price .price {
  font-size: 2rem;
  color: #AD1F73;
  font-weight: 700;
}

.shasta-pdp-product-options-wrapper {
  border: none;
}

.shasta-pdp-product-options-select-wrapper {
  width: 100%;
  margin: 10px 0px;
}

.shasta-pdp-product-options-select-wrapper .form-select {
  background-image: none;
}

.shasta-pdp-product-options-select-wrapper select {
  background-color: #FFFFFF;
  color: #AD1F73;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 100px;
  border: solid 6px #AD1F73;
  min-width: 100%;
  text-align: center;
}

.shasta-pdp-product-options-select-wrapper select:hover, 
.shasta-pdp-product-options-select-wrapper select:focus {
  background-color: #AD1F73;
  color: #FFFFFF;
  border-color: #AD1F73;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  min-width: 100%;
  text-align: center;
}

.catalog-product-view #description {
  display: none;
}

.catalog-product-view .shasta-product-swatch-wrapper {
  border: none;
}

.catalog-product-view .shasta-product-swatch-row-wrapper {
  display: flex;
  padding: 10px 0px 0px;
}

.catalog-product-view .shasta-product-swatch-wrapper label {
  font-size: 1.25rem;
  margin: 0px;
  width: fit-content;
}

.catalog-product-view .shasta-product-swatch-wrapper .swatch-option {
  height: 40px;
}

.catalog-product-view #product_addtocart_form .mb-6,
.catalog-product-view #product_addtocart_form {
  margin: 0px;
}

.catalog-product-view .shasta-pdp-qty-add-btn-section-wrapper {
  margin: 0px;
}

.catalog-product-view .shasta-pdp-qty-add-btn-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.catalog-product-view .shasta-quantity-wrapper {
  display: flex;
  align-items: center;
}

.catalog-product-view .shasta-quantity-adjustment-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.catalog-product-view .shasta-quantity-decrease-wrapper,
.catalog-product-view .shasta-quantity-increase-wrapper {
  padding: 0px 10px;
}

.catalog-product-view .shasta-quantity-decrease-wrapper span,
.catalog-product-view .shasta-quantity-increase-wrapper span {
  font-size: 2rem;
  font-weight: 700;
}

.catalog-product-view .shasta-quantity-adjustment-wrapper .shasta-quantity-input {
  font-family: 'Made Tommy', sans-serif !important;
  aspect-ratio: 1;
  font-size: 2rem;
  height: 4rem;
  width: auto;
  min-width: 5rem;
  border: 2px solid #E7F0F8;
  background-color: #EDF6F3;
  text-align: center;
  padding-left: 20px;
}

.catalog-product-view .shasta-add-to-bag-btn {
  width: 100%;
  text-align: center;
}

.catalog-product-view #product-addtocart-button {
  background-color: #AD1F73;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 100px;
  border: solid 6px #AD1F73;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  text-align: center;
}

.catalog-product-view #product-addtocart-button:hover,
.catalog-product-view #product-addtocart-button:focus {
  background-color: #FFFFFF;
  color: #AD1F73;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 100px;
  border: solid 6px #AD1F73;
  text-align: center;
}

.catalog-product-view #product-addtocart-button svg {
  display: none;
}

.catalog-product-view #product-addtocart-button span {
  display: flex;
  margin: 0 auto;
}

.shasta-product-you-may-like-slider-section-wrapper {
  padding: 0px 20px;
  margin: 0px;
}

.shasta-product-you-may-like-slider-heading-wrapper {
  display: flex;
  border: none;
  justify-content: center;
}

.shasta-product-you-may-like-slider-heading-wrapper h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #AD1F73;
}

.catalog-product-view .shasta-front-product-grid-item-out-of-stock {
  font-family: 'Made Tommy', sans-serif !important;
  background-color: #7c7c7c;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 100px;
  border: 6px solid #7c7c7c;
}

.catalog-product-view .js_slide {
  padding: 0px;
  margin: 0px;
}

.catalog-product-view .shasta-product-item-image-link {
  margin: 0px;
}

.catalog-product-view .shasta-product-item-card {
  padding: 0px;
}

/* ************************ */
/* FULL CART */
/* ************************ */
.checkout-cart-index .ampromo-items-add,
.checkout-cart-index .ampromo-overlay {
  display: none;
}

.checkout-cart-index h1.shasta-page-title {
  color: #AD1F73;
  font-size: 2.9rem;
  text-align: left;
  line-height: 1.1;
  padding: 0px 0px;
}

.checkout-cart-index .cart-empty p a {
  font-size: 1.25rem;
  color: #AD1F73;
}

.checkout-cart-index .cart-empty p {
  font-size: 1.25rem;
}

.checkout-cart-index button.action.update,
.btn-secondary {
  background-color: #405DE6;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  padding: 14px 34px;
  border-radius: 100px;
  border: 6px solid #405DE6;
}

.checkout-cart-index button.action.update:hover,
.checkout-cart-index button.action.update:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #FFFFFF;
  color: #405DE6;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.checkout-cart-index .shasta-checkout-cart-continue-shopping-link button.btn-secondary {
  background-color: #FFFFFF;
  color: #405DE6;
  border: 6px solid #405DE6;
}

.checkout-cart-index .shasta-checkout-cart-continue-shopping-link button.btn-secondary:hover,
.checkout-cart-index .shasta-checkout-cart-continue-shopping-link button.btn-secondary:focus {
  background-color: #405DE6;
  color: #FFFFFF;
}

.checkout-cart-index .shasta-cart-coupon-inner-wrapper {
  display: flex;
  align-items: center;
}

.checkout-cart-index .shasta-cart-product-list-block-wrapper {
  width: 80%;
}

.checkout-cart-index .product-item-name {
  word-break: normal;
}

@media screen and (min-width: 981px) {
  .shasta-cart-full-wrapper {
    flex-direction: row-reverse;
  }
}

/* ************************ */
/* MINICART */
/* ************************ */
.shasta-minicart-full-drawer-wrapper {
  background-color: #EDF6F3;
}

.shasta-minicart-full-drawer-wrapper header {
  background-color: #FFFFFF;
}

.shasta-minicart-continue-shopping-link {
  color: #405DE6;
  text-decoration: underline;
}

.shasta-minicart-continue-shopping-link::before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'%3E%3Cpath fill=\'%23405DE6\' d=\'M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z\'/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  padding-top: 12px;
  align-items: center;
  color: #405DE6;
  fill: #405DE6;
}

.shasta-minicart-grid-item-wrapper {
  padding: 10px 20px 0px 0px;
}

.shasta-minicart-grid-item-wrapper:hover {
  background-color: #FFFFFF;
}

.shasta-minicart-product-name-wrapper p.text-xl span {
  color: #AD1F73;
  font-size: 2rem;
  font-weight: 700;
}

.shasta-minicart-price-edit-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.shasta-minicart-price-edit-wrapper button {
  padding: 0px;
  text-decoration: underline;
  color: #405DE6;
}

.shasta-minicart-price-wrapper {
  color: #405DE6;
}

.shasta-minicart-totals-wrapper {
  background-color: #EDF6F3;
}

.shasta-minicart-checkout-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.shasta-minicart-subtotal-columns-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.shasta-minicart-subtotal-columns-left,
.shasta-minicart-subtotal-columns-right {
  max-width: 50%;
}

.shasta-minicart-subtotal-columns-wrapper p span,
.shasta-minicart-subtotal-columns-left p {
  color: #405DE6;
}

.shasta-minicart-checkout-button {
  background-color: #AD1F73;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  padding: 14px 34px;
  border-radius: 100px;
  border: 6px solid #AD1F73;
}

.shasta-minicart-checkout-button:hover,
.shasta-minicart-checkout-button:focus {
  background-color: #FFFFFF;
  color: #AD1F73;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.shasta-minicart-edit-cart-wrapper {
  padding: 10px 0px;
  display: flex;
  justify-content: center;
}

/* ************************ */
/* FOOTER */
/* ************************ */
.shasta-footer-inner-wrapper,
.shasta-footer-copyright-wrapper {
  background-color: #9B0A7E;
}

.shasta-footer-social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.shasta-footer-social-links h2 {
  color: #74085E;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0px 20px;
  margin: 0px;
}

ul.shasta-footer-social-links-list {
  font-family: 'Made Tommy Bold', sans-serif !important;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  list-style-type: none;
  margin: 0;
  padding: 10px 0px;
  display: flex;
}

ul.shasta-footer-social-links-list li {
  margin-right: 8px; 
  padding: 0px;
}

ul.shasta-footer-social-links-list li svg {
  width: 25px;
  height: 25px;
  color: #74085E;
  stroke: #74085E;
  fill: #74085E;
}

#shasta-footer-subscribe-button {
  background-color: #FFFFFF;
  color: #9B0A7E;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 100px;
  border: solid 6px #FFFFFF;
}

#shasta-footer-subscribe-button:hover,
#shasta-footer-subscribe-button:focus {
  background-color: #9B0A7E;
  color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.shasta-footer-social-links-heading {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 600;
}

.shasta-footer-nav-wrapper {
  display: flex;
  width: 100%;
}

.shasta-footer-subscribe-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.shasta-footer-social-subscribe-right-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 20px 10px;
}

.shasta-footer-social-subscribe-right-column h2 {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 600;
}

@media (min-width: 890px) {
  .shasta-footer-social-subscribe-left-column,
  .shasta-footer-social-subscribe-right-column {
    width: 50%;
  }
}

@media (max-width: 890px) {
  .shasta-footer-subscribe-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 20px 20px;
  }

  .shasta-footer-social-subscribe-left-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .shasta-footer-social-subscribe-left-column h2,
  .shasta-footer-social-subscribe-right-column h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .shasta-footer-nav-inner-wrapper-mobile {
    width: 100%;
  }

  .shasta-footer-nav-inner-wrapper-mobile-col01,
  .shasta-footer-nav-inner-wrapper-mobile-col02 {
    max-width: 50%;
    width: 50%;
  }

  p.shasta-footer-copyright-copy,
  span#shasta_copyright_year {
    font-size: 1rem;
  }

}

@media (max-width: 399px) {
  .shasta-footer-nav-inner-wrapper-mobile-col01,
  .shasta-footer-nav-inner-wrapper-mobile-col02 {
    max-width: 100%;
    width: 100%;
  }
}

.shasta-footer-social-links-newsletter-embed-wrapper {
  padding: 20px 0px;
}

.shasta-footer-subscribe-nav-wrapper {
  padding: 0px 20px;
}

.shasta-footer-subscribe-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(47, 42, 183);
  padding: 1.5em;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  width: 90%;
  max-height: 95vh;
  overflow-y: auto;
  border-radius: 8px;
  display: none;
}

.shasta-footer-subscribe-modal:before {
  content: "";
  display: block;
  height: 5vh;
  margin-bottom: -5vh;
}

.shasta-footer-subscribe-modal:after {
  content: "";
  display: block;
  height: 5vh;
  margin-top: -5vh;
}

.shasta-footer-subscribe-modal-content {
  display: flex;
  flex-direction: row;
}

.shasta-footer-subscribe-modal-content-copy {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.shasta-footer-subscribe-modal-ac-embed-wrapper {
  display: flex;
  flex-direction: column;
}

#_form_7_ {
  font-family: 'Made Tommy', Sans-serif !important;
  margin: 0px !important;
  background: rgb(47, 42, 183) !important;
  padding: 20px 0px !important;
}

#_form_7_  input::placeholder {
  opacity: 0 !important;
}

#_form_7_ ._form-label, #_form_7_ ._form_element ._form-label {
  font-family: 'Made Tommy', Sans-serif !important;
  color: #FFFFFF !important;
}

#_form_7_ input[type="text"], #_form_7_ input[type="tel"], #_form_7_ input[type="date"], #_form_7_ textarea {
  border-radius: 100px !important;
  background-color: #6B5FC9 !important;
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
}

#_form_7_ ._submit {
  background-color: #405de6 !important;
  color: #FFFFFF !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 14px 34px !important;
  border-radius: 100px !important;
  border: solid 6px #405de6 !important;
}

#_form_7_ ._submit:hover,
#_form_7_ ._submit:focus {
  background-color: #FFFFFF !important;
  color: #405de6 !important;
  border-color: #405de6 !important;
  -webkit-transition: all .35s ease-in-out !important;
  -moz-transition: all .35s ease-in-out !important;
  -ms-transition: all .35s ease-in-out !important;
  -o-transition: all .35s ease-in-out !important;
  transition: all .35s ease-in-out !important;
}

.shasta-footer-subscribe-modal-content-image {
  width: 40%;
  display: flex;
  align-items: center;
}

.shasta-footer-subscribe-modal-content-image img {
  width: 100%;
  height: auto;
}

.shasta-footer-subscribe-modal-content h2 {
  color: #FFFFFF;
  font-family: 'Made Tommy', Sans-serif;
  font-size: 2.25rem;
}

.shasta-footer-subscribe-modal-content p {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-family: 'Made Tommy', Sans-serif;
}

.shasta-footer-subscribe-modal-content button {
  margin-top: 1em;
}

#shasta-footer-subscribe-modal-close {
  position: absolute;
  top: -80px;
  right: 10px;
  background: none;
  border: none;
  font-size: 4em;
  cursor: pointer;
  color: #FFFFFF;
  font-family: 'Made Tommy', Sans-serif;
}

#shasta-footer-subscribe-modal[hidden] {
  display: none;
}

.shasta-footer-inner-row01-wrapper {
  display: flex;
  flex-direction: row;
  padding: 60px 20px 20px;
}

.shasta-footer-can-caption-wrapper {
  display: flex;
  flex-direction: row;
  min-width: 40%;
}

@media (max-width: 999px) {
  .shasta-footer-can-caption-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 40%;
    align-items: center;
  }

  .shasta-footer-caption-wrapper {
    width: 100%;
    justify-content: center;
  }
}

.shasta-footer-can-outer-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 155px;
  width: 155px;
  padding: 30px 0px 0px;
  position: relative;
}

.shasta-footer-can-layered-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 6;
}

.shasta-footer-can-tab-wrapper {
  width: 30%;
  height: 100%;
  top: 2px;
  left: 43%;
  position: absolute;
}

.shasta-footer-can-tab-wrapper img {
  width: 20px;
  margin-top: 14px;
}

.shasta-footer-can-outer-wrapper .shasta-footer-can-position-wrapper img {
  max-width: 155px;
  width: 155px;
}

.shasta-footer-caption-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.shasta-footer-caption-wrapper p {
  color: #FFFFFF;
  font-family: 'Made Tommy', Sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  max-width: 60%;
}

.shasta-footer-bubble {
  position: absolute;
  bottom: 100px;
  border-radius: 50%;
  left: -30px;
  opacity: 1;
  animation: rise 10s infinite;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  z-index: 4;
}

@keyframes rise {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-500px);
    opacity: 0;
  }
}

.shasta-footer-subscribe-nav-wrapper {
  min-width: 60%;
}

.shasta-footer-nav-inner-wrapper-desktop {
  display: flex;
  width: 100%;
}

.shasta-footer-nav-inner-wrapper-desktop-col01,
.shasta-footer-nav-inner-wrapper-desktop-col02,
.shasta-footer-nav-inner-wrapper-desktop-col03 {
  width: 33%;
}

.shasta-footer-nav-inner-wrapper-desktop ul li a {
  color: #FFFFFF;
  font-family: 'Made Tommy', Sans-serif;
  padding: 10px 20px 10px 0px !important;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 30px;
}

.shasta-footer-nav-inner-wrapper-mobile {
  display: none;
}

.shasta-footer-nav-inner-wrapper-mobile ul li a {
  color: #FFFFFF;
  font-family: 'Made Tommy', Sans-serif;
  padding: 10px 20px 10px 0px !important;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 36px;
}

/* ******************* */
/* RESPONSIVE */
/* ******************* */
@media (min-width: 1280px) {
  /* PDP */
  .catalog-product-view .breadcrumbs .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 1.5rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  /* PDP */
  .catalog-product-view .breadcrumbs .container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0px 1.5rem;
  }
}

@media (max-width: 1025px ) {
  .shasta-header-right-menu-wrapper {
    display: flex;
    align-items: center;

  }

  .shasta-header-icons-wrapper {
    display: flex;
    flex-direction: column;
}
}

@media (max-width: 890px) {
  /* HEADER */
  #shasta-header {
    min-height: 100px;
}

  .shasta-header-wrapper-mobile {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0px 20px;
    align-items: center;
  }

  .shasta-header-mobile-menu-toggle-wrapper,
  .shasta-header-mobile-logo-wrapper,
  .shasta-header-mobile-icons-wrapper {
    width: 33%;
    max-width: 33%;
  }

  .shasta-header-mobile-menu-toggle-wrapper {
    cursor: pointer;
  }

  .shasta-header-mobile-icons-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .shasta-header-wrapper-desktop {
    display: none;
  }

  .shasta-header-mobile-menu-toggle-wrapper svg {
    height: 35px;
    width: 35px;
    color: #FFFFFF;
    fill: #FFFFFF;
    stroke: #FFFFFF;
  }

  .shasta-header-mobile-logo-wrapper img {
    max-width: 90px;
    max-height: 90px;
    min-width: 75px;
    min-height: 75px;
  }

  .shasta-header-mobile-dropdown-menu-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9B0A7E;
    z-index: 1000;
    padding: 20px;
    color: white;
    overflow-y: auto;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.shasta-header-mobile-dropdown-menu-wrapper[aria-hidden="false"] {
  display: flex;
  opacity: 1;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.shasta-header-mobile-dropdown-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 4rem;
    color: white;
    cursor: pointer;
}

@media (max-width: 550px) {
  #shasta-footer-subscribe-modal-close {
    top: -7%;
    font-size: 2em;
  }
}

.shasta-header-mobile-dropdown-menu-nav-wrapper a {
    display: block;
    padding: 10px 0;
    font-family: 'Made Tommy', Sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    color: white;
}

.shasta-header-mobile-dropdown-menu-wrapper ul {
  text-align: center;
}

/* HOME */
.shasta-front-product-grid-section-layout-wrapper {
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}

/* PDP */
.catalog-product-view #product-addtocart-button span {
  display: flex;
}


  /* FOOTER */
  .shasta-footer-inner-row01-wrapper {
    display: flex;
    flex-direction: column;
    padding: 60px 20px 20px;
}

.shasta-footer-subscribe-modal-content {
  display: flex;
  flex-direction: column;
}

.shasta-footer-subscribe-modal-content-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.shasta-footer-subscribe-modal-content-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shasta-footer-subscribe-modal-content-image img {
  max-width: 300px;
}

.shasta-footer-subscribe-nav-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

}

@media (min-width: 768px) and (max-width: 1023px) {
  /* PDP */
  .catalog-product-view .breadcrumbs .container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0px 1.5rem;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .shasta-slider-nav-dots-wrapper {
    display: none;
  }

  .shasta-slider-nav-prev-arrow svg,
  .shasta-slider-nav-next-arrow svg {
    height: 2.5rem;
    width: 2.5rem;
  }

}

@media (min-width: 400px) and (max-width: 767px) {
  .shasta-footer-nav-inner-wrapper-desktop {
    display: none;
  }

  .shasta-footer-nav-inner-wrapper-mobile {
    display: flex;
  }

}

@media (min-width: 640px) and (max-width: 767px) {
  /* PDP */
  .catalog-product-view .breadcrumbs .container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0px 1.5rem;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .shasta-front-product-grid-section-layout-wrapper {
    grid-template-columns: minmax(200px, 1fr);
}
}

@media (max-width: 399px) {
  .shasta-footer-nav-inner-wrapper-desktop {
    display: none;
  }

  .shasta-footer-nav-inner-wrapper-mobile {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 350px) {
  .shasta-header-mobile-menu-toggle-wrapper {
    max-width: 13%;
  }

  .shasta-header-mobile-logo-wrapper {
    width: 53%;
    max-width: 53%;
  }

  .shasta-header-mobile-icons-wrapper svg,
  .shasta-header-mobile-menu-toggle-wrapper svg {
    height: 20px;
    width: 20px;
  }

  .shasta-header-mobile-icons-wrapper #menu-cart-icon {
    margin-bottom: 8px;
  }

}


.shasta-footer-copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  padding: 0px 20px 20px;
  color: #ffffff;
  width: 100%;
}
