/** Shopify CDN: Minification failed

Line 1151:0 Unexpected ")"

**/
/* Place any CSS overrides in this file. */


/* ======================== G | translate ================== */


.mobile-nav__language .gtranslate_wrapper select:nth-of-type(1) {
  display: none;
}

.mobile-nav__language .gt_selector {
  border: none;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0px 15px 7px;
}

.preheader__language .gtranslate_wrapper select:nth-of-type(1) {
  display: none;
}

.preheader__language .gt_selector {
  border: none;
  text-transform: uppercase;
  padding: 0;
  font-size: 11px;
  margin-right: 2px;
}

.list-unstyled {
  list-style-type: none;
  margin: unset;
  padding: unset;
}

.wrapper-padded--narow {
  max-width: 1325px;
}

.homepage-sections--title,
.h1, .h2, .h3, .h4, .h5, .h6, .header-font, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}


/* ======================== Breadcrumbs ==================*/

.breadcrumb a {
  color: #666666;
  font-weight: 400;
}

.breadcrumb span {
  font-weight: 600;
}

.breadcrumb a, .breadcrumb span {
  font-size: 14px;
}


/* ======================== Breadcrumbs app ==================*/

/* Breadcrumbs app fix start */
.breadcrumbs {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .breadcrumbs a {
      padding: 3px 0 !important;
  }

  .breadcrumbs a:before {
      content: unset !important;
  }
}
/* Breadcrumbs app fix end */


/* ======================== Product card ==================*/
.button,
.custom-button {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: background .3s cubic-bezier(.55,0,.1,1) 0s,color .3s cubic-bezier(.55,0,.1,1) 0s,opacity .3s cubic-bezier(.55,0,.1,1) 0s,transform .3s cubic-bezier(.55,0,.1,1) 0s;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0;
  border-radius: 25px;
  padding: 12px 25px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
  min-width: 150px;
  box-sizing: border-box;
  border: 2px solid transparent;
  text-align: center;
}

.responsive-image-wrapper {
  position: relative;
}

.custom-button {
  border-radius: 0;
}

.custom-button--primary {
  color: #fff;
  background: #000;
}

.custom-button--primary:hover {
  background: #666666;
}

.button--primary {
  background: var(--primary-btn-bg-color);
  border-color: var(--primary-btn-bg-color);
}

.button--outline {
  color: var(--primary-btn-bg-color);
  background: #fff;
  border-color: var(--primary-btn-bg-color);
}

.button--outline:hover {
  color: #000;
  background-color: var(--primary-btn-bg-color);
}

.button--primary:hover {
  background: var(--secondary-btn-bg-hover-color);
}

.button--full-width {
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 650px) {
  .collection-slider .product-card__cta {
      max-width: 75%;
  }
}

/* ================== PRE-HEADER ======================*/
.preheader {
  display: none;
  font-size: 11px;
  font-weight: 500;
  padding: 8px 0;
  margin: 0 auto;
}

.preheader__menu {
  display: flex;
  margin: 0 auto !important;
  justify-content: flex-end;
}

.preheader__menu a {
  text-transform: uppercase;
}

.preheader__menu a:hover {
  text-decoration: underline;
}

.preheader__menu .preheader-divider {
  margin: 0 10px;
}

@media screen and (min-width: 980px) {
  .preheader {
      display: block;
  }
}



/* ================== HEADER ======================*/

.site-nav__link {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.site-nav__link svg {
  max-width: 14px;
  max-height: 14px;
  width: 14px;
  height: 14px;
  margin-left: 0.35rem;
  transition: transform .35s ease;
}

.site-nav__link--location:hover svg,
.site-nav__link--location:focus svg,
.site-nav__link--chevron:hover svg,
.site-nav__link--chevron:focus svg,
.nav-hover .site-nav__link--chevron svg {
  transform: rotate(-90deg);
}

.site-header__logo.h1 {
  margin: 0;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.mobile-menu--close-btn {
  min-width: 45px;
  min-height: 45px;
  margin-left: -2px;
  margin: 5px 0 0 -2px;
}

.mobile-nav__toggle {
  display: table;
  vertical-align: middle;
  width: 100%;
}

.mobile-nav__toggle span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: var(--menu-drawer-text-color);
  padding: 15px 30px;
  text-decoration: none;
  background: 0 0;
  border: 0;
}

.mobile-nav__toggle button {
  top: 5px;
  position: relative;
  padding: 15px 20px;
}

.mobile-nav__item a {
  display: flex;
  align-items: center;
}

.mobile-menu--close-btn::after, .mobile-menu--close-btn::before {
  height: 20px;
}

@media only screen and (max-width: 980px) {
  .mobile-nav-bar-wrapper {
      padding: 0;
  }

  .site-header__logo.h1 {
      padding: 0;
  }
}

.mobile-grid--table .left-side > * {
  margin-left: -16px;
}

.mobile-grid--table .right-side > * {
  margin-right: -10px;
}

.where-to-buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.where-to-buy-button svg {
  width: 23px;
  height: 23px;
}


/* ================== Section: Mobile Menu ======================*/

.mobile-nav__item {
  position: relative;
  display: block;
  font-weight: 700;
}

.mobile-nav__link svg {
  margin-left: .45rem;
}

.mobile-nav__toggle span,
.mobile-nav__item a {
  font-size: 20px;
}

.mobile-nav__sublist .mobile-nav__item {
  font-weight: 600;
}

/* ================== MEGAMENU ======================*/
.dropdown-item:not(.dropdown-item--images) .inner .h4, 
.dropdown-item:not(.dropdown-item--images) .inner .h5 {
  padding: 0 0 8px 0;
}

.dropdown-item:not(.dropdown-item--images) .inner .h4::after, .dropdown-item:not(.dropdown-item--images) .inner .h5::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  display: block;
  top: 8px;
  position: relative;
}

.mega-menu-wrapper .inner li {
  padding: 7px 0;
  line-height: 15px;
}

.mega-menu-wrapper .mega-menu .site-nav__dropdown {
  padding: 0 30px;
  -webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, .1);
  box-shadow: 0 16px 16px rgba(0, 0, 0, .1);
  width: 100%;
}

.mega-menus-link-lists {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  margin-right: 2rem;
}

.mega-menus-link-lists {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.mega-menu-wrapper .mega-menu-block .menu-link li a {
  font-weight: var(--body-font-weight);
}

.mega-menu-wrapper .mega-menu-block {
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 1660px) {
  .mega-menu-wrapper .mega-menu-block {
    padding: 0;
  }

  .mobile-nav__sublist .fallback-text {
    font-size: 10px !important;
    padding: 0 !important;
    visibility: hidden;
    height: 0;
    max-height: 0 !important;
    overflow: hidden;
    display: none !important;
  }
}

.mega-menu-block .dropdown-item {
  width: auto;
  padding: 1rem 0;
}

.mega-menu .dropdown-item + .dropdown-item {
  margin-left: 1rem;
}

.dropdown-item.dropdown-item--images {
  width: 100%;
  /* max-width: 50%; */
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.dropdown-item--images > * + * {
  margin-top: 1.5rem;
}

.mega-menu--image .responsive-image-wrapper img {
  max-width: 100% !important;
}

.mega-menu-wrapper .inner .mega-menu--image p {
  text-align: left;
  padding: 3px;
}

.mega-menu-wrapper .mega-menu--image-title {
  padding: 12px 0 6px 0 !important;
  margin-bottom: 6px;
}

.mega-menu-wrapper .mega-menu--image-title::after {
  content: "";
  position: relative;
  display: block;
  width: 10%;
  height: 1px;
  background-color: #000;
  top: 6px;
}

.mega-menu--image-subtitle {
  font-size: 12px;
}

.mega-menu-block .h4,
.mega-menu-block .h5,
.mega-menu-block .mega-menu--image-subtitle {
  font-weight: 700;
}



/* ================== Section: Countdown Timer ======================*/

.countdown-timer__heading {
  font-weight: 700;
}

.countdown-timer__content-box-inner {
  padding: 30px;
  max-width: 690px;
  margin: 0 auto;
}

.countdown-timer .homepage-sections--title {
  font-weight: 700;
  font-size: calc(var(--header-text-size-px) * 1.3);
  line-height: 1.3;
}

/* ================== Section: Blog cards ======================*/

.info-cols--title {
  font-weight: 700;
  padding: 10px 0;
  line-height: 1.2;
  margin-top: 5px !important;
}

.info-cols--subheading {
  font-size: 14px;
  font-weight: 700;
  color: #5b5a54;
  line-height: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 0 0;
}


/* ================== Snippet: Collection Card  ======================*/
.collection-card {
  --card-text-color: #000;
  --card-bg-color: #fff;
  display: flex;
  flex-direction: column;
  color: var(--card-text-color);
  background: var(--card-bg-color);
  transition: all .35s ease;
}

.collection-card:hover {
  box-shadow: 4px 2px 20px #00000038;
}

.collection-card__title {
  margin: 0;
  padding: 10px 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

/* ================== Section: Collection List ======================*/

.homepage-collection-grid-item img,
.homepage-collection-grid-item .grid-item__title {
  transition: all .35s ease;
}

.homepage-collection-grid-item .grid-image {
  overflow: hidden;
}

.homepage-collection-grid-item:hover img {
  scale: 1.2;
}

.homepage-collection-grid-item:hover .grid-item__title {
  color: var(--primary-btn-bg-color);
}

@media screen and (min-width: 500px) {

  .featured-collections-wrapper .collection-grid {
      flex-direction: row !important;
      flex-wrap: wrap;
  }

  .featured-collections-wrapper .collection-grid .homepage-collection-grid-item {
      flex-basis: auto;
      width: 50%;
      padding: 10px !important;
  }
}

@media screen and (min-width: 768px) {

  .featured-collections-wrapper .collection-grid--items-5 .homepage-collection-grid-item,
  .featured-collections-wrapper .collection-grid--items-6 .homepage-collection-grid-item {
      width: 30%;
  }
}

@media screen and (min-width: 1080px) {
  .homepage-collection-grid-item {
      flex-basis: auto;
  }

  .collection-grid--items-5  .homepage-collection-grid-item,
   .collection-grid--items-6  .homepage-collection-grid-item {
      padding: 8px !important;
  }

  .featured-collections-wrapper .collection-grid--items-5 .homepage-collection-grid-item {
      width: 20%;
  }

  .featured-collections-wrapper .collection-grid--items-6 .homepage-collection-grid-item {
      width: 15%;
  }
}

/* ================== FOOTER ======================*/
.footer-main {
  padding: 40px 0;
}

.footer-bottom {
  padding: 25px 0;
}

.footer-wrapper .wrapper-padded {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.grid__item.links-footer {
  width: auto;
  padding: 15px;
}

.links-footer ul li {
  list-style-type: none;
  margin-bottom: 0.45rem;
}

.footer-wrapper .grid__item:first-child {
  padding-left: 0;
}

.footer-bottom {
  background-color: #fff !important;
}

.newsletter-footer p {
  font-size: 16px;
  font-weight: 500;
}

#newsletter-footer_form .input-group {
  display: flex;
}

.newsletter-submit-btn {
  position: absolute;
  right: 11px;
  margin: 0;
  bottom: 0;
  top: 4px;
  background: none;
  border: navajowhite;
  transition: opacity .35s ease;
}

.newsletter-submit-btn:hover {
  opacity: .6;
}

.social-media-footer {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .site-footer {
      text-align: left;
  }

  .footer-main {
      padding: 20px 0;
  }

  .footer-wrapper .wrapper-padded {
      flex-wrap: wrap;
  }

  footer .grid__item.newsletter-footer {
      width: 100% !important;
  }

  .footer-wrapper .grid__item:first-child {
      padding-left: 0;
      margin: 0;
  }

  .footer-wrapper .grid__item.links-footer {
      padding: 0;
      margin-top: 15px;
  }

  .social-media-footer {
      margin-top: 5px;
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-header {
      padding-top: 15px;
      border-top: 0;
  }
} 


/* ========================= FORMS ========================= */

input:not(.btn) {
  border: 1px solid #cccccc !important;
  border-radius: 25px !important;
  padding: 10px 20px !important;
  background: #fff !important;
}

#SearchContainer .input-group-btn {
  margin-left: 0;
}

#SearchContainer #search-input {
  padding-left: 40px !important;
}

/* ========================= SOCIAL ICONS ========================= */
.sm-icons.sm-icons--style-1 li + li {
  margin-left: 15px;
}

.sm-icons.sm-icons--style-1 li a {
  background: #000;
  color: #fff;
  padding: 7px;
  border-radius: 100%;
  transition: opacity .35s ease;
}

.sm-icons.sm-icons--style-1 li a:hover {
  opacity: .5;
}

.sm-icons.sm-icons--style-1 li a svg {
  fill: #fff;
  width: 18px;
  height: 18px;
}



/* ======================== Product card ==================*/

.product-card {
  --card-bg: #fff;
  padding: 20px 20px 30px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .35s ease;
  background: var(--card-bg);
}

.product-card > * + * {
  margin: 20px 0 0 0;
}

.product-card:hover {
  box-shadow: 0px 2px 11px 0 rgba(0,0,0,.1);
}

.product-card--large {
  padding: 25px;
}

.product-card__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3em;
  min-height: 3.9em;
}

.product-card--collection .product-card__title {
  font-weight: 700;
}

.product-card__cta {
  margin-top: auto !important;
  width: 100%;
}

/* ========================  SWIPER ==================*/
.swiper {
  overflow: hidden;
}

.swiper-navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-wrapper {
  max-width: 100%;
  padding: 12px 0;
}

.swiper-navigation-container .slider-wrapper {
  max-width: calc(100% - 100px - 40px);
}

.collection-slider .swiper-slide {
  height: auto;
}

.collection-slider .product-card__cta {
  margin-top: 20px !important;
  flex-grow: 1;
}

.swiper-btn-style--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 100%;
  color: #fff;
  background: #000;
  transition: all .35s ease;
}

.swiper-btn-style--1 svg {
  position: relative;
  width: 17px;
  height: 17px;
}

.swiper-btn-style--1[disabled] {
  opacity: .5;
}

.swiper-btn-style--1[prev] {
  margin-right: 10px;
}

.swiper-btn-style--1[prev] svg {
  left: -2px;
}

.swiper-btn-style--1[next] {
  margin-left: 10px;
}

.swiper-btn-style--1[prev] svg {
  right: -2px;
}

.swiper-custom-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  .wrapper-padded--mobile-slider {
      padding: 0;
  }

  .swiper-navigation-container .swiper-wrapper {
      left: 15px;
  }
}

@media screen and (max-width: 680px) {
  .swiper-btn-style--1 {
      display: none;
  }

  .swiper-navigation-container .slider-wrapper {
      max-width: 100%;
  }
}

@media screen and (min-width: 650px) {
  .swiper-custom-bullets {
      display: none;
  }
}



/* ======================== FILTER TREE ===========================*/


.gf-left #gf-tree:not(.spf-hidden) + #gf-grid {
  width: 80%;
}

.gf-option-box li {
  margin-bottom: 5px;
}

#gf-tree .gf-block-title .h3 {
  padding-inline: 0;
  font-size: 20px !important;
  text-transform: capitalize !important;
}

#gf-tree .gf-block-title .h3, 
#gf-tree .gf-block-title .h3:hover {
  border: 0;
  box-shadow: none;
  outline: 0;
}

#gf-tree .gf-Checkbox,
#gf-tree .gf-RadioButton {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 6px;
  flex: 0 0 16px;
  min-width: 20px;
  border: 1px solid #c4cdd5;
  border-radius: 3px;
}

#gf-tree button {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.gf-summary {
  display: none;
}

#gf-controls-container {
  position: sticky;
  top: 62px;
  z-index: 5;
  background: #fff;
  margin: 0 -15px;
  padding: 15px 15px 0;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
}

.globo-selected-items {
  margin-bottom: 0 !important;
}

.globo-selected-items > * {
  margin-bottom: 15px !important;
}

@media screen and (min-width: 481px) {
  #gf-controls-container {
      margin: 0 -30px;
      padding: 15px 30px 0;
  }
}

@media screen and (min-width: 768px) {

  #gf-controls-container {
      position: relative;
      top: 0;
      margin: 0 0 20px;
      padding: 0;
      box-shadow: none;
  }

  .gf-summary {
      display: block;
  }

  .gf-left #gf-tree {
      width: 20%;
      top: 120px;
      position: sticky;
  }

  #gf-tree .gf-block-content {
      display: block;
      margin-top: 0;
  }

  #gf-tree .gf-block-title .h3::after {
      display: none;
  }
}

@media screen and (min-width: 1100px) {
  .gf-left #gf-tree {
      width: 15%;
  }

  .gf-left #gf-tree:not(.spf-hidden) + #gf-grid {
      width: 85%;
  }
}
/* ======================== COLLECTION ===========================*/
/* #template--collection{
  display: flex;
  flex-wrap: wrap;
} */

.gf-controls-search-form {
  display: none !important;
}

.spf-has-filter #gf-products {
  display: grid;
  grid-auto-rows: 1fr;
}

.spf-has-filter #gf-products .grid__item {
  margin-bottom: 30px;
}

.collection-filters {
  position: sticky;
}

.collection-filters__label, .facets__heading {
  font-weight: 700;
  font-size: 20px !important;
}

.facets__disclosure {
  border: 1px solid #cccc;
  margin: 0 0 1rem 0.5rem;
  transition: box-shadow 100ms ease;
  border-radius: 20px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .spf-has-filter #gf-products {
      grid-template-columns: repeat(2,1fr);
  }

  .collection-filters {
      top: 100px;
  }
}

@media screen and (min-width: 980px) {
  .collection-filters {
      top: 150px;
  }
}

@media screen and (min-width: 1050px) {
  .spf-has-filter #gf-products {
      grid-template-columns: repeat(3,1fr);
  }
}

@media screen and (min-width: 1350px) {
  .spf-has-filter #gf-products {
      grid-template-columns: repeat(4,1fr);
  }
}





/* ================ SEARCH ================ */

.search-wrapper > :not(#CollectionProductGrid) {
  display: none;
}

.search-custom-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.search-custom-grid > * {
  margin-bottom: 15px;
}

@media screen and (min-width: 481px) {
  .search-custom-grid > * {
      margin-bottom: 30px;
  }
}

@media screen and (min-width: 550px) {
  .search-custom-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  .search-custom-grid > * {
      padding-left: 30px !important;
  }
}

@media screen and (min-width: 725px) {
  .search-custom-grid {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1000px) {
  .search-custom-grid {
      grid-template-columns: repeat(4, 1fr);
  }
}

/* NJH Add */

#AddToCartForm {
  margin-top: 100px !important;
}

/* .where-to-buy-button {
display: none !important;
}
*/

.map-button--mobile .ps-button-label {
  height: 20px;
  line-height: 0;
  width: 29px;
  display: block;
  color: transparent;
  z-index: 1;
}

.map-button--mobile svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  z-index: 0;
}

.map-button--mobile .ps-widget {
  height: 100%;
  font-weight: var(--navigation-font-weight) !important;
  background: none !important;
  justify-content: center;
  display: flex !important;
  color: var(--nav-text-color) !important;
  display: flex !important;
  align-items: center;
  text-decoration: none;
  transition: color 0.3s ease-in;
  border: none !important;
  width: 29px !important;
/* visibility: hidden; */;
}

/* .map-button--mobile .ps-widget:not(.ps-disabled) {
padding: 20px 7px;
} */

.site-nav__link.site-nav__link--location {
  font-weight: 700 !important;
  width: auto !important;
  background: none !important;
  padding: 15px;
  letter-spacing: 0.5px;
  float: none !important;
  line-height: normal;
  color: var(--nav-text-color) !important;
  display: flex !important;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  position: relative;
  border: none !important;
  flex-direction: row-reverse;
  visibility: hidden;
}

.shogun-root {
  overflow: hidden !important;
}

.ps-widget {
  width: 200px !important;
}
)