/* ============ THEME OVERRIDES ============ */
.siq-open [type=button]:not(#siq-quote-btn):not(.siq-cta):not(.siq-send):focus,
.siq-open [type=button]:not(#siq-quote-btn):not(.siq-cta):not(.siq-send):hover,
.siq-open [type=submit]:not(.siq-cta):not(.siq-send):focus,
.siq-open [type=submit]:not(.siq-cta):not(.siq-send):hover,
.siq-open button:not(#siq-quote-btn):not(.siq-cta):not(.siq-send):focus,
.siq-open button:not(#siq-quote-btn):not(.siq-cta):not(.siq-send):hover {
  background: transparent !important;
}

.woocommerce-notices-wrapper {
  display: none;
}

.elementor-widget-woocommerce-menu-cart,
.elementor-menu-cart__wrapper {
  display: none !important;
}

/* ============ HEART BUTTON (custom-add-cart) ============ */
.custom-add-cart .e-loop-add-to-cart-form-container {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
}

.custom-add-cart .e-loop-add-to-cart-form-container .e-loop-add-to-cart-form {
  margin: 0;
}

.custom-add-cart .e-loop-add-to-cart-form-container .ajax_add_to_cart {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  background-color: #fff !important;
  border: 1px solid #08548D !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.38867 0.5H4.38965C5.7777 0.5 6.99725 1.22413 7.68945 2.31641C8.0638 2.90636 8.92854 2.90661 9.30273 2.31641V2.31543C11.2962 -0.836312 16.1684 0.406309 16.4873 4.04004L16.5029 4.39941C16.5021 7.17132 14.9847 9.51902 13.2021 11.3145C11.4238 13.1056 9.43854 14.2888 8.6377 14.7217C8.55766 14.7649 8.4609 14.7643 8.38184 14.7197C7.58806 14.2717 5.59686 13.063 3.81055 11.3018C2.01465 9.53104 0.501099 7.27557 0.500977 4.72949C0.500977 2.39445 2.16217 0.494058 4.38867 0.5Z' stroke='%2308548D'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 17px 16px !important;
  overflow: visible;
  transition: none !important;
}

.custom-add-cart .e-loop-add-to-cart-form-container .ajax_add_to_cart.added {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='%2308548D' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.38867 0.5H4.38965C5.7777 0.5 6.99725 1.22413 7.68945 2.31641C8.0638 2.90636 8.92854 2.90661 9.30273 2.31641V2.31543C11.2962 -0.836312 16.1684 0.406309 16.4873 4.04004L16.5029 4.39941C16.5021 7.17132 14.9847 9.51902 13.2021 11.3145C11.4238 13.1056 9.43854 14.2888 8.6377 14.7217C8.55766 14.7649 8.4609 14.7643 8.38184 14.7197C7.58806 14.2717 5.59686 13.063 3.81055 11.3018C2.01465 9.53104 0.501099 7.27557 0.500977 4.72949C0.500977 2.39445 2.16217 0.494058 4.38867 0.5Z' stroke='%2308548D'/%3E%3C/svg%3E") !important;
}

/* hover tooltip */
.custom-add-cart .e-loop-add-to-cart-form-container .ajax_add_to_cart::before {
  content: "+ Add to Quote";
  position: absolute;
  top: 50%;
  right: calc(100% + 6px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 20px 0 7px;
  background: #08548D;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  clip-path: polygon(0 0, calc(100% - 14px) 0, calc(100% - 14px) 15%, 100% 50%, calc(100% - 14px) 85%, calc(100% - 14px) 100%, 0 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 5;
}

.custom-add-cart .e-loop-add-to-cart-form-container .ajax_add_to_cart.added::before {
  content: "— Remove from Quote";
}

.custom-add-cart .e-loop-add-to-cart-form-container .ajax_add_to_cart:hover::before {
  opacity: 1;
  visibility: visible;
}

.custom-add-cart .e-loop-add-to-cart-form-container .ajax_add_to_cart.loading {
  opacity: 1 !important;
}

.custom-add-cart .e-loop-add-to-cart-form-container .ajax_add_to_cart.loading::after,
.custom-add-cart .e-loop-add-to-cart-form-container .ajax_add_to_cart.added::after {
  display: none !important;
  content: none !important;
}

/* ============ RECT BUTTON (custom-add-cart-2) ============ */
.custom-add-cart-2 .ajax_add_to_cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #08548D !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 1 !important;
  text-transform: none !important;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
	
.custom-add-cart-2 .ajax_add_to_cart.added .elementor-button-text {
  font-size: 0 !important;
}

.custom-add-cart-2 .ajax_add_to_cart.added .elementor-button-text::after {
  content: "Remove from Quote";
  font-size: 14px;
}

.custom-add-cart-2 .ajax_add_to_cart:hover {
  background-color: #06467a !important;
}

/* hide theme icon, inject plus on the left */
.custom-add-cart-2 .ajax_add_to_cart .elementor-button-icon,
.custom-add-cart-2 .ajax_add_to_cart svg {
  display: none !important;
}

.custom-add-cart-2 .ajax_add_to_cart::before {
  content: "";
  width: 17px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3V17M3 10H17' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.custom-add-cart-2 .ajax_add_to_cart.added::before {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10H17' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* hide woo's post-add "View cart" link on all */
.custom-add-cart .added_to_cart,
.custom-add-cart .wc-forward,
.custom-add-cart-2 .added_to_cart,
.custom-add-cart-2 .wc-forward,
.custom-add-cart-3 .added_to_cart,
.custom-add-cart-3 .wc-forward {
  display: none !important;
}

/* ============ FIXED QUOTE BUTTON ============ */
#siq-quote-btn {
  position: fixed;
  bottom: 90px;
  right: 16px;
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 42px;
  padding: 11px 20px;
  background: #08548D;
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

#siq-quote-btn:hover {
  background: #06467a;
}

#siq-quote-btn svg {
  width: 17px;
  height: 16px;
  flex-shrink: 0;
}

/* ============ DRAWER + OVERLAY ============ */
#siq-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 100000;
}

#siq-drawer-overlay.siq-open {
  opacity: 1;
  visibility: visible;
}

#siq-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 620px;
  max-width: 100%;
  height: 100%;
  background: #09436A;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 100001;
  display: flex;
  flex-direction: column;
  box-shadow: -18px 0 50px rgba(5, 7, 8, 0.4);
}

#siq-drawer.siq-open {
  transform: translateX(0);
}

#siq-drawer * {
  box-sizing: border-box;
}

.siq-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 36px 0;
}

.siq-title {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 27px !important;
  font-weight: 800 !important;
  line-height: 33px;
  color: #fff;
}

.siq-title span {
  display: block;
  color: #D9B76B;
}

.siq-close {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 18px;
  cursor: pointer;
  padding: 0 !important;
}

.siq-close svg {
  width: 11px;
  height: 11px;
}

.siq-tabs {
  display: flex;
  gap: 24px;
  padding: 24px 36px 26px;
}

.siq-tab-btn {
  background: none;
  border: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 18px !important;
  padding: 0 0 8px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.siq-tab-btn:hover {
  background: none;
}

.siq-tab-btn.active {
  border-bottom-color: #D9B76B;
}

/* ============ SCROLL LAYOUT ============ */
.siq-body {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.siq-pane {
  padding-left: 36px;
  padding-bottom: 30px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-bottom: 0.667px solid rgba(255, 255, 255, 0.18);
}

.siq-pane[hidden] {
  display: none !important;
}

.siq-scrollwrap {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.siq-items,
.siq-details-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 36px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.siq-items::-webkit-scrollbar,
.siq-details-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
}

.siq-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.siq-scrollbar[hidden] {
  display: none;
}

.siq-scrollthumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background: #D9B76B;
  cursor: pointer;
}

.siq-scrollthumb:hover {
  background: #c6a55d;
}

/* ============ PRODUCT ROWS ============ */
.siq-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 0.667px solid rgba(255, 255, 255, 0.18);
}

.siq-item-img {
  width: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important;
  height: 90px !important;
  min-height: 90px !important;
  max-height: 90px !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
  background: #0C3A5A;
}

.siq-item-info {
  flex: 1;
  min-width: 0;
}

.siq-item-cat {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #D9B76B;
  min-height: 14px;
}

.siq-item-name {
  margin: 0 0 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 28.5px;
  color: #fff;
}

.siq-item-sqft {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 19.5px;
  color: #fff;
}

.siq-item-sqft input {
  width: 55px;
  height: 38px;
  border: 0.667px solid #69727D;
  border-radius: 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #050708;
  background: #fff;
  -moz-appearance: textfield;
  appearance: textfield;
}

.siq-item-sqft input::-webkit-outer-spin-button,
.siq-item-sqft input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.siq-item-remove {
  background: none;
  border: none;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  padding: 0 2px;
  flex-shrink: 0;
}

.siq-empty {
  padding: 44px 0;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

/* ============ GOLD CTA ============ */
.siq-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 53px;
  margin-top: 30px;
  border: none;
  border-radius: 0;
  background: linear-gradient(94deg, #D9B76B 0%, #A0763C 100%);
  box-shadow: inset 0 0 0 3px transparent;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  cursor: pointer;
  transition: background 0.5s, box-shadow 0.5s;
}

.siq-cta:hover:not(:disabled) {
  background: var(--e-global-color-accent, #A0763C) !important;
  box-shadow: inset 0 0 0 3px #fff;
}

.siq-cta:disabled {
  opacity: 0.6;
  cursor: default;
}

.siq-cta.siq-continue {
  flex-shrink: 0;
  width: calc(100% - 36px);
}

/* ============ DETAILS PANE / CF7 ============ */
.siq-section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #D9B76B;
  margin: 16px 0 19px;
  white-space: nowrap;
}

.siq-section-label:first-child {
  margin-top: 0;
}

.siq-section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.siq-pane[data-pane="details"] .siq-row {
  display: flex;
  gap: 14px;
}

.siq-field {
  flex: 1;
  margin-bottom: 14px;
}

.siq-field label,
.siq-pane[data-pane="details"] label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  margin-bottom: 7px;
}

.siq-pane[data-pane="details"] label:has(+ .wpcf7-form-control-wrap[data-name="siq-notes"]) {
  display: none;
}

.siq-pane[data-pane="details"] label:has(.wpcf7-form-control-wrap[data-name="siq-notes"]) {
  font-size: 0 !important;
  line-height: 0 !important;
  margin-bottom: 0 !important;
}

.siq-field input,
.siq-field textarea,
.siq-pane[data-pane="details"] input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.siq-pane[data-pane="details"] textarea,
.siq-pane[data-pane="details"] select {
  width: 100%;
  border: 0.667px solid #69727D;
  border-radius: 0;
  background: #fff;
  color: #050708;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 22px;
  padding: 0 14px;
  height: 45px;
}

.siq-field textarea,
.siq-pane[data-pane="details"] textarea {
  height: 114px;
  padding: 12px 14px;
  resize: vertical;
}

.siq-field textarea::placeholder,
.siq-pane[data-pane="details"] textarea::placeholder,
.siq-pane[data-pane="details"] input::placeholder {
  color: #757575;
}

/* CF7 submit -> gold CTA */
.siq-pane[data-pane="details"] input[type=submit],
.siq-pane[data-pane="details"] button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  margin-top: 16px;
  border: none;
  border-radius: 0;
  background: linear-gradient(94deg, #D9B76B 0%, #A0763C 100%);
  box-shadow: inset 0 0 0 3px transparent;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  cursor: pointer;
  transition: background 0.5s, box-shadow 0.5s;
}

.siq-pane[data-pane="details"] input[type=submit]:hover:not(:disabled),
.siq-pane[data-pane="details"] button[type=submit]:hover:not(:disabled) {
  background: var(--e-global-color-accent, #A0763C);
  box-shadow: inset 0 0 0 3px #fff;
}

.siq-pane[data-pane="details"] input[type=submit]:disabled {
  opacity: 0.6;
  cursor: default;
  filter: none;
}

/* kill layout gaps: spinner + custom msg box are not needed */
.siq-pane[data-pane="details"] .wpcf7-spinner {
  display: none !important;
}

.siq-pane[data-pane="details"] .siq-msg {
  display: none !important;
}

.siq-pane[data-pane="details"] .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 8px 12px !important;
  font-size: 13px;
  color: #fff;
}

.siq-pane[data-pane="details"] .wpcf7-not-valid-tip {
  color: #f2b8b5;
  font-size: 12px;
}

.siq-pane[data-pane="details"] .wpcf7-not-valid-tip ~ .wpcf7-not-valid-tip {
  display: none;
}

.siq-cf7-loading {
  padding: 30px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.siq-pane[data-pane="details"] .wpcf7 p {
  margin: 0;
}

.siq-pane[data-pane="details"] .wpcf7-form-control-wrap {
  display: block;
}

.siq-pane[data-pane="details"] .siq-section-label p {
  margin: 0;
}

.siq-pane[data-pane="details"] .hidden-fields-container {
  display: none;
}

/* ============ RESPONSIVE: TABLET ============ */
@media (max-width: 991px) {
  #siq-drawer {
    width: 420px;
  }

  .siq-head {
    padding: 25px 30px 0;
  }

  .siq-tabs {
    padding: 20px 30px 21px;
  }

  .siq-field input,
  .siq-field textarea,
  .siq-pane[data-pane="details"] input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .siq-pane[data-pane="details"] textarea,
  .siq-pane[data-pane="details"] select {
    font-size: 14px !important;
    line-height: 21.75px !important;
  }

  .siq-close {
    font-size: 12.49px !important;
    line-height: 18px;
  }

  .siq-close svg {
    width: 10px;
    height: 10px;
  }

  .siq-title {
    font-size: 22.48px !important;
    line-height: 27.42px !important;
  }

  .siq-tab-btn {
    font-size: 12px !important;
    line-height: 100% !important;
    border-bottom: 1.66px solid transparent;
  }

  .siq-body {
    padding: 0 0 25px 0;
  }

  .siq-pane {
    padding-left: 16px;
    padding-bottom: 25px;
  }

  .siq-items,
  .siq-details-scroll {
    padding-right: 30px;
  }

  .siq-cta.siq-continue {
    width: calc(100% - 30px);
  }

  .siq-scrollbar {
    width: 8px;
  }

  .siq-item {
    gap: 19px;
    padding: 17px 0;
  }

  .siq-send {
    margin-top: 25px !important;
  }

  .siq-section-label {
    margin: 0 0 18px;
    font-size: 12px !important;
    line-height: 100% !important;
  }

  .siq-field label,
  .siq-pane[data-pane="details"] label {
    font-size: 12px !important;
    line-height: 100% !important;
    margin-bottom: 8px !important;
  }

  .siq-row {
    gap: 0 !important;
  }

  .siq-field {
    margin-bottom: 18px;
  }

  .siq-pane[data-pane="details"] .siq-row {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  .siq-pane[data-pane="details"] .siq-field {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

  .siq-pane[data-pane="details"] input,
  .siq-pane[data-pane="details"] textarea,
  .siq-pane[data-pane="details"] button {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .siq-item-cat {
    font-size: 10px !important;
    line-height: 100% !important;
  }

  .siq-item-name {
    font-size: 15.82px !important;
    line-height: 100% !important;
    margin-bottom: 9.58px !important;
  }

  .siq-item-sqft {
    font-size: 10.82px !important;
    line-height: 100% !important;
  }

  .siq-item-sqft input {
    width: 45px;
    height: 31.63px;
    padding: 2px !important;
    font-size: 11.65px !important;
    line-height: 100% !important;
  }

  .siq-item-img {
    width: 74.91px !important;
    min-width: 74.91px !important;
    max-width: 74.91px !important;
    height: 74.91px !important;
    min-height: 74.91px !important;
    max-height: 74.91px !important;
  }

  .siq-cta {
    gap: 17px !important;
    height: 45px;
    font-size: 13.32px !important;
  }

  .siq-cta svg {
    width: 13.31px !important;
  }
}

/* ============ RESPONSIVE: MOBILE ============ */
@media (max-width: 767px) {
  #siq-quote-btn {
    gap: 7px !important;
    height: 36px !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
  }

  #siq-drawer {
    width: 100%;
  }

  .siq-head {
    padding: 26px 16px 0 16px;
  }

  .siq-tabs {
    padding: 16px;
  }

  .siq-items,
  .siq-details-scroll {
    padding-right: 16px !important;
  }

  .siq-body {
    padding: 0 0 25px 0;
  }

  .siq-pane {
    padding-left: 16px;
    padding-bottom: 25px;
  }

  .siq-item-cat {
    font-size: 9px !important;
  }

  .siq-cta {
    margin-top: 25px;
    gap: 15px !important;
    font-size: 13px !important;
  }

  .siq-item-name {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }

  .siq-close {
    gap: 10px !important;
    font-size: 12px !important;
  }

  .siq-close svg {
    width: 8px;
    height: 8px;
  }

  .siq-cta.siq-continue {
    width: calc(100% - 16px) !important;
  }

  .siq-field {
    margin-bottom: 15px;
  }

  .siq-field input,
  .siq-field textarea,
  .siq-pane[data-pane="details"] input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .siq-pane[data-pane="details"] textarea,
  .siq-pane[data-pane="details"] select {
    font-size: 14px !important;
    line-height: 21.75px !important;
  }

  .siq-item-sqft input {
    width: 47px !important;
  }

  .siq-item-img {
    width: 77.97px !important;
    min-width: 77.97px !important;
    max-width: 77.97px !important;
  }

  .siq-row {
    flex-direction: column;
    gap: 0;
  }

  .siq-scrollbar {
    width: 6px;
  }
}


/* ============ THEME CONFLICT HARDENING ============ */
/* ID-level specificity: colors/borders no theme rule can repaint.
   Only order-independent props here; responsive sizes stay in the blocks above. */
#siq-drawer .siq-tab-btn {
  background: none !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

#siq-drawer .siq-close,
#siq-drawer .siq-item-remove {
  background: none !important;
  border: 0 !important;
  color: #fff !important;
}

#siq-drawer .siq-cta {
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
}

#siq-drawer .siq-cta svg * {
  stroke: #fff;
}

#siq-drawer .siq-item-sqft {
  display: flex !important;
  align-items: center !important;
}

#siq-drawer .siq-item-sqft input {
  border-radius: 0 !important;
  background: #fff !important;
  color: #050708 !important;
  border-color: #69727D !important;
}

#siq-drawer a,
#siq-drawer button {
  text-decoration: none;
}
