[data-bundle=single],
[data-bundle=multi],
[data-bundle=buyxgety]{
  display:flex;
  flex-direction:column;
  border:1px solid #e5e7eb;
  cursor:pointer;
  margin-bottom:12px;
}
[data-bundle=single] .head,
[data-bundle=multi] .head,
[data-bundle=buyxgety] .head{
  display:flex;
  padding:12px;
  gap:12px;
  border-bottom:1px solid #e5e7eb;
}
[data-bundle=single] .head .detail,
[data-bundle=multi] .head .detail,
[data-bundle=buyxgety] .head .detail{
  display:grid;
  flex:1;
  grid-gap:8px;
  gap:8px;
}
[data-bundle=single] .head .detail .box,
[data-bundle=multi] .head .detail .box,
[data-bundle=buyxgety] .head .detail .box{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
[data-bundle=single] .head .detail .box .title,
[data-bundle=multi] .head .detail .box .title,
[data-bundle=buyxgety] .head .detail .box .title{
  font-weight:700;
  font-size:18px;
  line-height:120%;
}
[data-bundle=single] .head .detail .box .price,
[data-bundle=multi] .head .detail .box .price,
[data-bundle=buyxgety] .head .detail .box .price{
  display:flex;
  align-items:center;
  gap:4px;
}
[data-bundle=single] .head .detail .box .price .original,
[data-bundle=multi] .head .detail .box .price .original,
[data-bundle=buyxgety] .head .detail .box .price .original{
  font-weight:700;
  color:var(--yc-primary-color);
}
[data-bundle=single] .head .detail .box .price .compare-at,
[data-bundle=multi] .head .detail .box .price .compare-at,
[data-bundle=buyxgety] .head .detail .box .price .compare-at{
  color:#8D8D8D;
  font-size:13px;
  font-weight:400;
  line-height:120%;
  text-decoration-line:line-through;
}
[data-bundle=single] .item,
[data-bundle=single] .bundle-card-product,
[data-bundle=multi] .item,
[data-bundle=multi] .bundle-card-product,
[data-bundle=buyxgety] .item,
[data-bundle=buyxgety] .bundle-card-product{
  display:flex;
  justify-content:space-between;
  gap:12px;
}
[data-bundle=single] .item .media,
[data-bundle=single] .bundle-card-product .media,
[data-bundle=multi] .item .media,
[data-bundle=multi] .bundle-card-product .media,
[data-bundle=buyxgety] .item .media,
[data-bundle=buyxgety] .bundle-card-product .media{
  width:65px;
  height:65px;
  flex-shrink:0;
  overflow:hidden;
  aspect-ratio:1/1;
}
[data-bundle=single] .item .media > img,
[data-bundle=single] .bundle-card-product .media > img,
[data-bundle=multi] .item .media > img,
[data-bundle=multi] .bundle-card-product .media > img,
[data-bundle=buyxgety] .item .media > img,
[data-bundle=buyxgety] .bundle-card-product .media > img{
  -o-object-fit:cover;
     object-fit:cover;
  width:100%;
  height:100%;
}
[data-bundle=single] .item .info,
[data-bundle=single] .bundle-card-product .info,
[data-bundle=multi] .item .info,
[data-bundle=multi] .bundle-card-product .info,
[data-bundle=buyxgety] .item .info,
[data-bundle=buyxgety] .bundle-card-product .info{
  display:flex;
  flex:1;
  flex-direction:column;
}
[data-bundle=single] .item .info .name,
[data-bundle=single] .bundle-card-product .info .name,
[data-bundle=multi] .item .info .name,
[data-bundle=multi] .bundle-card-product .info .name,
[data-bundle=buyxgety] .item .info .name,
[data-bundle=buyxgety] .bundle-card-product .info .name{
  font-size:15px;
  font-weight:700;
  line-height:120%;
}
[data-bundle=single] .item .info .price,
[data-bundle=single] .bundle-card-product .info .price,
[data-bundle=multi] .item .info .price,
[data-bundle=multi] .bundle-card-product .info .price,
[data-bundle=buyxgety] .item .info .price,
[data-bundle=buyxgety] .bundle-card-product .info .price{
  display:flex;
  gap:10px;
  align-items:center;
}
[data-bundle=single] .item .info .price .original,
[data-bundle=single] .bundle-card-product .info .price .original,
[data-bundle=multi] .item .info .price .original,
[data-bundle=multi] .bundle-card-product .info .price .original,
[data-bundle=buyxgety] .item .info .price .original,
[data-bundle=buyxgety] .bundle-card-product .info .price .original{
  font-size:16px;
  font-weight:700;
  line-height:120%;
  color:var(--yc-primary-color);
}
[data-bundle=single] .item .info .price .compare-at,
[data-bundle=single] .bundle-card-product .info .price .compare-at,
[data-bundle=multi] .item .info .price .compare-at,
[data-bundle=multi] .bundle-card-product .info .price .compare-at,
[data-bundle=buyxgety] .item .info .price .compare-at,
[data-bundle=buyxgety] .bundle-card-product .info .price .compare-at{
  color:#8D8D8D;
  font-size:13px;
  font-weight:400;
  line-height:120%;
  text-decoration-line:line-through;
}
[data-bundle=single] .item,
[data-bundle=multi] .item,
[data-bundle=buyxgety] .item{
  padding:6px 12px;
}
[data-bundle=single] .item:first-of-type,
[data-bundle=multi] .item:first-of-type,
[data-bundle=buyxgety] .item:first-of-type{
  padding-block-start:12px;
}
[data-bundle=single] .item:last-of-type,
[data-bundle=multi] .item:last-of-type,
[data-bundle=buyxgety] .item:last-of-type{
  padding-block-end:12px;
}
[data-bundle=single] .item:not(:has(.variants)),
[data-bundle=multi] .item:not(:has(.variants)),
[data-bundle=buyxgety] .item:not(:has(.variants)){
  align-items:center;
}
[data-bundle=single] .item .info,
[data-bundle=multi] .item .info,
[data-bundle=buyxgety] .item .info{
  gap:8px;
}
[data-bundle=single] .item .info .group,
[data-bundle=multi] .item .info .group,
[data-bundle=buyxgety] .item .info .group{
  display:flex;
  gap:8px;
}
[data-bundle=single] .item .info .group .index,
[data-bundle=multi] .item .info .group .index,
[data-bundle=buyxgety] .item .info .group .index{
  width:22px;
  opacity:0.8;
}
[data-bundle=single] .item .info .variants,
[data-bundle=multi] .item .info .variants,
[data-bundle=buyxgety] .item .info .variants{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
[data-bundle=single] .item .info .variants span,
[data-bundle=multi] .item .info .variants span,
[data-bundle=buyxgety] .item .info .variants span{
  padding:2px 6px;
  background-color:#f3f4f6;
  font-size:0.875rem;
}
[data-bundle=single] .item.item-free,
[data-bundle=multi] .item.item-free,
[data-bundle=buyxgety] .item.item-free{
  border-top:1px solid #e5e7eb;
}
[data-bundle=single] .item.item-free .info .price,
[data-bundle=multi] .item.item-free .info .price,
[data-bundle=buyxgety] .item.item-free .info .price{
  display:grid;
  grid-gap:4px;
  gap:4px;
}
[data-bundle=single] .item.item-free .info .price.free-gift,
[data-bundle=multi] .item.item-free .info .price.free-gift,
[data-bundle=buyxgety] .item.item-free .info .price.free-gift{
  display:grid;
  grid-gap:4px;
  gap:4px;
}
[data-bundle=single] .item.item-free .info .price.free-gift .gift,
[data-bundle=multi] .item.item-free .info .price.free-gift .gift,
[data-bundle=buyxgety] .item.item-free .info .price.free-gift .gift{
  display:flex;
  align-items:center;
  gap:4px;
}
[data-bundle=single] .item.item-free .info .price.free-gift .gift svg,
[data-bundle=multi] .item.item-free .info .price.free-gift .gift svg,
[data-bundle=buyxgety] .item.item-free .info .price.free-gift .gift svg{
  fill:var(--yc-primary-color);
}
[data-bundle=single] .item.item-free .info .price.free-gift .gift .free,
[data-bundle=multi] .item.item-free .info .price.free-gift .gift .free,
[data-bundle=buyxgety] .item.item-free .info .price.free-gift .gift .free{
  font-size:16px;
  font-weight:700;
  line-height:120%;
  color:var(--yc-primary-color);
}
[data-bundle=single] .list,
[data-bundle=multi] .list,
[data-bundle=buyxgety] .list{
  display:flex;
  flex-direction:column;
}
[data-bundle=single] .bundle-checkbox,
[data-bundle=multi] .bundle-checkbox,
[data-bundle=buyxgety] .bundle-checkbox{
  -moz-appearance:none;
       appearance:none;
  -webkit-appearance:none;
  box-sizing:border-box;
  width:20px;
  height:20px;
  min-width:20px;
  padding:0;
  margin:0;
  border:1px solid #B7B7B7;
  border-radius:50%;
  cursor:pointer;
  flex-shrink:0;
  position:relative;
}
[data-bundle=single] .bundle-checkbox:checked,
[data-bundle=multi] .bundle-checkbox:checked,
[data-bundle=buyxgety] .bundle-checkbox:checked{
  border-color:var(--yc-primary-color);
}
[data-bundle=single] .bundle-checkbox:checked::after,
[data-bundle=multi] .bundle-checkbox:checked::after,
[data-bundle=buyxgety] .bundle-checkbox:checked::after{
  content:"";
  position:absolute;
  inset:1.3px;
  border-radius:50%;
  background-color:var(--yc-primary-color);
}
[data-bundle=single] .bundle-save-badge,
[data-bundle=multi] .bundle-save-badge,
[data-bundle=buyxgety] .bundle-save-badge{
  display:inline-flex;
  align-items:center;
  padding:2px 8px;
  font-size:0.75rem;
  font-weight:600;
}
[data-bundle=single] .bundle-save-badge--stroke,
[data-bundle=multi] .bundle-save-badge--stroke,
[data-bundle=buyxgety] .bundle-save-badge--stroke{
  border:1px solid currentColor;
}
[data-bundle=single] .bundle-save-badge--success,
[data-bundle=multi] .bundle-save-badge--success,
[data-bundle=buyxgety] .bundle-save-badge--success{
  background-color:#dcfce7;
  color:#15803d;
}
[data-bundle=single].bundle-card,
[data-bundle=multi].bundle-card,
[data-bundle=buyxgety].bundle-card{
  box-shadow:1px 2px 18px -2px #F2F1F1;
}
[data-bundle=single].bundle-card .bundle-card-head,
[data-bundle=multi].bundle-card .bundle-card-head,
[data-bundle=buyxgety].bundle-card .bundle-card-head{
  display:flex;
  align-items:center;
  gap:9px;
  padding:16px;
}
[data-bundle=single].bundle-card .bundle-card-head .bundle-card-title,
[data-bundle=multi].bundle-card .bundle-card-head .bundle-card-title,
[data-bundle=buyxgety].bundle-card .bundle-card-head .bundle-card-title{
  margin:0;
  font-weight:700;
  font-size:18px;
  line-height:normal;
}
[data-bundle=single].bundle-card .bundle-discount-tag,
[data-bundle=multi].bundle-card .bundle-discount-tag,
[data-bundle=buyxgety].bundle-card .bundle-discount-tag{
  display:inline-flex;
  align-items:center;
  padding:4px 16px;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
  background-color:var(--yc-primary-color);
  color:#fff;
}
[data-bundle=single].bundle-card .bundle-card-product,
[data-bundle=multi].bundle-card .bundle-card-product,
[data-bundle=buyxgety].bundle-card .bundle-card-product{
  align-items:center;
  padding:0 16px 16px;
}
[data-bundle=single].bundle-card .bundle-card-product .info,
[data-bundle=multi].bundle-card .bundle-card-product .info,
[data-bundle=buyxgety].bundle-card .bundle-card-product .info{
  gap:6px;
}
[data-bundle=single].bundle-card .bundle-card-variants,
[data-bundle=multi].bundle-card .bundle-card-variants,
[data-bundle=buyxgety].bundle-card .bundle-card-variants{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin:0 16px;
  padding:12px 0;
  border-top:1px solid #e5e7eb;
}
[data-bundle=single].bundle-card .bundle-card-variants .bundle-variant-row,
[data-bundle=multi].bundle-card .bundle-card-variants .bundle-variant-row,
[data-bundle=buyxgety].bundle-card .bundle-card-variants .bundle-variant-row{
  display:flex;
  align-items:start;
  gap:16px;
  padding:10px 16px;
  background-color:#f8f8f8;
  line-height:normal;
}
[data-bundle=single].bundle-card .bundle-card-variants .bundle-variant-row .bundle-variant-info,
[data-bundle=multi].bundle-card .bundle-card-variants .bundle-variant-row .bundle-variant-info,
[data-bundle=buyxgety].bundle-card .bundle-card-variants .bundle-variant-row .bundle-variant-info{
  display:flex;
  align-items:center;
  justify-content:space-evenly;
  flex-wrap:wrap;
  gap:8px 16px;
  width:100%;
}
[data-bundle=single].bundle-card .bundle-card-variants .bundle-variant-row .bundle-variant-index,
[data-bundle=multi].bundle-card .bundle-card-variants .bundle-variant-row .bundle-variant-index,
[data-bundle=buyxgety].bundle-card .bundle-card-variants .bundle-variant-row .bundle-variant-index{
  flex-shrink:0;
  font-weight:700;
}
[data-bundle=single].bundle-card .bundle-card-variants .bundle-variant-group,
[data-bundle=multi].bundle-card .bundle-card-variants .bundle-variant-group,
[data-bundle=buyxgety].bundle-card .bundle-card-variants .bundle-variant-group{
  display:flex;
  align-items:center;
  gap:8px;
}
[data-bundle=single].bundle-card .bundle-card-variants .bundle-variant-group .bundle-variant-label,
[data-bundle=multi].bundle-card .bundle-card-variants .bundle-variant-group .bundle-variant-label,
[data-bundle=buyxgety].bundle-card .bundle-card-variants .bundle-variant-group .bundle-variant-label{
  font-size:12px;
  font-style:normal;
  font-weight:400;
  line-height:120%;
}
[data-bundle=single].bundle-card .bundle-card-variants .bundle-variant-group .bundle-variant-qty,
[data-bundle=multi].bundle-card .bundle-card-variants .bundle-variant-group .bundle-variant-qty,
[data-bundle=buyxgety].bundle-card .bundle-card-variants .bundle-variant-group .bundle-variant-qty{
  font-size:15px;
  font-style:normal;
  font-weight:700;
  line-height:120%;
}
[data-bundle=single].bundle-card .bundle-card-variants .bundle-variant-group .bundle-variant-value,
[data-bundle=multi].bundle-card .bundle-card-variants .bundle-variant-group .bundle-variant-value,
[data-bundle=buyxgety].bundle-card .bundle-card-variants .bundle-variant-group .bundle-variant-value{
  font-size:12px;
  font-weight:400;
  line-height:120%;
}

.bundle-add-to-cart{
  margin-top:16px;
}
.bundle-add-to-cart span{
  font-size:14px;
  font-weight:600;
}
.bundle-add-to-cart .add-to-cart-button:disabled{
  cursor:not-allowed;
  opacity:0.5;
}
