/** Shopify CDN: Minification failed

Line 541:22 Expected ":"
Line 541:24 Expected identifier but found "1px"
Line 642:4 Expected identifier but found "."

**/



/* Navbar  */
header.m-header__desktop.logo-center-menu-left.m-gradient.m-color-default:hover {
    background-color: #fff3 !important;
    backdrop-filter: blur(8px);

}

div#shopify-section-template--25770111238529__slider_FKDFEm {
    position: sticky;
    top: 1px;
    z-index: -1;
    height: 70vh !important;
}

div#shopify-section-template--25770111238529__slider_FKDFEm .m-slide__wrapper {
    height: 55% !important;
    top: 140px !important;
}

.m-header.stuck.transparent-on-top .m-header__mobile, .m-header.stuck.transparent-on-top .m-header__desktop, .m-header.stuck.transparent-on-top .m-menu-bar{
  background-color: #fffc !important;
  backdrop-filter: blur(8px);
}

/* Done bra */
.template-index main#MainContent, .template-page.lookbook_1 main#MainContent{
    z-index: 0;
    position: relative;
}


svg.m-variant-drawer__close-color {
    color: black !important;
}


@media(max-width: 768px){

  div#shopify-section-template--25719392502145__slider_9XBeip {
    height: 75vh !important;
}

  .m-slide__media {
    aspect-ratio: 0.6;
}

.product-arrow-pagination {
    position: relative;
}

.product-btn-prev {
    position: absolute;
    left: 130px;
    top: 15px;
}

.product-btn-next {
    position: absolute;
    right: 130px;
    top: 15px;
}

span.swiper-pagination-current, span.swiper-pagination-total {
        font-size: 14px;
    font-weight: 100;
    color: #121212BF;
}



}


.m\:w-full.m\:block.m-scroll-trigger.animate--fade-in.m\:blocks-radius {
    border-radius: 0 !important;
}

.template-page #MainContent {
    padding-bottom: 0px !important;
}



div#shopify-section-template--25719392502145__slider_9XBeip {
    position: sticky;
    top: 1px;
    z-index: -1;
    height: 86vh;
}


.m-product-media.m-scroll-trigger.animate--fade-in.m\:blocks-radius {
    border-radius: 0px !important;
}


.m-image-card__inner {
    border-radius: 0 !important;
}

.m-product-card__content.m\:text-left {
    padding: 2px;
}
.m-product-card__info {
    margin-top: 1px;
}

.m-product-card__title {
    margin-bottom: 0px;
}

.m-product-card .m-product-option {
    margin-bottom: 0;
    margin-top: 0px;
}

.m-product-option--swatch:hover .m-product-option--node__label {
    box-shadow: none;
    -webkit-transform: scale(1.1);
    transform: none;
}


.m-product-main {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}
.m-product-option--swatch .m-product-option--node__label {
    border-radius: 0;
    position: relative;
    width: 12px;
    height: 5px;
    margin: 4px;
}


.m-product-card__tags {
    top: 0 !important;
    left: 0 !important;
}

span.m-product-card__tag-name.m-product-tag {
    background: transparent;
    color: black;
    font-weight: 500;
    padding: 7px 10px;
}


.m-product-card__background-expand:before {
    transition: opacity var(--m-duration-long, .5s) cubic-bezier(.2,.75,.5,1);
    box-shadow: none !important;
}


.m-product-card--style-2:hover .m-product-card__background-expand {
    transform: none !important;
}

.m-product-card--show-second-img .m-product-card_media:hover .m-product-card_hover-image {
    transform: none !important;
}

.m-product-card__main-image, .m-product-card svg {
    transition: none;
    transform: none !important;
}

.m-product-card__hover-image {
    transition: none !important;
}


.m-product-card__action {
    width: 100%;
    left: 0 !important;
    bottom: 10px !important;
}


.m-variant-drawer__content {
    bottom: -10px !important;

}


.m-product-card__media {
    border-radius: 0 !important;
}



.m-variant-drawer__content {
    border-radius: 0 !important;
}

.m-variant-drawer__content {
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
}


@media(max-width: 768px){
  m-search-popup.m\:flex.m\:justify-center.m\:items-center {
    z-index: 999;
    position: absolute;
    right: 280px;
    top: 5px;
}
.template-collection .m-variant-drawer__content{
  padding: 20px 20px 140px 20px !important;
}

.m-variant-drawer__content svg {
    color: black !important;
}
.m-header__mobile-right.m\:w-3\/12.m\:flex.m\:flex-1.m\:justify-end {
    position: relative;
}
.container-full.m-section-my.m-section-py.m-custom-content__container {
    padding: 0;
}
}


/* Variant Drawer - Simple Design */
.m-variant-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.m-variant-drawer.is-active {
  opacity: 1;
  visibility: visible;
}

.m-variant-drawer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.m-variant-drawer__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 24px 16px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  max-width: 100%;
}

.m-variant-drawer.is-active .m-variant-drawer__content {
  transform: translateY(0);
}

/* Close Button */
.m-variant-drawer__close {
  position: absolute;
  top: 24px;
  right: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #000;
}

.m-variant-drawer__close:hover {
  opacity: 0.6;
}

/* Model Info Section */
.m-variant-drawer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-right: 40px;
}

.m-variant-drawer__model-text {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.m-variant-drawer__size-guide {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
}

.m-variant-drawer__size-guide:hover {
  color: #000;
}

.m-variant-drawer__size-guide svg {
  width: 16px;
  height: 16px;
}

/* Size Selector */
.m-variant-drawer__sizes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0px;
  margin-bottom: 16px;
}

.m-variant-drawer__sizes input[type="radio"] {
  display: none;
}

.m-variant-drawer__sizes label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  background: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
  color: #000;
}

.m-svg-icon--medium {
    stroke-width: 1.6px;
}

.m-variant-drawer__sizes input[type="radio"]:checked + label {
  border-color: black;
  border-width: 1px;
  background: white;
  color: #000;
}

.m-variant-drawer__sizes input[type="radio"]:disabled + label {
  opacity: 0.3;
  cursor: not-allowed;
  position: relative;
}

.m-variant-drawer__sizes input[type="radio"]:disabled + label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
}

.m-variant-drawer__sizes label:hover:not(input:disabled + label) {
  border-color: #666;
}

/* Action Buttons */
.m-variant-drawer__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.m-variant-drawer__btn {
  padding: 16px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.m-variant-drawer__btn--add {
  background: #000;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
}

.m-variant-drawer__btn--add span:first-child {
  font-size: 14px;
}

.m-variant-drawer__btn--add span:last-child {
  font-size: 12px;
  font-weight: 400;
}

.m-variant-drawer__btn--add:hover:not(:disabled) {
  background: #333;
}

.m-variant-drawer__btn--add:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.m-variant-drawer__btn--buy {
  background: white;
  color: #000;
  border: 1px solid #000;
}

.m-variant-drawer__btn--buy {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000;
    text-align: end;
}

.m-variant-drawer__btn--buy:hover{
   background: #000000;
}

.m-product-card svg {
    color: white;
  }

  h2._textHeading_2aowh_35 {
    font: 'M-Heading-Font' !important;
    font-family: 'M-Heading-Font' !important;
}

/* Desktop Responsive */
@media (min-width: 768px) {
  .m-variant-drawer__content {
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%);
    max-width: 500px;
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .m-variant-drawer.is-active .m-variant-drawer__content {
    transform: translate(-50%, 0);
  }

  .m-variant-drawer__sizes {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Mobile Adjustments */
@media (max-width: 480px) {
  .m-variant-drawer__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .m-variant-drawer__model-text {
    font-size: 13px;
  }

  .m-variant-drawer__sizes {
    grid-template-columns: repeat(6, 1fr);
  }
}

button.m-tooltip.m-button--icon.m-tooltip--top.m-tooltip--style-1 {
    border-radius: 50% !important;
}


.m-video__wrapper.m-video__wrapper--video_H7EbBW.m\:blocks-radius {
    border-radius: 0 !important;
}

.m-product-info--wrapper {
    padding-bottom: 50px;
}

.slideshow-btn-wrapper a.m-slide__button-first.m-button.m-button--primary {
    width: 100%;
}

.m-product-option--node label.m-product-option--node__label {
    border-color: #1212128c;
}


.template-page.archive #MainContent {
    padding-bottom: 0 !important;
}

@media(max-width: 768px){
    .product_look_wrapper, .m-sidebar--open {
        padding: 16px 10px !important;
        font-size: 12px;
    }

    button.m-sortby--open {
        padding: 7px 11px;
        font-size: 10px;
        border-width: 1px 1px 1px 0;
        border-color: #d9d9d9;
        font-weight: 600;
        letter-spacing; 1px;
    }

    .m-product-form--input {
        flex-direction: column;
        text-align: start;
        align-items: start;
        gap: 10px;
    }

    .productInput-wrapper label, .lookInput-wrapper label,
    .m-toolbar--left button.m-sidebar--open span, button.m-sortby--open span {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .m-toolbar--right {
        display: none !important;
    }

}

/* product card bag icon */
.m-product-card__action.m-product-card__addons {
    justify-content: flex-end !important;
}

button.m-tooltip.m-button--icon.m-tooltip--top {
    padding: 0;
    width: 20px;
    height: 20px;
}

.m-product-card__action.m-product-card__addons .m-tooltip--style-1:hover {
    background: white;
    border: none !important;
}
.m-product-card__action.m-product-card__addons .m-tooltip--style-1 {
    border: none !important;
}

button.m-tooltip.m-button--icon.m-tooltip--top {
    margin-right: 10px !important;
}

.m-product-card__action.m-product-card__addons span.m-tooltip__content {
    display: none;
}

@media screen and (min-width: 1280px) {
.m-product-card__action svg {
    width: 22px;
    height: 20px;
}
}

.m-toolbar--left button.m-sidebar--open span, button.m-sortby--open span, .m-select-custom.js-selectCustom span.m-select-custom--trigger-text {
    text-transform: uppercase;
}

/* [data-index="1"] .m-mega-menu__container ul.m-sub-menu.m-sub-menu--level-1  a.m-menu__link{
  color: #8c8c8c !important;
} */


/* .template-collection .m-announcement-bar {
    z-index: 0 !important;
}

.template-collection .m-header__wrapper {
    z-index: 0 !important;
}

.template-collection .m-footer {
    z-index: -1 !important;
} */

.m-announcement-bar__content {
    font-size: 12px;
    padding: 2px 15px;
    line-height: 22px;
}

header.m-header__desktop, header.m-header__mobile {
    border-bottom: 1px solid #d9d9d9;
}


/* product media code only for mobile */
@media(max-width:768px){
  .m-main-product--media.m\:column.m\:w-full.md\:m\:w-7\/12 {
    padding-left: 0;
    padding-right: 0;
}

.m-main-product {
    padding-top: 10px;
}

.m-collection-toolbar .m-sortby--open>span {
    margin-right: 2px !important;
    .m-collection-toolbar .m-sortby--open>span
}

.m-footer--accordion h3.m-accordion--item-button.m-footer--block-title {
    justify-content: space-between !important;
}

.social-media-links-footer {
    justify-content: flex-start !important;
    flex-direction: column;
}

.footer-bottom-menu-link {
    justify-content: flex-start !important;
    padding-top: 20px !important;
    flex-direction: column !important;
}

.social-media-links-footer {
    text-align: left !important;
}

.m-footer--middle .m-footer--block-content .block-image {
    margin-top: 20px;
}

}

[data-index="0"] .m-mega-menu__inner ul.m-sub-menu.m-sub-menu--level-1 a.m-menu__link {
    color: black !important;
}

div._formDisclaimer_cit2d_38 p {
  margin: 0;
  font-size: 14px !important;
}

button.m-sortby--open span {
    font-family: var(--font-stack-header) !important;
}


/* newsletter success message */
.m-newsletter-form .notification.success {
    background: #8B8B8B !important;
    color: #ffffff !important;

}

.m-newsletter-form .success svg {
  display: none !important;
}

.m-newsletter-form .notification--error-message {
   margin-left: 0px;
}

/* newsletter form single column layout */
.m-newsletter-form__wrapper--multi-field {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

.m-newsletter-form__wrapper--multi-field .m-newsletter-form__input-wrapper {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/* Match button height to input wrapper height */
.m-newsletter-form__wrapper--multi-field .m-newsletter-form__button {
  position: static !important;
  width: 100%;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.875rem 1.25rem;
  line-height: 1.5;
  height: auto;
}

/* Ensure both input wrapper and button have matching minimum height */
.m-newsletter-form__wrapper--multi-field .m-newsletter-form__input-wrapper,
.m-newsletter-form__wrapper--multi-field .m-newsletter-form__button {
  min-height: 48px;
}
/* end newsletter */

/* collection page mobile */
@media(max-width:768px){ 
.facest-filters-section .container-full {
  padding-bottom: 150px !important;
}
}
