.section {
  position: relative;
  contain: paint;
}

.section-divider-top,
.section-divider-bottom {
  position: relative;
  z-index: 3;
}
.section-divider-top img,
.section-divider-bottom img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 2px;
}

.section-divider-bottom {
  top: 2px !important;
}

.section__content {
  position: relative;
  z-index: 2;
}
.section__content > :first-child {
  margin-top: 0;
}
.section__content > :last-child {
  margin-bottom: 0;
}

.section__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__bg img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .section__bg img.bg-mobile {
    display: none;
  }
}
.section__bg img.bg-desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .section__bg img.bg-desktop {
    display: block;
  }
}

.section--overlap-above,
.section--behind {
  margin-top: -13.2%;
}

.section--extra-padding-bottom .section__wrapper {
  padding-bottom: 13.2%;
}

main > :last-child {
  margin-bottom: -10%;
}
main > :last-child .section__wrapper {
  padding-bottom: 10%;
}

.section__wrapper--background {
  position: relative;
}
.section__wrapper--background::before {
  content: "";
  background-attachment: fixed;
  background-position: top;
  background-size: 100% auto;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main > section + section {
  margin-top: -1px;
}

.JSparallaxScene {
  pointer-events: none;
}
.JSparallaxScene .section__content {
  pointer-events: all;
  z-index: 10;
}
.JSparallaxScene .parallaxScene__item {
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}
.JSparallaxScene .parallaxScene__item > a {
  pointer-events: all;
  display: block;
}
.JSparallaxScene .section-divider-bottom {
  position: relative !important;
  pointer-events: none;
}
.JSparallaxScene .parallaxScene__stars {
  z-index: 1;
}
.JSparallaxScene .parallaxScene__stars img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.JSparallaxScene .parallaxScene__bg {
  z-index: 0;
}
.JSparallaxScene .parallaxScene__bg img {
  position: absolute;
  top: -5%;
  left: -5%;
  height: 110%;
  width: 110%;
  -o-object-fit: cover;
     object-fit: cover;
}
.JSparallaxScene .section-decoration img {
  display: none;
  position: absolute;
  z-index: 5;
  width: 150px;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .JSparallaxScene .section-decoration img {
    display: block;
  }
}
.JSparallaxScene .section-decoration__left img {
  top: 20px;
  left: -120px;
}
@media only screen and (min-width: 1200px) {
  .JSparallaxScene .section-decoration__left img {
    left: -75px;
  }
}
@media only screen and (min-width: 1399.98px) {
  .JSparallaxScene .section-decoration__left img {
    left: -50px;
  }
}
.JSparallaxScene .section-decoration__right img {
  bottom: 25%;
  right: -120px;
}
@media only screen and (min-width: 1200px) {
  .JSparallaxScene .section-decoration__right img {
    right: -75px;
  }
}
@media only screen and (min-width: 1399.98px) {
  .JSparallaxScene .section-decoration__right img {
    right: -50px;
  }
}

.animation--bob-diagonal {
  animation: bob_diagonal 2.8s infinite alternate ease-in-out;
}

.animation--bob-diagonal-small {
  animation: bob_diagonal_small 3s infinite alternate-reverse linear;
}

.animation--rotate10 {
  animation: rotate10 3.8s infinite alternate ease-in-out;
}

.animation--rotate360 {
  animation: rotate360 20s infinite normal linear;
}

.animation--rotate-bob {
  animation: rotate_bob 20s infinite normal linear;
}

@keyframes bob_diagonal {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-25px, -5px);
  }
}
@keyframes bob_diagonal_small {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(10px, 10px);
  }
}
@keyframes rotate10 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -10px) rotate(10deg);
  }
}
@keyframes rotate360 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes rotate_bob {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(-20px, -10px) rotate(180deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(360deg);
  }
}
.breadcrumbs-section {
  position: absolute;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs-section {
    margin-bottom: -69px;
  }
}

.breadcrumbs ul {
  padding: 20px 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}
.breadcrumbs ul li:first-of-type {
  padding-left: 0;
}
.breadcrumbs ul li:not(:first-of-type) a {
  padding-left: 5px;
}
.breadcrumbs ul li a {
  font-size: 12px;
  text-transform: capitalize;
  color: var(--text-primary-color);
}
@media only screen and (min-width: 768px) {
  .breadcrumbs ul li a {
    font-size: 1rem;
  }
}
.breadcrumbs ul li:nth-of-type(n+2):before {
  content: "/";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.breadcrumbs.breadcrumbs--white {
  color: var(--color-light);
}
.breadcrumbs.breadcrumbs--white ul li a {
  color: var(--color-light);
}

.account-tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.account-tabs a {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .account-tabs a {
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 1025px) {
  .account-tabs {
    flex-direction: column;
  }
  .account-tabs a {
    width: 100%;
  }
}

.marquee {
  --marquee-gap: 0.5rem;
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: var(--marquee-gap);
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  min-width: 100%;
  gap: var(--marquee-gap);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--marquee-gap)));
    /* match 1 rem to gap above */
  }
}
.scroll-top {
  animation: scroll var(--marquee-top-speed, 20s) linear infinite;
}

.scroll-bottom {
  animation: scroll var(--marquee-bottom-speed, 20s) linear infinite;
}

.reverse {
  animation-direction: reverse;
}

/* Customize the label (the container) */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  min-height: 36px;
  /* Styles Label */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
}
.custom-checkbox p {
  font-size: 13px;
  width: 100%;
  margin: 0px 0px 0px 10px;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  background-color: #fff;
  border-radius: 50%;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  /* Style the checkmark/indicator */
  left: 50%;
  top: 50%;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -59%) rotate(40deg);
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: var(--color-dark);
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: var(--color-dark);
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.search-bar-qf {
  position: relative;
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 21px;
}
.search-bar-qf input[type=text] {
  color: var(--text-primary-color);
  font-weight: regular;
  height: 60px;
  position: relative;
  background: #fff;
  border: none;
  outline: none;
  padding: 10px 55px 10px calc(30px + 1.25rem);
  width: 100%;
  border-radius: 0;
}
.search-bar-qf input[type=text]::-moz-placeholder {
  font-weight: regular;
}
.search-bar-qf input[type=text]::placeholder {
  font-weight: regular;
}
@media only screen and (min-width: 1025px) {
  .search-bar-qf input[type=text] {
    border-radius: 21px;
    height: 40px;
    padding: 10px 55px 10px calc(40px + 1.25rem);
  }
}
.search-bar-qf .search-bar-qf__close {
  position: absolute;
  top: 17px;
  right: 1.25rem;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .search-bar-qf .search-bar-qf__close {
    display: none;
  }
}
.search-bar-qf .submit-group {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 1.25rem;
  top: 0;
  width: 19px;
  height: 60px;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .search-bar-qf .submit-group {
    height: 40px;
    width: 40px;
  }
}
.search-bar-qf .submit-group label {
  width: 40px;
  height: 60px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
}
@media only screen and (min-width: 1025px) {
  .search-bar-qf .submit-group label {
    height: 40px;
  }
}
.search-bar-qf .submit-group label svg {
  width: 19px;
  height: 21px;
}
.search-bar-qf .submit-group label svg path {
  fill: var(--text-primary-color);
}
@media only screen and (min-width: 1025px) {
  .search-bar-qf .submit-group label svg {
    height: 40px;
  }
}
.search-bar-qf .submit-group label input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
  font-size: 1rem;
}

.custom-search-qf-section .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  max-width: 750px;
}
.custom-search-qf-section .wrapper p {
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: var(--font-heading-weight) er;
}
.custom-search-qf-section .wrapper .search-bar-qf input {
  color: rgba(0, 0, 0, 0.65);
  padding-right: 50px;
}
.custom-search-qf-section .wrapper .search-bar-qf input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}
.custom-search-qf-section .wrapper .search-bar-qf input::placeholder {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}
.custom-search-qf-section .wrapper .search-bar-qf .submit-group label svg path {
  fill: #10573b;
}

.button-wishlist {
  padding: unset;
  background-color: unset;
  border: none;
}
.button-wishlist:hover {
  background-color: unset;
  cursor: pointer;
}
.button-wishlist .heart-full {
  display: none;
}
.button-wishlist .heart-empty {
  display: block;
}
.button-wishlist img {
  width: 24px;
  height: auto;
}
.button-wishlist.active-wishlist .heart-full {
  display: block;
}
.button-wishlist.active-wishlist .heart-empty {
  display: none;
}

.block-link {
  position: relative;
  z-index: 1;
  transform: scale(100%);
  transition: transform 0.15s cubic-bezier(0, 0.6, 0.28, 1);
  display: block;
}
.block-link:hover {
  transform: scale(104%);
}
.block-link:hover .button {
  font-family: var(--font-heading-alt);
  color: var(--button-1-hover-text-color);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .block-link:hover .button {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
  }
}
.block-link .block-link-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
}
.block-link img {
  z-index: -1;
  display: block;
  width: 100%;
  height: auto;
}
.block-link img.block-link__desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .block-link img.block-link__desktop {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .block-link img.block-link__mobile {
    display: none;
  }
}

.lightbox-trigger {
  padding: 12px;
}
.lightbox-trigger svg {
  width: 20px;
  max-width: 20px;
  height: 20px;
  max-height: 20px;
}
.lightbox-trigger svg path {
  fill: white;
}

.predictive-search-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100dvw;
  height: calc(100dvh - 92px);
  overflow: scroll;
  z-index: 999999;
  display: flex;
  top: 92px;
  display: none;
  opacity: 0;
  background: rgba(3, 3, 3, 0.7);
}
@media only screen and (min-width: 1025px) {
  .predictive-search-container {
    height: calc(100dvh - 106px);
    top: 106px;
  }
}
.predictive-search-container.active {
  display: block;
  opacity: 1;
}
.predictive-search-container .predictive-search-modal {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: calc(var(--page-width) - 120px);
  background: var(--brand-orange-1);
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .predictive-search-container .predictive-search-modal {
    padding: 0 4.5rem;
  }
}
.predictive-search-container .predictive-search-modal .inner {
  padding: 0 1.25rem 2.5rem;
}
@media only screen and (min-width: 1025px) {
  .predictive-search-container .predictive-search-modal .inner {
    padding: 1rem 0 2.5rem;
  }
}
.predictive-search-container .predictive-search-modal .close {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: var(--brand-orange-1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.predictive-search-container .predictive-search-results {
  width: 100%;
  padding: 5px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.predictive-search-container .predictive-search-results .resource-results {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}

.quick-view-container {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0px;
  height: 100dvh;
  width: 100dvw;
  padding: 1cap;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999999999 !important;
}
@media only screen and (min-width: 768px) {
  .quick-view-container {
    padding: 2rem;
  }
}
.quick-view-container.active {
  display: flex;
  opacity: 1;
}
.quick-view-container .quick-view-modal {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: auto;
  box-sizing: border-box;
}
.quick-view-container .quick-view-modal .inner {
  height: 100%;
  max-height: calc(100dvh - 2rem);
  width: calc(100% - 2rem);
  margin: auto;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.18);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}
.quick-view-container .quick-view-modal .inner .product-anchor-link {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .quick-view-container .quick-view-modal .inner {
    width: calc(100% - 4rem);
    max-height: calc(100dvh - 4rem);
  }
}
.quick-view-container .quick-view-modal .inner::-webkit-scrollbar {
  display: none;
}
.quick-view-container .quick-view-modal .inner .main-product-container .product-preorder .JS-product-submit,
.quick-view-container .quick-view-modal .inner .main-product-container .product-preorder .quantity-select {
  display: none !important;
}
.quick-view-container .quick-view-modal .inner .main-product-container #main-product {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .quick-view-container .quick-view-modal .inner .main-product-container #main-product {
    padding: 2rem;
  }
}
.quick-view-container .quick-view-modal .inner .main-product-container,
.quick-view-container .quick-view-modal .inner .main-product-container #main-product-content,
.quick-view-container .quick-view-modal .inner .main-product-container .section__wrapper {
  height: 100%;
}
.quick-view-container .quick-view-modal .inner .main-product-container .section__wrapper {
  overflow: auto;
}
.quick-view-container .quick-view-modal .inner .desktop-breadcrumbs,
.quick-view-container .quick-view-modal .inner .breadcrumbs-snippet,
.quick-view-container .quick-view-modal .inner .brand-logo,
.quick-view-container .quick-view-modal .inner .lightbox-trigger,
.quick-view-container .quick-view-modal .inner .product-information .button-wishlist,
.quick-view-container .quick-view-modal .inner .pdp-blocks,
.quick-view-container .quick-view-modal .inner .JS-fakeSubmit,
.quick-view-container .quick-view-modal .inner .thumb-gallery {
  display: none !important;
}
.quick-view-container .quick-view-modal .inner .gallery .gallery-container {
  top: 2rem !important;
}
@media only screen and (min-width: 768px) {
  .quick-view-container .quick-view-modal .inner .gallery .gallery-container .main-gallery {
    padding: 0 0 50px !important;
  }
}
.quick-view-container .quick-view-modal .inner .main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-wrapper__stock {
  display: none;
}
.quick-view-container .quick-view-modal .inner .main-product-container #main-product .product-information .product-form form .product-total-line .quantity-wrapper__more {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .quick-view-container .quick-view-modal .inner .main-product-container #main-product .product-information .product-form form .product-total-line .quantity-wrapper__more {
    display: none;
  }
}
.quick-view-container .quick-view-modal .inner .main-product-container #main-product .product-information .product-form form .product-total-line .JS-oos-text {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .quick-view-container .quick-view-modal .inner .main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-wrapper__more {
    display: block;
  }
}
.quick-view-container .quick-view-modal .inner .main-product-container #main-product .gallery .gallery-container .main-gallery .button-wishlist {
  display: block;
}
.quick-view-container .quick-view-modal .inner .main-product-container #main-product .gallery .gallery-container .swiper-button-prev {
  left: 0 !important;
}
@media only screen and (min-width: 768px) {
  .quick-view-container .quick-view-modal .inner .main-product-container #main-product .gallery .gallery-container .swiper-button-prev {
    top: 100% !important;
    right: 51% !important;
    left: auto !important;
    transform: translateY(-50%);
  }
}
.quick-view-container .quick-view-modal .inner .main-product-container #main-product .gallery .gallery-container .swiper-button-next {
  right: 0 !important;
}
@media only screen and (min-width: 768px) {
  .quick-view-container .quick-view-modal .inner .main-product-container #main-product .gallery .gallery-container .swiper-button-next {
    top: 100% !important;
    left: 51% !important;
    right: auto !important;
    transform: translateY(-50%);
  }
}
.quick-view-container .quick-view-modal .gallery {
  padding-top: 2rem;
}
.quick-view-container .back {
  color: var(--color-light);
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  -webkit-text-stroke: 1px var(--color-dark);
  font-size: 1.75rem;
  line-height: 1;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  position: absolute;
  top: 1rem;
  left: 2rem;
  z-index: 99;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .quick-view-container .back {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.quick-view-container .back:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .quick-view-container .back {
    top: 2rem;
    left: 4rem;
  }
}
.quick-view-container .back svg {
  rotate: 90deg;
  position: relative;
  top: 4px;
}
.quick-view-container .back svg path {
  fill: var(--color-dark);
}
.quick-view-container .close {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: var(--color-light);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  z-index: 99;
}
.quick-view-container .close img {
  margin: auto;
}

.product-description-container .trade-description p {
  text-align: center;
  color: white;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .product-description-container .trade-description p {
    width: 90%;
  }
}
.product-description-container .full {
  display: none;
}
.product-description-container .full .read-more {
  width: auto;
}
.product-description-container.active .full {
  display: block;
}
.product-description-container.active .excerpt {
  display: none;
}
.product-description-container .read-more {
  text-decoration: underline;
  margin-top: 10px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}

.collection-card img,
.collection-card svg {
  display: block;
  height: unset;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.collection-card h3 {
  font-size: 1.75rem;
  margin-top: 0.5rem;
}

.open-sidecart {
  cursor: pointer;
}

#cart-drawer-container {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100dvh;
  width: 100vw;
  background: transparent;
  z-index: 999999999 !important;
  transition: 0.3s ease;
  pointer-events: none;
  visibility: hidden;
}
#cart-drawer-container.open {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
  visibility: visible;
  pointer-events: auto;
}
#cart-drawer-container.open #cart-drawer {
  transform: translateX(0%);
  display: flex;
  flex-direction: column;
}
#cart-drawer-container #cart-drawer {
  height: 100%;
  width: calc(100% - 20px);
  background-color: white;
  float: left;
  transition: 0.3s ease;
  transform: translateX(-103%);
  pointer-events: auto;
  max-width: 400px;
}
@media only screen and (min-width: 1025px) {
  #cart-drawer-container #cart-drawer {
    transform: translateX(103%);
    float: right;
    width: 100%;
  }
}
#cart-drawer-container #cart-drawer > .top {
  background-color: var(--color-dark);
  padding: 17px 45px 0 10px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  #cart-drawer-container #cart-drawer > .top {
    padding: 17px 45px 0 10px;
  }
}
#cart-drawer-container #cart-drawer > .top .closeSideCart {
  width: 22px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 31px;
  right: 11px;
  transform: translateY(-50%);
}
#cart-drawer-container #cart-drawer > .top .closeSideCart img {
  width: 22px;
  height: auto;
}
#cart-drawer-container #cart-drawer > .top .cart-tabs {
  display: flex;
  gap: 0 0.5rem;
}
@media only screen and (min-width: 576px) {
  #cart-drawer-container #cart-drawer > .top .cart-tabs {
    gap: 0 1rem;
  }
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab {
  background-color: var(--color-dark);
  border: 1px solid var(--color-light);
  color: var(--color-light);
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
  font-size: 1.25rem;
  line-height: 1;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 0;
  display: block;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  #cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab .title {
  padding-bottom: 6px;
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  #cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab .icon-white,
  #cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab .icon-black {
    margin-right: 9px;
  }
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab .icon-white {
  display: none;
}
@media only screen and (min-width: 576px) {
  #cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab .icon-white {
    display: inline;
  }
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab .icon-black {
  display: none;
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab.active {
  background-color: #fff;
  color: var(--text-alternate-color);
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab.active.cart-tab--saved {
  background-color: var(--brand-red-3);
  border-color: var(--brand-red-3);
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab.active.cart-tab--you {
  background-color: var(--brand-orange-2);
  border-color: var(--brand-orange-2);
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab.active.cart-tab--cart {
  background-color: var(--brand-blue-2);
  border-color: var(--brand-blue-2);
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab.active.cart-tab--allowances {
  background-color: #1c1c1c;
  border-color: white;
}
@media only screen and (min-width: 576px) {
  #cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab.active .icon-black {
    display: inline;
  }
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab.active .icon-white {
  display: none;
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab img {
  width: 22px;
  height: auto;
  position: relative;
  top: 4px;
}
#cart-drawer-container #cart-drawer .saved-cart.cart-content {
  background-color: var(--brand-red-3);
}
#cart-drawer-container #cart-drawer .saved-cart.cart-content .grid-container {
  margin-top: 20px;
}
#cart-drawer-container #cart-drawer .saved-cart.cart-content .quick-add-cart img {
  display: none !important;
}
#cart-drawer-container #cart-drawer .free-delivery-status {
  padding: 0 20px 30px 20px;
}
#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-text {
  text-align: center;
  font-size: 0.875rem;
  margin: 0 0 0.625rem;
}
#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-status__indicator {
  position: relative;
  height: 7px;
  width: 100%;
}
#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-status__indicator .free-delivery-status__indicator-total,
#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-status__indicator .free-delivery-status__indicator-current {
  border-radius: 7px;
  height: 100%;
}
#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-status__indicator .free-delivery-status__indicator-total {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: var(--brand-yellow-1);
}
#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-status__indicator .free-delivery-status__indicator-current {
  transition: width 350ms ease;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0%;
  background-color: var(--brand-orange-1);
}
#cart-drawer-container #cart-drawer .free-delivery-status .free-delivery-status__indicator .free-delivery-status__indicator-current img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -35%);
}
#cart-drawer-container #cart-drawer .inner {
  display: block;
  flex: 1;
}
#cart-drawer-container #cart-drawer .inner > .shopify-section {
  height: 100%;
}
#cart-drawer-container #cart-drawer .inner > .shopify-section .cart {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#cart-drawer-container #cart-drawer > form {
  flex: 1;
  height: calc(100% - 62px);
  width: 100%;
  overflow: auto;
}
#cart-drawer-container #cart-drawer > form::-webkit-scrollbar {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  width: 4px;
  background: transparent;
}
#cart-drawer-container #cart-drawer > form::-webkit-scrollbar-track {
  background-color: white;
}
#cart-drawer-container #cart-drawer > form::-webkit-scrollbar-thumb {
  background-color: var(--accent-1-color);
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper {
  flex: 1;
  position: relative;
  margin: 0 11px 20px 20px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper {
  border-top: 3px solid #ededed;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper {
    border-top: unset;
  }
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title {
    display: none;
  }
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title * {
  pointer-events: none;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title svg {
  width: 14px;
  height: 14px;
  scale: 1 1;
  transition: all 0.3s;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title svg.active {
  transform: rotateX(180deg);
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title.active svg {
  scale: 1 -1;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title .counter {
  padding: 3px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  color: white;
  font-size: 10px;
  background: var(--text-primary-color);
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.15s ease-in-out;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items.active {
  max-height: 100000px;
}
@media only screen and (min-width: 768px) {
  #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items {
    max-height: unset;
    overflow: unset;
  }
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items .additional-items-inner {
  padding: 10px 0;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item {
  display: flex;
  align-items: flex-start;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item + .item {
  margin-top: 1.875rem;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item:first-of-type {
  padding-top: 0;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .img-wrapper {
  display: flex;
  justify-content: center;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .img-wrapper img {
  width: 94px;
  height: auto;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .img-wrapper svg {
  width: 94px;
  height: auto;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper {
  flex: 1;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .top {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .top a {
  margin: 0px;
  font-size: 16px;
  font-weight: var(--font-heading-weight);
  line-height: 16px;
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
  font-size: 1.75rem;
  line-height: 1;
  color: var(--color-light);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .top a {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .top img {
  cursor: pointer;
  width: 24px;
  height: 26px;
  position: relative;
  top: 4px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .mid {
  font-size: 12px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .quantity_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .quantity_container > span {
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-light);
  padding-bottom: 8px;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .quantity_container > span {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper {
  border-radius: 18px;
  overflow: hidden;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .quantity {
  min-width: 20px;
  min-height: 36px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-dark);
  border: 1px solid var(--color-dark);
  color: var(--text-alternate-color);
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .minus,
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .plus {
  min-width: 30px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 0;
  color: var(--text-alternate-color);
  background-color: var(--color-dark);
  border: 1px solid var(--color-dark);
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .empty-cart {
  text-align: center;
  overflow: hidden;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .empty-cart img {
  rotate: 20deg;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .empty-cart h2 {
  margin: 20px 0;
  font-size: 2.5rem;
  line-height: 1;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .empty-cart-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.62rem;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations {
  padding: 10px 0 20px 20px;
  padding-right: 0;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .heading {
  margin-bottom: 10px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card {
  gap: 1px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-image .product-badges {
  gap: 2px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-image .product-badges .product-badge {
  font-size: 10px;
  padding: 3px 6px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-title {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-reviews {
  display: none;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-description {
  display: none;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-price span {
  font-size: 14px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-buttons {
  gap: 0;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-buttons .product-link {
  font-size: 14px;
  padding: 3px 6px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-buttons button {
  border: none;
  max-height: 26px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-buttons button svg {
  width: 15px;
  height: 17px;
}
#cart-drawer-container #cart-drawer > form .cart .sub-total-wrapper p:first-of-type {
  font-size: 22px;
}
#cart-drawer-container #cart-drawer .cart-content {
  display: none;
  flex-direction: column;
  flex: 1;
  padding-top: 30px;
}
#cart-drawer-container #cart-drawer .cart-content.active {
  display: flex;
}
#cart-drawer-container #cart-drawer .cart-content.trade-allowances {
  background-color: #1c1c1c;
  color: var(--color-light);
  overflow: auto;
}
#cart-drawer-container #cart-drawer .cart-content.trade-allowances .trade-allowances-title-wrapper .trade-allowances-title {
  font-size: 40px;
  font-family: var(--font-heading-family);
  margin-top: 0;
  line-height: 1;
  margin-bottom: 13px;
}
#cart-drawer-container #cart-drawer .cart-content.trade-allowances .trade-allowances-title-wrapper svg {
  height: 8px;
  width: 100%;
  margin-bottom: 20px;
}
#cart-drawer-container #cart-drawer .cart-content.trade-allowances .product-section {
  margin-bottom: 30px;
}
#cart-drawer-container #cart-drawer .cart-content.trade-allowances .product-section h3 {
  font-size: 24px;
  text-decoration: underline;
  text-decoration-color: var(--color-light);
  margin-bottom: 17px;
}
#cart-drawer-container #cart-drawer .cart-content.trade-allowances .discounts-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
#cart-drawer-container #cart-drawer .cart-content.trade-allowances .discounts-row.additional-discount .label {
  opacity: 0;
  height: 0;
}
#cart-drawer-container #cart-drawer .cart-content.trade-allowances .discounts-row .discount-row {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  flex-direction: column;
}
#cart-drawer-container #cart-drawer .cart-content.trade-allowances .discounts-row .label {
  font-weight: bold;
}
#cart-drawer-container #cart-drawer .cart-content.trade-allowances .discounts-row .value {
  font-weight: normal;
}
#cart-drawer-container #cart-drawer .cart-content.saved-cart .grid-container, #cart-drawer-container #cart-drawer .cart-content.for-you .grid-container {
  margin-top: 20px;
}
#cart-drawer-container #cart-drawer .cart-content.saved-cart .quick-add-cart img, #cart-drawer-container #cart-drawer .cart-content.for-you .quick-add-cart img {
  display: none !important;
}
#cart-drawer-container #cart-drawer .cart-content.basket-cart {
  background-color: var(--brand-blue-2);
}
#cart-drawer-container #cart-drawer .cart-content.saved-cart {
  background-color: var(--brand-red-3);
}
#cart-drawer-container #cart-drawer .cart-content.for-you {
  background-color: var(--brand-orange-2);
}
#cart-drawer-container #cart-drawer .cart-content .staff-discount-status {
  margin: 0 20px -30px 20px;
  padding: 15px;
  font-size: 12px;
  text-align: center;
  position: relative;
  top: -30px;
}
#cart-drawer-container #cart-drawer .cart-content .staff-discount-status svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#cart-drawer-container #cart-drawer .cart-content .staff-discount-status > div {
  position: relative;
}
#cart-drawer-container #cart-drawer .cart-content .staff-discount-status .staff-header {
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  -webkit-text-stroke: 1px var(--color-dark);
  color: var(--color-light);
  font-size: 28px;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  #cart-drawer-container #cart-drawer .cart-content .staff-discount-status .staff-header {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
#cart-drawer-container #cart-drawer .cart-content .staff-discount-status .staff-header img {
  position: relative;
  left: -5px;
  top: 3px;
  background-color: var(--secondary-color);
}
#cart-drawer-container #cart-drawer .cart-content .staff-discount-status span {
  font-weight: 700;
}
#cart-drawer-container #cart-drawer .cart-content .staff-discount-status .notice {
  display: none;
  font-weight: 700;
}
#cart-drawer-container #cart-drawer .cart-content .buttons {
  background: var(--color-dark);
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 3;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .additional-checkout-buttons .shopify-cleanslate div[role=button] {
  min-width: 80px;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .additional-checkout-buttons .shopify-cleanslate div[role=button],
#cart-drawer-container #cart-drawer .cart-content .buttons .additional-checkout-buttons .shopify-cleanslate iframe {
  max-height: 54px !important;
  border-radius: 4px;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .additional-checkout-buttons .shopify-cleanslate ul {
  flex-direction: row !important;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .additional-checkout-buttons .shopify-cleanslate ul li {
  margin-top: 0 !important;
  margin-right: 1rem !important;
  height: unset !important;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .additional-checkout-buttons .shopify-cleanslate ul li:nth-of-type(n + 3) {
  display: none;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .acsbutton {
  border-radius: 28px;
  height: 54px;
  margin: 0;
  padding: 0;
  width: -moz-min-content;
  width: min-content;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .acsbutton:hover {
  cursor: pointer;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .acsbutton .checkout-custom-button {
  height: 54px;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .checkout {
  text-align: center;
  height: 54px;
  flex: 1;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .checkout.trade-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .checkout.trade-checkout.loading {
  pointer-events: none;
  cursor: not-allowed;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .checkout.trade-checkout.loading .spinner {
  display: block;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .checkout.trade-checkout .spinner {
  display: none;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .checkout.trade-checkout .spinner .spinner-circle-outer {
  --circle-size:30px;
}
#cart-drawer-container #cart-drawer .cart-content .content-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#cart-drawer-container #cart-drawer .cart-content .content-heading svg {
  width: 30px;
  height: 30px;
}
#cart-drawer-container #cart-drawer .cart-content .content-heading svg.heart-full {
  fill: var(--accent-2-color);
}
#cart-drawer-container #cart-drawer .cart-content .grid-container {
  overflow-y: auto;
  position: relative;
  flex: 1;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-right: 8px;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container::-webkit-scrollbar {
  margin-left: 10px;
  width: 4px;
  background: transparent;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container::-webkit-scrollbar-track {
  background-color: #fff;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container::-webkit-scrollbar-thumb {
  background-color: var(--color-dark);
  border-radius: 2px;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid {
  opacity: 0;
  grid-template-columns: 1fr;
  position: absolute;
  display: grid;
  grid-gap: 20px;
  width: calc(100% - 29px);
}
@media only screen and (min-width: 390px) {
  #cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid {
    grid-template-columns: 1fr 1fr;
  }
}
#cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid + .loader {
  position: absolute;
  left: 50%;
  top: 120px;
  pointer-events: none;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid.loaded {
  opacity: 1;
  transition: 1s;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid.loaded + .loader {
  opacity: 0;
  transition: 0.25s;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container .side-for-you-grid {
  grid-template-columns: 1fr;
  position: absolute;
  display: grid;
  grid-gap: 20px;
  width: calc(100% - 29px);
}
@media only screen and (min-width: 390px) {
  #cart-drawer-container #cart-drawer .cart-content .grid-container .side-for-you-grid {
    grid-template-columns: 1fr 1fr;
  }
}
#cart-drawer-container #cart-drawer .cart-content .grid-container .empty-wishlist {
  position: absolute;
  text-align: center;
  width: 100%;
}
#cart-drawer-container #cart-drawer .cart-details {
  padding-bottom: 120px;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__recommended {
  background-color: var(--color-dark);
  color: var(--text-alternate-color);
  display: flex;
  width: 100%;
  padding: 1rem 1.25rem;
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
  color: var(--color-light);
  font-size: 1.25rem;
  line-height: 1;
  justify-content: space-between;
  align-items: center;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  #cart-drawer-container #cart-drawer .cart-details .cart-details__recommended {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__recommended svg {
  rotate: -90deg;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__recommended svg path {
  fill: var(--color-light);
}
#cart-drawer-container #cart-drawer .cart-details .total-wrapper {
  background-color: var(--color-dark);
  color: var(--text-alternate-color);
  padding: 1rem 1.25rem 0;
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
  color: var(--color-light);
  font-size: 1.25rem;
  line-height: 1;
  position: fixed;
  width: 100%;
  bottom: 86px;
  z-index: 3;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  #cart-drawer-container #cart-drawer .cart-details .total-wrapper {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
#cart-drawer-container #cart-drawer .cart-details .total-wrapper .trade-total p {
  text-align: center;
  font-size: 13px;
  font-family: var(--font-body-family);
  color: var(--color-light);
  margin-top: 5px;
  margin-bottom: 15px;
  -webkit-text-stroke: var(--color-light);
}
#cart-drawer-container #cart-drawer .cart-details .total-wrapper .trade-total .allowances-wrapper {
  background-repeat: no-repeat;
  padding: 14px 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIg0KICB2aWV3Qm94PSIwIDAgMzYyLjMzNyA3My4xOTYiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzEzOTk3IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxMzk5NyIgd2lkdGg9IjM2Mi4zMzciIGhlaWdodD0iNzMuMTk2IiBmaWxsPSIjMWMxYzFjIg0KICAgICAgICBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSJHcm91cF8yOTAyOCIgZGF0YS1uYW1lPSJHcm91cCAyOTAyOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAzKSI+DQogICAgPGcgaWQ9Ikdyb3VwXzI4OTc1IiBkYXRhLW5hbWU9Ikdyb3VwIDI4OTc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMyAwKSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMTU1MzEiIGRhdGEtbmFtZT0iUGF0aCAxNTUzMSINCiAgICAgICAgZD0iTTI4NC4wMjMsNzMuMTQ3Yy0xMC43ODUtLjEtMzEuMTQ5LS4zODQtNTEuNTI5LS40NS0xMy45NjctLjA0NS0yNy45NTIuMjkxLTQxLjkzNS4zMThxLTY0LjgxOC4xMjctMTI5LjY0My4xNDYtMjAuMzUyLjAxOC00MC43MDUsMGMtNC4zMzUsMC01LjctLjQ0LTEwLjAzMy0uNDYyLTMuNzA3LS4wMTktNC45NTUuOC00LjcwNywwLC43NjctMi40NzktLjYzOS01LjUxOCwwLThhMjguNjA5LDI4LjYwOSwwLDAsMCwuODA3LTUuNTU0Yy4zNTQtNi4yMzgtLjc5MS0xMi42NDQtLjgwNy0xOC44ODMtLjAyLTcuMzIyLjQ4NS0xNC41NTUsMC0yMS44NzYtLjI3OC00LjItLjQzMy04LjMyMi0uODQ3LTEyLjUyM0EzMy4xNjMsMzMuMTYzLDAsMCwxLDUsLjY0NWMuMDI0LS40Ljg5Mi0uNTg5LDIuNzY2LS41NjdDOS43MTIuMSwxMS42NzYuMTE0LDEzLjYuMTc2LDI2LjY2MS42LDM5Ljc4Mi4yMzEsNTIuODczLjMxYzIyLjQ1LjEzNiw0NC45MTEuMjY0LDY3LjM2Ny4yNjJxMzEuMjQsMCw2Mi40NzMtLjNDMjA1LjYyMS4wNDMsMjI4LjQ2OC4xMzksMjUxLjMzMi40YzIwLjE2OC4yMyw0MC4zMi4yNjUsNjAuNS0uMDIyQzMyNC40OTEuMiwzMzcuMjA1LjIsMzQ5Ljg5Mi4xMTdxNS4wMzktLjAzNCwxMC4wNzEtLjEwOGMzLjUzNC0uMDU3LDQuOTg3LjE1LDQuNzE3LjkwNy0uNDQsMS4yMzYuMjEsMi41NjctLjI3MiwzLjgtLjc1NCwxLjkzNS41LDQuNTI2LjI3Miw2LjQ2Ni0uNyw1Ljk5MS0xLjM3OCwxMS40NzUsMCwxNy40NTgsMS4zNDUsNS44NDQuNjQ4LDExLjQzNS43LDE3LjI4NS4wNzgsOC4wMjMtLjc0NCwxNi4wNDYtMS4xNiwyNC4wNjlhMTQuMTI4LDE0LjEyOCwwLDAsMCwuMTg0LDEuNDljLjAzMS41NTUtMS4xMTkuOC0zLjk2My45MjQtMjIuMTA2Ljk1NS00NC40NzQuOC03Ni40MjMuNzM2Ig0KICAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4wNTMgMCkiIGZpbGw9IiMxYzFjMWMiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIiAvPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+");
  -webkit-text-stroke: var(--color-light);
  margin-bottom: 10px;
}
#cart-drawer-container #cart-drawer .cart-details .total-wrapper .trade-total .allowances-wrapper .allowances-wrapper-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cart-drawer-container #cart-drawer .cart-details .total-wrapper .trade-total .allowances-wrapper .allowances-wrapper-title span {
  font-size: 24px;
}
#cart-drawer-container #cart-drawer .cart-details .total-wrapper .trade-total .allowances-wrapper .allowances-wrapper-title div {
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
#cart-drawer-container #cart-drawer .cart-details .total-wrapper .trade-total .allowances-wrapper .allowances-wrapper-total {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
  font-size: 14px;
  font-family: var(--font-body-family);
  font-weight: 300;
}
#cart-drawer-container #cart-drawer .cart-details .total-wrapper .total-wrapper-total {
  display: flex;
  justify-content: space-between;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__spacer {
  height: 10px;
}
#cart-drawer-container #cart-drawer .cart-details .cart-gift-messaging-container {
  padding: 1rem;
}
#cart-drawer-container #cart-drawer .cart-details .cart-gift-messaging-container #gift-message {
  display: none;
  width: 100%;
}
#cart-drawer-container #cart-drawer .cart-details .cart-gift-messaging-container #require-gift-message {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
}
#cart-drawer-container #cart-drawer .cart-details .cart-gift-messaging-container #require-gift-message:checked + #gift-message {
  display: block;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__age {
  background-color: var(--color-light);
  color: var(--text-primary-color);
  padding: 1rem 1.25rem;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__age .custom-checkbox {
  margin-bottom: 0;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__age .checkmark {
  background-color: var(--color-light);
  top: calc(50% - 18px);
  border-radius: 3px;
  border: 1px solid var(--color-dark);
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__age .checkmark::after {
  border: solid var(--color-dark);
  border-width: 0 3px 3px 0;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__min-spend {
  position: relative;
  font-size: 0.875rem;
  margin: 1rem 1.25rem;
  padding: 1rem 1.25rem;
  text-align: center;
  display: none !important;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__min-spend.shake {
  animation: shake 0.4s ease-in-out;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__min-spend.active {
  display: block !important;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__min-spend a {
  color: var(--text-primary-color);
  text-decoration: underline;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__min-spend > div {
  position: relative;
  z-index: 2;
}
#cart-drawer-container #cart-drawer .cart-details .cart-details__min-spend svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#cart-drawer-container .side-cart-recommended {
  display: none;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  transform: translate(100vw, -50%);
  width: calc(100% - 400px);
  pointer-events: none;
  transition: all 1s ease;
}
#cart-drawer-container .side-cart-recommended .closeRecommendations {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #000;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  #cart-drawer-container .side-cart-recommended {
    left: 0;
    transform: translate(-100vw, -50%);
  }
}
@media only screen and (min-width: 768px) {
  #cart-drawer-container .side-cart-recommended {
    display: flex;
  }
}
#cart-drawer-container .side-cart-recommended.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}
#cart-drawer-container .side-cart-recommended__container {
  padding: 35px;
  background-color: var(--brand-yellow-1);
  max-width: 900px;
  width: calc(100% - 40px);
  position: relative;
}
#cart-drawer-container .side-cart-recommended__container h2 {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1.25rem;
  padding-right: 72px;
}
#cart-drawer-container .side-cart-recommended__container .recommended-heading {
  margin-bottom: 20px;
}
#cart-drawer-container .side-cart-recommended__container .recommended-heading .heading-md {
  font-size: 20px;
}
#cart-drawer-container .side-cart-recommended__container .swiper-button-next,
#cart-drawer-container .side-cart-recommended__container .swiper-button-prev {
  margin: 0 !important;
  display: block !important;
  left: auto !important;
  height: 33px !important;
  width: 33px !important;
}
#cart-drawer-container .side-cart-recommended__container .swiper-button-next:after,
#cart-drawer-container .side-cart-recommended__container .swiper-button-prev:after {
  content: none;
}
#cart-drawer-container .side-cart-recommended__container .swiper-button-next img,
#cart-drawer-container .side-cart-recommended__container .swiper-button-prev img {
  display: block;
}
#cart-drawer-container .side-cart-recommended__container .swiper-button-prev {
  top: 38px !important;
  right: 78px !important;
}
#cart-drawer-container .side-cart-recommended__container .swiper-button-next {
  top: 38px !important;
  right: 35px !important;
}
#cart-drawer-container .side-cart-recommended__container .swiper-slide {
  height: auto;
}
#cart-drawer-container .side-cart-recommended__container .swiper-slide > a {
  height: 100%;
}
#cart-drawer-container .side-cart-recommended__container .swiper-button-next.swiper-button-disabled,
#cart-drawer-container .side-cart-recommended__container .swiper-button-prev.swiper-button-disabled {
  color: transparent;
  opacity: 0.25;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.cart .cart-item {
  padding: 10px 0px 20px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #707070;
}
.cart .cart-item .img-wrap {
  height: 110px;
  width: 110px;
  margin-right: 25px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 425px) {
  .cart .cart-item .img-wrap {
    margin-right: 10px;
    margin-left: 10px;
    width: 65px;
    min-width: auto;
    height: 65px;
    min-height: auto;
    aspect-ratio: 1/1;
  }
}
.cart .cart-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart .cart-item .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 425px) {
  .cart .cart-item .content-wrapper {
    margin-right: 10px;
  }
}
.cart .cart-item .content-wrapper .product-info {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.cart .cart-item .content-wrapper .product-info .p-var {
  font-size: 13px;
  margin: 0;
}
.cart .cart-item .content-wrapper .product-info .p-title {
  margin: 0;
  width: 80%;
}
.cart .cart-item .content-wrapper .product-info .p-title,
.cart .cart-item .content-wrapper .product-info .p-brand,
.cart .cart-item .content-wrapper .product-info .p-title span {
  color: inherit;
  font-weight: var(--font-heading-weight);
  font-size: 16px;
}
@media screen and (max-width: 425px) {
  .cart .cart-item .content-wrapper .product-info .p-title,
  .cart .cart-item .content-wrapper .product-info .p-brand,
  .cart .cart-item .content-wrapper .product-info .p-title span {
    font-size: 14px;
  }
}
.cart .cart-item .content-wrapper .product-info .p-brand {
  margin: 0;
}
.cart .cart-item .content-wrapper .product-info:nth-of-type(2) {
  margin-top: 2.5px;
  margin-bottom: 10px;
}
.cart .cart-item .content-wrapper .cart-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px 25px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  padding-top: 10px;
  border-top: solid 1px #f0f0f0;
}
@media screen and (max-width: 425px) {
  .cart .cart-item .content-wrapper .cart-info {
    gap: 10px;
    justify-content: space-between;
  }
}
.cart .cart-item .content-wrapper .cart-info .row-break {
  height: 0px;
  flex-basis: 100%;
  margin: 10px 0px;
  border-bottom: solid 1px #f0f0f0;
}
.cart .cart-item .content-wrapper .cart-info .p-price,
.cart .cart-item .content-wrapper .cart-info .p-variant,
.cart .cart-item .content-wrapper .cart-info .p-subtotal,
.cart .cart-item .content-wrapper .cart-info .p-quantity {
  text-align: left;
  height: 42px;
}
.cart .cart-item .content-wrapper .cart-info .p-price p,
.cart .cart-item .content-wrapper .cart-info .p-variant p,
.cart .cart-item .content-wrapper .cart-info .p-subtotal p,
.cart .cart-item .content-wrapper .cart-info .p-quantity p {
  margin: 6.5px 0 auto 0;
  font-size: 14px;
  font-weight: var(--font-heading-weight);
}
.cart .cart-item .content-wrapper .cart-info .p-price .label,
.cart .cart-item .content-wrapper .cart-info .p-variant .label,
.cart .cart-item .content-wrapper .cart-info .p-subtotal .label,
.cart .cart-item .content-wrapper .cart-info .p-quantity .label {
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 3px 0;
}
.cart .cart-item .content-wrapper .cart-info .p-subtotal {
  margin-left: auto;
}
.cart .cart-item .content-wrapper .cart-info .p-quantity .quantity-wrapper .quantity {
  flex-basis: 50%;
}
.cart .cart-item .content-wrapper .cart-info .remove-item {
  display: none;
}
.cart .cart-item .content-wrapper .cart-info .remove-item svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cart .cart-item .content-wrapper .cart-info .remove-item svg path {
  fill: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .cart .cart-item .content-wrapper .cart-info .p-variant {
    display: none;
  }
}
.cart .cart-item .content-wrapper .remove-control,
.cart .cart-item .content-wrapper .policy-link {
  display: flex;
  order: 1;
  flex-direction: column;
  margin-left: auto;
}
.cart .cart-item .content-wrapper .remove-control .policy,
.cart .cart-item .content-wrapper .policy-link .policy {
  white-space: nowrap;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: regular;
  margin-top: auto;
  margin-left: auto;
}
.cart .cart-item .content-wrapper .remove-control .policy:hover,
.cart .cart-item .content-wrapper .policy-link .policy:hover {
  text-decoration: underline;
}
.cart .cart-item .content-wrapper .remove-control .remove-item,
.cart .cart-item .content-wrapper .policy-link .remove-item {
  margin: 0 0 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.cart .cart-item .content-wrapper .remove-control .remove-item:hover,
.cart .cart-item .content-wrapper .policy-link .remove-item:hover {
  cursor: pointer;
}
.cart .cart-item .content-wrapper .remove-control .remove-item svg,
.cart .cart-item .content-wrapper .policy-link .remove-item svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cart .cart-item .content-wrapper .remove-control .remove-item svg path,
.cart .cart-item .content-wrapper .policy-link .remove-item svg path {
  fill: var(--primary-color);
}

.trade.top-area {
  text-align: center;
  color: var(--color-light);
}
.trade.top-area h1 {
  max-width: 626px;
  margin: 0 auto 26px;
}
.trade.top-area > p {
  margin: 0 auto 21px;
  max-width: 626px;
}
@media only screen and (min-width: 992px) {
  .trade.top-area > p {
    margin: 0 auto 26px;
  }
}
.trade.top-area .trade-login-button {
  margin: 0 auto 20px;
  max-width: 626px;
}
.trade.top-area .top-area-logged-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .trade.top-area .top-area-logged-in {
    flex-direction: row;
  }
}
.trade.top-area .top-area-logged-in .top-area-trade-details {
  max-width: 380px;
  width: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTgxIDIxOC41MjgiDQogIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzEzOTk3IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxMzk5NyIgd2lkdGg9IjU4MSIgaGVpZ2h0PSIyMTguNTI4IiBmaWxsPSIjMWMxYzFjIiBzdHJva2U9IiNmZmYiDQogICAgICAgIHN0cm9rZS13aWR0aD0iMSIgLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSJHcm91cF8yOTAzMSIgZGF0YS1uYW1lPSJHcm91cCAyOTAzMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAzKSI+DQogICAgPGcgaWQ9Ikdyb3VwXzI4OTc1IiBkYXRhLW5hbWU9Ikdyb3VwIDI4OTc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMyAwKSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMTU1MzEiIGRhdGEtbmFtZT0iUGF0aCAxNTUzMSINCiAgICAgICAgZD0iTTQ1Mi42NTksMjE4LjM4M2MtMTcuMjkzLS4zLTQ5Ljk0Ny0xLjE0Ni04Mi42MjYtMS4zNDItMjIuNC0uMTM1LTQ0LjgyMS44NjgtNjcuMjQyLjk1cS0xMDMuOTM1LjM4LTIwNy44NzkuNDM2LTMyLjYzNC4wNTUtNjUuMjctLjAwNmMtNi45NTEtLjAxMS05LjEzOC0xLjMxNS0xNi4wODgtMS4zOC01Ljk0NC0uMDU2LTcuOTQ1LDIuMzg0LTcuNTQ4LDAsMS4yMy03LjQtMS4wMjUtMTYuNDc1LDAtMjMuODhBMTU1LjI3OCwxNTUuMjc4LDAsMCwwLDcuMywxNzYuNTc4Yy41NjgtMTguNjI1LTEuMjY4LTM3Ljc0OS0xLjI5NC01Ni4zNzUtLjAzMS0yMS44Ni43NzgtNDMuNDU1LDAtNjUuMzEzQzUuNTU5LDQyLjM0OCw1LjMxLDMwLjA0NSw0LjY0NywxNy41Yy0uMjc1LTUuMTg4LjQzLTEwLjM4NC42LTE1LjU3N0M1LjI4NC43MjQsNi42NzYuMTY4LDkuNjgxLjIzMywxMi44MDYuMywxNS45NTUuMzQsMTkuMDM5LjUyOCwzOS45ODQsMS44LDYxLjAyMy42OSw4Mi4wMTUuOTI3YzM2LC40MDYsNzIuMDE0Ljc4NywxMDguMDIyLjc4MlEyNDAuMTMsMS43LDI5MC4yMTIuODEzQzMyNi45NDMuMTMsMzYzLjU3OC40MTcsNDAwLjI0LDEuMmMzMi4zMzkuNjg3LDY0LjY1Mi43OSw5Ny4wMTYtLjA2NkM1MTcuNTQ4LjU5NCw1MzcuOTM1LjYsNTU4LjI3OC4zNWM1LjM4Ny0uMDY4LDEwLjc3Ni0uMTYyLDE2LjE0OS0uMzI0LDUuNjY3LS4xNyw4LC40NDcsNy41NjQsMi43MDgtLjcwNSwzLjY5LjMzNyw3LjY2NS0uNDM2LDExLjM1NC0xLjIxLDUuNzc4LjgsMTMuNTEzLjQzNiwxOS4zLTEuMTMsMTcuODg3LTIuMjA5LDM0LjI1OSwwLDUyLjEyMSwyLjE1NywxNy40NDYsMS4wMzgsMzQuMTM5LDEuMTI5LDUxLjYuMTI2LDIzLjk1Mi0xLjE5Myw0Ny45MDYtMS44NTksNzEuODYtLjA0MiwxLjQ4Mi4yNSwyLjk2Ni4yOTQsNC40NDkuMDQ5LDEuNjU2LTEuNzk0LDIuMzkyLTYuMzU0LDIuNzU5LTM1LjQ0NywyLjg1MS03MS4zMTIsMi4zNzgtMTIyLjU0MiwyLjIiDQogICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjEyOSAwKSIgZmlsbD0iIzFjMWMxYyIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEiIC8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4=");
  padding: 21px 23px;
  background-position: center;
  background-size: cover;
  color: var(--color-light);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .trade.top-area .top-area-logged-in .top-area-trade-details {
    padding: 30px;
  }
}
.trade.top-area .top-area-logged-in .top-area-trade-details p {
  font-size: 18px;
  font-family: var(--font-body-family);
  text-align: left;
  margin-top: 0;
}
.trade.top-area .top-area-logged-in .top-area-trade-details .top-area-email {
  order: 2;
}
.trade.top-area .top-area-logged-in .top-area-trade-details .top-area-phone {
  order: 3;
}
.trade.top-area .top-area-logged-in .top-area-trade-details div {
  font-size: 14px;
}
.trade.top-area .top-area-logged-in .top-area-trade-details a {
  color: var(--color-light);
  font-size: 14px;
  text-decoration: underline;
}
.trade.top-area .top-area-logged-in .top-area-trade-details a:hover {
  color: var(--brand-orange-1);
}
.trade.top-area .top-area-logged-in .top-area-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 25px;
  width: 100%;
}
.trade.top-area .top-area-logged-in .top-area-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: var(--color-light);
  font-size: 20px;
  text-align: center;
  padding: 13px 10px;
  max-width: 380px;
  width: 100%;
  line-height: 1;
  margin: 0 auto;
  transition: background-color 0.3s;
  -webkit-text-stroke: 1px var(--color-dark);
  color: var(--color-light);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .trade.top-area .top-area-logged-in .top-area-menu a {
    padding: 25px 10px;
    font-size: 28px;
    line-height: 22px;
  }
}
.trade.top-area .top-area-logged-in .top-area-menu a:hover {
  scale: 1.05;
}
.trade.top-area .top-area-logged-in .top-area-menu a:first-of-type {
  background-image: url("/cdn/shop/files/tag-bg-blue.svg?v=1730908122");
}
.trade.top-area .top-area-logged-in .top-area-menu a:nth-of-type(2) {
  background-image: url("/cdn/shop/files/tag-bg-orange.svg?v=1730908118");
}
.trade.top-area .top-area-logged-in .top-area-menu a:nth-of-type(3) {
  background-image: url("/cdn/shop/files/tag-bg-red.svg?v=1730908125");
}
.trade.top-area .top-area-logged-in .top-area-menu a:last-of-type {
  background-image: url("/cdn/shop/files/tag-bg-green.svg?v=1730908128");
}
.trade.top-area.not-logged-in .button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.trade.top-area.not-logged-in .button-row .button-1 {
  background-color: transparent;
  border: 2px solid var(--color-light);
}

.trade.trade-usps {
  text-align: center;
  color: var(--color-light);
}
.trade.trade-usps h2 {
  margin-bottom: 20px;
}
.trade.trade-usps .trade-usps__container {
  width: calc(100% + 2.5rem);
  left: -1.25rem;
  position: relative;
  padding: 0 1.25rem;
}
@media only screen and (min-width: 992px) {
  .trade.trade-usps .trade-usps__container {
    padding: 0;
    width: 100%;
    left: 0;
  }
}
.trade.trade-usps .trade-usps__container .trade-usps__list {
  display: flex;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  overflow-x: scroll;
  scroll-padding: 0 50%;
  scroll-snap-type: x mandatory;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .trade.trade-usps .trade-usps__container .trade-usps__list {
    overflow-x: visible;
    width: 100%;
    gap: 15px;
    justify-content: center;
  }
}
.trade.trade-usps .trade-usps__container .trade-usps__list li {
  scroll-snap-align: center;
}
.trade.trade-usps .trade-usps__container .trade-usps__list li img {
  width: 100%;
  max-width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 992px) {
  .trade.trade-usps .trade-usps__container .trade-usps__list li img {
    max-width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .trade.trade-usps .trade-usps__container .trade-usps__list li img {
    max-width: 405px;
  }
}

.trade-faqs-top-area {
  color: var(--color-light);
}
@media only screen and (min-width: 576px) {
  .trade-faqs-top-area {
    display: flex;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .trade-faqs-top-area > div {
    height: -moz-fit-content;
    height: fit-content;
    flex: 50%;
  }
}
.trade-faq-content h1 {
  margin-bottom: 20px;
}
.trade-faq-content p {
  margin: 0 0 20px;
}
.trade-top-area-trade-details {
  max-width: 380px;
  width: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTgxIDIxOC41MjgiDQogIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzEzOTk3IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxMzk5NyIgd2lkdGg9IjU4MSIgaGVpZ2h0PSIyMTguNTI4IiBmaWxsPSIjMWMxYzFjIiBzdHJva2U9IiNmZmYiDQogICAgICAgIHN0cm9rZS13aWR0aD0iMSIgLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSJHcm91cF8yOTAzMSIgZGF0YS1uYW1lPSJHcm91cCAyOTAzMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAzKSI+DQogICAgPGcgaWQ9Ikdyb3VwXzI4OTc1IiBkYXRhLW5hbWU9Ikdyb3VwIDI4OTc1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMyAwKSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMTU1MzEiIGRhdGEtbmFtZT0iUGF0aCAxNTUzMSINCiAgICAgICAgZD0iTTQ1Mi42NTksMjE4LjM4M2MtMTcuMjkzLS4zLTQ5Ljk0Ny0xLjE0Ni04Mi42MjYtMS4zNDItMjIuNC0uMTM1LTQ0LjgyMS44NjgtNjcuMjQyLjk1cS0xMDMuOTM1LjM4LTIwNy44NzkuNDM2LTMyLjYzNC4wNTUtNjUuMjctLjAwNmMtNi45NTEtLjAxMS05LjEzOC0xLjMxNS0xNi4wODgtMS4zOC01Ljk0NC0uMDU2LTcuOTQ1LDIuMzg0LTcuNTQ4LDAsMS4yMy03LjQtMS4wMjUtMTYuNDc1LDAtMjMuODhBMTU1LjI3OCwxNTUuMjc4LDAsMCwwLDcuMywxNzYuNTc4Yy41NjgtMTguNjI1LTEuMjY4LTM3Ljc0OS0xLjI5NC01Ni4zNzUtLjAzMS0yMS44Ni43NzgtNDMuNDU1LDAtNjUuMzEzQzUuNTU5LDQyLjM0OCw1LjMxLDMwLjA0NSw0LjY0NywxNy41Yy0uMjc1LTUuMTg4LjQzLTEwLjM4NC42LTE1LjU3N0M1LjI4NC43MjQsNi42NzYuMTY4LDkuNjgxLjIzMywxMi44MDYuMywxNS45NTUuMzQsMTkuMDM5LjUyOCwzOS45ODQsMS44LDYxLjAyMy42OSw4Mi4wMTUuOTI3YzM2LC40MDYsNzIuMDE0Ljc4NywxMDguMDIyLjc4MlEyNDAuMTMsMS43LDI5MC4yMTIuODEzQzMyNi45NDMuMTMsMzYzLjU3OC40MTcsNDAwLjI0LDEuMmMzMi4zMzkuNjg3LDY0LjY1Mi43OSw5Ny4wMTYtLjA2NkM1MTcuNTQ4LjU5NCw1MzcuOTM1LjYsNTU4LjI3OC4zNWM1LjM4Ny0uMDY4LDEwLjc3Ni0uMTYyLDE2LjE0OS0uMzI0LDUuNjY3LS4xNyw4LC40NDcsNy41NjQsMi43MDgtLjcwNSwzLjY5LjMzNyw3LjY2NS0uNDM2LDExLjM1NC0xLjIxLDUuNzc4LjgsMTMuNTEzLjQzNiwxOS4zLTEuMTMsMTcuODg3LTIuMjA5LDM0LjI1OSwwLDUyLjEyMSwyLjE1NywxNy40NDYsMS4wMzgsMzQuMTM5LDEuMTI5LDUxLjYuMTI2LDIzLjk1Mi0xLjE5Myw0Ny45MDYtMS44NTksNzEuODYtLjA0MiwxLjQ4Mi4yNSwyLjk2Ni4yOTQsNC40NDkuMDQ5LDEuNjU2LTEuNzk0LDIuMzkyLTYuMzU0LDIuNzU5LTM1LjQ0NywyLjg1MS03MS4zMTIsMi4zNzgtMTIyLjU0MiwyLjIiDQogICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjEyOSAwKSIgZmlsbD0iIzFjMWMxYyIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEiIC8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4=");
  padding: 30px;
  background-position: center;
  background-size: cover;
  color: var(--color-light);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.trade-top-area-trade-details p {
  font-size: 18px;
  font-family: var(--font-body-family);
  text-align: left;
  margin-top: 0;
}
.trade-top-area-trade-details .top-area-email {
  order: 2;
}
.trade-top-area-trade-details .top-area-phone {
  order: 3;
}
.trade-top-area-trade-details div {
  font-size: 14px;
}
.trade-top-area-trade-details a {
  color: var(--color-light);
  font-size: 14px;
  text-decoration: underline;
}
.trade-top-area-trade-details a:hover {
  color: var(--brand-orange-1);
}

.item .quantity-wrapper {
  display: flex;
}
.item .quantity-wrapper > * {
  width: 25px;
  height: 25px;
  text-align: center;
  border: solid 1px #d3d3d3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item .quantity-wrapper .plus,
.item .quantity-wrapper .minus {
  cursor: pointer;
  transition: 0.3s ease;
}
.item .quantity-wrapper .plus:hover,
.item .quantity-wrapper .minus:hover {
  background: #d3d3d3;
}
.item .quantity-wrapper .plus[data-pending=true],
.item .quantity-wrapper .minus[data-pending=true] {
  cursor: not-allowed;
}
.item .quantity-wrapper .quantity {
  border-left: none;
  border-right: none;
}
.item .quantity-wrapper .quantity span {
  font-size: 12px;
}
.item .oos {
  font-size: 12px;
  width: 50%;
  margin: 0px;
  text-align: right;
}
.item .oos span {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.collection-grid-tile {
  padding-top: 100%;
  height: 0;
  display: block;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.collection-grid-tile.hover:hover img {
  scale: 1.05;
}
.collection-grid-tile.hover img {
  scale: 1;
  transition: scale 3.5s ease-in-out;
}
.collection-grid-tile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.collection-grid-tile .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.collection-grid-tile .content-wrapper .title {
  color: var(--text-primary-color);
  font-size: 18px;
  margin: 0;
}
.collection-grid-tile .content-wrapper .icon {
  width: 15px;
  height: 15px;
}
.collection-grid-tile .content-wrapper .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: -90deg;
}

.variant-prices-container .variant-price-wrapper span.product-sale-price.strikethrough {
  text-decoration: line-through;
}
.variant-prices-container .variant-price-wrapper .product-price {
  font-weight: var(--font-heading-weight);
}
.variant-prices-container .variant-price-wrapper.hidden {
  display: none;
}

.accordion-faqs-tag-based-container {
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
}
@media screen and (max-width: 768px) {
  .accordion-faqs-tag-based-container {
    padding: 40px 0px;
    grid-template-columns: 1fr;
  }
}
.accordion-faqs-tag-based-container .accordion-sub-container .faq-sub-title {
  text-align: left;
  font-weight: var(--font-heading-weight);
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #484848;
  margin-bottom: 21px;
  font-family: var(--font-body);
}
@media screen and (max-width: 768px) {
  .accordion-faqs-tag-based-container .accordion-sub-container .faq-sub-title {
    text-align: center;
  }
}
.accordion-faqs-tag-based-container .accordion-sub-container .accordion-wrapper:last-of-type .panel-active {
  border: solid 1px #F4F4F4;
}

.accordion-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.accordion-wrapper .accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  background-color: #F4F4F4;
  color: #212121;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 22px;
  text-align: left;
  outline: none;
  border: 3px;
  border-radius: 0;
  cursor: pointer;
  transition: 0.2s;
  transition: max-height 0.3s ease-out;
}
.accordion-wrapper .accordion.active .custom-arrow svg {
  transform: scaleY(-1);
}
.accordion-wrapper .accordion .custom-arrow svg {
  width: 10px;
  height: 10px;
  transform: scaleY(1);
}
.accordion-wrapper .accordion .custom-arrow svg path {
  fill: var(--text-primary-color);
}
.accordion-wrapper .panel {
  padding: 0 22px;
  background-color: #fcfcfc;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-wrapper .panel.panel-active.panel-open-default {
  max-height: 100%;
}
.accordion-wrapper .panel p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 22px;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
  font-family: var(--font-body);
}

.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
}
.product-card .product-image {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.product-card .product-image:hover .image-hover {
  opacity: 1;
}
.product-card .product-image > img,
.product-card .product-image > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
.product-card .product-image > img.image-hover,
.product-card .product-image > svg.image-hover {
  opacity: 0;
  transition: 0.5s all;
}
.product-card .product-image > svg {
  width: 100%;
  height: auto;
}
.product-card .product-image > svg:hover {
  fill: unset;
}
.product-card .product-image .wishlist-heart {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.product-card .product-image .wishlist-heart img {
  cursor: pointer;
  width: 32px;
  height: auto;
}
.product-card .product-image .quickview-eye {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
.product-card .product-image .quickview-eye svg {
  height: 21px;
}
.product-card .product-image .quickview-eye svg path {
  stroke: #000000;
}
.product-card .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
  font-weight: var(--font-heading-weight);
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
  color: var(--color-light);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .product-card .product-title {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.product-card .product-reviews .yotpo-widget-instance {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}
.product-card .product-reviews .yotpo-widget-instance .yotpo-reviews-star-ratings-widget {
  justify-content: center !important;
}
.product-card .product-reviews .yotpo-widget-instance .yotpo-sr-bottom-line-summary {
  align-items: center !important;
}
.product-card .product-description {
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 30px;
  text-align: center;
  color: var(--text-primary-color);
}
.product-card .product-price {
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
  font-weight: var(--font-heading-weight);
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: var(--color-light);
  margin: auto 0 0;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .product-card .product-price {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.product-card .bulk-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding-top: 0.8rem;
}
.product-card .bulk-buttons label {
  color: var(--color-dark);
  letter-spacing: -0.05rem;
}
.product-card .bulk-buttons .add {
  padding: 0.4rem 1rem 0.8rem 1rem;
}
.product-card .bulk-buttons .increment-container {
  display: flex;
  background-color: #ffffff;
  border-radius: 45px;
}
.product-card .bulk-buttons .increment-container input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  border: none;
  background-color: #ffffff;
  color: var(--color-dark);
  pointer-events: none;
  width: 62px;
}
.product-card .bulk-buttons .increment-container input::-webkit-outer-spin-button,
.product-card .bulk-buttons .increment-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-card .bulk-buttons .increment-container button {
  color: var(--color-dark);
  background-color: white;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}
.product-card .bulk-buttons .increment-container #decrement {
  padding: 3px 5px 3px 20px;
  border-radius: 45px 0 0 45px;
}
.product-card .bulk-buttons .increment-container #increment {
  padding: 3px 20px 3px 5px;
  border-radius: 0 45px 45px 0;
}
.product-card .product-buttons {
  background: var(--color-dark);
  border-radius: 100px;
  display: flex;
  gap: 0.125rem;
  padding: 0 0.25rem;
}
.product-card .product-buttons .product-link,
.product-card .product-buttons .quick-add-cart {
  flex: 1;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin: 0.525rem 0 0.875rem;
  padding: 0 2px;
  color: var(--color-light);
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
  font-weight: var(--font-heading-weight);
  font-size: var(--button-font-size);
  line-height: 1;
  white-space: nowrap;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .product-card .product-buttons .product-link,
  .product-card .product-buttons .quick-add-cart {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.product-card .product-buttons .product-link:hover,
.product-card .product-buttons .quick-add-cart:hover {
  font-family: "Beavertown Alt";
  color: var(--button-1-hover-text-color);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .product-card .product-buttons .product-link:hover,
  .product-card .product-buttons .quick-add-cart:hover {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.product-card .product-buttons span {
  width: 1px;
  margin: 0.875rem 0;
  background: white;
}
.product-card .product-buttons .quick-add-cart img {
  display: none;
  width: 17px;
  height: auto;
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 1025px) {
  .product-card .product-buttons .quick-add-cart img {
    display: block;
  }
}
.product-card .option-radios-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-card .option-radios-wrapper .radio-option .option-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.product-card .option-radios-wrapper .radio-option .option-name--title {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
.product-card .option-radios-wrapper .radio-option .option-name--guide {
  color: var(--color-light);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  -webkit-text-stroke: 1px var(--color-dark);
  word-break: initial;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  gap: 0.25rem;
  align-items: center;
  font-size: 1.25rem;
  cursor: pointer;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .product-card .option-radios-wrapper .radio-option .option-name--guide {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.product-card .option-radios-wrapper .radio-option .option-name--guide span {
  border-bottom: 1px solid var(--color-dark);
  position: relative;
  top: -4px;
  pointer-events: none;
}
.product-card .option-radios-wrapper .radio-option .option-name--key {
  font-size: 1.25rem;
  color: var(--color-light);
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  word-break: initial;
  line-height: 1;
  top: -4px;
  position: relative;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .product-card .option-radios-wrapper .radio-option .option-name--key {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.product-card .option-radios-wrapper .radio-option .option-name--value {
  font-size: 0.875rem;
  line-height: 1;
}
.product-card .option-radios-wrapper .radio-option .variant-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.product-card .option-radios-wrapper .radio-option .variant-radios div[data-name=Burgundy] svg path {
  fill: #800020;
}
.product-card .option-radios-wrapper .radio-option .variant-radios div[data-name=Black] svg path {
  fill: #000;
}
.product-card .option-radios-wrapper .radio-option .variant-radios div[data-name=Khaki] svg path {
  fill: #f0e68c;
}
.product-card .option-radios-wrapper .radio-option .variant-radios div[data-name=Navy] svg path {
  fill: #000080;
}
.product-card .option-radios-wrapper .radio-option .variant-radios div[data-name=Grey] svg path {
  fill: #808080;
}
.product-card .option-radios-wrapper .radio-option .variant-radios div[data-name=Mauve] svg path {
  fill: #b784a7;
}
.product-card .option-radios-wrapper .radio-option .variant-radios div[data-name=Orange] svg path {
  fill: #ffa500;
}
.product-card .option-radios-wrapper .radio-option .variant-radios div[data-name=Cream] svg path {
  fill: #faebd7;
}
.product-card .option-radios-wrapper .radio-option .variant-radios div[data-name=Rust] svg path {
  fill: #b7410e;
}
.product-card .option-radios-wrapper .radio-option .variant-radios.variant-radios--beer {
  gap: 1.25rem;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper {
  position: relative;
}
@media only screen and (min-width: 390px) {
  .product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper {
    max-width: calc(50% - 1.25rem);
  }
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  margin: 0;
  cursor: pointer;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.misc-option svg path {
  stroke: var(--color-dark);
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.beer-option .beer-option__bg {
  display: none;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.beer-option .beer-option__bg-selected,
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.beer-option .beer-option__tick-selected {
  display: block;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.beer-option .beer-option__per {
  color: var(--color-light);
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.beer-option .beer-option__save sup {
  color: var(--color-light);
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked) + label.beer-option .beer-option__bg {
  display: none;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked) + label.beer-option .beer-option__bg-selected {
  display: block;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked) + label.beer-option .beer-option__per {
  color: var(--color-light);
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked) + label.beer-option .beer-option__save sup {
  color: var(--color-light);
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label {
  display: block;
  padding: 5px 8px 7px 8px;
  border-radius: 3px;
  line-height: 1;
  transition: all 0.3s;
  font-size: 1.25rem;
  font-family: var(--font-heading-family);
  color: var(--color-light);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  -webkit-text-stroke: 1px var(--color-dark);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label[for=Black] {
  background-color: #000;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label[for=Cream] {
  background-color: #e9d8ce;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label[for=Mauve] {
  background-color: #a74d66;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label[for=White] {
  background-color: #fff;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label[for=Khaki] {
  background-color: #3e362b;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label[for=Beige] {
  background-color: #a97c5c;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label[for=Green] {
  background-color: #598272;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label[for=Navy] {
  background-color: #2d355b;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label[for=Grey] {
  background-color: #766b81;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label[for=Pink] {
  background-color: #ebd2df;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label[for=Burgundy] {
  background-color: #9c0223;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.misc-option {
  position: relative;
  pointer-events: none;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.misc-option .misc-option__bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.misc-option .misc-option__bg svg {
  height: 100%;
  width: 100%;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option {
  background: transparent;
  position: relative;
  padding: 0;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__content {
  padding: 1.5rem 1.5rem 2rem;
  text-align: center;
  color: var(--color-light);
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__content > * {
  line-height: 1;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__save {
  margin: 0.313rem 0 0.5rem;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__save sup {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 0.875rem;
  color: var(--color-dark);
  -webkit-text-stroke: 0;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__per {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 0.875rem;
  color: var(--color-dark);
  -webkit-text-stroke: 0;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__bg-selected,
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  height: 100%;
  width: 100%;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__bg-selected svg,
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__bg svg {
  height: 100%;
  width: 100%;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__tick-selected {
  position: absolute;
  top: -5px;
  right: -5px;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__bg-selected,
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__tick-selected {
  display: none;
}
.product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__upsell {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  rotate: 2deg;
  background-color: #fb7d46;
  font-family: var(--font-heading-alt);
  color: var(--color-dark);
  font-size: 0.875rem;
  border-radius: 3px;
  line-height: 1;
  padding: 0 10px 4px;
  white-space: nowrap;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .product-card .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__upsell {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
  }
}
.product-card.trade .product-description {
  color: var(--color-light);
}
.product-card.trade .button-wishlist img {
  filter: invert(1);
}
.product-card.trade .yotpo-sr-bottom-line-text {
  color: var(--color-light) !important;
}
.product-card.trade .product-buttons {
  background: var(--brand-orange-1);
  max-width: 116px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.product-badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
}
.product-badges:not(.product-card-link .product-badges) {
  left: 2rem;
}
.product-badges .product-badge {
  font-size: 1.125rem;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-light);
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 0.75px var(--color-dark);
  font-weight: var(--font-heading-weight);
  padding: 4px 10px 6px;
  line-height: 0.75;
  background: transparent;
  position: relative;
  overflow: hidden;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .product-badges .product-badge {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.product-badges .product-badge > span {
  position: relative;
  z-index: 2;
}
.product-badges .product-badge svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.product-badges .product-badge.tagged-badge {
  font-size: 1.35rem;
}
.product-badges .product-badge.tagged-badge svg {
  color: #ffdd00;
}
.product-badges .product-badge.new-arrival-badge svg {
  color: var(--brand-blue-1);
}
.product-badges .product-badge.discount-percentage-badge svg {
  color: var(--brand-red-1);
}
.product-badges .product-badge.limited-edition-badge svg {
  color: var(--brand-green-3);
}
.product-badges .product-badge.bestseller-badge svg {
  color: var(--brand-purple-1);
}
.product-badges .product-badge.low-stock-badge svg {
  color: var(--color-dark);
}
.product-badges .product-badge.trade-badge svg {
  color: var(--brand-orange-1);
}

/*

<button class="accordion">Section 1</button>
<div class="panel">
  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>

*/
button.accordion {
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 100%;
  outline: none;
  transition: 0.3s all;
  padding: 8px 0;
  color: var(--text-primary-color);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  -webkit-text-stroke: 1px var(--color-dark);
  color: var(--color-light);
  font-size: 1.75rem;
  line-height: 1;
  text-align: left;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  button.accordion {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
button.accordion > div {
  display: flex;
  align-items: center;
}
button.accordion .chevron {
  width: 18px;
  height: 10px;
  color: var(--color-dark);
}
button.accordion .chevron svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
button.accordion .title {
  padding-bottom: 10px;
  position: relative;
  flex: 1;
}
button.accordion .title svg {
  display: none;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
button.accordion:hover .title svg, button.accordion:focus .title svg {
  display: block;
}
button.accordion.active .title {
  position: relative;
}
button.accordion.active .title svg {
  display: block;
}
button.accordion.active .chevron svg {
  transform: rotateX(180deg);
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel .content {
  padding: 20px 0;
  font-size: 14px;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.article-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  text-align: center;
}
.article-card .article-card-image {
  position: relative;
}
.article-card .article-card-image img,
.article-card .article-card-image svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  aspect-ratio: 1;
}
.article-card .article-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.75rem;
  line-height: 1;
}
.article-card .article-card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--color-dark);
}
.article-card .article-card-link {
  text-decoration: underline;
  color: var(--color-dark);
}
.article-card .article-card-link {
  text-align: center;
}

.page-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  text-align: center;
}
.page-card .page-card-image {
  width: 100%;
  position: relative;
}
.page-card .page-card-image img,
.page-card .page-card-image svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  aspect-ratio: 1;
}
.page-card .page-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.75rem;
  line-height: 1;
}
.page-card .page-card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--color-dark);
}
.page-card .page-card-link {
  text-decoration: underline;
  color: var(--color-dark);
}
.page-card .page-card-link {
  text-align: center;
}

.yotpo-reviews-star-ratings-widget .star-container.yotpo-sr-star-full {
  width: 18px;
  height: 18px;
  background-image: url("/cdn/shop/files/skull_stars_full.png?v=1722940794");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.yotpo-reviews-star-ratings-widget .star-container.yotpo-sr-star-half {
  width: 18px;
  height: 18px;
  background-image: url("/cdn/shop/files/skull_stars_half.png?v=1722940794");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.yotpo-reviews-star-ratings-widget .star-container.yotpo-sr-star-empty {
  width: 18px;
  height: 18px;
  background-image: url("/cdn/shop/files/skull_stars_empty.png?v=1722940794");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.yotpo-reviews-star-ratings-widget .star-container svg path {
  display: none !important;
}
.yotpo-reviews-star-ratings-widget svg path {
  display: none !important;
}

#yotpo-app .star-container .yotpo-sr-star-full {
  width: 18px;
  height: 18px;
  background-image: url("/cdn/shop/files/skull_stars_full.png?v=1722940794");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#yotpo-app .star-container .yotpo-sr-star-half {
  width: 18px;
  height: 18px;
  background-image: url("/cdn/shop/files/skull_stars_half.png?v=1722940794");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#yotpo-app .star-container .yotpo-sr-star-empty {
  width: 18px;
  height: 18px;
  background-image: url("/cdn/shop/files/skull_stars_empty.png?v=1722940794");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#yotpo-app .star-container svg path {
  display: none !important;
}

.modal-backdrop.yotpo-review-form-modal .yotpo-modal-header {
  font-size: 40px !important;
  font-family: var(--font-heading-family) !important;
  font-style: var(--font-heading-style) !important;
  font-weight: var(--font-heading-weight) !important;
  -webkit-text-stroke: 1px var(--color-dark) !important;
  color: var(--color-light) !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  margin-top: 0 !important;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .modal-backdrop.yotpo-review-form-modal .yotpo-modal-header {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400 !important;
    font-style: normal !important;
    -webkit-text-stroke: 0.65px var(--color-dark) !important;
  }
}

.modal-backdrop.yotpo-review-form-modal .yotpo-modal {
  height: auto !important;
  max-height: 99% !important;
}

.yotpo-widget-clear form input.yotpo-checkbox {
  -webkit-appearance: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 24px !important;
  height: 24px !important;
  margin-right: 10px !important;
}

.yotpo-checkbox-container {
  padding: 0 !important;
}

.yotpo-review-form .form-footer .yotpo-review-form-footer-container .yotpo-new-review-submit {
  font-family: var(--font-heading-family) !important;
  -webkit-text-stroke: 0.65px var(--color-dark) !important;
  font-size: 26px !important;
  height: auto !important;
  padding: 10px 10px 14px 10px !important;
  border-radius: 50px !important;
  background: black !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.yotpo-review-form .form-footer .yotpo-review-form-footer-container .yotpo-new-review-submit:hover {
  font-family: "Beavertown Alt" !important;
  color: var(--button-1-hover-text-color) !important;
}

.yotpo-review-form div {
  min-height: auto !important;
}
.yotpo-review-form .yotpo-input-wrapper .yotpo-form-label {
  font-size: 30px !important;
  font-family: var(--font-heading-family) !important;
  -webkit-text-stroke: 0.65px var(--color-dark) !important;
  color: var(--color-light) !important;
  font-style: var(--font-heading-style) !important;
  font-weight: var(--font-heading-weight) !important;
}
.yotpo-review-form .yotpo-file-upload .yotpo-file-input-headline {
  font-size: 30px !important;
  font-family: var(--font-heading-family) !important;
  -webkit-text-stroke: 0.65px var(--color-dark) !important;
  color: var(--color-light) !important;
  font-style: var(--font-heading-style) !important;
  font-weight: var(--font-heading-weight) !important;
}
.yotpo-review-form .yotpo-star-rating-wrapper .yotpo-star-rating-icons .yotpo-sr-star-full {
  width: 18px;
  height: 18px;
  background-image: url("/cdn/shop/files/skull_stars_full.png?v=1722940794");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.yotpo-review-form .yotpo-star-rating-wrapper .yotpo-star-rating-icons .yotpo-sr-star-half {
  width: 18px;
  height: 18px;
  background-image: url("/cdn/shop/files/skull_stars_half.png?v=1722940794");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.yotpo-review-form .yotpo-star-rating-wrapper .yotpo-star-rating-icons .yotpo-sr-star-empty {
  width: 18px;
  height: 18px;
  background-image: url("/cdn/shop/files/skull_stars_empty.png?v=1722940794");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.yotpo-review-form .yotpo-star-rating-wrapper .yotpo-star-rating-icons svg path {
  display: none !important;
}
.yotpo-review-form .yotpo-star-rating-wrapper .yotpo-form-label {
  font-size: 30px !important;
  font-family: var(--font-heading-family) !important;
  -webkit-text-stroke: 0.65px var(--color-dark) !important;
  color: var(--color-light) !important;
  font-style: var(--font-heading-style) !important;
  font-weight: var(--font-heading-weight) !important;
}

.beer-taste-notes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .beer-taste-notes {
    gap: 6px;
  }
}

.beer-taste-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.beer-taste-row h4 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  width: 80px;
  flex: none;
}
@media only screen and (min-width: 768px) {
  .beer-taste-row h4 {
    font-size: 30px;
    width: 100px;
  }
}

.beer-taste-slider {
  display: flex;
  align-items: center;
  width: 100%;
}
.beer-taste-slider .range-slider {
  position: relative;
  width: 100%;
  flex: 1;
  height: 10px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.4);
}
.beer-taste-slider .range-slider .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 25px;
  background: black;
  transition: all 0.35s ease;
}
.beer-taste-slider .range-slider .progress svg {
  position: absolute;
  top: -16px;
  right: -20px;
  width: 40px;
  height: 40px;
  transition: all 0.35s ease;
}
.beer-taste-slider span {
  font-size: 14px;
  line-height: 1;
  width: 60px;
  flex: none;
}
@media only screen and (min-width: 768px) {
  .beer-taste-slider span {
    font-size: 16px;
    width: 80px;
  }
}
.beer-taste-slider span.start {
  text-align: left;
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .beer-taste-slider span.start {
    width: 60px;
  }
}
.beer-taste-slider span.end {
  text-align: right;
}

.label-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.label-input label {
  font-weight: var(--font-heading-weight);
}

.label-input input {
  border: none;
  font-size: 14px;
  border-radius: 21px;
  padding: 10px 11px 10px 17px;
}

.modal-container {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.pdp-sizeguide--modal-container .modal {
  background: #ecc636;
}

.modal {
  width: auto;
  padding: 60px 50px;
  max-width: 1240px;
  background: white;
  margin: 62px auto;
  position: relative;
  overflow: auto;
  text-align: center;
}
@media only screen and (max-width: 575.98px) {
  .modal {
    padding: 1.5rem;
  }
}
.modal::-webkit-scrollbar {
  width: 6px;
}
.modal::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 6px;
}
.modal::-webkit-scrollbar-track {
  background: #ecc636;
}
.modal .sizeguide-table {
  margin: 20px 0 0;
}
@media only screen and (min-width: 992px) {
  .modal .sizeguide-table {
    margin: 30px 0 0;
  }
}
.modal .sizeguide-image {
  margin: 20px 0 0;
}
@media only screen and (min-width: 992px) {
  .modal .sizeguide-image {
    margin: 30px 0 0;
  }
}
.modal .sizeguide-image img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: auto;
}
.modal .share-triggers a {
  display: block;
}

.article-share--modal-container .modal {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 62px auto 0;
  max-width: 401px;
  width: 100%;
  padding: 35px;
}
.article-share--modal-container .modal h2 {
  margin-bottom: 25px;
}
.article-share--modal-container .modal .close-button {
  width: 38px;
  height: 41px;
  right: 20px;
}
.article-share--modal-container .modal .close-button img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.article-share--modal-container .modal .share-triggers a {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  -webkit-text-stroke: 1px var(--color-dark);
  color: var(--color-light);
  word-break: initial;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .article-share--modal-container .modal .share-triggers a {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}

.modal-container.active {
  display: flex;
}

.modal .close-button {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  padding: 0;
  transition: all 150ms ease-in-out;
}

.modal .icon.icon-close path {
  fill: var(--primary-text-color);
}

.modal .close-button:hover {
  rotate: 90deg;
}

.modal .icon.icon-close {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slide-in-enter {
  transition: all 300ms ease;
  margin-top: 0;
  opacity: 0;
}

.slide-in-enter.slide-in-active {
  margin-top: 62px;
  opacity: 1;
}

.modal-title {
  font-weight: var(--font-heading-weight);
  font-size: var(--heading-lg);
  line-height: 35px;
}

.modal-subtitle {
  margin-top: 17px;
}

.button-container {
  display: flex;
}

.modal-container.basic-confirm {
  text-align: center;
}
.modal-container.basic-confirm .modal-header {
  max-width: 270px;
  margin: auto;
}
.modal-container.basic-confirm .modal-body {
  display: flex;
  gap: 10px;
  padding-top: 32px;
}
.modal-container.basic-confirm .modal-body button {
  width: 100%;
}

button[data-modal-trigger=example-fab] {
  position: fixed;
  left: 20px;
  bottom: 50px;
  border-radius: 50%;
  padding: 20px;
  z-index: 101;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  background-color: var(--primary-color);
}
button[data-modal-trigger=example-fab] svg {
  width: 30px;
  height: 30px;
  fill: white;
  pointer-events: none;
}

[data-modal=delete-profile] .modal-content {
  max-width: 280px;
  text-align: center;
}
[data-modal=delete-profile] .button-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  [data-modal=delete-profile] .button-container {
    flex-wrap: wrap;
  }
}
[data-modal=delete-profile] .button-container button {
  width: 100%;
}

.trade-blog-highlight-buttons {
  width: 100%;
  margin: 2rem 0;
}
.trade-blog-highlight-buttons .filter-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .trade-blog-highlight-buttons .filter-container {
    flex-direction: column;
    padding: 0 1rem;
  }
}
.trade-blog-highlight-buttons .title {
  font-size: 2rem;
  color: var(--color-light);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  -webkit-text-stroke: 1px var(--color-dark);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  height: 62px;
  flex-shrink: 0;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .trade-blog-highlight-buttons .title {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
@media screen and (max-width: 768px) {
  .trade-blog-highlight-buttons .title {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
}
.trade-blog-highlight-buttons .options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .trade-blog-highlight-buttons .options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 0.5rem;
    justify-content: center;
  }
}
.trade-blog-highlight-buttons .options .bg-button {
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box, padding-box;
  background-size: contain;
  height: 62px;
  width: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: var(--color-light);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  -webkit-text-stroke: 1px var(--color-dark);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .trade-blog-highlight-buttons .options .bg-button {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
@media screen and (max-width: 768px) {
  .trade-blog-highlight-buttons .options .bg-button {
    width: 100%;
    min-width: 150px;
    margin: 0;
    background-size: 100% 100%;
    height: 52px;
    font-size: 1.8rem;
  }
}

.trade-article {
  position: relative;
}
.trade-article .article-tags-overlay {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  padding: 0.5rem 1rem;
  font: normal normal normal 14px/21px Akkurat-Mono;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.trade-allowance {
  padding: 1.5rem 1.5rem 3rem;
  position: relative;
  background-size: 100% 100%;
}
@media only screen and (min-width: 992px) {
  .trade-allowance {
    padding: 1.5rem;
  }
}
.trade-allowance .header-title, .trade-allowance .header-content,
.trade-allowance .main-title,
.trade-allowance .main-content {
  padding: 0.25rem 0;
  color: var(--color-light);
}
.trade-allowance .header-title a {
  cursor: pointer;
  font-family: var(--font-heading-alt);
  font-size: 16px;
  text-decoration: underline;
  color: var(--color-light);
}
@media only screen and (max-width: 991.98px) {
  .trade-allowance .header-title a {
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
  }
}

.sticky-button--mob {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  z-index: 98;
  font-size: 24px;
}
@media only screen and (min-width: 576px) {
  .sticky-button--mob {
    display: none;
  }
}
.sticky-button--mob, .sticky-button--mob:hover {
  border-radius: 0;
}

.allowance-grid, .trade-allowance .header-title-row, .trade-allowance .header-content-row,
.trade-allowance .main-title-row,
.trade-allowance .main-content-row {
  display: grid;
  grid-template-columns: 80% minmax(70px, auto);
  align-items: center;
}

.trade .product-card a {
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.trade .product-card .wishlist-heart {
  right: 15px;
  bottom: 15px;
}
.trade .product-card .wishlist-heart .button-wishlist img {
  filter: invert(1);
}
.trade .product-card .product-description {
  color: var(--text-alternate-color);
}
