/** Shopify CDN: Minification failed

Line 148:12 Expected identifier but found whitespace
Line 148:13 Unexpected "\"\""

**/
.template-index .textwith__icon--content {
    padding-top: 25px;
}
.newsletter__section #trustpilot-widget-trustbox-1-wrapper {
    padding-top: 30px;
}
#shopify-section-footer .footer-section #footer .footer-sect {
    padding-right: 40px;
}
#shopify-section-footer .footer-section #footer .footer-sect ul li a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    padding: 4px 0;
    transition: all 0.3s ease;
}
#shopify-section-footer .footer-section #footer .footer-sect ul li a:hover {
  color: #D1AF94;
  transform: translateX(4px);
}
#shopify-section-footer .footer-section #footer .footer-sect ul li + li {
    margin-top: 6px;
}
#shopify-section-footer .footer-section #footer .row.grid__wrapper {
    padding-top: 60px;
    border-top: 1px solid #e5e5e5;
}
#shopify-section-footer .footer-section #footer #bottom-footer {
    padding-top: 20px;
} 
.section-template--25738348331394__b60a706b-d203-4404-be3d-ed127867e5ed {
    padding: 0 !important;
}
#AYXAzbzZNeWR3TVg3Q__gsc_instagram_feed_instafeed_tKR48m {
    padding: 0;
}
#text-promo-template--25738348659074__editorial_columns_G7cdLP .editorial__content-item {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
#text-promo-template--25738348659074__editorial_columns_G7cdLP .editorial__content-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
#text-promo-template--25738348659074__editorial_columns_G7cdLP {
    text-align: center;
    padding: 80px 5%;
    background-color: #f9f9f9;
}
/* product page */
.product #addToCart {
    background-color: #000 !important;
    color: #fff !important;
}
.product #addToCart:hover {
    background-color: #d1af94 !important;
    color: #fff !important;
}
.product .product__section--text {
    background: #f9f9f9;
    border: 1px solid #d1af94;
    border-radius: 6px;
    padding: 12px 16px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}
.product .ks-chart-container {
    margin-top: 20px;
}
.product .st-wishlist-button[data-type="details"]:hover, .swatches__form--input:checked + .swatches__form--label {
    background-color: #d1af94;
}
.product .swatches__form--label:hover {
    background: #d1af94 !important;
    color: #fff !important;
    border-color: #d1af94 !important;
}
.product__section--product_description .product__section--tabs {
    /* margin: 0 0 25px; */
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    border-radius: 20px;
    padding: 20px;
}
.product__section--product_description .product__section--tabs .product__tabs .product__tab-trigger a {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    text-transform: capitalize;
    transition: all 0.3s 
ease;
    padding-bottom: 10px;
    border: none;
}
.product__section--product_description .product__section--tabs {
    margin: 0 0 25px;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    border-radius: 20px;
    padding: 20px;
}

.product__section--product_description .product__section--tabs .product__tabs {
    background-color: #f7f7f7 !important;
    display: inline-block;
    list-style: none;
    border-radius: 25px;
    padding: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.product__section--product_description .product__section--tabs .product__tabs .product__tab-trigger {
    border: none;
}

.product__section--product_description .product__section--tabs .product__tabs .product__tab-trigger a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border: none !important;
    padding: 10px 20px;
    text-decoration: none;
}

.product__section--product_description .product__section--tabs .product__tabs .product__tab-trigger a.active {
    color: #fff;
    background-color: #d1af94 !important;
    border-radius: 25px;
}
.product__section--product_description .product__section--tabs .product__tabs .product__tab-trigger a:focus {
    outline: none !important;
}
    content: "";
    position: absolute;
    left: -8px;
    top: 6px;
    width: 38px;
    height: 18px;
    background: url('/cdn/shop/files/svgexport-29.svg?v=1760103113') no-repeat center;
    background-size: contain;
    opacity: 0.9;
}

.product__section--product_description .product__section--tabs .tabbed__product-content p {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
}
.product__section--product_description .product__section--tabs .product__tabs .product__tab-trigger a:hover {
    color: #fff;
    background-color: #d1af94 !important;
    border-radius: 25px;
}
.usp-container {
    padding: 30px 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 25px;
}

.usp-container .usp-item {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    padding: 15px 15px;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    text-align: center;
    flex-direction: column;
    height: 135px;
}
.usp-container .usp-item img {
    width: 50px;
}

.usp-container .usp-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.fitting-room-container #openModalBtn {
    max-width: 100%;
} 
.st-wishlist-details.st-wishlist-details--drawer .st-wishlist-details_main .st-wishlist-details_products .st-product-card_form .st-product-card_group .st-atc-button {
    background-color: #d1af94 !important;
}
.st-wishlist-details.st-wishlist-details--drawer .st-wishlist-details_main .st-wishlist-details_products .st-product-card_form .st-product-card_group .st-atc-button:hover {
    background-color: #000 !important;
}
/* Target the Twitter icon */
#social-links a[aria-label="Twitter"] .social-icons--icon {
  display: none; /* Hide the old Twitter SVG */
}

/* Add the new X icon as a background image */
#social-links a[aria-label="Twitter"] {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('/cdn/shop/files/twiter.png?v=1762514575') no-repeat center center;
  background-size: contain;
}
button.st-wishlist-details-button.st-wishlist-details-button--bottom_right.st-initialized {
    display: none;
}
#shopify-section-template--25738348953986__judgeme_section_review_widget_0829 .n99gb-text-white {
    background-color: #f4f4f4 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    padding: 15px 15px;
}
#shopify-section-template--25738348953986__judgeme_section_review_widget_0829 .n99gb-text-white .n99gb-bg-red-500 {
        background-color: #f4f4f4 !important;
}
#shopify-section-template--25738348953986__judgeme_section_review_widget_0829 .n99gb-text-white .n99gb-bg-red-500 h4.n99gb-h4-headingsText-icons {
    font-weight: normal;
}
.jdgm-widget.jdgm-all-reviews-text.jdgm-all-reviews-text--style-text {
    text-align: center;
    display: flex;
    justify-content: center;
}
/* Hide overflow so zoom doesn't break layout */
.gallery__section-image {
    overflow: hidden;
}

/* Smooth animation */
.gallery__section-image img {
    transition: transform 0.5s ease;
}

/* Zoom ONLY when image is hovered */
.gallery__section-image img:hover {
    transform: scale(1.1);
}
.gallery__section-image img {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
/* ================================
   PREMIUM IMAGE CARD STYLE
================================ */

/* Card Container */
.gallery__section-image {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

/* Subtle inner border for depth */
.gallery__section-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  pointer-events: none;
}

/* Image */
.gallery__section-image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

/* Hover Effect */
.gallery__section-image:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.12);
}

.gallery__section-image:hover img {
  transform: scale(1.03);
}
.global__section .gallery__section-container {
    width: 100% !important;
    margin: auto !important;
    grid-gap: 15px !important;
}
.video-content .content-inner p {
    margin: 20px 0px 30px 0px;
}
.announcement__bar-section #trustpilot-widget-trustbox-0-wrapper {
    background-color: #fff !important;
}
@media screen and (max-width: 767px) {
.footer-section .disclosure-list {
    transform: translate(-20px, 0px) !important;
}
.section-template--25738348331394__b60a706b-d203-4404-be3d-ed127867e5ed .textwith__icon--content--template--25738348331394__b60a706b-d203-4404-be3d-ed127867e5ed {
    display: flex;
    gap: 0;
}
.section-template--25738348331394__b60a706b-d203-4404-be3d-ed127867e5ed .textwith__icon--content--template--25738348331394__b60a706b-d203-4404-be3d-ed127867e5ed .icon__image-wrapper .box-ratio img {
    margin: 0;
    width: 50px !important;
}
.section-template--25738348331394__b60a706b-d203-4404-be3d-ed127867e5ed .textwith__icon--content--template--25738348331394__b60a706b-d203-4404-be3d-ed127867e5ed .icon__image-wrapper .box-ratio {
    padding-bottom: 50% !important;
}
#top-bar p {
        font-size: 10px !important;
}
.section-template--25738348331394__b60a706b-d203-4404-be3d-ed127867e5ed .textwith__icon--content--template--25738348331394__b60a706b-d203-4404-be3d-ed127867e5ed .icon__image-wrapper {
    min-height: 50px;
}
.section-template--25738348331394__b60a706b-d203-4404-be3d-ed127867e5ed .textwith__icon--content-block {
    width: 33.33%;
    padding: 0 3px;
}
.section-template--25738348331394__b60a706b-d203-4404-be3d-ed127867e5ed .textwith__icon--content-block .rte p {
    margin: 0;
}
#shopify-section-template--25738348659074__banner .collection__banner-image.parralax__image .box-ratio {
    padding-bottom: 100% !important;
}
#shopify-section-template--25738348659074__banner .collection__banner-template--25738348659074__banner {
    padding: 0;
}
.section-template--25738348659074__image_with_text_g4jd6i, .section-template--25738348659074__image_with_text_Y6X6Tp {
    padding-top: 0 !important;
}
#shopify-section-template--25738348659074__editorial_columns_G7cdLP #text-promo-template--25738348659074__editorial_columns_G7cdLP .row.grid__wrapper {
    gap: 0;
}
#text-promo-template--25738348659074__editorial_columns_G7cdLP {
    padding-bottom: 30px;
}
#shopify-section-footer .footer-section #footer .footer-sect {
    padding-right: 0;
}
#shopify-section-footer .footer-section #footer .footer-sect ul li {
    padding-bottom: 5px;
}
#text-promo-template--25738348659074__editorial_columns_G7cdLP {
    padding: 0px 5%;
    padding-top: 30px;
}
.usp-container .usp-item {
    gap: 5px;
    padding: 10px 15px;
}
.usp-container {
    padding: 10px 5px;
    flex-wrap: nowrap;
    gap: 10px;
}
.usp-container .usp-item img {
    width: 40px;
}
}

