/** Shopify CDN: Minification failed

Line 209:0 Unexpected "}"

**/
.product-bundle-container {
  cursor: pointer;
  padding: 15px 35px;
  background-color: transparent;
  border: 1px solid #F3F3F3;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.product-bundle-container.open {
    background-color: rgb(242 238 238);
}
.product-bundle-container variant-selects-bundle {
  display: none;
  margin-top: 4rem;
}
variant-selects-bundle .skin-2 .num-in,variant-selects-bundle .num-block{
  top: calc(100% - 60px);
}
variant-selects-bundle .quantity {
    width: auto;
    margin-top: 0;
    justify-content: center;
    padding-top: 0;
    align-items: center;
    height: 40px;
}
variant-selects-bundle .quantity__button,variant-selects-bundle .quantity__input {
    font-weight: 700;
    font-size: 1.0625em;
    width: 34px;
    height: 40px;
}
.product-bundle-container.open > .product-bundle-container-title > .arrow-down {
  transform: rotate(-180deg);
}

.product-bundle-container.open variant-selects-bundle {
  display: block;
}

.product-bundle-container.open variant-selects-bundle {
  display: block;
  position: relative;
}

.options button {
/*   border: 2px solid #000; */
}
.options-colour button {
/*   border: 2px solid #fff; */
  box-shadow: 0 0 0 2px #fff, 0 0 0 0px #706f73;
}
.options button:hover {
  border-color: #706F73;
}

.options button.selected {
/*   border: 2px solid #706f73; */
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #706f73;
}
.options.options-colour {
  gap: 10px;
}

.options.options-size button .icon-question {
  opacity: 0;
  position: absolute;
  bottom: -12px;
}
.next_action {
    position: absolute;
    right: 0;
    bottom: 0;
}
span.btn_price {
    margin-left: 15px;
}
.next_btn {
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 25px;
    opacity: 0.5;
    display: inherit;
}
.next_btn.disabled {
    cursor: not-allowed;
}
.next_btn:hover {
    opacity: 1;
}
span.load_variant {
    color: #bfbec0;
    font-weight: 300;
    margin-left: 0;
    display: inline-block;
}
a.size_guide {
    float: right;
}
@media screen and (max-width: 1024px) {
  .options.options-size button .icon-question {
    bottom: -10px;
  }
}

.options.options-size button.selected .icon-question {
  opacity: 100;
  padding: 0.2rem;
  border-radius: 9999px;
  background: #706F73;
}

.options.options-colour button.selected .icon-question {
  opacity: 1;
/*   background: #000; */
  border-radius: 100%;
}
.options.options-colour button .icon-question svg {
    content: "";
    opacity: 0;
}
.options.options-colour button.selected .icon-question {
  opacity: 100;
}

.options.options-colour button.disabled {
  opacity: 25%;
  cursor: not-allowed;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'><line x1='33.7071' y1='0.707107' x2='0.707107' y2='33.7071' stroke='white' stroke-width='3'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position-x: 100% !important;
}
@media screen and (max-width:768px){
  .next_action {
    position: relative;
  }
  .product-bundle-container.open {
    background-color: #f3f3f3;
    padding: 15px !important;
  }
  .mb-16.last-of-type\:mb-0 {
    margin-bottom: 20px;
}
  .product-bundle-container variant-selects-bundle {
    margin-top: 20px;
  }
  .options.options-colour button.selected .icon-question {
    opacity: 100;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto;
  }
  .options.options-size button .icon-question {
    bottom: 0px;
    right: 5px;
    top: 0;
    display: flex;
    align-items: center;
    height: max-content;
    margin: auto;
  }
  .options-colour button{
    position: relative;
    width: 30px;
    height: 30px;
  }
  .options.options-size{
    gap: 15px;
  }
  button.flex-col {
    border: 1px solid;
  }
}


.options-colour button.selected svg {
    opacity: 0;
}
button.flex-col {
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    margin: 0px !important;
}
button .mb-4 {
    margin-bottom: 0rem;
}
button .mb-4 svg {
    height: 30px;
  width: 40px;
}

@media screen and (max-width: 768px) {
.bundlebtn {
display:none;
}
}
}
}