:root {
  --white: #ffffff;
  --black: #111111;
  --mid: #555555;
  --light: #f5f5f3;
  --border: #d8d8d4;
  --bodyFont: "Spectral", serif;
  --headingFont: "Lovelo Black";
}

.f-20 {
  font-size: 20px;
}

body {
  background: url(../images/pattern.jpg) no-repeat top left;
  background-size: cover;
}

.checkout-form {
  border: 1px solid #33333375;
  height: 50px;
  width: 100%;
  font-weight: 500;
  border-radius: 15.23px;
  padding: 0 44px 0 20px;
  color: #33333375;
  letter-spacing: 8%;
  font-family: var(--bodyFont);
  outline: none;
}

.border-form-lable {
  font-size: 15.23px;
  font-weight: 400;
  letter-spacing: 8%;
  color: 333333;
  font-family: var(--bodyFont);
}

/* =======================checkout-page================ */
.checkout-page {
  padding-top: 247px;
  padding-bottom: 130px;
}

.checkout-page .hwading-wrapper p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  text-transform: capitalize;
  margin-top: 33px;
  margin-bottom: 40px;
  font-family: var(--bodyFont);
}

.checkout-page form h4 {
  font-size: 30px;
  font-family: var(--headingFont);
  text-transform: uppercase;
  color: #000;
  margin-bottom: 26px;
}

.checkout-page .border-form-lable {
  margin-bottom: 14px;
}

.checkout-page .fild-wrapper {
  margin-bottom: 25px;
}

.checkout-page form .form-wrapper {
  border: 1px solid #33333375;
  padding: 40px 21px 40px 21px;
  border-radius: 20px;
}

.checkout-page .summary ul {
  border: none;
  padding: 27px 0px 37px 0px;
}

/* .checkout-page .summary h5{
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
} */
.checkout-page .form-wrapper .fild-wrapper {
  position: relative;
}

.checkout-page .form-wrapper .fild-wrapper .icon {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

/* .checkout-page .form-wrapper .fild-wrapper .icon img{
  width: 16.18px;
} */
.checkout-page .summary ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.checkout-page .summary ul li {
  font-size: 16px;
  font-family: var(--bodyFont);
  color: #333333;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 27px;
}

.checkout-page .summary ul li span {
  font-weight: 700;
  line-height: 27px;
}

.checkout-page .summary button {
  display: inline-block;
  width: fit-content;
  height: 50px;
  padding: 13px 33px 13px 53px !important;
  font-size: 16px;
  font-family: var(--bodyFont);
  border: none;
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  letter-spacing: 8%;
  margin: 0 auto;
}

.checkout-page .summary button span {
  margin-left: 21px;
}

.checkout-page .summary {
  background-color: #e6e6e6;
  padding: 40px 22px 26px 22px;
  border-radius: 20px;
}

.checkout-page .right-content {
  border: 1px solid #333333d5;
  padding: 13px;
  border-radius: 20px;
}

.checkout-page .right-content .summary h5 {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 27px;
}

.checkout-page .right-content .summary ul li:last-child {
  padding-top: 17px;
  margin-top: 3px;
  position: relative;
}

.checkout-page .right-content .summary ul li:last-child::after {
  background-image: url(../images/checkout/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 44px;
}

.checkout-page .summary ul {
  margin-bottom: 37px;
}

.checkout-page .last .fild-wrapper label {
  font-family: var(--headingFont);
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}

.checkout-page .redio-wrapper .form-check {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.checkout-page .redio-wrapper .form-check input {
  width: 30px;
  height: 30px;
  border: 1px solid #333333;
}

.checkout-page .form-check-input:checked {
  background-color: #333333;
}

.checkout-page .last .fild-wrapper h5 {
  margin-bottom: 20px;
}

.checkout-page .last .fild-wrapper {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 28px 41px;
  margin-top: 15px;
}

.checkout-page input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

.checkout-page input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.checkout-page .form-check-input:checked {
  background-color: #333333;
  border: 6px solid #fff;
}

.checkout-page input:focus {
  box-shadow: none;
}

.checkout-page .last .fild-wrapper {
  margin-bottom: 0;
}

/* ================================products-section===========================*/

.hero-section.products-section .row {
  min-height: auto;
}

.hero-section.products-section {
  padding-top: 254px;
}

.hero-section.products-section .hero-text-col {
  margin-bottom: 242px;
}

.hero-section.products-section .brand-wordmark h2 {
    letter-spacing: 9%;
}

/* ============================collections======================= */

.collections {
  text-align: center;
}

.collections .collections-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .collections .collections-menu ul{
  display: flex;
  align-items: center;
} */
.collections .collections-menu .dropdown-toggle::after {
  border: none;
  position: absolute;
  background-image: url(../images/drop-icon.png);
  background-position: right;
  background-size: 10px;
  background-repeat: no-repeat;
  content: "";
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.collections .collections-menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 23px 0 13px;
  font-size: 20px;
  font-family: var(--bodyFont);
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
}

.collections .collections-menu .navbar-expand-lg .navbar-nav .nav-link span {
  margin-left: 13px;
}

.collections .collections-menu .navbar-expand-lg .dropdown-menu {
  width: 170px;
  border-radius: 7px;
  box-shadow: 0px 4px 34px 0px #00000025;
  border: none;
  padding: 5px 15px;
}

.collections .collections-menu .navbar-expand-lg .dropdown-menu .form-check-label {
  font-size: 14px;
  color: #333333;
  font-weight: 600 !important;
  font-family: var(--bodyFont);
  cursor: pointer;
  /* padding: 10px 0; */
  /*margin-top: 3px;
  line-height: 1px;
  display: flex; */
  width: 100%;
  /* align-items: center;
  gap: 0 6px; */
}

.collections .collections-menu .navbar-expand-lg .dropdown-menu .form-check {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 0px 10px 0px;
}

.collections .box-wraper .image-wrap img {
  width: 100%;
  height: 371px;
  border-radius: 8px;
  object-fit: cover;
}

#clearAll {
  font-size: 16px;
  padding: 0 15px;
  font-weight: 600;
  font-family: var(--bodyFont);
  color: #333333;
  text-transform: uppercase;
}

.collections .box-wraper {
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 50px;
  display: block;
  /* padding-left: 10px;
  padding-right: 10px; */
}

.collections .box-wraper h5 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  font-family: var(--bodyFont);
  margin-bottom: 25px;
  margin-top: 38px;
  padding-left: 10px;
  padding-right: 10px;
}

.dutton-dark a {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.dutton-dark img {
  margin-left: 10px;
}

.dutton-dark {
  background-color: #000;
  padding: 10px 30px 14px 30px;
  border-radius: 30px;
}

.collections .button-wrapper .dutton-dark {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  height: 50px !important;
  display: inline-block;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.collections .button-wrapper .dutton-dark a {
  line-height: 33px;
}

.collections .collections-menu .navbar .nav-item {
  position: relative;
  z-index: 5;
  padding-right: 20px;
}

.collections .collections-menu .navbar .nav-item::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background-image: url(../images/Line-v.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
}

.collections .collections-menu .navbar .nav-item .nav-link.show::after {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 28%;
}

.collections .collections-menu .navbar .nav-item:last-child::after {
  background-image: none;
}


.collections .dropdown-menu .form-check {
  position: relative;
  z-index: 1;
}

.collections .dropdown-menu .form-check::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-image: url(../images/calculate.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.collections .heading {
  position: relative;
}

.collections .form-check .form-check-input {
  margin-left: 0;
  position: relative;
  z-index: 6;
}

.collections .form-check-input {
  box-shadow: none;
}

.collections .form-check-input:checked {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
}

.collections .heading::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/calculate.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.collections .form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
}

.collections .dropdown-menu .form-check:last-child::after {
  background-image: none;
}

.collections .heading h2 {
  margin-bottom: 40px;
}

.collections .heading p {
  padding-bottom: 37px;
  margin-bottom: 34px;
}

.collections .collections-menu {
  margin-bottom: 27px;
}

.collections .collections-menu {
  position: relative;
  padding-bottom: 57px;
  z-index: 4;
}

.collections .collections-menu::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/calculate.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

/* .contact-wrapper */

.contact-wrapper form {
  background-color: #000000b7;
  padding: 59px 40px;
}

.contact-wrapper .left-content p {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  font-family: var(--bodyFont);
  margin-top: 30px;
}

.contact-wrapper .left-content ul {
  margin-top: 10px;
}

.contact-wrapper .left-content ul li {
  padding: 30px 0px 16px 0px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.contact-wrapper .left-content ul li span {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.contact-wrapper form h5 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.contact-wrapper form .form-label.border-form-lable {
  color: #fff;
}

.collections .heading p {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}

@media (max-width: 1366px) {
  .collections .collections-menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
  }

  .collections #navbarNav a {
    font-size: 16px;
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .collections .collections-menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
  }

  .collections #navbarNav a {
    font-size: 16px;
    padding: 0 15px;
  }
  #clearAll {
    font-size: 13px;
    padding: 0 8px;
}
  .collections .collections-menu .navbar .nav-item {
    position: relative;
    /* z-index: 5; */
    padding-right: 18px;
    
}


}


@media (max-width: 1099px) {
  .collections .collections-menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
  }

  .collections #navbarNav a {
    font-size: 16px;
    padding: 0 15px;
  }
  #clearAll {
    font-size: 13px;
    padding: 0 8px;
}
}
@media (max-width: 998px) {
    #clearAll {
        font-size: 18px;
        padding: 0 8px;
    }
}

/* about */
.hero-section.innerbanner {
  .row {
    min-height: 512px;
    align-items: flex-end;
  }

  .hero-text-col {
    margin-bottom: 230px;
  }
}

/* product details */
.p247-120 {
  padding: 247px 0 120px;
}

.productDetails {
  .swiper-main {
    img {
      height: 711px;
      object-fit: cover;
      width: 100%;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
    }
  }

  .form-control {
    padding: 0 14px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--border);
  }

  .box-wraper {
    margin-top: 59px;
    padding-bottom: 27px;
    margin-bottom: 0;
  }

  .collections .box-wraper h5 {
    margin-bottom: 19px;
    margin-top: 25px;
  }
}

/* ── HEADER ── */
.btn-outline-modify {
  text-align: center;
  padding: 0 38px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  font-weight: 600;
  border: rgba(0, 0, 0, 0.26) 1px solid;
  color: var(--black);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;

  i {
    margin-left: 10px;
    position: relative;
    top: 2px;
  }

  &:hover {
    background: var(--black);
    color: var(--white);
  }
}

.product-header {
  position: relative;
  z-index: 1;
}

.product-header h2 {
  letter-spacing: 10%;
  font-weight: 900;
  text-transform: uppercase;
}

.product-tagline {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  margin: 25px 0;
}

/* ── PRICE ── */
.price-tag {
  font-size: 20px;
  font-weight: 500;
  color: var(--dark);
  margin-top: 30px;
}

/* ── DIVIDER ── */
.section-divider {
  background: url(../images/divider-new.png) no-repeat top left;
  background-size: contain;
  margin: 20px 0;
  background-size: contain;
  margin: 20px 0;
  border: none;
  width: 100%;
  height: 1px;
}

/* ── PRODUCT INFO SECTION ── */
.product-info-section {
  position: relative;
  z-index: 1;
  background: rgba(217, 217, 217, 0.11);
  padding: 24px 29px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.product-info-section h2 {
  font-size: 30px;
  font-family: "Lovelo Black";
  font-weight: 800;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 18px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-list li {
  font-size: 20px;
  line-height: 1.5;
}

.info-list li strong {
  font-weight: 900;
  color: var(--dark);
}

/* ── PROJECT REQUIREMENTS ── */
.requirements-section {
  position: relative;
  z-index: 1;
  margin-top: 6px;
}

.requirements-section h2 {
  font-size: 30px;
  font-family: "Lovelo Black";
  font-weight: 800;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 18px;
  margin-top: 40px;
}

/* ── FORM CONTROLS ── */
.form-row {
  display: grid;
  grid-template-columns: 47.5% 47.5%;
  gap: 20px;
  margin-bottom: 20px;
}

.swiper-thumbs img {
  height: 143px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.custom-select,
.custom-input,
.qty-control {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0 14px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: border-color 0.2s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.select-wrapper {
  position: relative;
}

/* ── QUANTITY CONTROL ── */
.qty-wrapper-main {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.qty-wrapper {
  display: flex;
  float: right;
  align-items: center;
  overflow: hidden;
  height: 42px;
  gap: 0 10px;
  
}

.qty-btn {
  background: var(--black);
  border: none;
  width: 19px;
  height: 19px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.qty-btn:hover {
  background: var(--mid);
}

.qty-display {
  flex: 1;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--dark);
}

/* ── NOTE INPUT ── */
.note-wrapper {
  margin-bottom: 20px;
}

.addBag.btn {
  text-align: center;
  padding: 0 28px;

  i {
    margin-left: 27px;
  }
}

.mt-120 {
  margin-top: 120px;
}

.upload-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  padding: 7.5px 14px;
  width: 100%;
  cursor: pointer;
  background: #fff;
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.upload-wrapper.has-image {
  border-color: #333;
}

.upload-label {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  user-select: none;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}

.upload-wrapper.has-image .upload-label {
  color: #111;
}

.preview-thumb {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  margin-right: 12px;
  flex-shrink: 0;
  border: 1px solid #ddd;
  display: none;
  padding: 0px;
}

.upload-wrapper.has-image .preview-thumb {
  display: block;
}

.add-btn {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.18s ease,
    transform 0.15s ease;
  position: relative;
}

.upload-wrapper:hover .add-btn {
  background: #333;
  transform: scale(1.05);
}

.add-btn svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
}

/* Ripple */
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transform: scale(0);
  animation: rippleAnim 0.5s linear;
  pointer-events: none;
}

@keyframes rippleAnim {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

#file-input {
  display: none;
}

/* Remove button */
.remove-btn {
  display: none;
  position: absolute;
  top: 6px;
  right: 58px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  color: red;
  z-index: 2;
  transition: background 0.15s;
  padding-top: 5px;
}

.upload-wrapper.has-image .remove-btn {
  display: flex;
}

.remove-btn:hover {
  background: #f5f5f5;
  color: #333;
}

/* gallery */
.gallery {

  /* Filter Tabs */
  .filter-bar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 35px;
    align-items: center;
    justify-content: center;
    padding-bottom: 48px;
    background: url(../images/divider-new.png) no-repeat bottom center;
    background-size: 100%;
  }

  .filter-btn {
    padding: 7px 30px;
    border-radius: 999px;
    border: 1.5px solid #e0e0e0;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.18s ease;
    outline: none;
  }

  .filter-btn:hover {
    border-color: #bbb;
    color: #111;
  }

  .filter-btn.active {
    background: #111;
    color: #fff;
    border-color: #111;
  }

  /* Grid */
  .grid {
    width: 100%;
  }

  .grid-sizer,
  .grid-item {
    width: calc(33.333% - 8px);
  }

  .gutter-sizer {
    width: 5px;
  }

  .grid-item {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }

  .grid-item img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
  }

  .grid-item:hover img {
    transform: scale(1.04);
  }

  /* Tall items */
  /* .grid-item.tall img {
    height: 280px;
  }
  .grid-item.short img {
    height: 160px;
  }
  .grid-item.medium img {
    height: 210px;
  } */

  /* Overlay on hover */
  .grid-item .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    border-radius: 14px;
  }

  .grid-item:hover .overlay {
    background: rgba(0, 0, 0, 0.12);
  }

  /* Isotope transition */
  /* .grid-item { transition: transform 0.35s ease, opacity 0.35s ease; }
  .grid-item.is-hidden { opacity: 0; transform: scale(0.95); } */
  .gallery {
    h2 {
      margin-bottom: 35px;
    }

    font-size: 20px;
  }

  .grid-item.medium img {
    
    height: 460px;
  
  }
}
/* search modal css */
.search-section-title {
  position: relative;
  padding-bottom: 15px;

  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #d8d8d4, #d8d8d4 70%, transparent);
  }
}

.search-modal-input,
.search-modal-input-wrap {
  height: 60px;
  border-radius: 20px;
}

.search-modal-dialog {
  max-width: 1140px;
}

.search-modal-footer .btn-outline {
  margin-top: 0;
}

.quick-result-card {
  min-height: 288px;
  background: #D9D9D9;
  border-radius: 10px;
  max-width: 280px;
}



/* .quick-result-name {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  font-family: var(--bodyFont) !important;
  padding-top: 20px;
  font-variant: small-caps;
  letter-spacing: 0em !important;
} */

.quick-result-grid {
  gap: 30px !important;
}

@media (min-width: 1400px) {
  .search-modal-dialog {
    min-width: 1320px;
  }
}


.search-section-title{
  font-size: 20px !important;
  line-height: 1;
  font-weight: 900;
}

.search-section.ps-3 .search-section-title::after{
max-width: 205px;
}
.search-modal-content{
  border-radius: 20px !important;
  padding-bottom: 68px !important;
  padding-top: 45px !important;
  padding-right: 55px !important;
  padding-left: 25px !important;
}

.search-modal-footer .btn{
  min-width: 247px;
      height: 50px;
    line-height: 50px;

}

@media (max-width: 1024.99px) {
  .search-modal-dialog {
    max-width: 850px;
}
}