/* Quantity Discount */
#qdisc-custom-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.qdisc-option-item label:has(input[type="radio"]:checked) {
    border-color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.1);
}
.qdisc-option-item label {
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, .3);
    padding: 1.75rem;
    transition: .5s;
    position: relative;
    padding-left: 4rem;
    background: rgba(0, 0, 0, 0.02);
    cursor: pointer;
}
.qdisc-option-item input[type="radio"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
}
.qdisc-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qdisc-option-item .qdisc-badge {
    position: absolute;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
    top: -1rem;
    right: -1rem;
    transform: rotate(3deg);
    margin: 0;
    padding: 0 .7em;
    border-radius: 3px;
    color: #FFF;
    background-color: #000;
}
.qdisc-variation-selectors {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 10px;
}
.qdisc-option-item .var-row {
    display: flex;
    gap: 10px;
    align-items: center;
}
.qdisc-option-item select.qdisc-var-select {
    height: 30px;
    width: fit-content;
    background: #FFF;
    color: #000;
    background-image: url(https://nomirabags.fr/wp-content/plugins/nomirabags/assets/images/down-chevron.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 16px;
}
.qdisc-content .qdisc-title, 
.qdisc-content .qdisc-price{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}
.qdisc-option-item .qdisc-desc {
    font-size: 14px;
    line-height: 1;
}
.var-row .var-row-number {
    font-size: 16px;
    font-weight: 700;
}
/* Quantity Discount */

/* FAQ start */
.qdisc-faq-accordion { margin: 30px auto; border-top: 1px solid #eee; padding-top: 20px; max-width: 800px; }
.faq-acc-item { border-bottom: 1px solid #eee; }
.faq-acc-trigger { 
    width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 15px;
    display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
    font-size: 1.1em;
	font-weight: 600;
	color: #333;
}
.faq-acc-trigger span { display: flex; align-items: center; gap: 12px; }
.faq-icon-img { width: 24px; height: 24px; object-fit: contain; flex-shrink: 0; }
.faq-acc-content { max-height: 0; overflow: hidden; transition: all 0.3s cubic-bezier(0, 1, 0, 1); color: #666; }
.faq-acc-content.open { max-height: 2000px; padding: 0 .6rem; padding-bottom: 1.5rem; transition: all 0.3s ease-in-out; }
.faq-acc-icon { font-size: 0.8em; transition: transform 0.3s; }
.faq-acc-icon svg { height: 15px; width: 15px; }
.faq-acc-item.active .faq-acc-icon { transform: rotate(180deg); }
/* FAQ end */

/* Product Review Start */
.qdisc-review-swiper-container {
    margin: 10px auto;
    max-width: 600px;
    background: transparent;
    position: relative;
}
.qdisc-review-slider {
    padding-bottom: 40px;
}
.qdisc-review-card {
    text-align: left;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}
.qdisc-nav-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.qdisc-review-swiper-container .swiper-button-next, 
.qdisc-review-swiper-container .swiper-button-prev { 
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    color: #333;
    transform: scale(0.3);
    width: 30px;
    height: 30px;
}
.qdisc-review-stars { 
    color: #ffb100; 
    margin-left: 10px; 
    font-size: 11px; 
    letter-spacing: 2px;
}
.qdisc-review-content { 
    font-size: 1.1em; 
    line-height: 1.6; 
    color: #444; 
    margin-bottom: 5px;
    font-style: italic;
}
.qdisc-review-author {
    font-size: 13px;
    padding-top: 10px;
    margin-top: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #222;
    border-top: solid 1px rgba(0,0,0, .06);
}
/* Product Review End */

/* Cross sell start */
.qdisc-cross-sells { margin: 20px 0; padding: 20px; border: 1px solid #eee; border-radius: 10px; background: #fdfdfd; }
.qdisc-cs-item { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.qdisc-cs-item:last-child { border-bottom: none; }
.qdisc-cs-image img { width: 50px; height: 50px; object-fit: cover; border-radius: 4px; }
.qdisc-cs-info { flex-grow: 1; }
.qdisc-cs-name { font-weight: 600; font-size: 14px; display: block; }
.qdisc-cs-price { font-size: 13px; display: flex; flex-direction: column; align-items: flex-end; }
.qdisc-cs-price del { color: #999; order: 1; }
.qdisc-cs-price ins { text-decoration: none; font-weight: 700; color: #000; }
.qdisc-cs-item-left, .qdisc-cs-item-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.qdisc-cs-item .switch {
  position: relative;
  display: inline-block;
  width: 40px;   /* Bootstrap width approx. */
  height: 20px;  /* Bootstrap height approx. */
}
.qdisc-cs-item .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.qdisc-cs-item .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #dee2e6; /* Bootstrap's off-state color */
  transition: .2s;
  border-radius: 20px;
  border: 1px solid #adb5bd;
}
.qdisc-cs-item .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .2s;
  border-radius: 50%;
}
.qdisc-cs-item input:checked + .slider {
  background-color: #000; /* Bootstrap primary blue */
  border-color: #000;
}
.qdisc-cs-item input:checked + .slider:before {
  transform: translateX(20px);
}
/* Cross sell end */