.trade-product-container .sealsubs-target-element:empty, .trade-product-container .sealsubs-target-element:has(.sls-hide) {
  display: none !important;
}
.trade-product-container .sealsubs-target-element .sls-more-info-text {
  padding-bottom: 0;
}
.trade-product-container .sealsubs-target-element .sealsubs-container {
  margin-bottom: 0;
}
.trade-product-container .yotpo-selling-plans .yotpo-subscription-label-prefix {
  display: none !important;
}
.trade-product-container .yotpo-select-wrapper .yotpo-frequency-options:only-of-type {
  visibility: hidden;
  opacity: 0;
  height: 0px;
}
.trade-product-container .yotpo-select-wrapper .yotpo-frequency-options {
  visibility: visible;
  opacity: 1;
  height: unset;
}
.trade-product-container #trade-product {
  padding-top: 4rem;
  display: grid !important;
  grid-template-columns: 100%;
  gap: 0;
}
@media only screen and (min-width: 768px) {
  .trade-product-container #trade-product {
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    gap: 40px;
  }
}
.trade-product-container #trade-product .gallery .gallery-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.3s;
  position: sticky;
  top: 125px;
}
.trade-product-container #trade-product .gallery .gallery-container .thumb-gallery {
  flex: 0;
  width: 100%;
  margin-right: 0;
  margin-top: 10px;
}
.trade-product-container #trade-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb {
  opacity: 0.75;
}
.trade-product-container #trade-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb.video {
  color: var(--color-light);
  position: relative;
}
.trade-product-container #trade-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb.video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
}
.trade-product-container #trade-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb.swiper-slide-thumb-active {
  opacity: 1;
}
.trade-product-container #trade-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb:hover {
  cursor: pointer;
}
.trade-product-container #trade-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb img,
.trade-product-container #trade-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb svg {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.trade-product-container #trade-product .gallery .gallery-container .main-gallery {
  width: 100%;
  position: relative;
  padding: 0 40px;
}
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .button-wishlist {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .button-wishlist img {
  width: 34px;
}
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .product-badges {
  z-index: 99;
}
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .lightbox-trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  transition: all 0.1s;
  padding: 0;
  height: 35px;
  width: 37px;
}
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .lightbox-trigger:hover {
  transform: scale(1.05);
}
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .lightbox-trigger img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: revert !important;
     object-fit: revert !important;
}
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .gallery-image-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .gallery-image-holder img,
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .gallery-image-holder video,
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .gallery-image-holder iframe,
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .gallery-image-holder model-viewer,
.trade-product-container #trade-product .gallery .gallery-container .main-gallery .gallery-image-holder svg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trade-product-container #trade-product .gallery .gallery-container .swiper-button-next,
.trade-product-container #trade-product .gallery .gallery-container .swiper-button-prev {
  display: flex !important;
  color: transparent !important;
  padding: 4px;
  width: 34px;
  height: 34px;
}
.trade-product-container #trade-product .gallery .gallery-container .swiper-button-next:after,
.trade-product-container #trade-product .gallery .gallery-container .swiper-button-prev:after {
  display: none;
}
.trade-product-container #trade-product .gallery .gallery-container .swiper-button-next svg,
.trade-product-container #trade-product .gallery .gallery-container .swiper-button-prev svg {
  width: 34px;
  height: 34px;
}
.trade-product-container #trade-product .gallery .gallery-container .swiper-button-next {
  right: 0px !important;
}
.trade-product-container #trade-product .gallery .gallery-container .swiper-button-prev {
  left: 0px !important;
}
.trade-product-container #trade-product .product-information .product-details {
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem;
}
.trade-product-container #trade-product .product-information .product-details .product-reviews:hover {
  cursor: pointer;
}
.trade-product-container #trade-product .product-information .product-details h1 {
  font-size: 3.75rem;
  margin-top: 0.5rem;
}
.trade-product-container #trade-product .product-information .product-details .product-desc {
  color: var(--color-light);
}
.trade-product-container #trade-product .product-information .product-details .product-details__subtitle {
  font-size: 1.125rem;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.trade-product-container #trade-product .product-information .product-details .product-details__subtitle a {
  text-decoration: underline;
  color: var(--color-light);
}
.trade-product-container #trade-product .product-information .product-details .product-details__subtitle .metafield-rich_text_field > :first-child {
  margin-top: 0;
}
.trade-product-container #trade-product .product-information .product-details .product-details__subtitle .metafield-rich_text_field > :last-child {
  margin-bottom: 0;
}
.trade-product-container #trade-product .product-information .product-details .product-price {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  -webkit-text-stroke: 1px var(--color-dark);
  color: var(--color-light);
  font-size: 1.75rem;
  line-height: 1;
  margin: auto 0 0;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .trade-product-container #trade-product .product-information .product-details .product-price {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.trade-product-container #trade-product .product-information .product-anchor-link {
  align-items: center;
  color: var(--color-light);
  cursor: pointer;
  display: flex;
  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);
  font-size: 1.25rem;
  gap: 0.25rem;
  justify-content: flex-start;
  line-height: 1;
  word-break: normal;
  margin: 0 0 20px;
  margin-right: auto;
  border-bottom: 1px solid var(--color-dark);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .trade-product-container #trade-product .product-information .product-anchor-link {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.trade-product-container #trade-product .product-information .product-form form {
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
.trade-product-container #trade-product .product-information .product-form form .product-total-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.25rem;
  font-family: var(--font-heading-family);
  color: var(--color-light);
  -webkit-text-stroke: 1px var(--color-dark);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  word-break: initial;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  .trade-product-container #trade-product .product-information .product-form form .product-total-line {
    display: none;
  }
}
.trade-product-container #trade-product .product-information .product-form form .product-total-line .quantity-wrapper__more {
  display: none;
  white-space: nowrap;
  font-family: var(--font-heading-family);
  color: var(--color-light);
  -webkit-text-stroke: 1px var(--color-dark);
  font-weight: var(--font-heading-weight);
  font-size: 1.25rem;
  position: relative;
  top: -3px;
  text-decoration: underline;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .trade-product-container #trade-product .product-information .product-form form .product-total-line .quantity-wrapper__more {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  border-block: 1px solid var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper.product-submit-wrapper--beer {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 389.98px) {
  .trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper {
    flex-direction: column;
  }
}
.trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper .button-wishlist img {
  width: 32px;
  display: block;
  filter: invert(1);
}
.trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper .appikon-pre-order-button-customization {
  width: 100% !important;
  font-family: var(--font-heading-family) !important;
  padding: calc(var(--button-v-padding) - 2px) var(--button-h-padding) calc(var(--button-v-padding) + 4px) var(--button-h-padding) !important;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper .appikon-pre-order-button-customization {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
  }
}
.trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper .appikon-pre-order-button-message {
  text-align: center !important;
  text-align: center !important;
  display: block !important;
  margin-top: 10px !important;
}
.trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper button[type=submit] {
  flex: 1;
  font-size: 1.5rem;
  padding-top: 2px;
  padding-bottom: 17px;
}
.trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper button[type=submit] img {
  position: relative;
  top: 8px;
  margin-right: 5px;
}
.trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper .oos-notification {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper .oos-notification div {
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.trade-product-container #trade-product .product-information .product-form form .product-submit-wrapper .oos-notification button {
  margin-left: 10px;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper {
  display: none;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper:last-of-type {
  margin-bottom: 0;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper label {
  margin-right: 6px;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper select {
  border: none;
  min-width: 103px;
  background-color: #f0f0f0;
  padding: 0px 8px;
  height: 30px;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name--title {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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) {
  .trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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);
  }
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name--guide span {
  border-bottom: 1px solid var(--color-dark);
  position: relative;
  top: -4px;
  pointer-events: none;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name--key {
  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);
  font-size: 1.25rem;
  word-break: initial;
  line-height: 1;
  top: -4px;
  position: relative;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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);
  }
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name--value {
  font-size: 0.875rem;
  line-height: 1;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios.variant-radios--beer {
  gap: 1.25rem;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios:not(.variant-radios-colours) .variant-wrapper:hover svg path {
  fill: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios:not(.variant-radios-colours) .variant-wrapper input:checked + label.misc-option svg path {
  fill: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios.variant-radios-colours .variant-wrapper {
  cursor: pointer;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios.variant-radios-colours .variant-wrapper:hover {
  cursor: pointer;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios.variant-radios-colours .variant-wrapper:hover svg path {
  stroke: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios.variant-radios-colours .variant-wrapper input:checked + label.misc-option svg path {
  stroke: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper {
  position: relative;
}
@media only screen and (min-width: 390px) {
  .trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper {
    max-width: calc(50% - 1.25rem);
  }
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Burgundy] svg path {
  fill: #800020;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Burgundy] input:checked + label.misc-option svg path {
  fill: #800020;
  stroke: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Black] svg path {
  fill: #000;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Black] input:checked + label.misc-option svg path {
  fill: #000;
  stroke: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Khaki] svg path {
  fill: #F0E68C;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Khaki] input:checked + label.misc-option svg path {
  fill: #F0E68C;
  stroke: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Navy] svg path {
  fill: #000080;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Navy] input:checked + label.misc-option svg path {
  fill: #000080;
  stroke: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Grey] svg path {
  fill: #808080;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Grey] input:checked + label.misc-option svg path {
  fill: #808080;
  stroke: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Mauve] svg path {
  fill: #b784a7;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Mauve] input:checked + label.misc-option svg path {
  fill: #b784a7;
  stroke: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Orange] svg path {
  fill: #FFA500;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Orange] input:checked + label.misc-option svg path {
  fill: #FFA500;
  stroke: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Cream] svg path {
  fill: #FAEBD7;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Cream] input:checked + label.misc-option svg path {
  fill: #FAEBD7;
  stroke: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Rust] svg path {
  fill: #B7410E;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper[data-name=Rust] input:checked + label.misc-option svg path {
  fill: #B7410E;
  stroke: var(--color-dark);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.beer-option .beer-option__bg {
  display: none;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.beer-option .beer-option__bg-selected,
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.beer-option .beer-option__tick-selected {
  display: block;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.beer-option .beer-option__per {
  color: var(--color-light);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.beer-option .beer-option__save sup {
  color: var(--color-light);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked) + label.beer-option .beer-option__bg {
  display: none;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked) + label.beer-option .beer-option__bg-selected {
  display: block;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked) + label.beer-option .beer-option__per {
  color: var(--color-light);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked) + label.beer-option .beer-option__save sup {
  color: var(--color-light);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label {
  display: block;
  padding: 0.3rem 1rem 0.8rem;
  transition: all 0.3s;
  font-size: 1.25rem;
  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-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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);
  }
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.misc-option {
  position: relative;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.misc-option .misc-option__bg svg {
  height: 100%;
  width: 100%;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option {
  background: transparent;
  position: relative;
  padding: 0;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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);
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__content > * {
  line-height: 1;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__save {
  margin: 0.313rem 0 0.5rem;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__bg-selected,
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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%;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__bg-selected svg,
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__bg svg {
  height: 100%;
  width: 100%;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__tick-selected {
  position: absolute;
  top: -5px;
  right: -5px;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__bg-selected,
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.beer-option .beer-option__tick-selected {
  display: none;
}
.trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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) {
  .trade-product-container #trade-product .product-information .product-form form .variant-selector-wrapper .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;
  }
}
.trade-product-container #trade-product .product-information .product-form form .variant-prices-container .variant-price-wrapper span {
  font-family: Fira Sans Extra Condensed;
}
.trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .total {
  display: flex;
  align-items: center;
}
.trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-wrapper__stock {
  display: none;
  white-space: nowrap;
  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.25rem;
  position: relative;
  top: -3px;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-wrapper__stock {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
@media only screen and (min-width: 1025px) {
  .trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-wrapper__stock {
    display: block;
  }
}
.trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-wrapper__more {
  display: none;
  white-space: nowrap;
  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.25rem;
  position: relative;
  top: -3px;
  text-decoration: underline;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-wrapper__more {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper > div {
  display: flex;
  align-items: center;
}
.trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select {
  display: flex;
  background-color: #fff;
  border-radius: 18px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 3px;
}
.trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select > * {
  flex: 1;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 30px;
}
.trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .quantity {
  flex: 2;
  font-weight: var(--font-heading-weight);
}
.trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .minus,
.trade-product-container #trade-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .plus {
  cursor: pointer;
}
.trade-product-container #trade-product .product-information .pdp-blocks {
  margin-top: 2rem;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block + .pdp-block {
  margin-top: 2rem;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .pdp-block-heading {
  margin-bottom: 15px;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-container {
  position: relative;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-container h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper {
  width: 100%;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper {
  overflow: visible;
}
@media only screen and (min-width: 992px) {
  .trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper {
    overflow: hidden;
  }
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-slide {
  display: flex;
  height: auto;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-slide > a {
  height: 100%;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-button-next,
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-button-prev {
  margin: 0 !important;
  display: block !important;
  left: auto !important;
  height: 33px !important;
  width: 33px !important;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-button-next:after,
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-button-prev:after {
  content: none;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-button-next img,
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-button-prev img {
  display: block;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-button-prev {
  top: 7px !important;
  right: 42px !important;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-button-next {
  top: 7px !important;
  right: 0px !important;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-button-next.swiper-button-disabled,
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .swiper-button-prev.swiper-button-disabled {
  color: transparent;
  opacity: 0.25;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .cta-banner {
  padding: 20px 22px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  background-size: 100% 100%;
}
@media only screen and (max-width: 389.98px) {
  .trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .cta-banner .cta-banner__image {
    display: none;
  }
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .cta-banner .cta-banner__image img {
  margin-top: -50px;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .cta-banner .cta-banner__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .cta-banner .cta-banner-title {
  line-height: 1;
  font-size: 2.5rem;
  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-product-container #trade-product .product-information .pdp-blocks .pdp-block .cta-banner .cta-banner-title {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .cta-banner P {
  margin: 0;
}
.trade-product-container #trade-product .product-information .pdp-blocks .pdp-block .cta-banner .cta-banner-link {
  text-align: center;
}
.trade-product-container .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper .yotpo-selling-plans-wrapper {
  margin: 0 !important;
}
.trade-product-container .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper .yotpo-subscription-policy-wrapper {
  margin: 0 !important;
}
.trade-product-container .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper .yotpo-radio-container {
  margin: 0 !important;
  border-inline: none !important;
  border-top: none !important;
  padding: 10px 0 !important;
}
.trade-product-container .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper .yotpo-subscription-policy {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.trade-product-container .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper .yotpo-subscription-policy-text-header {
  display: none !important;
}
.trade-product-container .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper .yotpo-radio-button-text-wrapper {
  align-items: center !important;
}
.trade-product-container .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper .yotpo-radio-label.yotpo-radio-label-text {
  font-size: 0.875rem !important;
}
.trade-product-container .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper .yotpo-selling-plan-select-container {
  margin-top: 10px !important;
  margin-inline: 10px !important;
}
.trade-product-container .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper .yotpo-subscription-label-price {
  font-family: var(--font-heading-alt);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: var(--color-dark);
  line-height: 1;
  font-size: 1.25rem;
  position: relative;
  top: -3px;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .trade-product-container .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper .yotpo-subscription-label-price {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
  }
}
.trade-product-container .yotpo-widget-subscriptions-add-to-cart .yotpo-plans-and-policy-wrapper .yotpo-subscription-policy-text-main {
  margin: 0 !important;
}
.trade-product-container .yotpo-sr-bottom-line-text {
  color: var(--color-light) !important;
}
.trade-product-container .gift-cards {
  display: flex;
  gap: 1rem;
}
.trade-product-container .gift-cards > a {
  flex: 1;
}

.button-1.JS-fakeSubmit {
  position: fixed;
  bottom: 0;
  inset-inline: 0;
  z-index: 100;
  width: 100%;
  border-radius: 0;
  font-size: 1.5rem;
  padding-top: 2px;
  padding-bottom: 17px;
}
.button-1.JS-fakeSubmit img {
  position: relative;
  top: 8px;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .button-1.JS-fakeSubmit {
    display: none;
  }
}
