/** Shopify CDN: Minification failed

Line 1467:23 Expected ":"

**/
.custom_reco_pro_slider .saveercent p {
    margin: 0;
    color: #84152d;
    padding: 5px 0 0;
    text-transform: uppercase;
}
.custom-pdp-price-wrapp .price .price__container {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap:wrap;
}
.custom-pdp-price-wrapp .price .price__container .price__regular {
    width: 100%;
    padding: 0 10px ;
    margin: -10px 0 0;
}
.custom-pdp-price-wrapp .price .price__container .saveercent p {
    margin: 0;
    text-transform:uppercase;
    line-height: 1;
    color: #84152d;
}
.custom_reco_pro_slider .custom_price__sale .saveoff {
    display: block;
}
.custom_reco_pro_slider .custom_price__sale .saveoff .saveercent p {
    color: #84152d;
    margin: 10px 0 0;
}
.custom_price__sale .saveoff {
    display: flex;
    gap: 5px;
    padding: 10px 0 0;
}
.product-variant {
    color: #1D2326;
    margin: 0 0 15px;
}
#footer {
    margin: 20px 0 0;
}
.product-form__input.product-form__quantity {
    margin: 20px 0;
}
span.custom_discount_badge {
    color: red;
}
.product-form__quantity .quantity {
    border: 1px solid #1d2326;
    font-family: 'Futura';
}
.product-form__quantity .quantity input {
    border-left: 1px solid #1d2326;
    border-right: 1px solid #1d2326;
    font-weight: 500;
    font-family: 'Futura';
    font-size: 18px;
}
.product-form__quantity .quantity button{
    font-family: 'Futura';
}
.custom_pdp_calltoaction.button {
    min-width: inherit;
    width: 100%;
    background: #1D2326;
    min-height: 42px;
}
.product-form__quantity .quantity .quantity__button svg {
    width: 14px;
    height: 14px;
    color: #1d2326;
}
.custom_reco_pro_slider .swiper-button-next,.custom_reco_pro_slider .swiper-button-prev {
    top: 40%;
    transform: translateY(-50%);
}
.custom_reco_pro_slider .swiper-button-next{
  right:32px;
}
.custom_reco_pro_slider .swiper-button-prev{
  left:32px;
}
/* zoom popup css start here */
.main-images-upper .mglytwpes {
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}
.PopUpZoomPDP_Images {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    overflow: auto;
    display: none;
    flex-direction: column;
    padding: 20px 0 10px;
}
.zoomPopupActive {
    overflow: hidden;
}
.zoomPopupActive .PopUpZoomPDP_Images {
    display: flex;
}
.ContainerZoomElementWp {
    position: relative;
}
.XtZoomEntranceWp .ZoomElementmg {
    display: none;
    width: 100%;
}
.XtZoomEntranceWp .ZoomElementmg.active {
    display: block;
}
.ZoomInheritanceWpMn {
    position: relative;
    max-width: 610px;
    margin: auto;
}
.SwipeZoomArows span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.SwipeZoomArows .ZoomLeftWay {
    left: 10px;
}
.SwipeZoomArows .ZoomRightWay {
    right: 10px;
}
.CrossZoomExt {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
/* zoom popup css end here */
.switch {
  display: inline-block;
}
.OnOff_toggle {
    line-height: 1;
}
/* .inner_pdp_slider-rpeater.swiper-slide {
    opacity: 0;
}
.inner_pdp_slider-rpeater:first-child, .inner_pdp_slider-rpeater.swiper-slide-active {
    opacity: 1;
} */

.CustomBelow_text {
    margin: 15px 0 0;
    text-align: right;
}
.compimantly_products_outer-wrapp .product-grid li {
    max-width: 402.16px;
}
.Commantb {
    font-family: Futura;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #1d2326;
    cursor: pointer;
    display: inline-block;
}
.switch input {
    display: none;
}
.switch label {
    display: inline-flex;
    width: 75px;
    height: 30px;
    padding: 3px 8px;
    border-radius: 15px;
    cursor: pointer;
    transition: .3s;
    align-items: center;
    justify-content: space-between;
    background: #86abb6;
    color: #fff0e1;
}
.switch label::after {
  content: "";
  display: inherit;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background:#f7f0e1;
  transition: 0.3s;
}
.switch input:checked ~ label {
  border-color: #f7f0e1;
  flex-direction: row-reverse;
}
.switch input:checked ~ label::after {
  background:  #f7f0e1;
}
.switch input:disabled ~ label {
  opacity: 0.5;
  cursor: not-allowed;
}
.product-img--main {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 600px;
  float: left;
  margin: 10px;
  object-fit: cover;
  padding-bottom: 100%;
}
.product_main_image_wrapper {
   position: relative;
   overflow: hidden;
}
.product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.product-img--main__image {
  display: block !important;
}
/* main section css start */
.badge.price__badge-sold-out {
  margin-left: 10px;
}
.custom-product-page-width .product_main_image_wrapper img {
  width: 100%;
}
s.price-item.price-item--regular {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    letter-spacing: 0;
    color: #6B6A61;
    opacity: 1;
    position: relative;
    top: 0;
    text-decoration-color: #1D2326;
    font-family: 'Caslon';
}
.badge.price__badge-sale {
    background: #84152D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #DDDCC5;
    display: inline-block;
    padding: 7px 6.5px;
    margin: 0 0 0 13px!important;
    border-radius: 0;
    min-height: 30px;
    font-family: 'Futura';
}
.card__heading a:after {
  display: none;
}
.thumbnails-outer-wrappes .swiper-scrollbar-drag {
  display: block !important;
}
#wishlisthero-product-page-button-container {
  display: none;
}
product-recommendations.related-products .wishlist_hero_wishlist-wrapp {
  display: none !important;
}
.custom-product-page-width .product__info-container {
  max-width: 560px;
}
.product-thumbials_slider {
  opacity: 0;
}
.product-thumbials_slider.swiper-container-initialized {
  opacity: 1;
}
.product-thumbials_slider .thumbnails_rpeater-inner,
.inner_pdp_slider-rpeater.swiper-slide {
  height: auto;
}
.thumbnail_main-upper,
.main-images-upper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-images-upper {
    position: relative;
}
.thumbnail_main-upper {
    height: 129px;
}
.main-images-upper video {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.thumbnail_main-upper video {
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.thumbnail_main-upper video {
    border: 1px solid transparent;
}
.thumbnail_main-upper img,
.main-images-upper img {
  height: 100%;
  object-fit: cover;
}
.thumbnail_main-upper img {
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}
.thumbnails_rpeater-inner.swiper-slide-thumb-active .thumbnail_main-upper img, .thumbnails_rpeater-inner.swiper-slide-thumb-active .thumbnail_main-upper video {
  border: 1px solid #1d2326;
}
.custom-product-page-width {
  max-width: 1440px;
  margin: auto;
}
.thumbnails-outer-wrappes .swiper-scrollbar {
  position: static !important;
  width: 100% !important;
  margin: 16px 0 0;
  background: #d5d5d5 !important;
  border-radius: 0;
  height: 2px !important;
}
.thumbnails-outer-wrappes .swiper-scrollbar .swiper-scrollbar-drag {
  background: #1d2326;
  height: 2px !important;
}
.thumbnails-outer-wrappes {
    margin: 0px 0 32px;
}
.product-title-wishlist-wrapp {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 15px;
}
.product-title-wishlist-wrapp .wishlist-hero-custom-button {
    padding: 5px 0 0;
}
.custom-pdp-price-wrapp .price-item--sale .money {
  font-weight: 500;
}
.custom-pdp-price-wrapp .price__sale {
  display: flex;
  align-items: center;
}
.custom-pdp-price-wrapp .price__sale .msrp_price_wholessale {
    padding: 0 0 6px;
}
.product-title-wishlist-wrapp .wishlist-hero-custom-button button svg {
    width: 26px!important;
    height: 23px;
} 
.product__title h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
    text-transform: uppercase;
    color: #1D2326;
    font-family: 'Caslon';
}
.custom-pdp-price-wrapp .price {
    display: flex;
    align-items: self-start;
    gap: 10px;
    margin: 0 0 10px;
}
.price-custom {
    display: flex;
    align-items: self-start;
    gap: 10px;
    margin: 0 0 10px;
    flex-wrap: wrap;
}
.price-custom span {
    font-size: 20px!important;
    line-height: 1;
    text-align: left;
    color: #1d2326;
    letter-spacing: 0;
    font-family: Caslon;
    font-weight: 400;
}
.price__container {
    font-size: 20px;
    line-height: 1;
    text-align: left;
    color: #1D2326;
    letter-spacing: 0;
    font-family: 'Caslon';
    font-weight: 400;
}
.product-form__input .form__label {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
    color: #1D2326;
    margin: 0 0 9px!important;
    font-family: Futura;
    text-transform: capitalize;
}
.another-option-wrapper .variants-options-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2px;
    gap: 5px;
}
.another-option-wrapper .input-label-wrapper {
    /* width: calc(13% - 3px); */
    margin-left: -1px;
    min-width: 70px;
}
.another-option-wrapper .input-label-wrapper label {
    margin: 0!important;
    font-size: 14px!important;
    font-weight: 500;
    line-height: 19.5px!important;
    text-transform: uppercase;
    min-height: 40px;
    padding: 5px!important;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    color: #1D2326 !important;
    border: 1px solid #6B6A61 !important;
    border-radius: 4px !important;
    font-family: 'Futura';
}
.another-option-wrapper .input-label-wrapper label:hover {
  border: 1px solid #1d2326 !important;
  z-index: 2;
}
.another-option-wrapper.product-form__input--pill input[type="radio"]:checked+label {
  border: 1px solid #1d2326 !important;
  position: relative;
  z-index: 1;
  color: #fff !important;
  background: #1d2326;
}
.another-option-wrapper .input-label-wrapper .disabled + label {
  text-decoration: none !important;
  color: #958976 !important;
  background-image: url(https://cdn.shopify.com/s/files/1/0695/5925/5335/files/linethrough.png?v=1712055524) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.another-option-wrapper .input-label-wrapper input.disabled:checked+label {
    position: relative;
    z-index: 1;
    background-color: #1d2326;
    color: #ffffffc7!important;
    background-image: url(https://cdn.shopify.com/s/files/1/0695/5925/5335/files/linethrough.png?v=1712055524)!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    background-blend-mode: multiply;
}
.color_option-wrappp .variants-options-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 47px 0 22px;
}
.main-variants-custom-wrapper {
  margin: 20px 0 0;
}
.color_option-wrappp .input_label-inner_wrapper input {
    width: 100%!important;
    height: 100%!important;
    clip: inherit!important;
    overflow: inherit!important;
    margin: 0;
    -webkit-appearance: none;
    position: static!important;
    text-align: center;
    border: 1px solid #958976 !important;
    cursor: pointer;
    border-radius: 4px;
}
.color_option-wrappp .input_label-inner_wrapper a {
    border: 1px solid #958976 !important;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}
.color_option-wrappp .input_label-inner_wrapper a img {
    width: 100%;
    height: 100%;
    padding: 10px;
}
.color_option-wrappp .input_label-inner_wrapper a.active {
  pointer-events: none;
}
.color_option-wrappp .input_label-inner_wrapper {
    position: relative;
    width: 44px;
    height: 44px;
    overflow: hidden;
}
.color_option-wrappp .input_label-inner_wrapper label {
    width: 30px;
    height: 30px;
    border-radius: 0!important;
    padding: 0!important;
    font-size: 0!important;
    position: absolute!important;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto!important;
    cursor: pointer;
    border: 1px solid transparent;
}
.color_option-wrappp .input_label-inner_wrapper a.active label {
  border: 1px solid #1d2326;
}

.color_option-wrappp .input_label-inner_wrapper input:checked+label {
    border: 1px solid #1d2326!important;
    outline: none;
}
.swatch-input__input:disabled+.swatch-input__label>.swatch, .swatch-input__input.disabled+.swatch-input__label>.swatch {
    overflow: visible !important;
  }
.swatch-input__input.disabled+.swatch-input__label>.swatch:after {
    width: calc(100% + 10rem)!important;
    background-color: #958976!important;
    height: .5px!important;
    top: 37px!important;
    left: 55px !important;
    transform: translateX(-50%) rotate(-45deg) !important;
}
.swatch-input__input.disabled+.swatch-input__label>.swatch:before {
    height: .5px;
    width: calc(100% + 10rem);
    background-color: #958976!important;
    left: 0px!important;
    transform: translateX(-50%) rotate(225deg) !important;
}
.color_option-wrappp .input_label-inner_wrapper input.disabled {
    cursor: not-allowed;
}
.color_option-wrappp .input_label-inner_wrapper input.disabled~label {
    cursor: not-allowed;
}
.color_option-wrappp .input_label-inner_wrapper label:hover {
    outline: none;
}
.color_option-wrappp .input_label-inner_wrapper .swatch {
    width: 100%;
    height: 100%;
    border: none;
}

.product-form__input.color_option-wrappp {
    margin: 0 0 40px;
    max-width: 100%;
    gap: 12px;
}
.custom-sizecart-wrapper {
  text-align: right;
}
.custom-sizecart-wrapper p {
  font-family: Futura;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: right;
  margin: 0;
  color: #1d2326;
  display: inline-block;
  border-bottom: 1px solid #1d2326;
  padding-bottom: 2px;
  cursor: pointer;
  text-transform: uppercase;
} 
.size_chart_popup-wrapp {
  margin: 8px 0 0;
} 
.product-form__buttons .product-form__submit {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: center;
    min-height: 42px;
    max-width: 100%;
    color: #fff;
    background: #1D2326;
    background-position: right bottom;
    transition: all .7s;
    font-family: 'Futura';
}
.product-form__buttons .product-form__submit:hover {
    background: transparent;
}
.product-form .form {
  background: #fff;
}
.product-form .form .klaviyo-bis-trigger {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: .01em;
    text-align: center;
    min-height: 42px;
    max-width: 100%;
    font-family: Futura;
    color: #DDDCC5;
    display: flex;
    align-items: center;
    background: #1D2326;
}
.product-form .form .klaviyo-bis-trigger:hover {
  color: #1d2326;
  background: #fff;
  border: 1px solid #1d2326;
}
.product-form__buttons .product-form__submit:hover {
  color: #1d2326;
  background-position: left bottom;
  border: 1px solid #1d2326;
}
.product-form__buttons .product-form__submit:disabled {
  opacity: .7 !important;
}
.tabs_title_rpeater p {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-align: left;
    color: #6B6A61;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Futura';
    white-space: nowrap;
}
.tabs_title_rpeater.active p {
    color: #1D2326;
    font-weight: 400;
}
.product_tabs_bottom-outer {
  margin: 32px 0 0;
}
.product-form-cust-wrapper {
  margin: 32px 0 0;
}
.tabs_title_rpeater {
    margin-right: 14px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product_tabvs_title {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
}
.product_tabvs_title::-webkit-scrollbar {
    height: 2px;
    background-color: #958976;
}
.product_tabvs_title::-webkit-scrollbar-thumb {
    background-color: #1d2326;
    height: 2px;
}
.tabs_title_rpeater:after {
    content: "";
    position: relative;
    /* height: calc(100% - 6px); */
    width: 1px;
    margin-left: 14px;
    display: inline-block;
    background: #6B6A61;
    height: 100%;
}
.tabs_title_rpeater:last-child:after {
  display: none;
}
.tabs_inner_content-rpeater ul {
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    text-align: left;
    color: #1D2326;
    padding-left: 20px;
    margin: 0 0 16px 5px;
    font-family: Futura;
}
.tabs_inner_content-rpeater p {
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    text-align: left;
    color: #1D2326;
    margin: 0 0 20px;
    font-family: 'Futura';
}
.tabs_inner_content-rpeater p strong {
  margin-right: 3px;
}
.tabs_inner_content-rpeater {
    margin: 28px 0 0;
    /* height: 203px; */
    overflow: auto;
    font-size:16px;
}
.tabs_inner_content-rpeater::-webkit-scrollbar {
  width: 2px;
  background-color: #958976;
}
.tabs_inner_content-rpeater::-webkit-scrollbar-thumb {
  background-color: #1D2326;
  width: 2px;
}
.ProductSize_Chart .scrollable_table::-webkit-scrollbar {
  width: 2px;
  background-color: #958976;
}
.ProductSize_Chart .scrollable_table::-webkit-scrollbar-thumb {
  background-color: #1D2326;
  width: 2px;
}
.ProductSize_Chart .scrollable_table::-webkit-scrollbar {
  height: 2px;
  background-color: #1D2326;
}
.ProductSize_Chart .scrollable_table::-webkit-scrollbar-thumb {
  background-color: #1D2326;
  height: 2px;
}
.tabs_inner_content-rpeater ul li span {
  font-weight: 300 !important;
}
.tabs_inner_content-rpeater ul li {
    margin: 0 0 5px;
}
.tabs_inner_content-rpeater ul li:last-child {
    margin: 0;
}
/* main section css end */
/* pair it with section start */
.com-products-inner.page-width {
  max-width: 1250px;
}
.complementry_product-outer-wrapp {
  margin: 85px 0 0;
}
.complemantry-products-heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    color: #1D2326;
    text-transform: uppercase;
    margin: 0 0 45.45px;
    font-family: 'Futura';
}
.compimantly_products_outer-wrapp .product-grid {
    column-gap: 23.26px;
    margin: 0;
    justify-content: center;
}
.compimantly_products_outer-wrapp .card__information {
  padding: 20px 5px 0 !important;
}
.compimantly_products_outer-wrapp .card__heading, .custom_reco_pro_slider .card__heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #1D2326;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0 0 8.46px;
    font-family: 'Futura';
}
body .underline-links-hover:hover a {
  text-decoration: none;
  text-underline-offset: inherit;
}
.compimantly_products_outer-wrapp .price__container {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #1D2326;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Caslon';
}
.card--media .card__inner {
  --ratio-percent: 150% !important;
} 
/* pair it with section end */
/* related product section start */
.custom-product-related-wrapper {
  margin: 104px 0 0;
}
.related-products.page-width {
    padding: 0 0 48px;
    max-width: 100%;
}
.related-products .related-products__heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    color: #1D2326;
    text-transform: uppercase;
    margin: 0 0 48px;
    padding: 0 10px;
    font-family: 'Futura';
}
.compimantly_products_outer-wrapp .wishlist_hero_wishlist-wrapp {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.related-products .price {
    margin: 3px 0 0 !important;
}
.custom_reco_pro_slider .card__information {
    padding: 20px 5px 0!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.custom_reco_pro_slider .all_variants_cart_wrapp {
    padding: 0 25px;
}
.size_popup-parent.custom_grid__item {
    height: auto;
}
.product__info-container .logined_customer_price {
    border-top: 1px solid;
    padding: 10px;
    margin-top: 10px;
}
.custom_reco_pro_slider .price__container {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #1D2326;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Caslon';
    flex-direction: column;
}
.custom_reco_pro_slider .wishlist-hero-custom-button {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.custom_reco_pro_slider
  .wishlist-hero-custom-button
  .product__form--add-to-cart {
  min-width: inherit;
  min-height: inherit;
  color: #1d2326 !important;
}
/* related product section end */
/* curated with love section start */
.product-page-imagegrid-wrapp {
  margin: 128px 0 0;
}
.pdp-collage-heading {
  font-family: Madelyn;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1d2326;
  margin: 0 0 27px;
}
.after-tag-products-main {
  margin: 0 0 40px;
}
.after-tag-products-main ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.after-tag-products-main ul li {
  font-family: Futura;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #1d2326;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  margin-right: 23px;
}
.after-tag-products-main ul li:last-child {
  margin-right: 0px;
}
.after-tag-products-main ul li:last-child:after {
  display: none;
}
.inner-pdp-collage-wrapper.page-width {
  max-width: 1439px;
}
.after-tag-products-main ul li:after {
  content: "";
  width: 3px;
  height: 3px;
  position: relative;
  display: inline-block;
  background: #1d2326;
  margin-left: 23px;
}
.product-collage-outer-wrapp {
  background: #fff0e1;
  padding: 100px 124px 0;
}
.pdp_collage_main_wrapp {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.rpeater-pdp-collage-images {
  width: calc(28% - 3px);
}
.rpeater-pdp-collage-images:nth-child(2),
.rpeater-pdp-collage-images:nth-child(5) {
  width: 44%;
}
.rpeater-pdp-collage-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* curated with love section end */
/* recently viewed section start */
.recently_product-outer-wrapp {
  margin: 104px 0 0;
}
.recentlyview-inner.page-width {
  max-width: 100%;
  padding: 0;
}
.recetly-products-heading {
  font-family: Futura;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: center;
  color: #1d2326;
  text-transform: uppercase;
  margin: 0 0 34px;
  padding: 0 10px;
}
.recently-custom_grid__item .card__information {
  padding: 20px 5px 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.size_popup-parent.recently-custom_grid__item {
  height: auto;
}
.recently-custom_grid__item .card__heading {
  font-family: Futura;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-transform: uppercase;
  text-align: center;
  color: #1d2326;
  margin: 0 0 2px;
}
.recently-custom_grid__item .c-productPrice {
  text-align: center;
  font-family: Futura;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #1d2326;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 0;
}
.recently-custom_grid__item .wishlist-hero-custom-button {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.logo_footer-sec-wrapp {
  margin: 104px 0 0;
}
.swiper-button-next, .swiper-button-prev {
  z-index: 3 !important;
}
/* recently viewed section end */
/* size chart popup start */
.ProductSize_Chart {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background: #fafafa;
  z-index: 10;
  max-width: 1296px;
  margin: auto;
  width: calc(100% - 40px);
  padding: 80px 72px 71px 57px;
  overflow: auto;
  max-height: 712px;
  height: 100%;
}
.ProductSize_Chart .scrollable_table {
  max-height: 372px;
  overflow: auto;
  padding: 0 20px 2px 1px;
}
.ProductSize_Chart::-webkit-scrollbar {
  width: 2px;
  background-color: #dcdcdc;
}
.ProductSize_Chart::-webkit-scrollbar-thumb {
  background-color: #1d2326;
  width: 2px;
}
.ProductSize_Chart .scrollable_table tbody::-webkit-scrollbar {
  height: 2px;
  background-color: #dcdcdc;
}
.ProductSize_Chart .scrollable_table tbody::-webkit-scrollbar-thumb {
  background-color: #1d2326;
  height: 2px;
}
.sizechartopen {
  overflow: hidden;
}
.sizechartopen:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: #ffffff1a;
  background-blend-mode: multiply;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(10px);
}
.sizechart-cross-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Outer_Size_Chart {
  display: flex;
  justify-content: space-between;
}
.Right_Chart_Content {
  width: 74.5%;
  padding-left: 94px;
}
.Left_Chart_Content {
  width: 25.5%;
}
.LeftChart_Image img {
  width: 100%;
  max-width: 223px;
}
.LeftChart_Image {
  margin: 0 0 42px;
}
.How_to_Measure p {
  font-family: Futura;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #1d2326;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.How_to_Measure p strong {
  font-weight: normal;
}
.How_to_Measure ul li {
  margin: 0 0 10px;
}
.How_to_Measure ul li:last-child {
  margin: 0px;
}
.How_to_Measure ul {
  margin: 0;
  padding-left: 24px;
  font-family: Futura;
  font-size: 14px;
  line-height: 22.4px;
  color: #1d2326;
  text-align: left;
}
.TableHeading {
  font-family: Futura;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
  margin: 0 0 20px;
  color: #1d2326;
}
.scrollable_table table {
  border-spacing: 0 !important;
  width: 100%;
}
.scrollable_table table tr:first-child td {
  border: none;
  background: #86abb6;
  font-family: Futura;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: center;
  color: #fff0e1;
  text-transform: uppercase;
  padding: 16.5px 5px;
  position: sticky;
  top: 0;
}
.scrollable_table table tr:first-child td:nth-child(5) {
  width: 140px !important;
}
.scrollable_table tr td {
  font-family: Futura;
  font-size: 14px;
  font-weight: 300;
  line-height: 22.4px;
  text-align: center;
  color: #1d2326;
  background: #fff;
}
.RepeatedTable p,.Repeated_secondTb p {
  font-family: Futura;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.03em;
  color: #1d2326;
  text-decoration: none;
  margin: 20px 0 15px;
}
p.InchesTab.CommanTabs,p.CmTab.CommanTabs {
    text-align: right;
    padding: 0 20px;
}
.RepeatedTable p strong,.Repeated_secondTb p strong {
  font-weight: 500;
}
p.InchesTab.CommanTabs strong,p.CmTab.CommanTabs strong{
  cursor:pointer;
  color:#1d2326;
}
.Table_description {
  margin: 39px 0 0;
}
.Table_description p {
  font-family: Futura;
  font-size: 14px;
  font-weight: 300;
  line-height: 22.4px;
  text-align: left;
  margin: 0;
  color: #1d2326;
}
.Table_description p a {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #1d2326;
  text-decoration: none;
}
/* size chart popup end */
.color_option-wrappp .input_label-inner_wrapper input:checked+label {
    outline: none;
}


/* reviews sec */

.InstaFeedOuter {
    margin: 104px 0 0;
}
.stamped-header-title {
    margin: 0 0 48px;
    color: #1d2326;
    text-transform: uppercase;
    line-height: 130%;
    font-family: Futura;
    font-weight: 500;
    text-align: center;
}
.stamped-container ul.stamped-tabs li {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 130%;
    padding: 0 0 10px;
}
.stamped-container ul.stamped-tabs li#tab-reviews[data-count]:after {
    background: #1D2326;
    padding: 1px 10px;
    color: #DDDCC5;
}
/* end reviews sec */
.custom_variants_select-wrapp {
    position: relative;
}
.breadcrumbs__item {
    display: inline-block;
}
ol.breadcrumbs__list {
    display: flex;
    align-items: center;
    gap: 8px;
}
a.breadcrumbs__link {
    text-decoration: none;
    font-size: 14px;
    color: #6B6A61;
    font-weight: 500;
    font-family: 'Futura';
    line-height: normal;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
    color: #1D2326;
}

li.custom_arrow_bread span {
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #6B6A61;
}

nav.breadcrumbs {
    margin: 0 0 13px;
}
body .breadcrumbs__item {
    display: flex;
    align-items: center;
}


/* media css start here */
@media (min-width: 750px) {
.tabs_inner_content-rpeater {
    padding-right: 33px;
}
body .custom-product-page-width .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 12px 96px 27px 72px;
}  
}
@media (min-width: 990px) {
  .custom-product-page-width
    .product--large:not(.product--no-media)
    .product__info-wrapper {
    padding: 27px 96px 27px 72px;
    max-width: 50.5%;
    width: calc(50.5% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .custom-product-page-width
    .product--large:not(.product--no-media)
    .product__media-wrapper {
    max-width: 49.5%;
    width: calc(49.5% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media (min-width: 1280px) {
  /* curated with love section start */
  .inner-pdp-collage-wrapper.page-width {
    padding: 0 46px;
  }
  /* curated with love section end */
}
@media (max-width: 1600px) {
  .custom_reco_pro_slider .swiper-button-next, .custom_reco_pro_slider .swiper-button-prev {
    top: 37%;
}
/* zoom popup css start here */
.ZoomInheritanceWpMn {
    max-width: 485px;
}
/* zoom popup css end here */
}
@media (max-width: 1279px) {
  .custom_reco_pro_slider .swiper-button-next{
  right:22px;
}
.custom_reco_pro_slider .swiper-button-prev{
  left:22px;
}
  /* size chart popup start */
  .Right_Chart_Content {
    padding-left: 30px;
  }
  .ProductSize_Chart {
    padding: 60px 20px;
  }
  .scrollable_table table tr:first-child td,
  .scrollable_table tr td,
  .How_to_Measure ul {
    font-size: 14px;
  }
  /* size chart popup end */
  .product-collage-outer-wrapp {
    padding: 80px 30px 0;
  }
  .after-tag-products-main ul li {
    font-size: 14px;
    margin-right: 13px;
  }
  .after-tag-products-main ul li:after {
    margin-left: 13px;
  }
  .another-option-wrapper .input-label-wrapper label {
    font-size: 12px !important;
    line-height: normal !important;
  }
  body .custom-product-page-width .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 27px 30px 27px 30px;
  }
  .tabs_title_rpeater p {
    font-size: 13px;
  }
} 
@media (max-width: 1023px) {
.thumbnail_main-upper {
    height: 90px;
} 
  /* size chart popup start */
  .scrollable_table table tr:first-child td,
  .scrollable_table tr td {
    font-size: 11px;
  }
  /* size chart popup end */
  body .custom-product-page-width .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 16px 20px;
  }
  .product_tabs_bottom-outer {
    margin: 30px 0 0;
  }
  .tabs_title_rpeater:after {
    margin-left: 12px;
  }
  .tabs_title_rpeater {
    margin-right: 12px;
  }
  .another-option-wrapper .input-label-wrapper label {
    font-size: 11px !important;
  }
  .ProductSize_Chart .scrollable_table {
    overflow-x: auto;
  }
  .ProductSize_Chart .scrollable_table::-webkit-scrollbar {
    height: 2px;
    background-color: #dcdcdc;
  }
  .ProductSize_Chart .scrollable_table::-webkit-scrollbar-thumb {
    background-color: #1d2326;
    height: 2px;
  }
  .product__title h1 {
    font-size: 18px;
    line-height: 120%;
  }
  .price__container {
    font-size: 18px;
}
}
@media (max-width: 749px) {
.swatch-input__input.disabled+.swatch-input__label>.swatch:after {
    top: 42px!important;
} 
  .wishlisthero-floating-launcher-container .MuiBadge-root{
        margin: 0 0 50px;
  }
  .custom_pdp_calltoaction.button {
    max-width: 100%;
}
  .related-products.page-width {
    padding: 0 0 32px;n
}
  .custom-pdp-price-wrapp .price .price__container .price__regular {
    margin: -15px 0 0;
}
  .product-title-wishlist-wrapp .wishlist-hero-custom-button {
    padding: 4px 0 0;
}
  .custom_reco_pro_slider .custom_price__sale .saveoff .saveercent p {
    margin: 0 0 0;
}
/* zoom popup css start here */
.PopUpZoomPDP_Images {
    justify-content: center;
}
.CrossZoomExt {
    position: absolute;
    right: 5px;
    top: 5px;
}
/* zoom popup css end here */
.inner_pdp_slider-rpeater.swiper-slide {
  width: 85%;
  margin-right: 2px;
}
.product-image-slider.swiper-container-initialized .inner_pdp_slider-rpeater.swiper-slide{
    width: 100%;
   margin: 0;
}
.inner_pdp_slider-rpeater {
    opacity: 1;
}
  .thumbnail_main-upper, .main-images-upper video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .scrollable_table table tr:first-child td:nth-child(5) {
    width: 120px !important;
  }

  .scrollable_table table {
    border-spacing: 0 !important;
    margin-left: 0;
    box-shadow: none;
  }
  .ProductSize_Chart .scrollable_table tbody {
    display: flex;
    padding-right: 0;
    /* overflow:auto; */
  }
  .ProductSize_Chart .scrollable_table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .scrollable_table table tr:first-child td,
  .scrollable_table tr td {
    width: 100% !important;
    font-size: 14px;
    width: 110px;
    white-space: nowrap;
  }
  .product-form .form .klaviyo-bis-trigger {
    line-height: 17.07px;
    letter-spacing: 0.05em;
    min-height: 52px;
    margin: 0;
    font-size: 14px;
  }
  /* size chart popup start */
  .Outer_Size_Chart {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .Left_Chart_Content {
    width: 100%;
  }
  .Right_Chart_Content {
    padding: 0px 0 0;
    width: 100%;
  }
  .scrollable_table {
    padding-bottom: 2px;
    padding-right: 2px;
  }

  .scrollable_table table tr:first-child td {
    padding: 10px 5px;
  }

  .How_to_Measure ul {
    font-size: 14px;
  }
 .another-option-wrapper .input-label-wrapper {
    /* width: 7.36%; */
    min-width: 55.53px;
}
  .LeftChart_Image {
    margin: 0 0 35px;
    text-align: center;
  }
  .TableHeading {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 16px;
    text-align: center;
  }
  .Table_description {
    margin: 30px 0 0;
    display: none;
  }
  .ProductSize_Chart {
    overflow: auto;
    padding: 30px 20px 60px;
    margin: 0;
    width: 100%;
  }
  .sizechart-cross-btn svg {
    height: 18px;
    width: 18px;
  }
  /* size chart popup end */
  .inner-pdp-collage-wrapper.page-width {
    padding: 0;
  }
  .custom-product-page-width
    .product--large:not(.product--no-media)
    .product__info-wrapper {
    padding: 40px 20px 0;
    transform: inherit !important;
    animation: inherit;
    opacity: 1;
  }
  .thumbnails-outer-wrappes,
  .tabs_all_content-wrapp {
    display: none;
  }
  .pdp_collage_main_wrapp {
    gap: 4.9px 0;
    padding: 0 20px;
  }
  .rpeater-pdp-collage-images,
  .rpeater-pdp-collage-images:nth-child(2),
  .rpeater-pdp-collage-images:nth-child(5) {
    width: 100%;
  }
  .RepeatedTable p strong {
    text-transform: uppercase;
    text-decoration: underline;
  }
  .ProductSize_Chart .scrollable_table {
    padding: 0 0 16px;
    max-height: 432px;
    position: relative;
    overflow: auto;
  }

  .product-collage-outer-wrapp {
    padding: 60px 0px 69px;
  }
  .pdp-collage-heading {
    font-size: 64px;
    margin: 0 0 18px;
    padding: 0 10px;
  }
  .after-tag-products-main {
    margin: 0 0 50px;
  }
  .after-tag-products-main ul {
    justify-content: inherit;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 20px 0 ;
  }
  .after-tag-products-main ul::-webkit-scrollbar {
    display: none;
  }
  .after-tag-products-main ul li {
    min-width: fit-content;
  }
  .complementry_product-outer-wrapp,
  .custom-product-related-wrapper,
  .product-page-imagegrid-wrapp,
  .recently_product-outer-wrapp {
    margin: 64px 0 0;
  }
.complemantry-products-heading, .related-products .related-products__heading, .recetly-products-heading {
    font-size: 17px;
    line-height: 130%;
    margin: 0 0 32px;
    padding: 0 10px;
}
.compimantly_products_outer-wrapp .card__heading, .custom_reco_pro_slider .card__heading, .recently-custom_grid__item .card__heading {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px;
}
.compimantly_products_outer-wrapp .price__container, .custom_reco_pro_slider .price__container, .recently-custom_grid__item .c-productPrice {
    font-size: 16px;
    line-height: 24px;
}
  .card-information .price.price--on-sale {
    margin-top: 0 !important;
}
  .compimantly_products_outer-wrapp .wishlist_hero_wishlist-wrapp,
  .custom_reco_pro_slider .wishlist-hero-custom-button,
  .recently-custom_grid__item .wishlist-hero-custom-button {
    right: 15px;
    top: 15px;
  }
  .logo_footer-sec-wrapp {
    margin: 38px 0 0;
  }
  .com-products-inner.page-width {
    padding: 0;
  }
.product__title h1 {
    line-height: 130%;
    font-size: 16px;
}
  .product-title-wishlist-wrapp .wishlist-hero-custom-button button svg {
    width: 19px !important;
    height: 19px;
  }
  .price__container {
    font-size: 14px;
    font-weight: 300;
    line-height: 18.9px;
    color: #1d2326;
  }
  .custom-pdp-price-wrapp .price-item--sale .money {
    font-weight: 300;
  }
s.price-item.price-item--regular {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}
  .badge.price__badge-sale {
    font-size: 13px;
    padding: 2px 1.5px;
  }
  .color_option-wrappp .input_label-inner_wrapper {
    width: 40px;
    height: 40px;
  }
.color_option-wrappp .input_label-inner_wrapper label {
    width: 34px;
    height: 34px;
}
  .product-form__input.color_option-wrappp {
    margin: 0 0 28px;
  }
  .product-form__input .form__label {
    font-size: 14px;
    line-height: 18.9px;
  }
.another-option-wrapper .input-label-wrapper label {
    font-size: 14px!important;
    min-height: 34.28px;
}
  .product_tabvs_title {
    display: block;
  }
  .tabs_title_rpeater {
    margin: 0;
  }
  .tabs_title_rpeater:after {
    display: none;
  }
  .custom-sizecart-wrapper p {
    border-bottom: none;
    padding-bottom: 0;
    text-decoration: underline;
    text-transform: inherit;
  }
  .product-form__buttons .product-form__submit {
    line-height: 17.07px;
    letter-spacing: 0.05em;
    min-height: 52px;
    margin: 0;
    font-size: 14px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .image_upper_cartbtn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
  }
  .product_upper_cart-trigger.btn {
    display: flex;
    align-items: center;
  }
  .product-form-cust-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: 0;
  }
  .product-form__error-message-wrapper:not([hidden]) {
    background: #fff;
    padding: 15px 10px 015px;
    margin: 0 !important;
    font-family: Futura;
    font-size: 14px;
    letter-spacing: 0;
  }
  .accordions_content-title-wrapp {
    border-bottom: 1px solid #d3d3d3;
    margin: 0;
  }
  .accordions_content-title-wrapp:last-child {
    margin: 0px;
  }
.title-svg-wrapper {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    color: #1D2326;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 11px;
    font-family: 'Futura';
}
  .plus-minus-wrapp {
    display: flex;
    align-items: center;
  }
  .plus-minus-wrapp .minus-icon {
    display: none;
  }
  .accordions_content-title-wrapp.active .plus-icon {
    display: none;
  }
  .accordions_content-title-wrapp.active .minus-icon {
    display: block;
  }
  .custom-complementry-slider {
    padding: 0;
    margin: 0;
    list-style: none;
  }
.accordion_inner_content-rpeater ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    text-align: left;
    color: #1D2326;
    font-family: 'Futura';
    list-style: disc;
    padding: 0px 0 0 22px;
}
.accordion_inner_content-rpeater ul li {
    margin: 0 0 5px;
}
.accordion_inner_content-rpeater ul li:last-child {
    margin: 0;
}  
.accordion_inner_content-rpeater p {
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    text-align: left;
    color: #1D2326;
    margin: 0 0 14px;
    font-family: 'Futura';
}
  
  .accordion_inner_content-rpeater p:last-child {
    margin: 0px;
  }
  .accordion_inner_content-rpeater ul span {
    font-weight: 300 !important;
  }
  .accordion_inner_content-rpeater {
    padding: 0 0 20px;
  }

}
@media (max-width: 360px) {
  .another-option-wrapper .input-label-wrapper label {
    font-size: 12px !important;
  }
  .another-option-wrapper .input-label-wrapper {
    width: 20.36%;
  }
}
