/** Shopify CDN: Minification failed

Line 438:65 The "-" operator only works if there is whitespace on both sides

**/
p.announcement-bar__message.h5 {
  color: #000;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
  min-height: inherit;
  padding-top: 8px;
}

nav.header__inline-menu ul li a span,
details.mega-menu span, details summary span {
  color: #000;
  font-family: var(--font-body-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  padding-bottom: 4px;
  text-decoration: none;
}

.header__menu-item .icon-caret{
  top: calc(50% - .8rem) !important;
  right: 0;
}

.header__menu-item:hover span {
  text-decoration: none;
  text-underline-offset: 0;
}

nav.header__inline-menu ul li a span:hover,
nav.header__inline-menu ul li span:hover {
  color: #000;
  font-weight: 700;
  border-bottom: 3px solid #efd3c7;
  padding-bottom: 4px;
  text-decoration: none !important;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0;
}
details[open] > .header__menu-item {
  text-decoration: none;
}

.mega-menu__content {
  display: none;
}
nav.header__inline-menu ul li:hover .mega-menu__content {
  opacity: 1;
  display: block;
  transform: inherit !important;
}

.header__menu-item {
  padding: 3.2rem 2.4rem;
}

.banner:after,
.banner__media:after {
  display: none;
}

.index h2.banner__heading {
  text-align: center;
  font-family: Cardo;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  text-transform: uppercase;
}

.index .banner__text.rte.body p {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 20px 0 15px;
}

.index .banner__buttons a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: normal;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
}

h2.title.inline-richtext.h1 {
  text-align: center;
  color: #000;
  font-family: Cardo;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.card__information h3.card__heading,
.card__information h3.card__heading a {
  color: #373737;
  text-align: center;
  font-family: Josefin Sans;
  font-size: clamp(14px, 2vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(26px, 2vw, 30px);
  text-decoration: none;
  padding: 0px 5px;
}

body.index .card-information {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
}

.price__container span.price-item.price-item--regular {
  color: #121212;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

body.index .card--standard > .card__content .card__information {
  padding: 3rem 0px;
}

.home-collections-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}

.home-collections-block img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: transform 0.5s ease;
}

.home-collections-block {
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.home-collections-block img:hover {
  transform: scale(1.5);
}

.home-collections-block h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Josefin Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 3.9px;
  margin: 0;
  width: 100%;
  text-align: center;
}

.home-love-in-way-section {
  display: inline-block;
  width: 100%;
  padding: 65px 0px;
}

/* Style for the container */
.home-love-in-way-logo {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
}

/* Style for each love_logo */
.love_logo {
  margin: 0px;
}

/* Style for the images */
.love_logo img {
  max-width: 100%;
  height: auto;
}

.home-collections-vintage {
  text-align: center;
}

.hcv-title h1 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.hcv-title img {
  display: block;
  width: auto;
  margin: 0 auto;
}

.hcv-title p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  width: 50%;
  margin: 0 auto 35px;
}

.home-vintage_bt {
  justify-content: center;
  display: flex;
}

.hcv-title a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background: #000;
  width: 100%;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  max-width: 180px;
}

.collection__description.body p {
  text-align: center;
  width: 50%;
  margin: 25px auto 0px;
  color: #000;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 175% */
  text-transform: capitalize;
}

.center.collection__view-all a {
  color: #fff;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  gap: 10px;
  align-items: center;
}

.footer__content-bottom {
  background: #efd3c7;
  padding: 18px 0px;
}

.footer__copyright {
  margin-top: 0;
}

h2.footer-block__heading {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

ul.footer-block__details-content li a {
  color: #000 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  padding: 0;
}

.footer-block__details-content.rte p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 173.333% */
}
.footer-block__details-content.rte a {
  text-decoration: none;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.footer__social_icons .list-social__link {
  align-items: center;
  display: flex;
  padding: 0px 10px;
}

.footer__copyright.caption a {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}

.index .slider-counter.caption {
  display: none;
}

.index button.slider-button {
  width: 12px;
  height: 12px;
  background: #2d2d2d;
  border-radius: 100px;
  padding: 0;
  gap: 10px;
  margin-left: 9px;
}

.index .slider-buttons {
  padding-bottom: 30px;
}

.index .slider-button[disabled] {
  color: rgba(var(--color-foreground), 0.3) !important;
  cursor: not-allowed;
  background: rgba(var(--color-foreground), 0.3) !important;
}

.index .slider-button--next .icon,
.index .slider-button--prev .icon {
  display: none;
}
.home-collections-section .slider-button--next .icon,
.home-collections-section .slider-button--prev .icon {
  display: block;
}
.home-collections-section button.slider-button {
  background: transparent;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-collections-section button.slider-button svg {
  width: 35px;
  height: 35px;
  background: transparent;
  box-shadow: unset;
}
.home-collections-section button.slider-button[disabled] {
  background: transparent !important;
}
.home-collections-section .slider-buttons {
  padding-bottom: 0;
}
.home-collections-section .slider-button--prev {
  left: 0;
}
.home-collections-section .slider-button--next {
  right: 0;
}
/* @keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
} */

.index .slider-component-desktop.page-width {
  max-width: var(--page-width) !important;
  padding: 0 5rem !important;
}

/* slider-component.slider-mobile-gutter.page-width .grid {
    column-gap: 10px;
    row-gap:10px;
} */

.index
  .slider-component-full-width
  .slider--desktop
  .slider__slide:first-child {
  margin-left: 0 !important;
  scroll-margin-left: 0 !important;
}

.index .slider--desktop.grid--4-col-desktop .grid__item {
  width: calc((100% - var(--desktop-margin-left-first-item)) / 4 -) !important;
}

.index .slider-component-full-width .slider--desktop {
  scroll-padding-left: 0 !important;
}

#hulkapps_option_list_7680860324032 {
  background-color: #fff;
  border: 0 none;
  padding: 0 !important;
}

.hulkapps_option.full_width .hulkapps_option_value {
  width: 100%;
  display: block;
  color: #000;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}
select.hulkapps_option_child {
  background-image: url("arrow_down.png");
  background-repeat: no-repeat;
  background-position: center right 12px;
  color: #000;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 135.294% */
}

select.hulkapps_option_child:focus-visible {
  outline: inherit !important;
}

.hulkapps_product_options > div {
  padding: 0px 0px 10px !important;
}

.footer-block.grid__item:last-child {
  max-width: 30%;
  width: 30%;
  padding-left: 6%;
}

.footer-block.grid__item:last-child .footer-block__details-content p {
  width: 78%;
}

.newsletter-form__field-wrapper .field__button {
  position: relative;
  background: #000 !important;
  color: #fff;
  width: 184px;
  height: 49px;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 10px;
  display: flex;
  margin-top: 15px;
}

.newsletter-form__field-wrapper .field input {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 153.333% */
  padding: 1.5rem;
}

.newsletter-form__field-wrapper .field__input:focus {
  padding: 1.5rem;
}

.newsletter-form__field-wrapper .field__input::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.newsletter-form__field-wrapper .field__input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #000;
}

h2.footer-block__heading span img {
  display: none;
}

.wholenote_customer {
  text-align: center;
}
.location h1 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
}
.location p {
  line-height: 28px;
}

a.createwholesaleaccount {
  background: #000000;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.location-inner {
  border: 1px solid #e1e1e1;
  padding: 20px 22px 10px;
  margin-top: 30px;
  width: 100%;
}

.location-box {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  max-width: 100%;
}

.location .grid {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.location h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
  margin: 0;
}

.loc-info-in a {
  color: #000;
  text-decoration: none;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.location p {
  line-height: 28px;
  color: #000;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  margin: 10px 0px 0px;
}

.grid__item.medium-up--one-whole.note-box {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.account-drawer_iwish-flex {
  display: flex;
  gap: 10px;
}
