﻿@charset "UTF-8";
.bundle-header {
  background-color: #212121;
  border-bottom: 6px solid #1ABB4B;
  color: white;
}
.bundle-header .container {
  max-width: 1080px;
  padding-left: 15px;
  padding-right: 15px;
}
.bundle-header h1 {
  font-size: 40px;
  line-height: 51px;
  color: white;
}
.bundle-header .inner-bundle {
  padding: 60px 40px 100px;
}
.bundle-header .bundle-header-description {
  display: flex;
  justify-content: center;
}
.bundle-header .bundle-header-description ul {
  list-style: none;
  padding-left: 0;
}
.bundle-header .bundle-header-description ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.bundle-header .bundle-header-description ul li:before {
  content: "\f00c"; /* fa-check */
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: white; /* optional – use your $secondary */
}

.bundle-details {
  padding: 17px 15px 30px;
  margin-top: -90px;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.bundle-details .plb-price-now {
  font-size: 32px;
  margin-right: 0;
}
.bundle-details .incVat strong {
  font-weight: normal;
}
.bundle-details.container {
  max-width: 1080px;
  padding-left: 50px;
  padding-right: 50px;
}
.bundle-details .inner-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0;
  padding: 0;
}
.bundle-details .save-pill {
  color: #fff;
  padding: 6px 10px;
  background-color: #000;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 13px;
}
.bundle-details .price-pill {
  color: #00b569;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 51px;
}
.bundle-details .linked-product-row {
  min-height: 104px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 14px 30px 12px;
}
.bundle-details .linked-product-row .inner-title {
  font-size: 16px;
  font-weight: normal;
}
.bundle-details .linked-product-row .inner-qty {
  font-weight: 600;
  font-size: 18px;
}
.bundle-details .linked-product-row .inner-qty-message {
  font-size: 12px;
  color: #a5a5a5;
  max-width: 200px;
  height: 36px;
  display: flex;
  align-items: center;
}
.bundle-details .color-swatch-trigger {
  margin-bottom: 12px;
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
}
.bundle-details .color-swatch-trigger .color-circle {
  width: 46px;
  height: 46px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bundle-details .color-swatch-trigger.active .color-circle {
  box-shadow: 0 0 0 2px #1ABB4B, inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  transform: scale(1.02);
}
.bundle-details .color-swatch-trigger.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(1);
}
.bundle-details .colour-option-row {
  align-items: center;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bundle-details .colour-option-row .color-selection-tag {
  padding: 4px 8px;
  color: #000;
  background-color: #f5f5f5;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  border-radius: 4px;
  white-space: nowrap;
  margin-right: 10px;
}
.bundle-details .bundle-colour-preview {
  display: inline-block;
  border-radius: 50%;
  border: 0;
  background-color: #b0b0b0;
  box-shadow: inset 0 0 0 1px rgba(33, 33, 33, 0.12), 0 10px 24px rgba(33, 33, 33, 0.08);
}
.bundle-details .bundle-colour-preview--thumb {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
}
.bundle-details .bundle-colour-preview--large {
  width: min(100%, 280px);
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.bundle-details .bundle-colour-preview__label {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #212121;
}
.bundle-details .bundle-popup-image {
  display: block;
  max-width: 100%;
  max-height: 360px;
  margin: 0 auto;
  object-fit: contain;
}

.color-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #ccc;
}

.color-circle--header {
  width: 28px;
  height: 28px;
  border: 0;
}

.swatchHolder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 12px;
  padding-top: 6px;
  margin-bottom: 18px;
}

.sku-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.sku-row.selected .radio-select {
  border-color: #28a745;
  background: #28a745;
}

.sku-row.selected .radio-select::after {
  content: "✓";
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 6px;
  top: 0;
}

.sku-row .radio-select {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  background: #fff;
  min-width: 26px;
  min-height: 26px;
}

.sku-row.out-of-stock {
  opacity: 0.5;
}

.sku-row.out-of-stock .sku-availability {
  color: #dc3545;
}

.sku-row .sku-quantity-controls {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.qty-minus, .qty-plus {
  width: 32px;
  height: 32px;
  border: none;
  background: #eee;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
}

.qty-minus:disabled, .qty-plus:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.qty-input {
  width: 40px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 8px;
  font-size: 16px;
  border-radius: 4px;
  background: #fff;
}

.btn-confirm {
  background: grey !important;
  color: #fff !important;
  font-weight: bold;
  border: none;
  padding: 12px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 4px;
}

.btn-confirm.green {
  background: #28a745 !important;
  color: #fff;
}

.btn-confirm.red {
  background: #dc3545 !important;
}

.btn-confirm:disabled {
  background: #ccc !important;
  cursor: not-allowed;
}

.sku-size {
  width: 150px;
}

.sku-availability {
  width: 200px;
}

.edit-delete-btns {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.edit-delete-btns .btn, .edit-delete-btns .btn:hover, .edit-delete-btns .btn:active, .edit-delete-btns .btn:focus {
  border: none;
  background: #fff;
  color: #444;
  font-weight: 500;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.edit-delete-btns .edit-selection-btn {
  border-right: 1px solid #ddd;
}

.edit-delete-btns .btn i {
  margin-right: 6px;
}

.edit-delete-btns .fa {
  color: grey;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-content {
  text-align: center;
}

.spinner {
  margin: 0 auto 20px auto;
  width: 60px;
  height: 60px;
  border: 8px solid #eee;
  border-top: 8px solid #12c35a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.loading-message h2 {
  color: #12c35a;
  margin-bottom: 10px;
}

.loading-message p {
  color: #333;
  font-size: 18px;
}

@media (max-width: 992px) {
  .sku-size-availability {
    flex-wrap: wrap;
  }
}
.gridStyle img {
  height: 50px;
  width: 50px;
  min-height: 50px;
  min-width: 50px;
}

.color-selections {
  overflow: auto;
  min-height: 38px;
  margin-right: 15px !important;
}

@media (max-width: 767px) {
  .colour-option-row {
    flex-wrap: wrap;
    align-items: start;
  }
  .color-cta {
    margin-top: 15px;
    width: 100%;
  }
  .color-cta button {
    font-size: 14px;
  }
  .color-selection-tag {
    margin-bottom: 5px;
  }
  .color-img {
    width: 30%;
  }
  .color-selections {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    overflow: auto;
    align-items: center;
  }
  .color-selections {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .bundle-details-header .inner-title {
    display: none;
  }
  .bundle-details-header .img-column {
    order: 1;
  }
  .bundle-details-header .details-column {
    order: 2;
  }
  .bundle-details-header .details-column a[data-target="#ProductDetails"] {
    display: block;
    padding: 15px;
    background-color: #28a745;
    color: white;
    text-decoration: none;
    text-align: center;
  }
  .bundle-details-header .details-column a[data-target="#ProductDetails"] u {
    text-decoration: none;
  }
  .bundle-header .inner-bundle {
    padding: 20px 15px 100px;
  }
  .bundle-header .inner-bundle h1 {
    font-size: 26px;
    line-height: 28px;
  }
  .bundle-details.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .swatchHolder {
    text-align: center !important;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .select-sizes-btn {
    width: 100%;
  }
}
