:root{
  /* Volume Bundle Configs */
  --volumeBundleTitleColor: #111111;
  --badgeBackgroundColor: #494949;
  --badgeFoldBackgroundColor: #111111;
  --badgeTextColor: #ffffff;
  --radioButtonActiveColor: #111111;
  --radioButtonBorderColor: #111111;
  --tierTextColor: #111111;
  --originalPriceColor: #898989;
  --discountPriceColor: #111111;
  --tierBorderColor: #1111113D;
  --tierActiveBorderColor: #111111;
  --tierActiveBackgroundColor: #f3f3f3;
  --tierBackgroundColor: transparent;
  --variantSelectorButtonBorderColor: #111111;
  --variantSelectorButtonActiveBackgroundColor: #111111;
  --variantSelectorButtonBackgroundColor: transparent;
  --variantSelectorButtonActiveTextColor: #ffffff;
  --variantSelectorButtonTextColor: #111111;
  --addToCartButtonBackgroundColor: #111111;
  --addToCartButtonTextColor: #ffffff;
}


.cart__ctas {
  display: grid !important;
}

.radioButton {
  /* position: absolute!important; */
  width: 20px;
  height: 20px;
  border: 1px solid #7069bc;
  border-radius: 50px !important;
  left: 20px !important;
  top: 25px !important;
  z-index: 1 !important;
}

.gfbProductPageWrapperV2{
  width : 100%;
}

.gfbPageWrapper{
  padding: 10px 0px 0px 0px;
}
.gfbVolumeBundleWrapper{
  padding: 10px 0px 10px 0px;
}

.gftFreeGiftWrapper {
  display: grid;
}


.invalidActionButton {
  background-color: #d4d2e2;
  pointer-events: none;
}

.gfbWidgets{
  display: grid;
  gap: 20px;
}
.gfbFrequentBoughtAddToCartButton,
.gfbFrequentBoughtAddToCartButtonWithExpandOperation {
  display: grid;
  place-items: center;
  margin-top:10px;
  padding: 10px 5px;
  /* width: 60px; */
  background-color: black;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.gfbFrequentBoughtAddToCartButtonWithExpandOperation {
  color: yellow;
  background-color: black;
}

.gfbProductImage {
  height: 50px;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}

.gfbProductContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.gfbFrequentBoughtWidgetOfferContainer {
  margin-bottom: 15px;
  position: relative;
}
.gfbFrequentBoughtWidgetProductImage {
  width: 120px;
  height: 100px;
  border-radius: 6px;
  display: block;
  position: relative;
  z-index: 2;
  grid-row: 1/ span 3;
}

.gfbFrequentBoughtWidgetProductImageEle {
  width: 100%;
  height:100%;
  object-fit: contain;
}

.gfbFrequentBoughtWidgetProductContainer {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  grid-gap: 5px;
  grid-template-columns: 130px auto;
  grid-template-rows: repeat(4, auto);
}
.gfbFrequentBoughtWidgetProductContainerOutOfStock .gfbFrequentBoughtVariantUIParentContainer{
  display:none;
}
.gfbFrequentBoughtWidgetProductCheckboxContainer {
  position: absolute;
  top: -3px;
  left: 0px;
  z-index: 3;
  scale: 1.2;
}
.gfbFrequentBoughtWidgetContentContainer {
  z-index: 5;
  position: relative;
  display: grid;
  grid-gap: 15px;
}
.gfbFrequentBoughtWidgetContainer {
  width: 100%;
  padding: 15px 15px;
  border:1.6px solid #858585;
  border-radius: 6px;
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
.gfbFrequentBoughtWidgetProductContent {
  display: grid;
  align-items: center;
  justify-items: flex-start;
  row-gap: 5px;
}
.gfbFrequentBoughtWidgetProductTitle {
  font-size: 18px;
  line-height: 17px;
}

.gfbFrequentBoughtWidgetProductTitle a{
  text-decoration: none;
  color: inherit;
}

.gfbFrequentBoughtWidgetProductDescription{
  display: none;
  grid-row: 4;
}

.gfbFrequentBoughtMasterDropdownParentContainer{
  width:50%;
}
.gfbFrequentBoughtWidgetProductVariantSelector {
  font-size: 12px;
  padding: 5px 18px 5px 5px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 6" fill="%23ccc" xmlns="http://www.w3.org/2000/svg"><path d="M0 1l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 10px;
}
.gfbFrequentBoughtWidgetTitleContainer {
  display: grid;
  row-gap: 5px;
}
.gfbFrequentBoughtWidgetTitle{
  font-size: 22px;
  line-height: 24px;
}
.gfbFrequentBoughtWidgetSubTitle{
  font-size: 18px;
  line-height: 20px;
}
.gfbFrequentBoughtWidgetProductPriceContainer {
  display: grid;
  grid-template-columns: auto auto 1fr;
  column-gap: 5px;
  align-items: center;
  font-size: 14px;
  text-align: right;
}
.gfbFrequentBoughtWidgetProductPriceOriginal {
  text-decoration: line-through;
  font-size: 14px;
  color:#898989;
}
.gfbFrequentBoughtWidgetProductPriceNoDiscount{
  grid-template-columns: 1fr;
}
.gfbFrequentBoughtWidgetProductPriceNoDiscount .gfbFrequentBoughtWidgetProductPriceOriginal{
  display: none;
}
.gfbFrequentBoughtWidgetRuler {
  margin: 14px 0px;
}
.gfbFrequentBoughtWidgetPriceContainer {
  display: flex;
  justify-content: space-between;
}
.gfbFrequentBoughtWidgetPriceContainerPrice {
  display: flex;
  gap: 5px;
  font-size: 14px;
  align-items: baseline;
}
.gfbFrequentBoughtWidgetPriceContainerPriceOriginal {
  text-decoration: line-through;
  font-size: 14px;
  color:#898989;
}
.gfbFrequentBoughtWidgetPriceContainerPriceDiscounted{
  font-size: 22px;
}
.gfbFrequentBoughtWidgetAddToCartButtonEle {
  display: grid;
  place-items: center;
  background-color: #1B1B1B ;
  color: white;
  border-radius: 6px;
  padding: 6px;
}

.gfbFrequentBoughtWidgetProductContentNameVariantContainer{
  width: 100%;
  display: grid;
  row-gap: 6px;
}
.gfbFrequentBoughtWidgetProductPriceDiscounted {
  font-size: 18px;
}
.gfbFrequentBoughtWidgetPriceContainerText {
  font-size: 22px;
}
.gfbFrequentBoughtWidgetPriceContainerPriceNoDiscount{
  display: grid;
  gap: 0px;
}
.gfbFrequentBoughtWidgetPriceContainerPriceNoDiscount .gfbFrequentBoughtWidgetPriceContainerPriceOriginal{
  display: none;
}
.gfbDisableAddToCart {
  opacity: 0.5;
  pointer-events: none;
}
.gfbFrequentBoughtWidgetProductContainerOutOfStock {
  opacity: 0.5;
  pointer-events: none;
}
.gfbFrequentBoughtWidgetProductContainerOutOfStock
  > div.gfbFrequentBoughtWidgetProductContent
  > select {
  display: none;
}
.gfbVolumeDiscountWidgetOfferDiscountTierContainer {
  position: relative;
  display: grid;
  grid-gap: 10px;
  padding: 10px;
  border: black solid 1px;
  border-radius: 6px;
}
.gfbVolDiscountNoteContainer{
  display: none !important;
}
.gfbVolumeDiscountRadioLabelWrapper{
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: auto 2fr auto;
}
.gfbVolumeDiscountWidgetOfferDiscountTierRadio{
  margin-top: 8px;
}
.gfbVolumeDiscountLabelContainer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

.gfbVolumeDiscountPriceContainer{
  display: flex;
  align-items: center;
  gap:5px;
}

.gfbVolumeDiscountOriginalPrice{
  text-decoration: line-through;
  font-size: 12px;
  color: #898989;
}

.gfbVolumeDiscountDiscountPrice{
  font-size: 16px;
  font-weight: bold;
}
.gfbVolumeDiscountVariantSelectionContainerBox {
  text-align: left;
  display: none;
  overflow: hidden;
}
.gfbTierSelected .gfbVolumeDiscountVariantSelectionContainerBox {
  display: block !important;
}
.gfbVolumeDiscountWidgetOfferContainer {
  padding: 10px;
  display: grid;
  gap: 10px;
  border:1.6px solid #858585;
  border-radius: 6px;
}
.gfbVolumeDiscountWidgetWrapper {
  padding: 0;
}
.gfbVolumeDiscountVariantSelection {
  font-size: 12px;
  padding: 5px;
  width: 75%;
  border: 1px solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 6" fill="%23ccc" xmlns="http://www.w3.org/2000/svg"><path d="M0 1l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 10px;
}
.gfbVolumeDiscountLabelText {
  line-height: 20px;
  font-weight: bold;
}
.gfbVolumeDiscountWidgetOfferDiscountTierContainer {
  border: 2px solid grey;
}
.gfbVolumeDiscountWidgetOfferDiscountTierContainer:hover{
  border: 2px solid #0075ff;
}
.gfbVolumeDiscountWidgetOfferDiscountTierContainer.gfbTierSelected {
  border: 2px solid #0075ff;
}
.gfbVolumeDiscountWidgetOfferDiscountTierRadioSelection > input[type="radio"] {
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
  pointer-events: none;
}
.gfbVolumeDiscountWidgetOfferTitleContainer{
  display: grid;
  row-gap: 5px;
}
.gfbVolumeDiscountWidgetOfferTitle {
  font-size: 22px;
  line-height: 24px;
}
.gfbVolumeDiscountWidgetOfferSubTitle{
  font-size: 18px;
  line-height: 20px;
}

.gfbVolumeDiscountWidgetOfferAddToCartButton {
  display: grid;
  place-items: center;
  margin-top: 0px;
  padding: 10px 5px;
  background-color: var(--addToCartButtonBackgroundColor);
  color: var(--addToCartButtonTextColor);
  border-radius: 8px;
  cursor: pointer;
}
.gfbVolumeDiscountWidgetOfferAddToCartPopup{
  display: none;
}
.gfbVolumeDiscountVariantSelectionContainer {
  display: grid;
}

.gfbVolumeBundleTemplate_2_Wrapper .gfbVolumeDiscountVariantSelectionContainer {
  row-gap:8px;
}

.gfbVolumeDiscountVariantsLabelText {
  font-size: 14px;
}
.gfbVolDiscountNoteContentText {
  font-size: 14px;
}

.gfbFrequentBoughtSwatchContainer {
  display: grid;
}
.gfbFrequentBoughtSwatchHeading {
  margin: 0;
  font-size:12px;
  color: #000000;
  text-transform: capitalize;
}
.gfbFrequentBoughtSwatchParentContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  height: fit-content;
}


.gfbFrequentBoughtSwatchColorUI {
  display: block !important;
  width: 35px;
  height: 35px;
  border: 1.2px solid #c0c0c0;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.gfbFrequentBoughtSwatchImg{
  width:100%;
  height:100%;
  object-fit: fill;
}
.gfbFrequentBoughtSwatchColorUISelected {
  outline: 2px solid #212121;
  border: none;
}
.gfbFrequentBoughtSwatchColorUIOutOfStock{
  opacity: 0.6;
  border-style: dotted;
  pointer-events: none;
  display: none !important;
}
.gfbFrequentBoughtLabelContainer {
  display: grid;
}
.gfbFrequentBoughtLabelHeading {
  margin: 0;
  font-size:12px;
  color: #000000;
  text-transform: capitalize;
}
.gfbFrequentBoughtLabelParentContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.gfbFrequentBoughtLabelPillsUI {
  display: block !important;
  padding: 2px 14px;
  font-size: 12px;
  color: #000000;
  text-transform: capitalize;
  border: 1px solid #000000;
  border-radius: 32px;
  cursor: pointer;
}
.gfbFrequentBoughtLabelPillsUISelectedUIOutOfStock{
  text-decoration: line-through;
  pointer-events: none;
  border-style: dotted !important;
  border-color: #828282 !important;
  display: none !important;
}
.gfbFrequentBoughtLabelPillsUISelected {
  background-color: #000000;
  color: #ffffff;
}
.gfbFrequentBoughtSingleDropdownUIParentContainer{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  column-gap: 8px;
  row-gap: 5px;
}
.gfbFrequentBoughtSingleDropdownContainer {
  display: grid;
}
.gfbFrequentBoughtSingleDropdownHeading {
  margin: 0;
  font-size:12px;
  color: #000000;
  text-transform: capitalize;
}
.gfbFrequentBoughtSingleDropdownSelector {
  width: fit-content;
  font-size: 12px;
  padding: 5px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 6" fill="%23ccc" xmlns="http://www.w3.org/2000/svg"><path d="M0 1l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 10px;
  text-transform: capitalize;
}
.gfbFrequentBoughtVariantUIParentContainer{
  display: grid;
  row-gap: 5px;
}
.gfbFrequentBoughtQuanityBoxLabel{
  font-size: 12px;
  color: #000000;
  text-transform: capitalize;
}
.gfbFrequentBoughtQuanityBoxWrapper{
  width: fit-content;
  display: grid;
  grid-row: 3;
  grid-column: 2;
  margin: 2px;
  display: none;
}
.gfbFrequentBoughtQuanityBox{
  width: 40px;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}

.dummyDivOneAddToCartSection{
  display: block !important;
}

/* .gfbFrequentBoughtWidgetProductCheckboxContainer{
  visibility:hidden;
} */
/*******************HORIZONTAL DISPLAY DESIGN********************************/
.horizontalDisplayDesign{
  display: grid;
  width: auto;
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetContainer{
  position: relative;
  margin: 0px 10px;
  width: fit-content;
  overflow-x: auto;
  gap: 10px
}
.horizontalDisplayDesign .gfbFrequentBoughtReplacableContent{
  display: grid;
  grid-template-columns: auto max-content;
  gap: 20px;
}

.horizontalDisplayDesign .gfbFrequentBoughtWidgetContentContainerOverflow .gfbFrequentBoughtReplacableContent{
  grid-template-columns: 1fr;
  gap: 0px;
}


.horizontalDisplayDesign .gfbWidgetNotOverflowing .gfbFrequentBoughtReplacableContent{
  column-gap: 50px;
  display: grid;
  grid-template-columns: 1fr auto;
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetTitleContainer{
  width: fit-content;
  left: 0px;
  position: sticky;
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetContentContainer{
  display: flex;
  width: 70%
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetProductContainer{
  position: relative;
  width: fit-content;
  display: grid;
  grid-template-columns: 170px;
  border: none;
  column-gap: 0px;
  align-items: unset;
  grid-template-rows: 125px 60px 40px 70px;
  padding-bottom: 0px;
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetProductImage{
  grid-row: unset;
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetProductImage{
  width: 140px;
  height: 120px;
  justify-self: center;
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetProductTitle{
  grid-row: 2;
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetProductPriceContainer{
  display: grid;
  column-gap: 5px;
  align-items: center;
  font-size: 14px;
  width: fit-content;
  grid-row: 3;
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetProductPriceDiscounted{
  font-weight: 600;
}
.gfbHorizontalPlusImageBarContainer{
  display:none;
}

.horizontalDisplayDesignForUpsell .gfbHorizontalPlusImageBarContainer{
  display:block;
  width: fit-content;
  margin: auto 5px;
}
.horizontalDisplayDesign .gfbHorizontalPlusImageBarContainer{
  display: grid;
  padding: 0px 5px;
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetProductImageEle{
  object-fit: fill;
  border-radius: 10px;
}
.horizontalDisplayDesign .gfbHorizontalPlusImageBar{
  position: relative;
  top: 55px;
  height: 100%;
  width: 10px;
}
.horizontalDisplayDesign .gfbFrequentBoughtAddToCartButton{
  width: fit-content;
  padding: 10px 25px;
  position: sticky;
  left: 0px;
}
.horizontalDisplayDesign .gfbWidgetNotOverflowing .gfbFrequentBoughtAddToCartButton{
  position: absolute;
  right: 45px;
  top: 150px;
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetPriceContainer{
  display: grid;
  width: fit-content;
  position: sticky;
  left: 0px;
  grid-template-rows: 1fr 1fr;
  height: fit-content;
  padding-top: 0px;
}
.horizontalDisplayDesign .gfbWidgetNotOverflowing .gfbFrequentBoughtWidgetPriceContainer{
  column-gap: 20px;
  height: fit-content;
}
.horizontalDisplayDesign .gfbFrequentBoughtQuanityBoxWrapper{
  width: fit-content;
  display: grid;
  grid-row: 4;
  grid-column: 1;
  margin: 2px;
  justify-self: left;
  height: fit-content;
  display: none;
}
.horizontalDisplayDesign .gfbFrequentBoughtLabelContainer{
  grid-template-rows: auto 1fr;
}

.horizontalDisplayDesign .gfbFrequentBoughtLabelParentContainer{
  height: fit-content;
  padding: 10px 0px;
  justify-content: flex-start;
}

.horizontalDisplayDesign .gfbFrequentBoughtSingleDropdownContainer{
  grid-template-rows: auto 1fr;
}
.horizontalDisplayDesign .gfbFrequentBoughtSingleDropdownSelector{
  height: fit-content;
  justify-content: center;
}

.horizontalDisplayDesign .gfbFrequentBoughtAddToCartButtonSection{
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 20px;
  position: relative;
}

.horizontalDisplayDesign .gfbFrequentBoughtWidgetContentContainerOverflow .gfbFrequentBoughtAddToCartButtonSection{
  display: grid;
  position: sticky;
  left: 0px;
  grid-template-columns: unset;
  width: fit-content;
  gap: 0px;
}

.horizontalDisplayDesign .gfbFrequentBoughtAddToCartButton{
    /* top: -400px; */
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    position: relative;
}

.horizontalDisplayDesign .gfbFrequentBoughtSwatchContainer{
  grid-template-rows: auto 1fr;
}

.horizontalDisplayDesign .gfbFrequentBoughtWidgetPriceContainerText{
  font-weight: 18px;
}
.horizontalDisplayDesign .gfbFrequentBoughtWidgetPriceContainerPriceDiscounted{
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .horizontalDisplayDesign .gfbFrequentBoughtWidgetContainer{
    width: auto;
  }
}

/********************************************************/
/*******       Volume Bundle CSS Style         **********/
/********************************************************/

.gfbVolumeDiscountProcuctHorizontalLine{
  height: 0.5px;
  margin: 16px 0;
  width: 100%;
  background-color: #dadada;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountProcuctHorizontalLine{
  background-color: var(--tierActiveBorderColor);
}

.gfbVolumeBundleTemplate_2_Wrapper .gfbVolumeDiscountProcuctHorizontalLine{
  display: none;
}

.gfbVolumeDiscountVariantSelectionDiv{
  display:grid;
  /* grid-template-columns: 1.8fr 0.2fr; */
  row-gap: 5px;
  align-items: end;
}
.gfbVolumeDiscountTierContainer{
  display: grid;
  align-items: center;
  padding: 10px;
}
.gfbVolumeDiscountTierContainerWithTextField{
  gap: 10px;
}
.gfbVolumeDiscountTierContainerWithTextField .gfbVolumeDiscountCustomFieldContainer{
  grid-column: 1 / 3;
}
.gfbElegantDesignGrid{
  grid-template-columns: 1fr 2fr;
}

.gfbVolumeDiscountVariantImageContainer{
  display: grid;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountVariantImageContainer{
  display: grid;
  width: 80px;
  height: 80px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid var(--tierActiveBorderColor);
  border-radius: 8px;
  overflow: hidden;
}

.gfbVolumeBundleTemplate_2_Wrapper .gfbVolumeDiscountVariantImageContainer{
  display:none;
}

.gfbVolumeDiscountVariantImage{
  width:100%;
  height:100%;
  object-fit: fill;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountVariantImage{
  object-fit: contain;
}

.gfbVolumeDiscountQuantityInputWrapper{
  display: none;
}

.gfbVolumeDiscountQuantityLabel{
  color:black;
  font-size:12px;
}

.gfbVolumeDiscountQuantityInput{
  width: 20%;
  padding:5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline:none !important;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.gfbVolumeDiscountQuantityInput:active{
  box-shadow: none !important;
  outline:none !important;
}

.gfbVolumeDiscountVariantUIParentContainer{
  display:grid;
  row-gap: 8px;
}

/***** VOLUME DISCOUNT SWATCHES *******/
.gfbVolumeDiscountSwatchContainer {
  display: grid;
  row-gap: 5px;
}

.gfbVolumeDiscountSwatchHeading {
  line-height:normal;
  margin: 0;
  font-size:12px;
  color: #000000;
  text-transform: capitalize;
  font-weight: bold;
}
.gfbVolumeDiscountSwatchParentContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.gfbVolumeDiscountSwatchColorUI {
  display: block !important;
  width: 35px;
  height: 35px;
  border: 1.2px solid #c0c0c0;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountSwatchColorUI {
  border-radius: 50%;
}

.gfbVolumeDiscountSwatchImg{
  width:100%;
  height:100%;
  object-fit: fill;
}

.gfbVolumeDiscountSwatchColorUISelected {
  outline: 2.5px solid #212121;
  border: none;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountSwatchColorUISelected {
  outline: 2px solid var(--tierActiveBorderColor);
}

.gfbVolumeDiscountSwatchColorUIOutOfStock{
  opacity: 0.6;
  border-style: dotted;
  pointer-events: none;
  display: none !important;
}

/***** VOLUME DISCOUNT LABELS *******/
.gfbVolumeDiscountLabelContainerUIOptions{
  display: grid;
}

.gfbVolumeDiscountLabelContainerUI{
  display:grid;
  row-gap: 5px;
}
.gfbVolumeDiscountLabelHeading{
  line-height:normal;
  margin: 0;
  font-size:12px;
  color: #000000;
  text-transform: capitalize;
  font-weight: bold;
}

.gfbVolumeDiscountLabelParentContainer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.gfbVolumeDiscountLabelPillsUI{
  display: block !important;
  padding: 0px 14px;
  font-size: 12px;
  color: #000000;
  text-transform: capitalize;
  border: 1px solid #000000;
  border-radius: 32px;
  cursor: pointer;
}

.gfbVolumeDiscountLabelPillsUISelected{
  background-color: #000000;
  color: #ffffff;
}


.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountLabelPillsUI{
  font-weight: 600;
  border-color: var(--tierActiveBorderColor);
  color: var(--tierActiveBorderColor);
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountLabelPillsUISelected{
  background-color:var(--tierActiveBorderColor);
  color:var(--badgeTextColor);
}

.gfbVolumeDiscountLabelPillsUISelectedUIOutOfStock{
  text-decoration: line-through;
  pointer-events: none;
  border-style: dotted !important;
  border-color: #828282 !important;
  display: none !important;
}

.gfbVolumeDiscountSingleDropdownUIParentContainer{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  column-gap: 8px;
  row-gap: 5px;
}

/***** VOLUME DISCOUNT SINGLE DROPDOWNs *******/
.gfbVolumeDiscountSingleDropdownUIParentContainer{
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  column-gap: 8px;
  row-gap: 5px;
}

.gfbVolumeBundleTemplate_2_Wrapper .gfbVolumeDiscountSingleDropdownUIParentContainer{
  --optionsCnt: 3;
  grid-template-columns: repeat(var(--optionsCnt) , 1fr);
}

.gfbVolumeBundleTemplate_2_Wrapper .gfbVolumeDiscountTierContainer:not(:first-child) .gfbVolumeDiscountSingleDropdownHeading{
  display:none;
}

.gfbVolumeBundleTemplate_2_Wrapper .gfbVolumeDiscountTierContainer:not(:first-child) .gfbVolumeDiscountTierTitle{
  top: 14px;
}


.gfbVolumeDiscountSingleDropdownContainer {
  display: grid;
  row-gap:2px;
}

.gfbVolumeDiscountSingleDropdownHeading {
  line-height:normal;
  margin: 0;
  font-size:12px;
  color: #000000;
  font-weight: bold;
  text-transform: capitalize;
}

.gfbVolumeDiscountSingleDropdownSelectAndIconWrapper{
  position: relative;
  display: flex;
  align-items: center;
}

.gfbVolumeDiscountSingleDropdownIconWrapper{
  display:none;
  position: absolute;
  right: 2px;
  top: 3px;
}

.gfbVolumeDiscountSingleDropdownIconWrapper svg{
  width: 20px;
  height: 20px;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountSingleDropdownIconWrapper , .gfbVolumeBundleTemplate_2_Wrapper .gfbVolumeDiscountSingleDropdownIconWrapper{
  display:block;
}

.gfbVolumeDiscountSingleDropdownSelector {
  width: fit-content;
  font-size: 12px;
  padding: 5px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 6" fill="%23ccc" xmlns="http://www.w3.org/2000/svg"><path d="M0 1l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 10px;
  text-transform: capitalize;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountSingleDropdownSelector , .gfbVolumeBundleTemplate_2_Wrapper .gfbVolumeDiscountSingleDropdownSelector{
  border-width: 2px;
  background-image:none;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountSingleDropdownSelector:focus , .gfbVolumeBundleTemplate_2_Wrapper .gfbVolumeDiscountSingleDropdownSelector:focus{
  border-color: var(--tierActiveBorderColor);
  box-shadow: none;
  outline: none;
}

.gfbFrequentBoughtWidgetContainerParentProduct .gfbFrequentBoughtWidgetTitleContainer{
  display: none;
}

.gfbFrequentBoughtWidgetContainerParentProduct .gfbFrequentBoughtWidgetProductCheckboxContainer{
  visibility: hidden;
}
.gfbSimpleRibbonBadge{
  position: absolute;
  right: 18px;
  top: -13px;
  color: #ffffff;
  font-style: normal;
  white-space: nowrap;
  text-align: right;
  font-weight: 600;
  font-size: 11px;
  line-height: normal;
  padding: 5px 11px 5px;
  background-color: red;
  border-radius: 0px 0px 4px 4px;
}
.gfbMostPopularTagContainer {
  position: relative;
}

/* animations for volume bundles */
.gfbVolumeAnimationCloser{
    display: none !important;
}


.gfbVolumeDiscountTierProductImageContainer{
  display: grid;
  width: 35px;
  height: 35px;
  border: 1.2px solid #c0c0c0;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}

.gfbVolumeDiscountTierProductImage{
  width:100%;
  height:100%;
  object-fit: fill;
}
.gfbVolumeProductNavigatorContainer{
  display: grid;
  padding-top: 10px;
  border-top: 1px solid #3c3c3c;
  margin-top: 6px;
}
.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeProductNavigatorContainer{
  border-color:var(--tierActiveBorderColor);
}

.gfbVolumeProductNavigator{
  display: grid;
  grid-template-columns: min-content 10px min-content;
  cursor: pointer;
  justify-self: end;
}
.gfbVolumeProductPrevButton, .gfbVolumeProductNextButton{
  padding: 0px 10px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  border: 1px solid #000000;
  font-size: 12px;
}
.gfbVolumeProductPrevButton{
  background-color: #F0F0F0;
  color: #1B1B1B;
}
.gfbVolumeProductNextButton{
  background-color: #1B1B1B;
  color: #F0F0F0;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeProductPrevButton{
  background-color:transparent;
  border-color:var(--tierActiveBorderColor);
  color:var(--tierActiveBorderColor);
  font-weight: 600;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeProductNextButton{
  background-color:var(--addToCartButtonBackgroundColor);
  color:var(--addToCartButtonTextColor);
  border-color:var(--addToCartButtonBackgroundColor);
  font-weight: 600;
}

.gfbVolumeDiscountCustomFieldLabel{
  font-weight: bold;
}
.gfbVolumeDiscountNewTemplate .gfbVolumeDiscountCustomFieldContainer{
  font-size: 12px;
  grid-column: 2;
}

.gfbVolumeDiscountProductCounterContainer{
  width: fit-content;
  font-size: 12px;
  padding: 0px 8px;
  font-weight: 800;
  border: 2px solid black;
  border-radius: 5px;
  z-index: 10;
  margin: 10px 10px;
}

@keyframes gfbWiggle {
  0% {
    transform: rotate(0deg) translateX(-5px);
  }
  25% {
    transform: rotate(00deg) translateX(0px);
  }
  50% {
    transform: rotate(0deg) translateX(5px);
  }
  75% {
    transform: rotate(00deg) translateX(0px);
  }
  100% {
    transform:   
 rotate(0deg);
  }
}

.gfbVolumeDiscountProductCounterContainer.gfbWiggling{  
  animation: gfbWiggle 0.5s ease-in-out infinite;
}

.gfbVolumeDiscountTierContainer{
  transform: translateX(0);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.gfbVolumeDiscountNewTemplate .gfbVolumeDiscountVariantSelectionContainer{
  display:flex;
  transform-origin: left;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountTierContainer{
  position: relative;
  padding: 10px 0px 10px 28px;
}

.gfbVolumeDiscountTierTitle{
  display: none;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountTierTitle{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.gfbVolumeBundleTemplate_2_Wrapper .gfbVolumeDiscountTierTitle{
  top: 31px;
  left: 0;
  font-size: 14px;
}

.gfbVolumeDiscountNewTemplate .gfbVolumeDiscountTierContainer{
  width: 100%;
  flex-shrink: 0;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountTierContainer{
  width: 100%;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  align-items: center;
  transform-origin: left;
  transition: 0.5s transform ease-in-out;
}

.gfbVolumeBundleTemplate_2_Wrapper .gfbVolumeDiscountTierContainer{
  grid-template-columns: 1fr;
  padding: 0px 0px 0px 24px;
}

.gfbVolumeDiscountTierContainer.gfb-sliding-toRight {
  transform: translateX(200px);
  opacity: 0;
}

.gfbVolumeDiscountTierContainer.gfb-sliding-toLeft {
  transform: translateX(-200px);
  opacity: 0;
}

/* bundle upsell horizontal design new */
.horizontalDisplayDesignForUpsell{
  position: relative;
  min-width:440px;
  max-width:470px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetTitleContainer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductImage{
  width: 50px;
  height: 50px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductContainer{
  position: relative;
  padding: 0;
  width: 100%;
  scroll-snap-align: start;
  grid-template-columns: 1fr;
  grid-template-rows:auto;
  border: none;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductContainer:not(:last-child)::after {
  content: "+";
  display: block;
  position: absolute;
  left: 102.5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #000000;
  font-weight: 900;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtLabelPillsUI{
  font-size:10px;
}
.horizontalDisplayDesignForUpsell .gfbVariantSelctorPopover{
  display:none;
  position: absolute;
  max-width: 250px;
  padding:10px;
  top: 72%;
  left: 8%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1000;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .16);
}

.gfbFrequentBoughtWidgetProductImageTitleContainer{
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 10px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductImageTitleContainer{
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductVariantSelectorBtn{
  display: flex;
  justify-content: space-between;
  padding: 2px 2px 2px 5px;
  align-items: center;
  margin: 0 10px 12px 10px;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #858585;
  cursor: pointer;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductVariantSelectorBtn .gfbDropdownIconWrapper{
  display: grid;
  place-items: center;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductVariantSelectorBtn .gfbDropdownIconWrapper svg{
  width: 22px;
  height: 22px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductVariantSelectorBtn:hover{
  margin: 0 10px 12px 10px;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #858585;
  cursor: pointer;
  background-color: #f1f1f1;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductDetails{
  padding: 0 10px 0 10px;
  display: grid;
  row-gap: 5px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductTitle{
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductPriceContainer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductTitle a:hover{
  text-decoration:underline;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductContainer{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 4;
  border: 1px solid #858585;
  border-radius: 8px;
  row-gap: 5px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductContainer .gfbBundlesProductSelectCheckbox{
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 2px;
  scale: 1.6;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductPriceContainer .gfbFrequentBoughtWidgetProductPriceDiscounted{
  text-align: left;
  font-size: 15px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductPriceContainer .gfbFrequentBoughtWidgetProductPriceOriginal{
  text-align: left;
  font-size: 14px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetPriceContainerPriceDiscounted{
  font-size: 18px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetPriceContainerPriceOriginal{
  font-size: 16px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetPriceContainerText{
  font-size: 18px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductImageContainer{
  aspect-ratio: 2 / 1.6;
  border-bottom: 1px solid #858585;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductImageContainer img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 0px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductAddToCart{
  margin: 5px 0px;
  display: grid;
  place-items: center;
  width: 100%;
  background-color: #3c3c3c;
  color: #f5f5f5;
  padding: 3px 30px;
  border-radius: 5px;
  font-size: 13px;
  height: fit-content;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: end;
}

/* .horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductAddToCart.clicked{

} */

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductAddToCart .gfbFrequentBoughtWidgetProductAddToCartText {
  display: inline-block;
  transition: all 0.3s ease;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductAddToCart .gfbFrequentBoughtWidgetProductAddToCartTick {
  display: none;
  transition: all 0.3s ease;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductAddToCart.clicked .gfbFrequentBoughtWidgetProductAddToCartText {
  display: none;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductAddToCart.clicked .gfbFrequentBoughtWidgetProductAddToCartTick {
  display: inline-block;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtReplacableContent{
  padding: 20px 0px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetContainer{
  padding-top: unset;
  padding:15px 24px;
  overflow-x: hidden;
  border: 1px solid #858585;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtReplacableContent{
  padding: unset;
  overflow:hidden;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetContentContainer{
  position: relative;
  display: grid;
  padding: 0 2px;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 24px) / 2);
  overflow-x: auto;
  scrollbar-width: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  transition: transform .15s linear;
  gap: 24px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetContainer{
  gap:12px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetPrevButtonElement svg{
  rotate: 180deg;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetPriceContainer{
  border-top: 1px solid #858585;
}
.gfbFrequentBoughtWidgetButtonContainer{
  display: flex;
  justify-content: space-between;
}
.gfbFrequentBoughtWidgetButtonContainer > div{
  height: fit-content;
  padding: 8px 2px;
  z-index: 5;
  cursor: pointer;  
}
.gfbFrequentBoughtWidgetHorizontalUpsellAddToCart{
  margin: 5px 0px;
  display: grid;
  place-items: center;
  width: 100%;
  background-color: #3c3c3c;
  color: #f5f5f5;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 13px;
  height: fit-content;
  cursor: pointer;
  transition: all 0.3s ease; 
}
.gfbFrequentBoughtWidgetButtonContainer{
  position: absolute;
  left:0;
  right:0;
  top: 48%;
  transform: translateY(-50%);
}
.gfbFrequentBoughtWidgetHorizontalUpsellAddToCartDisabled{
  background-color: #d4d2e2;
  pointer-events: none;
}

.gfbDisableHorizontalUpsellAddToCartBtn{
  opacity:0.6;
  pointer-events: none;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtLabelContainer{
  height: fit-content;
}

.horizontalDisplayDesignForUpsell .gfbHorizontalPlusImageBar{
  width:16px;
  height: 16px;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetHorizontalUpsellAddToCart{
  padding: 8px 30px;
  font-size: 16px;
}

.gfbFrequentBoughtWidgetButtonContainer > div > img{
  height: 25px;
  width: 25px;
}



/* New Templates Css Starts Here */
.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountWidgetOfferContainer{
  padding:0;
  border:none;
}
.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountLabelContainer {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountRadioLabelWrapper {
  grid-template-columns: auto auto;
  column-gap: 12px;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountWidgetOfferDiscountTierContainer{
  position:relative;
  padding:12px 16px;
  border-radius:8px;
  border: 2px solid var(--tierBorderColor);
  background-color: var(--tierBackgroundColor);
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountLabelText{
  font-size: 16px;
  font-weight: 600;
  color: var(--tierTextColor);
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountDiscountPrice{
  font-size: 16px;
  font-weight: 600;
  color: var(--discountPriceColor);
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountOriginalPrice{
  font-size: 16px;
  font-weight: 500;
  color: var(--originalPriceColor);
}

.gfbVolumeBundleTemplate_3_Wrapper,
.gfbVolumeBundleTemplate_4_Wrapper {
  display: grid;
  row-gap: 10px;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeBundleTemplate_1_TitleWrapper,
.gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeBundleTemplate_3_TitleWrapper,
.gfbVolumeBundleTemplate_4_Wrapper .gfbVolumeBundleTemplate_4_TitleWrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gfbVolumeBundleTemplate_1_TitleWrapper .gfbVolumeBundleTemplate_1_Title,
.gfbVolumeBundleTemplate_3_TitleWrapper .gfbVolumeBundleTemplate_3_Title,
.gfbVolumeBundleTemplate_4_TitleWrapper .gfbVolumeBundleTemplate_4_Title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--volumeBundleTitleColor);
}

.gfbVolumeBundleTemplate_1_TitleWrapper .gfbVolumeBundleTemplate_1_HorizontalLine,
.gfbVolumeBundleTemplate_3_TitleWrapper .gfbVolumeBundleTemplate_3_HorizontalLine,
.gfbVolumeBundleTemplate_4_TitleWrapper .gfbVolumeBundleTemplate_4_HorizontalLine {
  display: block;
  height: 1.6px;
  flex: 1;
  width: 100%;
  background-color: var(--volumeBundleTitleColor);
  border: 50%;
}

.gfbVolumeBundleTemplate_1_Wrapper,
.gfbVolumeBundleTemplate_3_Wrapper,
.gfbVolumeBundleTemplate_4_Wrapper {
  display: grid;
  row-gap: 10px;
  user-select: none;
}

.gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeBundleTemplate_3_TiersWrapper {
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  row-gap: 16px;
  column-gap: 8px;
}

.gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeBundleTemplate_3_TierWrapper {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  place-items: center;
  border: 1.8px solid var(--tierBorderColor);
  background-color: var(--tierBackgroundColor);
  border-radius: 8px;
  row-gap: 6px;
  padding: 10px;
  cursor: pointer;
}

.gfbVolumeBundleTemplate_3_TiersWrapper .gfbVolumeBundleTemplate_3_TierBadge {
  position: absolute;
  top: -7px;
  transform: translateX(-50%);
  left: 50%;
  background-color: var(--badgeBackgroundColor);
  color: var(--badgeTextColor);
  font-size: 10px;
  line-height: normal;
  padding: 4px 8px;
  border-radius: 0px 0px 7px 7px;
  text-wrap: nowrap;
  font-weight: 600;
}

.gfbVolumeBundleTemplate_4_TiersWrapper .gfbVolumeBundleTemplate_4_TierBadge ,
.gfbSimpleRibbonBadge {
  position: absolute;
  top: -7px;
  right: 5%;
  background-color: var(--badgeBackgroundColor);
  color: var(--badgeTextColor);
  font-size: 10px;
  line-height: normal;
  padding: 4px 8px;
  border-radius: 0px 0px 7px 7px;
  text-wrap: nowrap;
  font-weight: 600;
}

.gfbSimpleRibbonBadge::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 3.5px;
  border-radius: 8px 0 0 0;
  border-color: #000000;
  top: 0px;
  left: -6px;
  filter: brightness(0.8);
}

.gfbSimpleRibbonBadge::after{
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 3.5px;
  border-radius: 0 8px 0 0;
  border-color: #000000;
  top: 0px;
  right: -6.2px;
  filter: brightness(0.8);
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbSimpleRibbonBadge {
  right: 3%;
}

.gfbVolumeBundleTemplate_4_TiersWrapper .gfbVolumeBundleTemplate_4_TierBadge {
  right: 5%;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbSimpleRibbonBadge::before,
.gfbVolumeBundleTemplate_3_TiersWrapper .gfbVolumeBundleTemplate_3_TierBadge::before,
.gfbVolumeBundleTemplate_4_TiersWrapper .gfbVolumeBundleTemplate_4_TierBadge::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 3.5px;
  border-radius: 8px 0 0 0;
  border-color: var(--badgeFoldBackgroundColor);
  top: 0px;
  left: -6px;
  filter: brightness(0.8);
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbSimpleRibbonBadge::after,
.gfbVolumeBundleTemplate_3_TiersWrapper .gfbVolumeBundleTemplate_3_TierBadge::after,
.gfbVolumeBundleTemplate_4_TiersWrapper .gfbVolumeBundleTemplate_4_TierBadge::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 3.5px;
  border-radius: 0 8px 0 0;
  border-color: var(--badgeFoldBackgroundColor);
  top: 0px;
  right: -6.2px;
  filter: brightness(0.8);
}


.gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeBundleTemplate_3_VariantSelectBtn {
  display:none;
  width: 100%;
  text-align: center;
  padding: 6px 10px;
  line-height: normal;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid var(--variantSelectorButtonBorderColor);
  color: var(--variantSelectorButtonTextColor);
  pointer-events: none;
  font-weight: 500;
}

.gfbVolumeBundleTemplate_4_Wrapper .gfbVolumeBundleTemplate_4_VariantSelectBtn {
  display:none;
  width: 100%;
  text-align: center;
  padding: 6px 10px;
  line-height: normal;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid var(--variantSelectorButtonBorderColor);
  color: var(--variantSelectorButtonTextColor);
  background-color: var(--variantSelectorButtonBackgroundColor);
  pointer-events: none;
  font-weight: 500;
}

/* Enabled state when radio is checked */
.gfbVolumeBundleTemplate_3_Wrapper input[type="radio"]:checked ~ .gfbVolumeBundleTemplate_3_VariantSelectBtn,
.gfbVolumeBundleTemplate_4_TierWrapper input[type="radio"]:checked ~ .gfbVolumeBundleTemplate_4_ContentsWrapper .gfbVolumeBundleTemplate_4_VariantSelectBtn {
  pointer-events: auto;
  background-color: var(--variantSelectorButtonActiveBackgroundColor);
  color: var(--variantSelectorButtonActiveTextColor);
}

.gfbVolumeBundleTemplate_1_Wrapper input[type="radio"],
.gfbVolumeBundleTemplate_3_Wrapper input[type="radio"],
.gfbVolumeBundleTemplate_4_Wrapper input[type="radio"] {
  background-color: var(--variantSelectorButtonBackgroundColor);
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.8px solid var(--radioButtonBorderColor);
}

.gfbVolumeBundleTemplate_1_Wrapper input[type="radio"] {
  width: 12px;
  height: 12px;
  margin:0;
}

.gfbVolumeBundleTemplate_3_Wrapper input[type="radio"],
.gfbVolumeBundleTemplate_4_Wrapper input[type="radio"] {
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.gfbVolumeBundleTemplate_4_Wrapper .gfbVolumeBundleTemplate_4_TierRadio {
  margin-top:3px;
}

.gfbVolumeBundleTemplate_1_Wrapper input[type="radio"]:checked,
.gfbVolumeBundleTemplate_3_Wrapper input[type="radio"]:checked,
.gfbVolumeBundleTemplate_4_Wrapper input[type="radio"]:checked {
  background-color: var(--radioButtonActiveColor);
  -webkit-animation: pulse 0.7s forwards;
  animation: pulse 0.7s forwards;
}


.gfbVolumeBundleTemplate_3_Wrapper input[type="radio"]:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #ffffff;
  transform: scale(0);
}


.gfbVolumeBundleTemplate_4_Wrapper input[type="radio"]:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #ffffff;
  transform: scale(0);
}

.gfbVolumeBundleTemplate_1_Wrapper input[type="radio"]:before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #ffffff;
  transform: scale(0);
}

.gfbVolumeBundleTemplate_1_Wrapper input[type="radio"]:checked::before,
.gfbVolumeBundleTemplate_3_Wrapper input[type="radio"]:checked::before,
.gfbVolumeBundleTemplate_4_Wrapper input[type="radio"]:checked::before {
  transform: scale(1);
}

.gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeDiscountWidgetOfferAddToCartButton,
.gfbVolumeBundleTemplate_4_Wrapper .gfbVolumeDiscountWidgetOfferAddToCartButton {
  margin: 0;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0.8;
}

.gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountWidgetOfferDiscountTierContainer:has(input[type="radio"]:checked),
.gfbVolumeBundleTemplate_3_TierWrapper:has(input[type="radio"]:checked),
.gfbVolumeBundleTemplate_4_TierWrapper:has(input[type="radio"]:checked) {
  border-color: var(--tierActiveBorderColor);
  background-color: var(--tierActiveBackgroundColor);
}

.gfbVolumeBundleTemplate_1_Wrapper:not(:has(input[type="radio"]:checked)) .gfbVolumeDiscountWidgetOfferDiscountTierContainer:hover,
.gfbVolumeBundleTemplate_3_Wrapper:not(:has(input[type="radio"]:checked)) .gfbVolumeBundleTemplate_3_TierWrapper:hover,
.gfbVolumeBundleTemplate_4_Wrapper:not(:has(input[type="radio"]:checked)) .gfbVolumeBundleTemplate_4_TierWrapper:hover {
  border-color: var(--tierActiveBorderColor);
  background-color: var(--tierBackgroundColor);
}

.gfbVolumeBundleTemplate_3_Wrapper:has(input[type="radio"]:checked) .gfbVolumeDiscountWidgetOfferAddToCartButton,
.gfbVolumeBundleTemplate_4_Wrapper:has(input[type="radio"]:checked) .gfbVolumeDiscountWidgetOfferAddToCartButton {
  pointer-events: auto;
  opacity: 1;
}

.gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeBundleTemplate_3_TierTextsWrapper {
  display: grid;
  place-items: center;
  text-align: center;
  row-gap: 5px;
  line-height: 20px;
  padding-bottom: 8px;
}

.gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeBundleTemplate_3_TierText {
  font-weight: 600;
  font-size: 16px;
  color: var(--tierTextColor);
}

.gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeDiscountPriceContainer {
  flex-direction: column;
  flex-wrap: wrap-reverse;
  line-height: normal;
  justify-content: center;
  gap:0;
}

.gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeDiscountOriginalPrice ,
.gfbVolumeBundleTemplate_4_Wrapper .gfbVolumeDiscountOriginalPrice {
  font-size: 12px;
  font-weight:500;
  color:var(--originalPriceColor);
}

.gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeDiscountDiscountPrice ,
.gfbVolumeBundleTemplate_4_Wrapper .gfbVolumeDiscountDiscountPrice {
  font-size: 14px;
  font-weight: 600;
  color:var(--discountPriceColor);
}

.gfbVolumeBundleTemplate_4_TiersWrapper {
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  gap: 8px;
  cursor: pointer;
}

.gfbVolumeBundleTemplate_4_TierWrapper {
  position: relative;
  border: 1.8px solid var(--tierBorderColor);
  background-color: var(--tierBackgroundColor);
  border-radius: 8px;
  padding: 16px 8px 10px 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 5px;
  align-items: flex-start;
  cursor:pointer;
}

.gfbVolumeBundleTemplate_4_TierWrapper .gfbVolumeBundleTemplate_4_TierTextAndPriceWrapper {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  align-items: flex-start;
  column-gap: 24px;
}

.gfbVolumeBundleTemplate_4_TierWrapper .gfbVolumeBundleTemplate_4_TierTextAndPriceWrapper .gfbVolumeBundleTemplate_4_TierText {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--tierTextColor);
}

.gfbVolumeBundleTemplate_4_TierWrapper .gfbVolumeDiscountPriceContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0px;
  line-height: normal;
}

.gfbVolumeBundleTemplate_4_TierWrapper .gfbVolumeBundleTemplate_4_ContentsWrapper {
  display: grid;
  row-gap: 10px;
}

/* variant selection modal styles */
.gfbVariantSelectionModal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  display: block !important;
  background-color: #ffffff;
  z-index: 2147483647;
  border-radius: 8px;
  animation: modalFadeIn 0.3s ease-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.gfbVariantSelectionModalHeader {
  display: flex;
  justify-content: space-between;
  padding: 6px 6px 6px 16px;
  background-color: #f3f3f3;
  border-radius: 8px 8px 0 0;
}

.gfbVariantSelectionModalHeader .gfbVariantSelectionModalTitle {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.gfbVariantSelectionModalHeader .gfbVariantSelectionModalCloseIconWrapper {
  width: 25px;
  height: 25px;
  margin-left: auto;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 5px;
}

.gfbVariantSelectionModalHeader .gfbVariantSelectionModalCloseIconWrapper:hover {
  background-color: #e7e7e7;
}

.gfbVariantSelectionModalHeader .gfbVariantSelectionModalCloseIconWrapper svg {
  width: 90%;
  height: 90%;
}

.gfbVariantSelectionModalOverlay {
  display: block !important;
  position: fixed;
  inset: 0;
  background-color: #00000080;
  z-index: 2147483646;
  animation: overlayFadeIn 0.3s ease-out;
}

.gfbVariantSelectionModalClose {
  animation: modalFadeOut 0.2s ease-in forwards;
  display: none !important;
}

.gfbVariantSelectionModalOverlay .gfbVariantSelectionModalClose {
  animation: overlayFadeOut 0.2s ease-in forwards;
  display: none !important;
}

.gfbVariantSelectionModalBody {
  max-height: 400px;
  height: fit-content;
  padding: 10px 16px 16px 16px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888888 #f1f1f1;
}

.gfbVariantSelectionModalBody::-webkit-scrollbar {
  width: 8px;
}

.gfbVariantSelectionModalBody::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.gfbVariantSelectionModalBody::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 4px;
}

.gfbVariantSelectionModalBody::-webkit-scrollbar-thumb:hover {
  background: #555555;
}

.gfbVariantSelectionModalBody .gfbProductsVariantsSelectionWrapper {
  display: grid;
  row-gap: 20px;
}

.gfbVariantSelectionModalBody .gfbVariantsSelectorContainer {
  position: relative;
  display: grid;
  row-gap: 2px;
}

.gfbVariantSelectionModalBody .gfbVariantsSelectorContainer .gfbVariantSelectorTitle {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.gfbVariantSelectionModalBody .gfbVariantOptinsAndProductImageWrapper {
  position: relative;
  display: grid;
  grid-template-columns: auto 80px 1fr;
  align-items: center;
  gap: 16px;
}

.gfbVariantSelectionModalBody .gfbVariantsSelectorContainer:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.gfbVariantSelectionModalBody .gfbVolumeDiscountVariantUIParentContainer {
  display: grid;
  row-gap: 5px;
}

.gfbVariantSelectionModalBody .gfbProductImageWrapper {
  aspect-ratio: 1 / 1;
  border: 1px solid #858585;
  border-radius: 8px;
  overflow: hidden;
}

.gfbVariantSelectionModalBody .gfbProductImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gfbVariantSelectionModalBody .gfbVolumeDiscountSwatchColorUI {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.gfbVariantSelectionModalBody .gfbVolumeDiscountSwatchColorUISelected {
  outline: 2px solid #212121;
  border: none;
}

.gfbVariantSelectionModalBody .gfbVolumeDiscountLabelPillsUI {
  padding: 2px 12px;
  font-size: 10px;
}

.gfbVariantSelectionModalFooter {
  display: grid;
  place-items: center;
  padding: 6px 16px;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 0 0 5px 5px;
}

.gfbVariantSelectionModalFooter .gfbVolumeDiscountPriceAndFooterBtnWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.gfbVariantSelectionModalFooter .gfbVolumeDiscountPriceWrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gfbVariantSelectionModalFooter .gfbVariantSelectionModalFooterBtn {
  font-size: 14px;
  background-color: #000000;
  color: #ffffff;
  line-height: 18px;
  padding: 4px 16px;
  border-radius: 8px;
  cursor:pointer;
}

.gfbVariantSelectionModalFooter .gfbVolumeDiscountPriceText {
  font-size: 18px;
  font-weight: 600;
}

.gfbVariantSelectionModalFooter .gfbVolumeDiscountPriceContainer {
  flex-direction: row-reverse;
}

.gfbVariantSelectionModalFooter .gfbVolumeDiscountDiscountPrice,
.gfbVariantSelectionModalFooter .gfbVolumeDiscountOriginalPrice {
  font-size: 16px;
}

.gfbPoweredByLabelBlock{
  display: none;
}
.gfbHideProperty{
  display: none;
}

/* Modal Css For Mobile */
@media only screen and (max-width: 768px) {
  .gfbVariantSelectionModal {
    width:100%;
    left:0;
    transform:unset;
    background-color: #ffffff;
    border-radius: 0;
    animation:none;
  }

  .gfbVariantSelectionModalHeader {
    padding: 6px 12px 6px 16px;
  }
  .gfbVariantSelectionModalHeader .gfbVariantSelectionModalCloseIconWrapper svg {
    width: 100%;
    height: 100%;
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, 60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes overlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalFadeOut {
  from {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  to {
    opacity: 0;
    transform: translate(-50%, 60%);
  }
}

@keyframes overlayFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* horizontal upsell styles for mobile */
@media only screen and (max-width: 768px) {
  .gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountLabelText{
    font-size: 14px;
  }

  .gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountDiscountPrice{
    font-size: 14px;
  }
  .gfbVolumeBundleTemplate_1_Wrapper .gfbVolumeDiscountOriginalPrice{
    font-size: 14px;
  }

  .gfbVolumeBundleTemplate_3_TiersWrapper , .gfbVolumeBundleTemplate_4_TiersWrapper{
    grid-template-columns: repeat(2 , 1fr);
  }

  .gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeBundleTemplate_3_TierText {
    font-size: 14px;
  }
  
  /* .gfbVolumeBundleTemplate_3_Wrapper .gfbVolumeBundleTemplate_3_TiersWrapper {
    grid-template-columns: repeat(2 , 1fr);
  } */

  .gfbVolumeBundleTemplate_4_TierWrapper .gfbVolumeDiscountPriceContainer {
    flex-direction: row;
    gap: 6px;
    align-items: center;
  }

  .gfbVolumeBundleTemplate_4_TierWrapper .gfbVolumeBundleTemplate_4_ContentsWrapper {
    row-gap: 5px;
  }

  .gfbVolumeBundleTemplate_4_TierWrapper {
    padding: 18px 8px;
  }


  .gfbVolumeBundleTemplate_4_TiersWrapper {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    grid-template-columns: 1fr;
    gap: 10px;
    cursor: pointer;
  }

  .gfbVolumeBundleTemplate_4_Wrapper .gfbVolumeBundleTemplate_4_TierRadio {
    margin-top: 2px;
  }

  .gfbVolumeBundleTemplate_4_TiersWrapper .gfbVolumeBundleTemplate_4_TierBadge {
    right: 3%;
  }

  .horizontalDisplayDesignForUpsell{
    min-width:100%;
  }
  .horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetContainer {
    padding:12px;
}

  .horizontalDisplayDesignForUpsell .gfbHorizontalPlusImageBarContainer{
    margin:auto 12px;
  }

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetPrevButton , .horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetNextButton{
  display: none;
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetContentContainer {
  grid-auto-columns: calc((100% - 25px) / 1.75);
}

.horizontalDisplayDesignForUpsell .gfbFrequentBoughtWidgetProductContainer .gfbBundlesProductSelectCheckbox{
  scale: 1.4;
}
}