/** Shopify CDN: Minification failed

Line 319:23 The "+" operator only works if there is whitespace on both sides

**/
/* Common classes */

.instagram-dm-button{
  width:100%;
  max-width: 44rem;
}

.instagram-dm-button .button{
  width: 100%;
}

.collection-hero__title{
  text-transform:capitalize;
}

.card-wrapper .icon-wrap{
  display:none;
}

.card-wrapper .card__heading{
  text-transform:uppercase;
}

.slideshow__text .banner__heading p{
  margin:unset;
}

header .header__icon--cart .icon {
  height: 2.4rem;
  width: 2.4rem;
}

header .header__icon--cart .icon path{
  stroke-width: 1;
}

.image-with-text__smallimage img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.image-with-text__smallimage {
  max-width: 85px;
  height: auto;
  /* margin-left: auto; */
}

.collection__view-all {
  margin-top: 1.5rem;
}

.swiper-buttons:after{
  content:unset;
}

.swiper-buttons {
  width: 30px!important;
  height: 30px!important;
  padding: 8px;
  background: rgb(212, 175, 55);
  border-radius: 50%;
}

.swiper-buttons svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}

.swiper-buttons svg.slider-right-arrow {
  transform: rotate(-90deg);
}

.swiper-buttons svg.slider-left-arrow {
  transform: rotate(90deg);
}

.swiper-pagination-bullet{
  background: #2323231a;
  opacity:1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 20px;
  border-radius: 10px;
}

slideshow-component .slideshow__controls{
  border:unset;
}

slideshow-component .slider-buttons{
  margin-bottom: 1rem;
}

slideshow-component .slider-button{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 50%;
  background: rgba(var(--color-button), 0.5);
}

slideshow-component .slider-button .svg-wrapper{
  color: rgba(var(--color-button-text), .75);  
}

slideshow-component .slider-buttons{
  position: absolute;
  bottom: 0;
  width: 100%;
}

slideshow-component .slider-counter__link--dots .dot{
  width: 50px;
  height: 5px;
  border-radius: 0;
  background: rgb(var(--color-foreground));
  opacity: 0.2;
}

slideshow-component .slider-counter__link--active.slider-counter__link--dots .dot{
  opacity: 1;
}

slideshow-component .slider-counter__link {
  padding: 0.5rem;
}

slideshow-component .slideshow__controls .slideshow__autoplay{
  display:none;
}

@media (max-width:749px){
  slideshow-component .slider-button{
    width: 30px;
    height: 30px;
  }
  slideshow-component .slider-buttons{
    display:none;
  }
}

@media (min-width:750px){
  slideshow-component .slider-button--next{
    right: 10px;
    position: absolute;
    bottom: 0;
  }
  slideshow-component .slider-button--prev{
    right: 65px;
    position: absolute;
    bottom: 0;
  }
  slideshow-component .slider-button .icon {
    height: 1rem;
  }
}

.multicolumn--svg-code svg {
    width: 50px;
    height: auto;
    fill: rgb(var(--color-foreground));
}

/* header */

.header__icon--cart .icon path{
  stroke: currentColor;
}

.header__icon--cart .icon{
  height:2.6rem;
}

.header__active-menu-item{
  font-weight:bold;
  color:rgb(var(--color-link));
}

header .header__menu-item:hover span,
header .header__menu-item:hover .icon.icon-caret,
.header__active-menu-item,
.header__active-menu-item+.icon.icon-caret,
.header__icon .icon{
  color:rgb(var(--color-link));
}

.header-wrapper--border-bottom {
    border-bottom: .1rem solid rgba(var(--color-link), 1);
}

/* testimonial */

.testimonialnew-section .testimonials--header .testimonials--header-icon{
  max-width:40px;
  margin: auto;
  margin-bottom: 2rem;
}

.testimonialnew-section .testimonials--header .testimonials--header-icon .media{
  background:transparent;
}

.testimonialnew-section .testimonial-stars{
  margin-bottom:15px;
  /* color:#D2B48C; */
}
.testimonialnew-section .author-city {
  font-size: 14px;
  margin-bottom: 0;
  color: #D4AF37;
  margin-top: 3px;
}
.testimonialnew-section .author-name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0px;
  font-family: var(--font-body-family);
}
.testimonialnew-section .testimonial-author img{
  border-radius: 50%;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
/* .testimonialnew-section .swiper-slide{
  padding: 40px 0px 55px;
} */

.testimonialnew-section .swiper-slide .testimonial-content{
  padding: 20px;
  transform: scale(0.9);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  text-align: center;
  border-radius: var(--text-boxes-radius);
  /* box-shadow: 0 0px 3px #0000001a; */
  border: .1rem solid rgba(var(--color-foreground), .08);
}
.testimonialnew-section .swiper-slide.swiper-slide-next .testimonial-content{
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, .1); */
  box-shadow: 0 5px 15px #0000001a;
  position: relative;
  transform: scale(1.1);
  z-index: 10;
}
.testimonialnew-section .swiper-pagination-bullet{
  margin: 0 5px !important;
  background: #D4AF37;
  /* width: 7px;
  height: 6px; */
  opacity: 0.2;
}
.testimonialnew-section .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
  /* width: 10px;
  height: 10px; */
}

.testimonialnew-section .swiper-wrapper{
  align-items: center;
  padding: 3rem 0 5rem;
}

.testimonialnew-section .swiper-pagination{
  bottom:-8px;
}

.testimonialnew-section .swiper-buttons:after{
  content:unset;
}


.testimonialnew-section .swiper-buttons{
  box-shadow:0 0 10px 2px #0000001a;
}

@media (min-width:750px){
  .testimonialnew-section .swiper-buttons.swiper-button-next{
    right:10px;
  }
  .testimonialnew-section .swiper-buttons.swiper-button-prev{
    left:10px;
  }
}

@media (max-width:749px){
  .testimonialnew-section .swiper-slide .testimonial-content{
    transform: scale(1)!important;
    border: .1rem solid rgba(var(--color-foreground), .08);
    /* box-shadow: 0 1px 4px #0000001a;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1); */
  }
  .testimonialnew-section .swiper-wrapper{
    padding: 0 0 3rem 0;
  }
}

/* image-with-contact-form */

.image-with-contact-form form{
  width: 100%;
}

.image-with-contact-form .contact__fields{
  grid-template-columns: 1fr;
}

/* quote-request-form */

.quote-request-form .contact__dropdown-field select{
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width)* 2);
  min-width: calc(7rem +(var(--inputs-border-width)* 2));
  width: 100%;
  padding: 1.3rem;
  color: rgba(var(--color-foreground), .75);
  font-size: 1.6rem;
  border-radius: var(--inputs-radius);
  margin-bottom: 2rem;
}

.quote-request-form .contact__dropdown-field select {
  appearance: none; /* Removes default dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('arrow-icon.svg'); /* Replace with your arrow image */
  background-position: left 10px center; /* Moves arrow to the left */
  background-repeat: no-repeat;
  padding-left: 18px; /* Adjust spacing */
  text-align: left;
}

.quote-request-form .contact__dropdown-field {
  position: relative;
}

.quote-request-form .contact__dropdown-field select {
  appearance: none;
  padding-left: 18px; /* Space for the custom arrow */
}

.quote-request-form .contact__dropdown-field::before {
  content: "▼";
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-82%);
  pointer-events: none;
  right: 12px;
}

.quote-request-form .contact__text-field input#ContactForm-upload {
  height: auto;
}

@media screen and (min-width: 750px) {
  .quote-request-form .contact__fields{
    display: flex;
    flex-wrap: wrap;
    gap: unset;
    justify-content: space-between;
  }
  .quote-request-form .contact__fields .field-half{
    width:49%;
  }
}

small.copyright__content.footer--designed-by,
small.copyright__content.footer--designed-by a{
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .footer--designed-by-image{
  max-width: 40px;
}

footer .footer--designed-by-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* featured-collection-slider */

.featured-collection-slider .swiper-buttons:after{
  content:unset;
}

.featured-collection-slider .collection__title{
  margin-bottom:3rem!important;
}

.featured-collection-slider .collection__title .title{
  margin-bottom:unset;
}

















