/** Shopify CDN: Minification failed

Line 141:25 The "+" operator only works if there is whitespace on both sides

**/
 @media screen and (min-width: 750px) {
body {
  color: #ffffff;
}

  body .price__regular .price-item--regular {
     display: none!important;
   }

 #total-price  {
    font-weight: bold;
    margin-top: 1em;
    font-size: 19px!important;
    margin-top: -46px!important;
    margin-bottom: 13px!important;
}

/* Basic styling global */

h1, h2, h3, h4, h5{
  text-transform: uppercase;
}

.gfb__footer button.action {
   background-color: #fdfb00;
    color: black;
    font-size: 17px!important;
    font-weight: 200!important;
    font-family: 'Prompt'!important;
}

.button,
.shopify-challenge__button,
.customer button {
  color: rgb(0 0 0);
  background-color: #fdfb00;
}
.button--full-width {
  border-radius: 0px !important;
}
.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
  border-radius: 0px !important;
}
.product-form__buttons {
  max-width: 100%;
}
.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  border-radius: 0px !important;
}

.footer-block__details-content .list-menu__item--link, .copyright__content a {
    color: white;
}

.copyright__content {
    font-size: 16px!important
}

.footer-block__details-content .list-menu__item--link {
        font-size: 17px!important
    }

.copyright__content a{
    font-size: 16px;
}

.policies li a {
        padding: 0;
        font-size: 16px;
    }
.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  box-shadow: none;
}
.button:not([disabled]):hover:after,
.shopify-challenge__button:hover:after,
.customer button:hover:after,
.shopify-payment-button__button--unbranded:hover:after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(0, 0, 0, calc(1 - 1)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgb(250 251 9);
  border-radius: 0px;
}
.product-media-container.constrain-height.media-fit-contain {
  border: none !important;
  box-shadow: none !important;
}
.card__inner.color-scheme-1 {
  background: transparent;
  border: none !important;
  box-shadow: none !important;
}
.card__heading {
  text-transform: uppercase;
  font-size: 18px;
}
body,
.color-scheme-1,
.color-scheme-2,
.color-scheme-3,
.color-scheme-4,
.color-scheme-5 {
  color: #ffffff;
}
.po-option--type-dropdown-menu,
.po-option--type-text,
.po-option--type-number {
  /* display: block !important; */
}
.po-select-dropdown-thumbnail {
  /* display: none; */
}

.po-option--type-dropdown-menu  {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow var(--duration-short) ease;
    border-radius: var(--inputs-radius);
    height: 4.5rem;
    min-height: calc(var(--inputs-border-width)* 2);
    min-width: calc(7rem +(var(--inputs-border-width)* 2));
    position: relative;
    border: 0;
}

.po-selected-swatch{
  display: none!important;
}

.po-option--type-dropdown-menu:focus-visible {
    outline: none;
}

.po-option--type-dropdown-menu:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--inputs-radius-outset);
    box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
    z-index: -1;
}

.po-option--type-dropdown-menu:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: var(--inputs-border-width);
    right: var(--inputs-border-width);
    bottom: var(--inputs-border-width);
    left: var(--inputs-border-width);
    border: .1rem solid transparent;
    border-radius: var(--inputs-radius);
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;
}

.po-option--type-dropdown-menu, .po-option--type-text, .po-option--type-number {
    
    border: 2px solid var(--bss-po-color-border)!important;
    border-radius: 12px!important;
    padding-left: 17px!important;
    height: 49px !important;
    cursor: pointer!important;
}

.bss-po-option-set{
    margin-left: -4px;
}

.product-form__input {
   max-width: 100%!important;
}

.po-option--type-text{
  height: 110px !important;
}


.po-dropdown-selected-option {
    padding-left: 20px;
    padding-right: 8px;
    color: white !important;
    cursor: pointer;
    border: 2px solid #ffffff !important;
    border-radius: 12px !important;
    background-color: transparent!important;
    height: 48px !important;
}
  

.po-dropdown-selected-option:hover {
    background-color: transparent;
}

body .po-dropdown-thumbnail-arrow, body .po-dropdown-arrow {
    /* border: solid #ffffff; */
  display: none;
}
   }


@media screen and (min-width: 750px) {
.announcement-bar--one-announcement{
    min-width: 900px;
}
}