/** Shopify CDN: Minification failed

Line 574:0 All "@import" rules must come first

**/
@font-face {
  font-family:"Versailles";
  src: url('/cdn/shop/files/Versailles-Regular_3.otf?v=1761727491');
}

/* h1,.h1 {
    font-family: "Versailles";
}
h2,.h2 {
    font-family: "Versailles";
} */
.shopify-policy__title.h2::after {
  display: none;
}
.wsg-login-container #wsg-title {
    margin-bottom: 15px;
}
.wsg-login-container #wsg-title:after {
    bottom: -5px;
}
.empty-state .prose .h4:after {
    bottom: -2px;
}
#wsg-signup-container .wsg-section-header h2:after {
    display: none;
}
#wsg-signup-container .wsg-one-half h1::after {
    bottom: -3px;
}
#wsg-signup-container .wsg-one-half hr.wsg-one-third {
    display: none;
}
#wsg-signup-container .wsg-one-half h1 {
    margin-bottom: 12px;
}
.image-with-text .prose .h1::after {
    bottom: -5px;
}
.image-with-text .prose .h1 {
    width: fit-content;
}
.popup-product h3 {
    font-weight: 400;
    font-family: "Versailles";
}

.product-info__block-list .product-title:after {
    display:none;
}
 
h1.header__logo:after{
  display:none;
}
h1:after,.h1:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
    background: #89abe3;
    width: 65px;
    height: 2px;
}
h2:after,.h2:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%);
    background: #89abe3;
    width: 65px;
    height: 2px;
}
h1,.h1 {
        position: relative;
}
h2,.h2 {
        position: relative;
}
.main_heading h1 {
   font-size:48px;
}
/* .product-title{
    font-family: "Versailles";
} */
/* 
@media(max-width:640px){
.footer-block:last-child .accordion:after{
position: relative;
top: -12px;
}
} */

@media(max-width:575px){
/* .main_slider_wrapper .banner {
    height: 400px;
} */
/* .banner__content .banner__buttons a {
width: 80%;
padding:0;
} */
}




/* Custom Dropdown */
.custom-dropdown {
  position: relative;
  width: 300px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: white;
  background-color: #86A9E1;
  border: 1px solid white;
  font-size: 14px;
}
.main_heading {
  text-transform: uppercase;
}
.dropdown-selected {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}
.dropdown-selected::after {
  /* content: '▼'; */
  content: none;
  font-size: 12px;
  margin-left: 10px;
}
.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;

  background-color: #ECF2FB;
  border: 0px solid #ECF2FB;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  padding: 10px 0 15px;
  z-index: 2;
  max-height: 200px;
    height: 100%;
    overflow-y: auto;
    height: 100%;
    min-height: fit-content;
    margin-top: 4px !important;
}
.dropdown-options li {
  padding: 0 15px;
  color: #1f2a44;
  cursor: pointer;
  transition: background .3s ease;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
}
.dropdown-options li:hover {
  background-color: #d1e0ff;
}
.dropdown-options[style*="none"] {
  display: none !important;
}

/* Slick Carousel Arrows */
.slick-prev,
.slick-next {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 10;
  transition: background 0.3s ease, border 0.3s ease;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.slick-prev {
  background-image: url('/cdn/shop/files/Vector_3.png?v=1748509396');
  left: 85px;
}
.slick-next {
  background-image: url('/cdn/shop/files/Vector_2.png?v=1748509336');
  right: 85px;
}
.slick-prev:before,
.slick-next:before {
  content: none !important;
  display: none !important;
}

/* Popup and General Styles */
body.gradient.popup-bg-fixed {
  height: 100vh;
  overflow: hidden;
}
.popup_add_cart {
  padding: 10px 20px;
  background: #87a9e2;
  color: white;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 227px;
  height: 45px;
}
.popup_buttons {
    display: flex;
    grid-gap: 17px;
    justify-content: center;
    margin: 5rem 20px 0;
}
.product {
  padding: 10px;
}
.slick-slide {
  display: flex !important;
  justify-content: center;
}
.slick-arrow {
  z-index: 10;
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.popup__content {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  max-width: 70%;
  margin: 0px auto;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}
.product_details {
  display: flex;
  overflow-x: auto;
  justify-content: center;
}
.outfit-builder-page {
  padding-top: 100px;
}
.close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.close span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #3b82f6;
  border-radius: 2px;
}
.close span:nth-child(1) {
  transform: rotate(45deg);
}
.close span:nth-child(2) {
  transform: rotate(-45deg);
}
.popup-product {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  flex: 1 1 20%;
  max-width: 20%;
}
.popup-product-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.popup-product-price {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 10px 0;
}
.variant-dropdown {
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.drop_down_button {
  margin-top: 20px;
  padding: 10px 20px;
  background: #87a9e2;
  color: white;
  border: none;
  cursor: pointer;
  align-self: center;
}
.share_link {
  padding: 10px 20px;
  background: white;
  color: black;
  border: 1px solid black;
  cursor: pointer;
  margin-top: 0;
  align-self: center;
  /* margin-left: 57%; */
  width: 100%;
  max-width: 227px;
  height: 45px;
}
.drop_down_section {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
   padding: 68px 0 40px;
  position: relative;
}
.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.product_list {
  margin-top: 20px;
}
/* .product:hover {
  transform: scale(1.05);
} */
.drop_with_product {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
}
.custom-dropdown {
  flex: 0 0 25%;
  width: 100%;
}
.product_list {
  flex: 1;
  max-width: calc(100% - 320px);
  margin-top: 0;
}
.product_list .product img {
  max-width: 35%;
  height: auto;
}
.drop_down_product .product_list button.slick-disabled {
    opacity: .5;
}

/* 28-4-25 start css */
.dropdown-selected {
    font-size: 14px;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0;
}
.product_list.slick-slider > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.drop_down_section .main_heading h1 {
    text-align: center;
    font-weight: 400;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 4rem;
    position: relative;
      color: rgb(var(--color-foreground));
}
.drop_down_section .main_heading.center:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #89ABE3;
    width: 65px;
    height: 2px;
}
.drop_down_section .custom-dropdown .dropdown-selected span.dropdown_arrow {
    rotate: 180deg;
    transition: .3s linear;
}
.drop_down_section .custom-dropdown .dropdown-selected.active span.dropdown_arrow {
    rotate: 0deg;
}
.drop_down_section .popup .popup__content button.close {
    position: static;
    width: 227px;
    height: 45px;
    background: transparent;
    border: 1px solid #000;
}
.drop_down_section .popup .popup__content button.drop_down_button {
    width: 227px;
    height: 45px;
    margin-top: 0;
}
.popup_buttons *,.product_close_wrapper *, .drop_with_product * {
  font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: 1.2;
    font-family: var(--text-font-family);
}
.popup__content .product_details .popup-product .variant-dropdown {
    max-width: 100%;
    border-radius: 100px;
    border-color: #000;
    font-size: 15px;
    letter-spacing: .1px;
    line-height: 1.2;
    font-family: var(--text-font-family);
}
.popup__content .product_details .popup-product {
    background: #ffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product_close_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    grid-gap: 17px;
    margin-top: 5rem;
}
h1{
  text-transform:uppercase !important;
}

/* 28-4-25 end css */

/* Media Queries */
@media (max-width: 768px) {
  .page-width {
    padding: 0 15px;
  }
  .drop_down_list {
    padding: 15px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .popup__content {
    width: 100%;
    padding: 20px;
    max-width: 95%;
  }
  .popup-product {
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
  }
  .popup-product-image {
    max-width: 300px;
  }
  .drop_down_button,
  .popup_add_cart,
  .share_link {
    width: 100%;
    padding: 12px;
  }
  .drop_with_product {
    flex-direction: column;
    gap: 10px;
  }
  .custom-dropdown {
    flex: 1;
    max-width: 100%;
  }
  .product_list {
    flex: 1;
    max-width: 100%;
  }
  .main_heading h1 {
   font-size:48px;
}
.drop_down_section {
     padding: 68px 0 40px;
}
}
@media (max-width: 480px) {
  .custom-dropdown {
    width: 100%;
    font-size: 14px;
  }
  .dropdown-selected {
    font-size: 16px;
    padding: 0px;
  }
  .dropdown-options li {
    padding: 8px;
  }
  .product {
    padding: 10px;
  }
  .popup-product p {
    font-size: 14px;
  }
  .variant-dropdown {
    font-size: 13px;
    padding: 8px;
  }
}
.product_list.slick-slider>button:before{
    content: '' !important;
    position: absolute;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
    display: block !important;
}
.drop_down_section .slick-prev, .drop_down_section .slick-next {
    border: none !important;
    width: 14px !important;
    height: 14px !important;
    background-color: transparent !important;
}
.popup_buttons *, .product_close_wrapper *, .drop_with_product * {
    font-size: 15px;

}
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;700&display=swap');

.v-stack h1.h1 {
  font-family: 'Alegreya Sans', sans-serif !important;
  text-transform: none !important;
  text-align: center !important;
}
.badge--final-sale {
  display: inline-block;
  background-color: #c0392b;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

