.wc-composite-build-your-set-instructions {
  --heading_font_size: 35px;
  --ul_font_size: 18px;
  --padding_inline: 50px;
  --padding_block: 16px;
  --main_gap: 40px;
  background-color: var(--colors_lightblue);
  display: flex;
  padding-block: var(--padding_block);
  padding-inline: var(--padding_inline);
  align-items: center;
  gap: var(--main_gap);
  border: solid 1px var(--colors_productbordergray);
  border-radius: 5cqw;
  scroll-margin-top: 100px;
}
@media (width <= 768px) {
  .wc-composite-build-your-set-instructions {
    --heading_font_size: clamp(20px, 6cqw, 25px);
    --ul_font_size: clamp(14px, 5cqw, 18px);
    --padding_inline: 20px;
    --main_gap: 20px;
    flex-direction: column;
  }
}
.wc-composite-build-your-set-instructions > img {
  height: auto;
  max-width: 14cqw;
}
.wc-composite-build-your-set-instructions > .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wc-composite-build-your-set-instructions > .content ul {
  padding-left: 1em;
  margin: 0;
  font-size: var(--ul_font_size);
}
.wc-composite-build-your-set-instructions .heading {
  font-family: Montserrat, sans-serif;
  font-weight: bolder;
  font-size: var(--heading_font_size);
}

.wooco_components > .wooco_component {
  --item_image_dim: min(100%, 220px);
  --item_padding: 10px 20px;
  --checkmark_deselected_color: var(--colors_tabledark);
  padding: 0;
}
.wooco_components > .wooco_component:has(+ .wooco_component) {
  --border_height: 2px;
  --border_pad: 20px;
  --adjusted_pad: calc(var(--border_pad) - var(--border_height) / 2);
  border-bottom: solid var(--border_height) lightgray;
  margin-bottom: var(--adjusted_pad);
  padding-bottom: var(--adjusted_pad);
}
.wooco_components > .wooco_component .wooco_component_product_selection_list_item {
  padding: var(--item_padding);
  gap: 20px;
  flex-wrap: wrap;
  border: none;
}
.wooco_components > .wooco_component .wooco_component_product_selection_list_item > div {
  padding: 0;
}
.wooco_components > .wooco_component .wooco_component_product_selection_list_item > .wooco_component_product_selection_list_item_image {
  width: var(--item_image_dim);
  height: var(--item_image_dim);
  aspect-ratio: 1;
  flex-basis: auto;
}
.wooco_components > .wooco_component .wooco_component_product_selection_list_item > .wooco_component_product_selection_list_item_choose > span::before {
  border-radius: 50%;
  grid-column: 1;
}
.wooco_components > .wooco_component .wooco_component_product_selection_list_item_name,
.wooco_components > .wooco_component .wooco_component_product_selection_grid_item_name {
  font-size: 18px;
}
.wooco_components > .wooco_component .wooco-qty {
  gap: 5px;
}
.wooco_components > .wooco_component .wooco-qty,
.wooco_components > .wooco_component .wooco-qty-input {
  gap: 5px;
}
.wooco_components > .wooco_component .wooco-qty, .wooco_components > .wooco_component .wooco-qty .quantity, .wooco_components > .wooco_component .wooco-qty .qty,
.wooco_components > .wooco_component .wooco-qty-input,
.wooco_components > .wooco_component .wooco-qty-input .quantity,
.wooco_components > .wooco_component .wooco-qty-input .qty {
  display: flex;
  align-items: stretch;
  border-color: var(--colors_medium);
}
.wooco_components > .wooco_component .wooco-qty ::-webkit-inner-spin-button, .wooco_components > .wooco_component .wooco-qty .quantity ::-webkit-inner-spin-button, .wooco_components > .wooco_component .wooco-qty .qty ::-webkit-inner-spin-button,
.wooco_components > .wooco_component .wooco-qty-input ::-webkit-inner-spin-button,
.wooco_components > .wooco_component .wooco-qty-input .quantity ::-webkit-inner-spin-button,
.wooco_components > .wooco_component .wooco-qty-input .qty ::-webkit-inner-spin-button {
  display: none;
}
.wooco_components > .wooco_component .wooco-qty .wooco-plus,
.wooco_components > .wooco_component .wooco-qty .wooco-minus,
.wooco_components > .wooco_component .wooco-qty-input .wooco-plus,
.wooco_components > .wooco_component .wooco-qty-input .wooco-minus {
  width: unset;
  height: unset;
  aspect-ratio: 1;
}
.wooco_components > .wooco_component .wooco-qty-label {
  align-self: center;
}
.wooco_components > .wooco_component .wooco_component_product_selection > div {
  padding: 0;
}
.wooco_components > .wooco_component .wooco_component_product_selection .wooco_component_product_selection_grid {
  --cols: 1;
  display: grid;
  gap: 40px;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(var(--cols), 1fr);
}
@media all and (min-width: 481px) {
  .wooco_components > .wooco_component .wooco_component_product_selection .wooco_component_product_selection_grid {
    --cols: 2;
  }
}
@media all and (min-width: 769px) {
  .wooco_components > .wooco_component .wooco_component_product_selection .wooco_component_product_selection_grid {
    --cols: 3;
  }
}
.wooco_components > .wooco_component .wooco_component_product_selection .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
  text-align: left;
  border: none;
  width: 100%;
  container-type: inline-size;
  grid-template-rows: auto 1fr;
}
.wooco_components > .wooco_component .wooco_component_product_selection .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item::before {
  top: 10px;
  left: 10px;
  right: unset;
  border-radius: 50%;
}
.wooco_components > .wooco_component .wooco_component_product_selection .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item_image {
  margin: 0;
  width: 100%;
  max-width: 100cqw;
  aspect-ratio: 1;
  position: relative;
  z-index: 0;
}
.wooco_components > .wooco_component .wooco_component_product_selection .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item_image :is(picture, source, img) {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.wooco_components > .wooco_component .wooco_component_product_selection .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item_info {
  display: flex;
  flex-direction: column;
}
.wooco_components > .wooco_component .wooco_component_product_selection .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item_desc {
  margin-bottom: auto;
}
.wooco_components > .wooco_component.wooco_component_layout_list .wooco_component_product_selection_grid_item {
  width: 100%;
}

.wooco_component_product_selection_list .wooco_component_product_selection_list_item:not(.wooco_item_selected) .wooco_component_product_selection_list_item_choose span::before {
  background-color: var(--checkmark_deselected_color);
}

:where(.wooco_component_product_selection_grid_item):not(.woo_item_selected)::before {
  background-color: var(--checkmark_deselected_color);
}

.wpc-add-to-cart-wrapper {
  --atc_gap: 20px;
  background-color: var(--colors_one);
  position: sticky;
  padding-block: var(--atc_gap);
  bottom: 0;
  z-index: 9999999999;
}
@media all and (max-width: 767.9375px) {
  .wpc-add-to-cart-wrapper {
    --atc_gap: 20px;
  }
}
.wpc-add-to-cart-wrapper > .container {
  display: grid;
  justify-content: end;
  gap: var(--atc_gap);
}
@media all and (max-width: 767.9375px) {
  .wpc-add-to-cart-wrapper > .container {
    margin-inline: var(--atc_gap);
  }
}
.wpc-add-to-cart-wrapper > .container .price,
.wpc-add-to-cart-wrapper > .container .price * {
  color: white;
  margin: 0;
  font-weight: bold;
}
.wpc-add-to-cart-wrapper > .container .price {
  display: flex;
  gap: 10px;
  align-items: center;
}
.wpc-add-to-cart-wrapper > .container .price::before {
  content: "Total:";
}
.wpc-add-to-cart-wrapper > .container .cart {
  justify-content: flex-end;
}
@media all and (max-width: 767.9375px) {
  .wpc-add-to-cart-wrapper > .container .cart {
    gap: var(--atc_gap);
  }
}
@media all and (max-width: 767.9375px) {
  .wpc-add-to-cart-wrapper > .container .cart * {
    font-size: 14px;
  }
}
.wpc-add-to-cart-wrapper > .container .image-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.wpc-add-to-cart-wrapper > .container .image-strip:not(:has(> *)) {
  display: none;
}
.wpc-add-to-cart-wrapper > .container .image-strip > .image {
  --dim: 50px;
  position: relative;
  background-color: white;
  width: var(--dim);
  height: var(--dim);
  transition: all 200ms ease-in-out;
}
.wpc-add-to-cart-wrapper > .container .image-strip > .image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wpc-add-to-cart-wrapper > .container .image-strip > .image > span {
  --dim: 15px;
  position: absolute;
  z-index: 1;
  bottom: calc(-1 * var(--dim) * 0.25);
  right: calc(-1 * var(--dim) * 0.25);
  background: var(--colors_three);
  height: var(--dim);
  width: var(--dim);
  line-height: 0;
  font-size: calc(var(--dim) * 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.wpc-add-to-cart-wrapper > .container .image-strip > .image:hover, .wpc-add-to-cart-wrapper > .container .image-strip > .image:focus {
  transform: scale(1.1);
}
@media all and (max-width: 767.9375px) {
  .wpc-add-to-cart-wrapper > .container .image-strip {
    display: none;
  }
}
@media all and (max-width: 767.9375px) {
  .wpc-add-to-cart-wrapper > .container .button {
    order: 1;
  }
}

.wc-composite-instructions {
  background-color: var(--colors_peach);
  border-radius: 30px;
  padding-inline: 40px;
  padding-block: 20px;
}
.wc-composite-instructions:has(~ *) {
  margin-bottom: 40px;
}
.wc-composite-instructions > strong {
  font-size: 23px;
}
.wc-composite-instructions > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
}/*# sourceMappingURL=wc_composite_products_frontend.min.css.map */
