@charset "UTF-8";
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin-top: 2em;
}
@media (max-width: 543.98px) {
  .description-and-detail {
    margin-top: 0;
  }
  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: Dosis, sans-serif;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em; /* 30/16 */
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}

.price {
  font-size: 1.5rem;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.FMJ-btn {
  font-family: brandon-grotesque, Arial, sans-serif !important;
  text-align: center;
  margin: 5px 0;
  font-weight: 400;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border: 1px solid #611845;
  white-space: nowrap;
  font-size: 0.875em;
  line-height: 1.4286;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 14px 10px;
  background-color: #792058;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.attributes {
  padding-left: 0;
  padding-right: 0;
}

.FMJ-btn-add-cart {
  width: 100%;
}
@media (min-width: 769px) {
  .FMJ-btn-add-cart {
    width: 336px;
  }
}

.FMJ-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #611644;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.FMJ-btn:hover::before,
.FMJ-btn:visited::before,
.FMJ-btn:active::before,
.FMJ-btn:focus::before {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.FMJ-btn:hover,
.FMJ-btn:active,
.FMJ-btn:focus {
  color: #fff;
}

.FMJ-btn-add-cart[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.desc-add-to-cart-btn {
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .desc-add-to-cart-btn {
    display: none;
  }
}

.add-to-wish-list, .giftAddFavButton,
.removeProductFromPDP {
  padding: 14px 20px;
  background-color: #fff !important;
  border-radius: 3px;
  width: auto;
  color: #611845;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.6px;
  cursor: pointer;
  opacity: 1 !important;
  border: 1px solid #611845 !important;
}

.add-to-wish-list:focus, .giftAddFavButton:focus,
.removeProductFromPDP:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.heart-icon-header .user-message {
  bottom: 0;
  font-size: 12PX;
  line-height: 12PX;
  position: absolute;
  text-decoration: none;
  vertical-align: bottom;
}

.outline-wishlist {
  outline: #000 auto 5px !important;
  outline-offset: -2px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  opacity: 1 !important;
}

.fa {
  font-family: FontAwesome, Arial, sans-serif !important;
}

.wishlistTile i.fa-circle {
  color: transparent !important;
  text-shadow: none !important;
}

.fa-heart {
  margin-bottom: 0 !important;
}

.fa-heart::before {
  content: "\f004";
  color: #782157;
}

.fa-heart-o::before {
  content: "\f08a";
  color: #782157;
}

.social {
  color: #000;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 14px;
  margin-bottom: 3px !important;
  line-height: 20px;
}

.twitter-icon-with-margin svg.bi.bi-twitter-x {
  margin-bottom: 6px;
}

.socialrow {
  right: 32px;
  width: 400px;
  z-index: 99;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.newrowavailability {
  margin-top: 0 !important;
}

.prices-add-to-cart-actions .price {
  text-align: left;
}

.pricePDP {
  font-weight: 700;
  color: #782157;
  font-family: "brandon-grotesque", arial !important;
  font-size: 22px;
  line-height: 31px;
}

.FMJ_social-icons-container {
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 0.875em;
}
.FMJ_social-icons-container .fa-envelope-o {
  padding: 7px;
}

.fmjpdpsocial.FMJ_social-icons .fa,
.twitter-icon-with-margin svg.bi.bi-twitter-x {
  padding: 7px;
}

.font-20 {
  color: #000;
  font-size: 20px;
  font-family: brandon-grotesque, Arial, sans-serif !important;
}

.FMJ_v1_Sucess {
  font-weight: 700 !important;
  line-height: 29px;
}
@media screen and (max-width: 767.98px) {
  .FMJ_v1_Sucess {
    font-size: 18px;
    line-height: 26px;
  }
}

h1.pdpname {
  font-family: "brandon-grotesque", arial !important;
  line-height: 26px;
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
}

.avai-social {
  font-family: "brandon-grotesque", arial !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#pdp-price-wrapper .customsale {
  font-family: "brandon-grotesque", arial !important;
  font-size: 26px;
  line-height: 39px;
}
@media (max-width: 768px) {
  #pdp-price-wrapper .customsale {
    line-height: 34.2857px;
  }
}

span.customsale.stickyPrice {
  font-size: 0.875em;
  line-height: 24px;
}

.pdpspace {
  position: relative;
  top: -25px;
}

.ticketprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 7px;
}

.prices.pdpprice {
  /* padding-bottom: 0; */
  padding-top: 0;
}

.newticketprice {
  color: #000;
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 16px;
  line-height: 20px;
  font-family: brandon-grotesque, Arial, sans-serif !important;
}

.stockmessage {
  padding: 10px 20px 0 0;
}

.pdperror {
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebcccc;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 0.875em;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
}

p.percentsave {
  /* top: 10px; */
  font-family: brandon-grotesque, Arial, sans-serif !important;
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 16px;
  line-height: 39px;
  margin-bottom: 0;
}

.save-text,
.save-percentage {
  font-weight: 700;
  color: #000;
  line-height: 20px;
}

.pricestrike {
  text-decoration: line-through;
}

@media (max-width: 991.98px) {
  .cart-and-ipay {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.availability-msg {
  font-family: "brandon-grotesque", arial !important;
  font-size: 16px !important;
  font-weight: 700;
  padding: 10px 0 0;
}

.FMJ_product-description-heading {
  font-size: 20px;
  line-height: 26px;
  font-family: "brandon-grotesque", arial !important;
  color: #000;
  font-weight: 400;
  position: absolute;
}

.FMJ_product-description-heading::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 30%;
  height: 1px;
  background: #565759;
  left: 0;
  margin: 10px auto;
}

.FMJ_v1_Sucess {
  font-weight: 700 !important;
}

.FMJ_pdp-Product-description-title {
  padding: 30px 0 25px;
  line-height: 28px;
  font-size: 16px;
  font-family: "brandon-grotesque", arial !important;
  color: #000;
  margin-bottom: 0;
}

.FMJ-pdp-Review-discription-Box1-Head {
  font-size: 16px;
  text-align: center;
  font-family: "brandon-grotesque", arial !important;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  background-color: #9f4f82;
  color: #fff;
}

.FMJ-pdp-FInance-Card {
  padding: 10px 0 !important;
  margin: 5px 0;
}

#table_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-desc-table .table thead th {
  border-bottom: none !important;
}

.FMJ-pdp-Review-discription-Box1-Head th {
  line-height: 23px;
}
@media screen and (max-width: 767.98px) {
  .FMJ-pdp-Review-discription-Box1-Head th {
    line-height: 22.8571px;
  }
}

.product-desc-table .table > thead > tr > th {
  font-weight: 400 !important;
}

.product-desc-table .table > tbody > tr > td {
  border-top: 0 solid #ddd;
  line-height: 28px;
  text-align: left;
  padding: 8px 30px;
  font-family: "brandon-grotesque", arial !important;
  font-size: 0.875em;
  width: 50%;
  color: #000;
}

.product-desc-table .table > tbody > tr:nth-child(2n) td {
  background-color: #fff;
}

.product-desc-table .table > tbody > tr:nth-child(odd) td {
  background-color: #f5f5f5;
}

.product-desc-table .table {
  border-bottom: 2px solid #ebebeb;
}

.product-desc-table .table > tbody > tr > td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.product-desc-table .table > tbody > tr > td a {
  font-family: "brandon-grotesque", arial !important;
  color: #782157 !important;
  text-decoration: underline;
}

.product-desc-table .table > tbody > tr > td a:hover {
  text-decoration: none;
  color: #000 !important;
}

.product-desc-table:nth-child(odd) {
  padding-left: 0;
}

.product-desc-table:nth-child(even) {
  padding-right: 0;
}

.panel {
  display: block;
  margin-top: 25px;
}

.pdp-accordion {
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-12.w-100.pdpbreadcrumbs {
  top: -32px;
}

.itemNumberRow {
  position: absolute;
  top: -35px;
}

.search-section {
  color: #000;
  font-size: 0.875em;
  font-family: brandon-grotesque, Arial, sans-serif !important;
}

.breadcrumb-container .breadcrumbpdpvalue a {
  color: #000 !important;
  text-decoration: none !important;
}
.breadcrumb-container .breadcrumbpdpvalue a:hover {
  color: #782157 !important;
  text-decoration: underline !important;
}
.breadcrumb-container .breadcrumb-value {
  color: #000 !important;
  font-size: 14px;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  line-height: 24px;
  text-align: left;
  word-spacing: 2px;
}
.breadcrumb-container .breadcrumb-value:hover {
  color: #782157 !important;
  text-decoration: underline !important;
}
.breadcrumb-container span {
  margin-bottom: 0;
  color: #6e777e;
  height: auto;
  background-color: transparent;
  line-height: 24px;
  text-align: left;
  font-size: 14px !important;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  word-spacing: 2px;
  display: block;
}
.breadcrumb-container .breadcrumb-main-value {
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 14px;
}

.breadcrumb-section {
  width: 100%;
  margin-top: 25px;
}

.item-number-fmj {
  color: #000 !important;
  font-size: 0.875em;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
  word-spacing: 2px;
  padding: 10px 10px 10px 0;
}

.padding-fmj {
  padding: 0;
}

.overlay-pdp-image {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}

.availability-msg div {
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .availability-msg div {
    line-height: 22.8571px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: auto !important;
  }
}
.page {
  background: #fff;
}

.container.product-detail {
  padding: 0 !important;
}

.product-desc-table .table th {
  padding: 10px 0 !important;
}

.product-desc-table .table > tbody > tr > td {
  border-top: 0 solid #ddd;
  line-height: 28px;
  text-align: left;
  padding: 8px 30px;
}

.description-and-detail .details {
  margin: 0;
}

.Stockout {
  color: #792058;
}

.diamondWeightdiv {
  width: 100%;
}

.allowableRangeDiamond {
  color: #782157;
  margin-bottom: 0;
  text-decoration: underline;
}
.allowableRangeDiamond:hover {
  color: #000;
  text-decoration: none;
}

.wishlist-add-to-cart-actions .d-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.allowableRange {
  padding: 50px 0;
  font-family: "brandon-grotesque", arial !important;
  font-size: 17px;
  color: #000;
}
.allowableRange #diamondSizeWrapper {
  width: 761px;
  padding: 10px 0 30px 112px;
  overflow: hidden;
  text-align: left;
}
.allowableRange #diamondSizeWrapper .weightStatement {
  margin-bottom: 10px;
}
.allowableRange #diamondSizeWrapper table {
  border: 1px solid #CCC;
}
.allowableRange #diamondSizeWrapper table th p, .allowableRange #diamondSizeWrapper table td p {
  margin: 0;
  padding: 8px;
}
.allowableRange .odd {
  background-color: #CCC;
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: none;
  }
}
@media (min-width: 1300px) {
  .col-12.w-100.pdpbreadcrumbs {
    padding: 0;
  }
  .pdpitemnumber {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-container .breadcrumbpdpvalue a {
    font-size: 14px;
  }
  #diamondSizeWrapper {
    padding: 15px !important;
    font-size: 12px;
  }
  .save-text,
  .save-percentage {
    font-size: 16px;
    line-height: 20px;
  }
  .pricePDP {
    font-size: 20px;
    line-height: 29px;
  }
  .itemNumberRow {
    position: relative;
    top: 0;
  }
  #pdp-price-wrapper .customsale {
    font-size: 24px;
    line-height: 34.2857px;
  }
  .panel {
    display: none;
    margin-top: 0;
  }
  .description-and-detail .details {
    margin: 0 -15px;
  }
  .col-12.w-100.pdpbreadcrumbs {
    top: 0;
    padding: 0;
  }
  .pdpitemnumber {
    top: 0 !important;
  }
  .container.product-detail {
    padding: 0 15px !important;
  }
  .padding-fmj {
    padding: 0 15px;
  }
  .breadcrumb-margin {
    margin: 0 !important;
  }
  .breadcrumb-container .breadcrumb-main-value {
    font-size: 12px !important;
  }
  .social {
    display: none;
  }
  .socialrow {
    position: relative;
    right: 15px;
    top: 30px;
    width: auto;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    font-family: brandon-grotesque, Arial, sans-serif !important;
  }
  .availability-msg {
    padding: 0;
  }
  .prices-add-to-cart-actions {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: transparent !important;
    position: relative;
  }
  h1.pdpname {
    font-size: 18px;
  }
  .twitter-icon-with-margin svg.bi.bi-twitter-x {
    padding: 7px;
  }
  .fmjpdpsocial.FMJ_social-icons .fa {
    padding: 7px;
  }
  #table_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .active + .panel {
    display: block !important;
  }
  .description-and-detail .title.FMJ_product-description-heading {
    font-size: 18px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .description-and-detail {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 0;
  }
  .accordion-icon.rotate {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .FMJ_product-description-heading:after {
    height: 0;
  }
  .FMJ_pdp-Product-description-title {
    padding: 20px 15px 25px;
    margin-bottom: 0;
  }
  .product-desc-table:nth-child(odd) {
    padding-left: 15px;
  }
  .product-desc-table:nth-child(even) {
    padding-right: 15px;
  }
  .desc-add-to-cart-btn {
    display: block;
    padding: 0 15px;
  }
  .cart-and-ipay {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .FMJ_product-description-heading {
    position: relative;
  }
  #table_block.row {
    margin-left: 0;
    margin-right: 0;
  }
  .bv_main_container_row_flex.bv_button_review_or_question_container {
    padding-right: 0 !important;
  }
}
@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .specialFinancingAvailable {
    max-width: 66.66666667%;
  }
  .product-name {
    border-bottom: none;
  }
  .cart-and-ipay {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
  .FMJ-btn-add-cart {
    width: 336px;
  }
  .FMJ-pdp-shop-confidence-Icons {
    padding: 40px 0 30px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .FMJ-pdp-shop-confidence-Icons {
    padding: 40px 0 30px !important;
  }
  .container.product-detail {
    max-width: 970px;
  }
}
@media screen and (min-width: 270px) and (max-width: 425px) {
  .col.avai-social {
    position: relative;
  }
  .rating-section {
    width: 100%;
    position: absolute;
  }
  .row.socialrow {
    width: 400px;
  }
}
.fmj-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
  font-family: "brandon-grotesque", arial !important;
  /* Small screens */
}
.fmj-modal.is-open {
  display: block;
}
.fmj-modal h2, .fmj-modal p {
  font-family: "brandon-grotesque", arial !important;
  line-height: 20px;
}
.fmj-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.fmj-modal__dialog {
  position: relative;
  width: 33%;
  max-width: 600px;
  margin: 6% auto;
  background: #fff;
  padding: 36px 40px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55);
}
.fmj-modal__close {
  position: absolute;
  right: 18px;
  top: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  color: #7a2444;
  font-size: 41px;
  line-height: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fmj-modal__title {
  text-align: center;
  font-size: 14px;
  line-height: 15px !important;
  margin-bottom: 25px;
  font-weight: 700;
}
.fmj-modal__desc {
  text-align: center;
  margin-bottom: 25px;
  color: #000;
  font-size: 14px;
}
.fmj-modal .fmj-modalrequire {
  margin-bottom: 15px;
  color: #000;
  line-height: 20px;
  font-size: 14px !important;
  font-family: "brandon-grotesque", arial !important;
  font-weight: 400;
}
.fmj-modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fmj-modal__form .form-input-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fmj-modal__form .fmj-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* Placeholder styling */
  /* Cross‑browser support */
}
.fmj-modal__form .fmj-field input {
  width: 138%;
  height: 38px;
  border: 1px solid #979797;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fmj-modal__form .fmj-field input::-webkit-input-placeholder {
  color: #979797;
  font-size: 15px !important;
}
.fmj-modal__form .fmj-field input::-moz-placeholder {
  color: #979797;
  font-size: 15px !important;
}
.fmj-modal__form .fmj-field input:-ms-input-placeholder {
  color: #979797;
  font-size: 15px !important;
}
.fmj-modal__form .fmj-field input::-ms-input-placeholder {
  color: #979797;
  font-size: 15px !important;
}
.fmj-modal__form .fmj-field input::placeholder {
  color: #979797;
  font-size: 15px !important;
}
.fmj-modal__form .fmj-field input::-webkit-input-placeholder {
  color: #7a7a7a; /* Light-medium gray (like your mockup) */
  opacity: 1; /* Ensure consistent placeholder visibility */
  font-weight: 400;
}
.fmj-modal__form .fmj-field input::-moz-placeholder {
  color: #7a7a7a; /* Light-medium gray (like your mockup) */
  opacity: 1; /* Ensure consistent placeholder visibility */
  font-weight: 400;
}
.fmj-modal__form .fmj-field input:-ms-input-placeholder {
  color: #7a7a7a; /* Light-medium gray (like your mockup) */
  opacity: 1; /* Ensure consistent placeholder visibility */
  font-weight: 400;
}
.fmj-modal__form .fmj-field input::-ms-input-placeholder {
  color: #7a7a7a; /* Light-medium gray (like your mockup) */
  opacity: 1; /* Ensure consistent placeholder visibility */
  font-weight: 400;
}
.fmj-modal__form .fmj-field input::placeholder {
  color: #7a7a7a; /* Light-medium gray (like your mockup) */
  opacity: 1; /* Ensure consistent placeholder visibility */
  font-weight: 400;
}
.fmj-modal__form .fmj-field input::-webkit-input-placeholder {
  color: #7a7a7a;
}
.fmj-modal__form .fmj-field input:-ms-input-placeholder {
  color: #7a7a7a;
}
.fmj-modal__form .fmj-field input::-ms-input-placeholder {
  color: #7a7a7a;
}
.fmj-modal__form .fmj-field #fmj-gift-pin {
  width: 100%;
  float: right;
}
.fmj-modal__form .fmj-modal__note {
  grid-column: 1/-1;
  margin-top: 8px;
  color: #000;
  line-height: 20px;
  font-weight: 700;
}
.fmj-modal__form .fmj-modal__actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fmj-modal__form .fmj-modal__actions .fmj-btn {
  width: 100%;
  color: #fff;
  background-color: #782157;
  border-color: #782157;
  max-width: 360px;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.fmj-modal__note {
  margin-top: 6px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.fmj-modal__note span {
  font-weight: 400;
  line-height: 20px;
}
.fmj-modal__result {
  margin-top: 14px;
  min-height: 22px;
  text-align: center;
  color: #222;
}
.fmj-modal .fmj-gc-balance {
  font-size: 16px;
}
.fmj-modal .fmj-gc-balance strong {
  color: #7a2444;
  margin-right: 6px;
}
.fmj-modal .error-msg-key {
  font-size: 11px;
  font-weight: 400;
  padding-left: 15px;
  color: #A30029;
  line-height: 16px;
  padding-top: 15px;
}
@media (max-width: 480px) {
  .fmj-modal__dialog {
    padding: 20px;
    margin: 10% 12px;
  }
  .fmj-modal__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fmj-modal__form .fmj-field {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .fmj-modal__title {
    font-size: 14px;
    line-height: 15.4px;
  }
}

.fmj-result-modal .fmj-result-state.is-visible {
  display: block;
}

.fmj-balance-amount {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin: 20px 0 24px;
  border-radius: 6px;
}

.fmj-error-message {
  font-size: 14px;
  color: red;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin: 16px 0 24px;
}

/* Button styles */
.fmj-btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.6px;
  -webkit-transition: opacity 0.12s ease;
  transition: opacity 0.12s ease;
  width: 100%;
  color: #fff;
  line-height: 20px;
  background-color: #782157;
  border-color: #782157;
  max-width: 360px;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid transparent;
}
.fmj-btn.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.fmj-btn:hover {
  background-color: #934d79 !important;
  border-color: #934d79 !important;
}

.fmj-btn:focus {
  background-color: #934d79 !important;
  border-color: #934d79 !important;
  outline: #000 auto 5px !important;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.requiredCheck {
  display: none;
  color: red;
  font-size: 14px;
  line-height: 20px;
}

.fmj-require-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fmj-require-pin {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Prevent background scroll when modal open */
html.fmj-modal-open {
  overflow: hidden;
}

.giftcardDescription {
  padding: 10px 0;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 16px;
  color: #000 !important;
  line-height: 26px;
}

.GiftCardOptions .giftcardLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
}

.giftCardPriceSelector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  margin-bottom: 12px;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 14px;
}

.giftLablePrice {
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
}

.giftLableQuantity {
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 20px !important;
  color: #000;
}

.giftCardProductName {
  padding: 20px 0 10px;
  font-size: 24px !important;
  line-height: 30px !important;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  color: #000;
}

.container.product-detail[data-pid="67777"] {
  padding: 38px 0 !important;
}

.giftCardPriceSelector select:focus {
  background: transparent !important;
}

.giftCardPriceSelector select {
  font-family: brandon-grotesque, Arial, sans-serif !important;
}

.giftCardQuantity #quantity {
  background-color: transparent !important;
  border-left: 0;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.floating-label-form-group {
  margin-top: 1em;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.5rem 0.75rem;
}
.floating-label-form-group label {
  display: block;
  position: absolute;
  opacity: 0;
  margin-top: 0;
  line-height: 20px;
  margin-left: 1em;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: margin-top 0.5s ease, opacity 0.5s ease;
  transition: margin-top 0.5s ease, opacity 0.5s ease;
}

.floating-label-form-group-with-value label {
  opacity: 1;
  z-index: 10;
  margin-top: -0.8em;
  margin-left: 1em;
  line-height: 20px;
  font-family: brandon-grotesque, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 2px 0 0 rgb(255, 255, 255), -2px 0 0 rgb(255, 255, 255), 2px 0 2px rgb(255, 255, 255), -2px 0 2px rgb(255, 255, 255), 4px 0 4px rgb(255, 255, 255), -4px 0 4px rgb(255, 255, 255);
}

.GiftCardOptions {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .container.product-detail[data-pid="67777"] {
    padding: 0 15px !important;
  }
  .container.product-detail[data-pid="67777"] .simple-quantity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .container.product-detail[data-pid="67777"] .giftcardLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container.product-detail[data-pid="67777"] .mobile-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .container.product-detail[data-pid="67777"] .fmj-modal.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container.product-detail[data-pid="67777"] .fmj-modal__dialog {
    width: 100%;
    max-width: 70%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .container.product-detail[data-pid="67777"] .fmj-modal .fmj-btn {
    max-width: 100%;
  }
  .container.product-detail[data-pid="67777"] .giftLableQuantity, .container.product-detail[data-pid="67777"] .giftLablePrice {
    font-size: 14px;
  }
  .container.product-detail[data-pid="67777"] .quantity-stepper .qty-btn {
    line-height: 20px;
  }
  .container.product-detail[data-pid="67777"] .quantity-stepper .qty-input {
    line-height: 20px;
    color: rgb(51, 51, 51);
  }
  .container.product-detail[data-pid="67777"] .giftAddFavButton {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .container.product-detail[data-pid="67777"] .delivery-promo-carePlan .FMJ_v1_Sucess {
    color: rgb(121, 32, 88) !important;
  }
}
@media screen and (min-width: 1340px) {
  .fmj-modal .fmj-btn {
    max-width: 100% !important;
  }
}
