/** Shopify CDN: Minification failed

Line 450:12 Expected "}" to go with "{"

**/
/* ===============================================
   Build Your Box - Uses product-block-unified
   =============================================== */

.container--full-width {
  max-width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Product Wrapper - Selection State */
.byb-product-wrapper {
  position: relative;
}

/* Disable form submission in Build Your Box */
.build-your-box-section .byb-product-wrapper form[action*="/cart/add"] {
  pointer-events: none;
}

.build-your-box-section .byb-product-wrapper .unified-atc-btn,
.build-your-box-section .byb-product-wrapper .add-single-product {
  pointer-events: auto;
}

.byb-product-wrapper.selected .unified-card {
  border: 3px solid #BF570A !important;
  box-shadow: 0 4px 20px rgba(255, 87, 34, 0.3) !important;
}

/* Override Add to Cart button text in Build Your Box section */
.build-your-box-section .unified-atc-btn:not(.sold-out) {
  background: #BF570A !important;
  position: relative;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/* Hide ALL child elements completely */
.build-your-box-section .unified-atc-btn:not(.sold-out) * {
  display: none !important;
}

/* Show only our custom text */
.build-your-box-section .unified-atc-btn:not(.sold-out)::after {
  content: 'Add to Box';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
  line-height: normal;
}

.build-your-box-section .unified-atc-btn:not(.sold-out):hover {
  background:#21685A !important;
}

/* When product is selected - change to "Remove" with green background */
.build-your-box-section .byb-product-wrapper.selected .unified-atc-btn:not(.sold-out) {
  background: #21685A !important;
}

.build-your-box-section .byb-product-wrapper.selected .unified-atc-btn:not(.sold-out)::after {
  content: 'Remove';
}

.build-your-box-section .byb-product-wrapper.selected .unified-atc-btn:not(.sold-out):hover {
  background:#21685A !important;
}

/* Sticky Footer */
.byb-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 3px solid #f5f5f5;
  box-shadow: 0 -6px 30px rgba(0, 0, 0, 0.12);
  padding: 20px 0;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.byb-sticky-footer.hidden {
  transform: translateY(100%);
}

.byb-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Selection Tracker */
.byb-selection-tracker {
  flex: 0 0 auto;
  overflow: visible;
}

.byb-slots {
  display: flex;
  gap: 12px;
  align-items: center;
  overflow: visible;
  padding: 12px 0;
}

.byb-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 3px dashed #ddd;
  border-radius: 12px;
  background: #fafafa;
  transition: all 0.3s ease;
  position: relative;
  overflow: visible !important;
  cursor: pointer;
}

.byb-slot.filled {
  border: 3px solid transparent;
  background: #fff;
  box-shadow: none;
}

.byb-slot .slot-label {
  font-size: 9px;
  font-weight: 700;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 1.2;
  padding: 0 5px;
}

.byb-slot.filled .slot-label {
  display: none;
}

/* Remove button - X in circle at top right */
.byb-slot .slot-remove {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  background:#21685A;
  border: 3px solid #fff;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  line-height: 1;
  transition: all 0.2s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

.byb-slot.filled .slot-remove {
  display: flex;
}

.byb-slot .slot-remove:hover {
  background: #21685A;
  transform: scale(1.2);
}

/* Hide the old checkmark */
.byb-slot .slot-checkmark {
  display: none !important;
}

/* Plus icon between slots */
.byb-slot-separator {
  font-size: 24px;
  color: #bbb;
  font-weight: 400;
  line-height: 1;
  margin: 0 4px;
}

/* Summary Section */
.byb-summary {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
  justify-content: flex-end;
}

.byb-summary-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.byb-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.byb-total-label {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.byb-total-price {
  font-size: 32px;
  font-weight: 800;
  color: #333;
  line-height: 1;
}

.byb-savings {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2px;
}

.byb-savings-label {
  font-size: 11px;
  font-weight: 600;
  color: #21685A;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.byb-savings-amount {
  font-size: 16px;
  font-weight: 700;
  color: #21685A;
}

/* Checkout Button - REDUCED SIZE */
.byb-checkout-btn {
  padding: 16px 40px;
  background: #e0e0e0;
  color: #999;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: not-allowed;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  min-width: 180px;
}

.byb-checkout-btn:not(:disabled) {
  background: #BF570A;
  color: white;
  cursor: pointer;
}

.byb-checkout-btn:not(:disabled):hover {
  background: #e64a19;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 87, 34, 0.35);
}

.byb-checkout-btn:not(:disabled):active {
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .byb-footer-content {
    gap: 25px;
    padding: 0 20px;
  }
  
  .byb-slot {
    width: 70px;
    height: 70px;
  }
  
  .byb-slot-separator {
    font-size: 22px;
    margin: 0 2px;
  }

  .byb-total-price {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .container--full-width {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .build-your-box-section .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .byb-sticky-footer {
    padding: 16px 0;
  }
  
  .byb-footer-content {
    flex-direction: column;
    gap: 16px;
    padding: 0 15px;
  }
  
  .byb-selection-tracker {
    width: 100%;
  }
  
  .byb-slots {
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  
  .byb-slot {
    width: 65px;
    height: 65px;
  }
  
  .byb-slot .slot-label {
    font-size: 8px;
  }

  .byb-slot .slot-remove {
    width: 22px;
    height: 22px;
    font-size: 13px;
    top: -7px;
    right: -7px;
  }
  
  .byb-slot-separator {
    font-size: 20px;
  }
  
  .byb-summary {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
  
  .byb-total-price {
    font-size: 26px;
  }

  .byb-total-label {
    font-size: 11px;
  }
  
  .byb-checkout-btn {
    padding: 14px 32px;
    font-size: 13px;
    min-width: 160px;
  }
}

@media (max-width: 480px) {
  .byb-slot {
    width: 55px;
    height: 55px;
  }

  .byb-slot .slot-label {
    font-size: 7px;
  }
  
  .byb-slot .slot-remove {
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: -6px;
    right: -6px;
  }

  .byb-slot-separator {
    font-size: 18px;
    margin: 0;
  }
  
  .byb-total-label {
    font-size: 10px;
  }
  
  .byb-total-price {
    font-size: 22px;
  }

  .byb-savings-label {
    font-size: 10px;
  }

  .byb-savings-amount {
    font-size: 14px;
  }
  
  .byb-checkout-btn {
    padding: 12px 24px;
    font-size: 12px;
    min-width: 140px;
  }
}

/* Animation */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.byb-slot.filled {
  animation: