/** Shopify CDN: Minification failed

Line 57:20 The "-" operator only works if there is whitespace on both sides

**/
index-product-bundle {
  position: relative;
  display: block;
}
 .ib-text-info h2 p{
  font-size: 28px;
  }
index-product-bundle p {
  margin: 0;
}
.ib-prod-bundle-box h2 svg {
  display: none;
}
.ib-container {
  box-sizing: border-box;
  position: relative;
}
index-product-bundle .product-bundle-submit-btn{
  background: #E94E91;
  border: none
}
index-product-bundle .product-bundle-submit-btn .btn_add_text{
  color: #000;
  font-weight: 700
}
index-product-bundle .product-bundle-submit-btn:after{
  display: none
}
.product-bundle-detail span{
  font-weight: 700;
  color: #000
}
.ib-float_bg {
  display: inline;
  position: relative;
}
.footer_arror_flip {
  transform: rotate(180deg);
}
.ib-float_bg:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-background);
  background-color: #fff;
  height: calc(100% -80px);
}
  .ib-container .prod-bundle-product-item-bar span{
    text-align:left;
    background-color:transparent;
    width:100%;
    line-height:1;
    display: block;
    word-break: break-word;
    height: auto;
  }
.ib-float-bg-content {
  display: contents;
  position: relative;
}

.ib-float-img-view {
  display: inline;
  position: relative;
}

.ib-float-img-view img {
  display: block;
  position: sticky;
  inset-block-start: 0;
  z-index: 0;
  width: 100%;
  height: auto;
}

.ib-info-content {
  display: flow-root;
  z-index: 1;
  width: 100%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  padding: 40px 0 3rem;
}

.ib-info-content h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}

.ib-prod-list {
  grid: auto-flow dense/repeat(3, minmax(0, 1fr));
  column-gap: var(--grid-desktop-horizontal-spacing);
  row-gap: var(--grid-desktop-vertical-spacing);
  display: grid;
}
.view_all_hide {
  visibility: hidden;
}
.ib-prod-bundle .ib-prod-bundle-box {
  width: clamp(340px, 25vw, 430px);
  position: sticky;
  border: 2px solid rgb(23, 23, 23);
  top: 100px;
}

.ib-prod-info {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
.ib-prod-bundle-box h2 {
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.ib-prod-bundle-box h2 p{
  font-size: 28px;
}
.ib-text-info {
  padding-bottom: 25px;
}

.ib-text-info p {
  max-width: 75rem;
  text-align: center;
}
index-product-bundle .locked {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
index-product-bundle .bundle_disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
index-product-bundle .product-bundle-btn {
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
#ib-prod-bundle-slidebar .prod-bundle-product-item-bar span{
  width: 100%;
  border-radius: 0
}
.product-bundle-submit-btn .total-price{
  display: none;
}
.prod-bundle-product-item-calc svg{
 width: 12px;
  height: 12px;
  cursor: pointer;
}
@media (min-width: 1536px) {
  .ib-prod-bundle {
    flex: 0 0 25%;
  }
}

@media (min-width: 1024px) {
  .ib-prod-bundle-box {
    padding: 30px;
  }
  .ib-prod-list {
    flex-grow: 1;
  }
  .ib-prod-bundle {
    flex-grow: 0;
  }
}
@media screen and (min-width: 1025px) {
  #ib-prod-bundle-dialog .ib-prod-bundle-box{
    background:url("/cdn/shop/files/01aa8285cd2296bf303552bb06fb9768f0ff6754a83d6-uGilBS_001f31c2-98ca-44de-b5e9-5a51be9bb506.png?v=1749459813") no-repeat;
    background-size: 100%;
    width:340px;
    height: 725px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .ib-prod-list {
    grid: auto-flow dense/repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 750px) and (max-width: 1025px) {
  .product-bundle-submit-btn:hover .btn_add_text{
    color: #fff !important;
  }
  .product-bundle-submit-btn:hover:after{
    border-color: #fff;
  }
   .ib-prod-bundle-box .product-bundle-submit-btn{
    background: #E94E91;
     color: #000
  }
  .ib-prod-bundle-box .locked{
    background: #fff
  }
  
  .ib-prod-bundle-box .btn-fill{
    background-color: #000 !important;
  }
   .product-bundle-price{
    display: none !important;
  }
  .product-bundle-submit-btn  .total-price{
    border-right: 1px solid;
  }
  .product-bundle-submit-btn  .btn_add_text span{
    padding:0 1rem;
  }
  .product-bundle-submit-btn  .btn_add_text{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ib-prod-list {
    grid: auto-flow dense/repeat(2, minmax(0, 1fr));
  }
  #ib-prod-bundle-slidebar.show {
    height: auto;
    display: flex;
  }
    .ib-prod-bundle-box h2 {
    font-size: 2.2rem;
    display: flex;
    justify-content: space-between;
  }
  #ib-prod-bundle-slidebar {
    display: none;
    height: 0;
    transition: all 0.5s ease-in-out;
  }
  .ib-prod-bundle-box h2 svg {
    display: block;
    width: 24px;
    height: 24px;
    stroke-width: 1.5px;
    color: #fff;
  }
  .ib-prod-info {
    display: block;
  }
  .ib-prod-bundle-box h2,
  .ib-prod-bundle-box p {
    color: #fff;
  }
  .ib-container .prod-bundle-product-item-bar span {
    background: transparent;
    color: #fff;
    text-align: left;
    width: unset !important;
    background: transparent;
  }
  #ib-prod-bundle-dialog {
    inset-block-end: 0;
    position: sticky;
    bottom: 0;
    z-index: 50;
  }
  .ib-prod-bundle .ib-prod-bundle-box {
    border: none;
    background-color: rgba(23, 23, 23, 0.8);
    backdrop-filter: blur(20px);
  }
  .ib-prod-bundle .ib-prod-bundle-box {
    padding: 20px;
    width: 100%;
  }
  .prod-bundle-product-item-calc div{
    background-color: #fff!important;
  }
  .product-bundle-bg-remove{
    color: #fff
  }
    .product-bundle-btn{
    border: none !important;
  }
  .product-bundle-submit-btn .total-price{
    display: block
  }
}
@media (max-width: 750px) {
  .ib-text-info h2 {
  font-size: 35px;
  }
  .ib-prod-bundle-box h2{
    font-size: 35px;
  }
   .product-bundle-submit-btn:hover .btn_add_text{
    color: #fff !important;
  }
  .product-bundle-submit-btn:hover:after{
    border-color: #fff;
  }
   .ib-prod-bundle-box .product-bundle-submit-btn{
    background: #E94E91;
     color: #000;
     padding: 16px 26px;
  }
  .ib-prod-bundle-box .locked{
    background: #E94E91;
    opacity: .75
  }
  
  .ib-prod-bundle-box .btn-fill{
    background-color: #000 !important;
  }
  .prod-bundle-product-item-calc svg{
    display: none;
  }
  .prod-bundle-product-item-calc div{
    width: 42px;
    height: 34px;
  }
  .product-bundle-btn{
    border: none !important;
  }
  .product-bundle-submit-btn .total-price{
    display: block
  }
  .prod-bundle-product-item-calc div{
    background-color: #fff !important;
  }
  .product-bundle-bg-remove{
    color: #fff
  }
   .product-bundle-price{
    display: none !important;
  }
  .product-bundle-submit-btn  .total-price{
    border-right: 1px solid;
  }
  .product-bundle-submit-btn  .btn_add_text span{
    padding:0 1rem;
  }
  .product-bundle-submit-btn  .btn_add_text{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-bundle-price span {
    color: #fff;
  }
  #ib-prod-bundle-slidebar.show {
    height: auto;
    display: flex;
  }
  .ib-prod-list {
    grid: auto-flow dense/repeat(2, minmax(0, 1fr));
  }
  .ib-prod-info {
    display: block;
  }
  .ib-prod-bundle-box h2,
  .ib-prod-bundle-box p {
    color: #fff;
  }
  .ib-prod-bundle-box h2 {
    font-size: 2.2rem;
    display: flex;
    justify-content: space-between;
  }
  #ib-prod-bundle-slidebar {
    display: none;
    height: 0;
    transition: all 0.5s ease-in-out;
  }
  .ib-prod-bundle-box h2 svg {
    display: block;
    width: 24px;
    height: 24px;
    stroke-width: 1.5px;
    color: #fff;
  }
  .ib-container .prod-bundle-product-item-bar span {
    background: transparent;
    color: #fff;
    text-align: left;
        width: unset !important;
    background: transparent;
  }
  #ib-prod-bundle-dialog {
    inset-block-end: 0;
    position: sticky;
    bottom: 0;
    z-index: 50;
    margin-inline: -1.3rem;
  }
  .ib-prod-bundle .ib-prod-bundle-box {
    border: none;
    background-color: rgba(23, 23, 23, 0.8);
  }
  .ib-prod-bundle .ib-prod-bundle-box {
    padding: 20px;
    width: 100%;
  }
  .ib-info-content {
    padding: 0;
  }
}
.ib-prod-bundle-box p{
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 24px;
}