.main .categories .accordion-menu ul {
  display: none;
}
.main .categories .accordion-menu input[type=checkbox]:checked + label + ul {
  display: block;
}
.main .categories .accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.main .categories .accordion-menu > li:not(:last-child) {
  margin-bottom: 5px;
}

.main .categories .level-1 ul::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .category-card {
    min-height: 250px;
  }

  .brand-card {
   min-height: auto;
  }
}

.category-collapse-toggle {
    cursor: pointer;
    color: #889397;
    transition: transform 0.2s;
    flex-shrink: 0;
}
.category-collapse-toggle[aria-expanded="true"] {
    transform: rotate(90deg);
}

.subcategory-bubble {
    color: #0E1A36;
    border-color: #c1c7c6;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 14px;
    background-color: #fff;
}
.subcategory-bubble:hover {
    background-color: #0E1A36;
    border-color: #0E1A36;
    color: #fff;
}

.footer-link {
  color: #ecf0ef !important;
}

.footer-link:hover {
  color: #5c6c75 !important;
}

.wishlist-btn:hover svg path {
    fill: #ecf0ef;
}

.eye-btn:hover svg path {
    fill: #ecf0ef;
}

.product-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.product-title, .product-price, .product-rating {
    width: 100%;
}

.product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-price {
    margin-top: 5px;
    min-height: 10px;
}

.product-rating {
    margin-top: 5px;
    min-height: 10px;
}

.totals > div:empty {
    display: none;
}

@media (max-width: 576px) {
    .add-alert {
        font-size: 8px;
    }
}

@media (max-width: 767.98px) {
    .footer-link svg {
        width: 25px;
        height: 25px;
    }

    .deal {
        justify-content: center;
    }

}

.cart-increaser {
    flex-wrap: nowrap;
}

.checkout-link:hover {
    color: #5c6c75;
}

/* Unified Checkout Styles */

.checkout-btn {
  font-size: 14px;
  height: 36px;
  min-width: 150px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px 0;
  border: none;
  border-radius: 17px;
  box-shadow: inset 0 -2px 0 #e2b620;
  background: linear-gradient(#fbce34, #fcd85e, #fbce34);
  color: #3b3d43;
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
}

.checkout-btn:active {
  box-shadow: inset 0 2px 0 #e2b620;
}

.payment-image-wrapper img {
  max-width: 100%;
  height: auto;
}

#delivery-address-section .mb-5,
#billing-address-selection .mb-5 {
  display: flex;
  align-items: center;
  gap: 8px;
}

#delivery-address-section input[type="radio"] + label,
#billing-address-selection input[type="radio"] + label {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Order sidebar */
.checkout .order-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 50px rgba(0, 109, 168, 0.06);
}

.checkout .order-info .header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.checkout .order-info .header .text {
  font-family: Verdana, sans-serif;
  font-size: 14pt;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d1f23;
}

.checkout .order-list {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-y: auto;
}

.checkout .order-info .product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dae5eb;
  display: flex;
}

.checkout .order-info .product .image {
  width: 100px;
  min-width: 100px;
  margin-right: 15px;
  border: 1px solid #f1f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout .order-info .product .image img {
  width: 100%;
  height: auto;
}

.checkout .order-info .product .description {
  padding: 5px 0;
  font-family: Verdana, sans-serif;
  font-size: 11pt;
  flex: 1;
}

.checkout .order-info .product .description .info {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.checkout .order-info .product .description .info .price span {
  font-weight: bold;
  color: #3b3d43;
  margin-right: 5px;
}

.checkout .order-info .product .description .info .count {
  color: #929297;
}

.checkout .order-info .product .description .info .count::before {
  content: 'x';
}

.checkout .price_total {
  padding: 10px 0;
  font-family: Verdana, sans-serif;
  font-size: 11pt;
}

.checkout .price_total > div {
  padding: 3px 0;
}

.checkout .price_total .cash {
  font-weight: 600;
}

.delivery-options-wrapper {
  width: 100%;
  padding: 15px 0;
}

.delivery-tab-wrapper {
  display: flex;
}

.delivery-tab-wrapper .divider {
  align-self: center;
  margin: 0 15px;
}

.delivery-option {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
  border: 1px solid;
  border-radius: 3px;
}

.delivery-option + .delivery-option {
  border-left: 1px solid #000;
}

.delivery-option input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.delivery-option input[type=radio]+label {
  flex: 1;
  padding: 10px 15px;
  margin: 0;
  width: 100%;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .2s, color .2s;
}

.delivery-option input[type=radio]+label:before,
.delivery-option input[type=radio]+label:after {
  display: none !important;
  content: none !important;
}

.delivery-option input[type=radio]:checked+label {
  background-color: #3b3d43;
  color: #fff;
}

.delivery-content {
  display: none;
  padding: 15px 0;
}

.delivery-content.active {
  display: block;
}

.delivery-content h6 {
  margin-bottom: 7px;
}

.delivery-date__input {
  width: 100%;
  position: relative;
  padding-left: 45px;
  background-image: url("/static/img/icons/back-in-time.388502a2a06f.svg");
  background-repeat: no-repeat;
  background-position: 7px 5px;
  background-size: 21px 21px;
  border: 1px solid;
  border-radius: 3px;
  height: 35px;
  line-height: 35px;
}

.checkout-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.checkout-row .divider {
  margin: 20px 0 0 30px;
}

.checkout-signin {
  margin: 20px 0 0 30px;
}

.checkout-form-content {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.checkout-form-content .header {
  display: flex;
  align-items: center;
  font-family: Verdana, sans-serif;
  font-size: 14pt;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d1f23;
  margin-bottom: 20px;
}

.checkout-form-content .header .number {
  display: inline-block;
  margin-right: 7px;
}

.checkout-form-content .step {
  margin-bottom: 30px;
}

.checkout-input-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 49%;
}

.checkout-input-field.full-width {
  max-width: 100%;
}

.checkout-input-field + .checkout-input-field {
  margin-left: auto;
}

.checkout-input-field input, .checkout-input-field select,
.delivery-date-selection select {
  border: 1px solid #7f7f7f;
  height: 39px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px;
}

.checkout-input-field sup {
  font-size: 75%;
}

.checkout-row input[type=checkbox], .checkout-row input[type=radio] {
  margin-top: 0;
  margin-right: 5px;
}

.shipping-method-label {
  display: flex;
  flex-direction: column;
}

.checkout-form-content .choose-address {
  padding: 15px 0;
}

.choose-address .item {
  margin-bottom: 7px;
}

.choose-address input[type=radio]+label,
.shipping-method-option input[type=radio]+label {
  font-weight: inherit;
  align-items: flex-start;
  height: auto;
  min-height: 40px;
  margin: 0;
  padding: 0 8px;
  cursor: pointer;
}

.choose-address input[type=radio]+label::before,
.shipping-method-option input[type=radio]+label::before {
  display: none;
}

.choose-address input[type=radio]:checked+label:after,
.shipping-method-option input[type=radio]:checked+label:after {
  top: 13px;
  transform: none;
}

.shipping-method-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 7px;
}

.shipping-method-option input[type=radio] {
  margin-top: 5px;
  flex-shrink: 0;
}

.payment-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-buttons-wrapper button {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  height: auto;
  min-height: 36px;
  padding: 5px 15px;
}

.payment-buttons-wrapper button + button {
  margin-left: 7px;
}

.payment-buttons-wrapper button small {
  text-transform: none;
}

.payment-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7px 0 30px;
}

.discount-code-wrapper, .order-notes-wrapper {
  padding: 15px 0;
}

.discount-code-wrapper h4, .order-notes-wrapper h4 {
  margin-bottom: 10px;
}

.order-notes-wrapper h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.discount-code-wrapper .coupon-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.discount-code-wrapper .coupon-row input {
  flex-grow: 1;
  border: 1px solid #7f7f7f;
  height: 39px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px;
}

.discount-code-wrapper .coupon-row .checkout-btn {
  margin: 0 0 0 7px;
  min-width: 0;
}

.voucher-text {
  flex: 0 0 100%;
}

.voucher-btn {
  margin: 15px auto;
  padding: 0 10px;
  display: block;
  background-color: #3b3d43;
  color: #fff;
  min-height: 36px;
  min-width: 150px;
  border: none;
  border-radius: 17px;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}

#add-new-address-btn { margin: 15px 0; }

.voucher-btn:hover, .voucher-btn:focus {
  background-color: rgba(59, 61, 67, .75);
}

.remove-coupon-btn {
  margin: 0 0 0 10px;
  display: block;
  background-color: #3b3d43;
  color: #fff;
  min-height: 36px;
  min-width: 150px;
  border: none;
  border-radius: 17px;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}

.remove-coupon-btn:hover, .remove-coupon-btn:focus {
  background-color: rgba(59, 61, 67, .75);
}

.order-notes-wrapper textarea {
  resize: none;
  border: 1px solid #7f7f7f;
  height: 86px;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px;
}

.modal-btn-wrapper {
  display: flex;
  flex-direction: column;
}

.modal-btn-link {
  margin-top: 7px;
}

.delivery-date-selection h5 {
  margin-bottom: 10px;
}

.delivery-date-bubbles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.delivery-date-bubble {
  width: 100%;
  padding: 6px 16px;
  background-color: transparent;
  color: #3b3d43;
  border: 1px solid #3b3d43;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
  outline: none;
}

.delivery-date-bubble:hover,
.delivery-date-bubble--selected {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.red-text-warning {
  color: #d42b2b;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

@media (min-width: 851px) {
  .sticky-md-top {
    position: sticky;
    top: 130px;
    z-index: 1020;
  }
}

.visible-on-mobile { display: none !important; }

@media (max-width: 991px) {
  .visible-on-mobile { display: block !important; }
  .hidden-sm { display: none !important; }

  .unified-checkout-row {
    display: flex;
    flex-direction: column;
  }

  .checkout-cart-details {
    order: 1;
    width: 100%;
  }

  .checkout-form-wrapper {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .checkout-row {
    flex-wrap: wrap;
  }

  .checkout-row .checkout-input-field + .checkout-input-field {
    margin-top: 15px;
  }

  .checkout-input-field {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .checkout-signin {
    margin: 20px 0 0 0;
  }

  .checkout-row .divider {
    margin: 20px 20px 0 0;
  }

  .payment-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .payment-buttons-wrapper button + button {
    margin: 7px 0 0;
  }

  .discount-code-wrapper .coupon-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .discount-code-wrapper .coupon-row .checkout-btn,
  .remove-coupon-btn {
    margin: 7px 0 0;
  }
}

.checkout-btn {
    background: #0E1A36;
    box-shadow: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50rem;
    border: 1px solid #0E1A36;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.checkout-btn:hover {
    background: #002047;
    color: #fff;
    cursor: pointer;
}
.checkout-btn:active {
    background: #001e43;
    box-shadow: none;
}

.register-inline-btn {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .register-inline-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0 0 15px;
        text-decoration: none;
    }
    .mobile-loyalty-signup .register-loyalty-btn {
        display: none;
    }
}

.mobile-loyalty-signup {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .mobile-loyalty-signup {
        display: flex;
        align-items: center;
        margin-top: 10px;
        padding: 8px 12px;
        background-color: #f0f2f5;
        border-radius: 6px;
        border: 1px solid #d0d5dd;
    }
}

.loyalty-savings-text {
    flex: 1;
    margin-bottom: 0;
    font-size: 13px;
    color: #1d1f23;
}

.loyalty-info-popup-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 8px;
}

.loyalty-info-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #0E1A36;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.loyalty-info-popup {
    display: none;
    background-color: #0E1A36;
    color: #fff;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
    width: 100%;
}

.loyalty-info-popup p {
    margin: 0 0 8px;
    color: #fff;
}

.loyalty-info-popup p:last-child {
    margin-bottom: 0;
}

.register-loyalty-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #0E1A36;
    color: #fff;
    border: none;
    border-radius: 50rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
}

.register-loyalty-btn:hover,
.register-loyalty-btn:focus {
    background-color: #002047;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .email-section .checkout-row {
        flex-wrap: wrap;
    }
    .email-section .checkout-input-field {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .email-section .checkout-row .divider {
        flex: 0 0 100%;
        text-align: center;
        font-weight: bold;
        margin: 12px 0 8px;
    }
    .email-section .checkout-row .checkout-signin {
        flex: 1;
        min-width: 0;
        margin: 0 8px 0 0;
    }
    .email-section .checkout-row .register-inline-btn {
        flex: 1;
        min-width: 0;
        margin: 0 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .email-section .checkout-row {
        flex-wrap: wrap;
    }
    .email-section .checkout-input-field {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .email-section .checkout-row .divider {
        flex: 0 0 100%;
        text-align: center;
        font-weight: bold;
        margin: 12px 0 8px;
    }
    .email-section .checkout-row .checkout-signin {
        flex: 1;
        min-width: 0;
        margin: 0 8px 0 0;
    }
    .email-section .checkout-row .register-inline-btn {
        flex: 1;
        min-width: 0;
        margin: 0 !important;
    }
}

.rff-related-block {
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 20px 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.rff-related-block__title {
    font-size: 16px;
    font-weight: 600;
    color: #0E1A36;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.rff-related-block__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.rff-related-block__item a {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}
.rff-related-block__item a:hover {
    background-color: #0E1A36;
    border-color: #0E1A36;
    color: #fff;
}

.rff-similar-brands {
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 20px 24px;
    margin-bottom: 24px;
}
.rff-similar-brands__title {
    font-size: 16px;
    font-weight: 600;
    color: #0E1A36;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.rff-similar-brands__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.rff-similar-brands__item a {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}
.rff-similar-brands__item a:hover {
    background-color: #0E1A36;
    border-color: #0E1A36;
    color: #fff;
}

.rff-catalog-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.rff-products-count {
    font-size: 14px;
    color: #6c757d;
}
.rff-products-count span {
    font-weight: 600;
    color: #0E1A36;
}
.rff-select-sm {
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #c1c7c6;
    border-radius: 4px;
    color: #0E1A36;
    background-color: #fff;
    cursor: pointer;
}
.rff-select-sm:focus {
    outline: none;
    border-color: #0E1A36;
}

.rff-filter-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 8px;
}

.rff-dropdown-wrapper {
    position: relative;
}

.rff-catalog-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background-color: #fff;
    border: 1px solid #c1c7c6;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #0E1A36;
    cursor: pointer;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
    white-space: nowrap;
}
.rff-catalog-btn:hover {
    background-color: #f0f2f5;
    border-color: #0E1A36;
}
.rff-catalog-btn.active {
    background-color: #0E1A36;
    border-color: #0E1A36;
    color: #fff;
}
.rff-chevron {
    transition: transform 0.2s ease;
}
.rff-catalog-btn.active .rff-chevron {
    transform: rotate(180deg);
}

.rff-dropdown-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(14, 26, 54, 0.1);
    z-index: 1000;
    padding: 16px;
}

.filter-group {
    margin-bottom: 16px;
}
.filter-group:last-of-type {
    margin-bottom: 0;
}
.filter-group-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #6c757d;
    margin-bottom: 8px;
}

.filter-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
}
.filter-options ul::-webkit-scrollbar { width: 3px; }
.filter-options ul::-webkit-scrollbar-thumb { background: #c1c7c6; border-radius: 2px; }
.filter-options ul li { padding: 4px 0; }
.filter-options input[type="checkbox"] { accent-color: #0E1A36; }

.rff-organic-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #0E1A36;
    cursor: pointer;
}
.rff-organic-label input[type="checkbox"] { accent-color: #0E1A36; }

.rff-clear-btn {
    width: 100%;
    margin-top: 12px;
    padding: 7px 0;
    background-color: transparent;
    border: 1px solid #0E1A36;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #0E1A36;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: all 0.15s;
}
.rff-clear-btn:hover {
    background-color: #0E1A36;
    color: #fff;
}

.sort-dropdown-content {
    padding: 4px 0;
}
.sort-option {
    padding: 9px 12px;
    font-size: 13px;
    color: #0E1A36;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.12s;
}
.sort-option:hover {
    background-color: #f0f2f5;
}
.sort-option.active {
    background-color: #0E1A36;
    color: #fff;
    font-weight: 600;
}

.selected-filters-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}
.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #c1c7c6;
    border-radius: 4px;
    font-size: 12px;
    color: #0E1A36;
    font-weight: 500;
}
.filter-chip-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: #0E1A36;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    transition: opacity 0.15s;
}
.filter-chip-remove:hover {
    opacity: 0.75;
}
.clear-all-btn {
    padding: 4px 12px;
    background-color: transparent;
    color: #6c757d;
    border: 1px solid #c1c7c6;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}
.clear-all-btn:hover {
    background-color: #0E1A36;
    border-color: #0E1A36;
    color: #fff;
}

@media (max-width: 576px) {
    .rff-filter-bar {
        flex-wrap: wrap;
    }
    .rff-catalog-topbar {
        flex-wrap: wrap;
        gap: 8px;
    }
}

.product.productModal {
    position: relative;
}

.product.productModal .zoom img {
    width: 100%;
    height: auto;
    display: block;
}

.tns-outer {
    position: relative;
}

.tns-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
    pointer-events: none;
    box-sizing: border-box;
}

.tns-controls button {
    pointer-events: all;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    transition: background 0.15s;
    flex-shrink: 0;
}

.tns-controls button:hover {
    background: #fff;
}

.tns-nav > .tns-nav-active .thumbnails-img,
#productThumbnails > .col-3.tns-nav-active .thumbnails-img {
    border: 2px solid #0E1A36;
    border-radius: 4px;
}

#productThumbnails .thumbnails-img {
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid transparent;
}

#productThumbnails .thumbnails-img img {
    width: 100%;
    height: auto;
    display: block;
}

.contact-file-input { display: none; }

.discount-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0ebe0;
    border-radius: 8px;
    padding: 22px 72px;
}

.discount-banner-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.discount-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: #0E1A36;
    clip-path: polygon(50% 0%, 61% 8.5%, 75% 6.7%, 80% 19.6%, 93% 25%, 91.5% 39%, 100% 50%, 91.5% 61%, 93% 75%, 80% 80.4%, 75% 93%, 61% 91.5%, 50% 100%, 39% 91.5%, 25% 93%, 20% 80.4%, 7% 75%, 8.5% 61%, 0% 50%, 8.5% 39%, 7% 25%, 20% 19.6%, 25% 6.7%, 39% 8.5%);
    flex-shrink: 0;
}

.discount-badge-symbol {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.discount-banner-text {
    font-size: 1.05rem;
    color: #0E1A36;
}

.discount-code {
    font-size: 1rem;
    font-weight: 600;
    color: #d22727;
    border: 1.5px dashed #d22727;
    border-radius: 6px;
    padding: 10px 28px;
    letter-spacing: 1px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .discount-banner {
        flex-direction: column;
        align-items: stretch;
        padding: 16px 20px;
        gap: 12px;
    }
    .discount-banner-left {
        justify-content: flex-start;
        gap: 12px;
    }
    .discount-badge {
        width: 36px;
        height: 36px;
    }
    .discount-badge-symbol {
        font-size: 1rem;
    }
    .discount-banner-text {
        font-size: 0.88rem;
    }
    .discount-code {
        align-self: stretch;
        text-align: center;
        font-size: 0.9rem;
        padding: 8px 20px;
    }
}

.quick-view-in-cart {
    min-height: 30px;
}
.quick-view-spinner {
    max-width: 200px;
}
.in-cart {
    display: none;
}
.in-cart.in-cart--active {
    display: block;
}
