/** Shopify CDN: Minification failed

Line 143:0 Unexpected "}"

**/
/* RTE */
.rte a,
p a {
  color: inherit;
}

/* global input */
.global-input::placeholder {
  opacity: .3;
  color: #171717;
}
.global-input {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 8px;
  background-color: transparent;
}
.global-select-div {
  background-color: transparent;
}
.global-select-div .options {
  width: calc(100% + 2px);
}
.global-radio input {
  display: none;
}
.global-radio .gr-mark {
  width: 16px;
  flex: 0 0 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--black);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-radio .gr-mark:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  content: " ";
  position: absolute;
}
.global-radio input:checked + .gr-mark:after {
  background-color: var(--black);
}
.global-placeholder {
  font-size: 8px;
  padding-bottom: 8px; 
  transform: translateY(100%);
  transition: 0.3s ease all;
}
.global-input:focus::placeholder {
  color: transparent;
}
.global-input:focus + .global-placeholder,
.global-input:not(:placeholder-shown) + .global-placeholder {
  transform: translateY(-1px);
}

/* input date */
#register-register .datepicker-picker .datepicker-controls .button, 
#register-register .datepicker .dow {
  font-family: Studio Pro;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 12px !important;
  font-size: 0.75rem;
  line-height: 1.6;
}

.global-form-qty.small {
  width: 90px;
  height: 36px;
  padding: 0;
  border-radius: 36px;
}
.global-form-qty.small button {
  width: auto !important;
  height: 100% !important;
}
.global-form-qty.small svg {
  width: 10px;
  height: 10px;
}

.hcm-page {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  position: absolute;
  z-index: -1;
}
.hcm-page.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
}

/* default page styling */
/* .shopify-policy__container {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
.shopify-policy__title {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left !important;
  color: var(--Black, #2B2B2B);
}
.shopify-policy__title h1 {
  font-family: 'Carnas', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.28px;
  width: 100% !important;
}
.shopify-policy__title h1,
.shopify-policy__body .rte {
  padding-left: 20px;
  padding-right: 20px;
}
.shopify-policy__body .rte {
  padding-top: 40px;
  padding-bottom: 40px;
}
.shopify-policy__body .rte ol li {
  padding-left: 24px;
}
.shopify-policy__body .rte ol ol {
  counter-reset: ol-counter; /* Reset the same counter in the child list */
} */
/* cart page */
#cart-main-wrapper-cart .c-submit {
  padding-right: 20px !important;
}
#cart-main-wrapper-cart .ci-image {
  min-width: 80px !important;
  max-width: 80px !important;
}
#cart-main-wrapper-cart .cir-content {
  flex: 1;
  flex-direction: column;
}
#cart-main-wrapper-cart .global-form-qty {
  height: 36px;
  width: 90px;
}
#cart-main-wrapper-cart .cart-action-remove {
  height: 36px !important;
  width: 40px !important;
  right: -35px;
}
#cart-main-wrapper-cart .cart-action-remove svg {
  width: 24px !important;
  height: 24px !important;
}
#cart-main-wrapper-cart .price-container {
  order: 1;
}
#cart-main-wrapper-cart .qty-container {
  order: 2;
}
#cart-main-wrapper-cart .cart-item-row .bottom-part {
  flex-wrap: wrap;
}
/* input animation */
#cart-main-wrapper-cart .global-input, #birth_date_placeholder {
  display: flex;
  height: 32px;
  padding-top: 0px;
  padding-bottom: 12px;
  justify-content: space-between;
  align-items: center;
}
#cart-main-wrapper-cart .global-input::placeholder,
#cart-main-wrapper-cart .global-input-message::placeholder{
  color: var(--black);
  opacity: 1;
}
#cart-main-wrapper-cart .global-input:focus::placeholder,
#cart-main-wrapper-cart .global-input-message:focus::placeholder{
  color: transparent;
}
#cart-main-wrapper-cart .global-input-message {
  display: flex;
  min-height: 84px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}
#cart-main-wrapper-cart #cart_special_instructions::placeholder {
  color: var(--black);
}
.label-anim{border: 0; border-bottom: 1px solid var(--border); background-color: transparent;}
.label-anim ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; z-index: 1;}
.label-anim ~ .focus-border:before{content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 100%; background-color: var(--black); transition: 0.4s; top: -1px;}

.label-anim:focus ~ .focus-border:before, 
.has-content.label-anim ~ .focus-border:before{width: 100%; transition: 0.4s;}
.label-anim ~ label{position: absolute; left: 0; width: 100%; top: 100%; font-size: 12px; transition: 0.3s; z-index: -1; text-align: right; opacity: 0;}
.label-anim:focus ~ label, .has-content.label-anim ~ label{top: 2px; font-size: 12px; color: var(--grey); transition: 0.3s; opacity: 1;}
@media (min-width: 600px) and (max-width: 1023px) {
  #cart-main-wrapper-cart .cart-item-row .bottom-part {
    flex-wrap: nowrap;
  }
  #cart-main-wrapper-cart .qty-container {
    padding-right: 30px;
  }
}


@media screen and (min-width: 600px) {
  #cart-main-wrapper-cart .cpe-title sup {
    position: relative;
    top: -10px;
  }
}
@media screen and (min-width: 1024px) {
  #cart-main-wrapper-cart .cart-item-row .bottom-part {
    flex-wrap: unset;
  }
  #cart-main-wrapper-cart .price-container {
    order: 2;
    display: flex;
    flex-wrap: wrap
  }
  #cart-main-wrapper-cart .qty-container {
    order: 1;
  }
  #cart-main-wrapper-cart .cir-content {
    flex: 1;
    flex-direction: row;
  }
  #cart-main-wrapper-cart .global-form-qty {
    height: 41px;
    width: 100px;
  }
  #cart-main-wrapper-cart .cart-action-remove {
    height: 41px !important;
    width: 35px !important;
    right: -35px;
  }
  #cart-main-wrapper-cart .cart-action-remove svg {
    width: 24px !important;
    height: 24px !important;
  }
  #cart-main-wrapper-cart .ci-image {
    min-width: 110px !important;
    max-width: 110px !important;
  }
  .cpec-item {
    width: calc(100% / 3);
  }
}

/* Header Cart */
.header-cart {
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  top: 0;
  height: 100% !important;
  width: 100%;
  background: #fff;
  z-index: 999999999;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  right: 0;
  transform: translateX(100%);
  max-height: 100%;
}
.header-cart.no-cross-sell .header-cart-wrapper .empty-message-wrapper {
  height: auto;
}
.header-cart.no-cross-sell .header-cart-wrapper .header-cart-bottom {
  position: relative !important;
  bottom: unset;
  z-index: 5;
}
.header-cart.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.header-cart .header-cart-loading {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("load.gif");
  background-size: 30px;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-cart .header-cart-loading.active {
  display: block;
}
.header-cart .cross-sell {
  width: 215px;
}
.header-cart .cross-sell .swiper {
  height: calc(100vh - 64px);
}
.header-cart .cross-sell .swiper .swiper-slide {
  height: auto !important;
}
.header-cart .cross-sell .swiper .swiper-slide .product-card-2 {
  height: 100%;
}
.header-cart .cross-sell .swiper .swiper-pagination {
  width: auto;
}
.header-cart .header-cart-wrapper {
  width: 100%;
  box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.051);
}
@media screen and (min-width: 600px){
  .header-cart .header-cart-wrapper {
    width: 480px;
  }
}
.header-cart .header-cart-wrapper .header-cart-close {
  height: 36px;
  width: 36px;
  font-size: 0;
  top: 14px;
  right: 20px;
  border-radius: 100px;
  transition: all .3s ease;
}
.header-cart .header-cart-wrapper .header-cart-top .header-cart-close {
  top: unset;
  right: unset;
  transition: all .3s ease;
}
.header-cart .header-cart-wrapper .header-cart-close:hover,
.header-cart .header-cart-wrapper .header-cart-top .header-cart-close:hover {
  border-color: var(--black);
}
.header-cart .header-cart-wrapper .header-cart-close svg {
  display: block;
  width: 11px;
  height: 11px;
}

.header-cart .header-cart-wrapper .empty-cart .text-con {
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-cart .header-cart-wrapper .cart-items-wrapper {
  height: auto !important;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-cart .header-cart-wrapper .cart-items-wrapper::-webkit-scrollbar {
  display: none;
}
.header-cart .header-cart-wrapper .cart-items-wrapper .header-cart-items .image-con {
  width: 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: auto;
}
.emwcc-item,
.emwcc-item sup { 
  transition: all .2s ease;
}
.emwcc-item:hover,
.emwcc-item:hover sup {
  color: var(--teal);
}
.cpec-item sup,
.emwcc-item sup {
  transform: translateY(2px);
  display: inline-block;
}
.header-cart-form,
.header-cart-middle {
  flex: 1;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-cart .header-cart-wrapper .cart-items-wrapper .header-cart-items .details-con {
  -ms-flex: 0 0 calc(100% - 80px);
  flex: 0 0 calc(100% - 80px);
}
.header-cart .header-cart-wrapper .cart-items-wrapper .header-cart-items .details-con .right-side {
  -ms-flex: 1;
  flex: 1;
}
.header-cart .header-cart-wrapper .cart-items-wrapper .header-cart-items .details-con .right-side .item-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-cart .header-cart-wrapper .cart-items-wrapper .header-cart-items .details-con .right-side .close {
  width: 11px;
  width: 0.6875rem;
  height: 13px;
  height: 0.8125rem;
}
.header-cart .header-cart-wrapper .cart-items-wrapper .header-cart-items .bottom-part .close {
  position: relative;
  height: 36px;
  width: 40px;
}
.header-cart .header-cart-wrapper .header-cart-bottom { 
  width: 100%;
  z-index: 2;
}
.header-cart .header-cart-wrapper .header-cart-bottom .btn-checkout {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.header-cart .header-cart-wrapper .header-cart-bottom .btn-checkout.active {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-cart .header-cart-wrapper .header-cart-bottom .btn-checkout .icon {
  font-size: 0;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.header-cart .header-cart-wrapper .header-cart-bottom .btn-checkout .icon svg {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.header-cart .header-cart-wrapper .header-cart-bottom .btn-checkout .icon svg * {
  transition: 0.3s linear all;
}
.header-cart .header-cart-wrapper .header-cart-bottom .btn-checkout:hover .icon svg * {
  stroke: #ffffff;
  fill: #ffffff;
}
.header-cart .header-cart-wrapper .header-cart-bottom .btn-checkout.disabled {
  background-color: #6c6c6c;
  opacity: 0.3;
  cursor: not-allowed;
}

li.header-desktop-search {
  display: none !important;
}
li.header-desktop-search.show {
  display: inline-block !important;
}

@media (min-width: 600px) {
  .header-cart .header-cart-wrapper .cart-items-wrapper .header-cart-items .details-con {
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
  }
  .header-cart {
    top: 0;
    width: 480px;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header-cart .header-cart-wrapper .header-cart-close {
    top: 20px;
    right: 24px;
  }
}

/* Popup Cart */
.popup-cart {
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  right: 0;
  will-change: opacity;
}
.popup-cart.active {
  opacity: 1;
  visibility: visible;
}
.popup-cart .inner-wrapper {
  position: relative;
  width: 486px;
  min-height: 150px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 12px 12px;
  transform: translateY(-20px);
  transition: 500ms ease all;
}
.popup-cart.active .inner-wrapper {
  transform: translateY(0);
}
.popup-cart .popup-cart-overlay {
  display: block;
  top: unset;
  height: 100vh;
} 

/* Quick view popup */
.quick-view-popup {
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  right: 0;
  will-change: opacity;
}
.quick-view-popup.active {
  visibility: visible;
  opacity: 1;
}

.shopify-policy__title{
  display: none;
}
.shopify-policy__container{
  padding-top:48px;
  padding-bottom:48px;
  padding-left:16px !important;
  padding-right:16px !important;
  max-width: 1024px !important;
}

.shopify-policy__container .rte h2{
  margin-bottom: 48px;
}
.shopify-policy__container .rte .p5{
  padding-bottom: 20px;
  font-size: 14px;
}
.shopify-policy__container .rte .p2{
  padding-bottom: 16px;
  font-size: 14px;
}
.shopify-policy__container .rte .p2 + .p5{
  padding-top: 24px;
}
@media screen and (min-width: 600px) {
  .shopify-policy__container{
    padding-left:32px !important;
    padding-right:32px !important;
  }
}
@media screen and (min-width: 1024px) {
  .shopify-policy__container .rte .p2 + .p5{
    padding-top: 44px;
  }
  .shopify-policy__container .rte h2{
    margin-bottom: 60px;
  }
  .shopify-policy__container .rte .p5{
    font-size: 15px;
    padding-bottom: 24px;
  }
  .shopify-policy__container{
    padding-top:60px;
    padding-bottom:60px;
    padding-left:48px !important;
    padding-right:48px !important;
  }
  .shopify-policy__container .rte .p2{
    font-size: 15px;
  }
}
/* /* default policy page styling */
/* .shopify-policy__container {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
.shopify-policy__title {
  padding-top: 32px;
  padding-bottom: 28px;
  text-align: left !important;
}
.shopify-policy__title h1,
.shopify-policy__body .rte {
  padding-left: 20px;
  padding-right: 20px;
}
.shopify-policy__body .rte {
  padding-top: 0px;
  padding-bottom: 40px;
}
.shopify-policy__body .rte ol li {
  padding-left: 24px;
}
.shopify-policy__body .rte ol ol {
  counter-reset: ol-counter;
}

@media screen and (min-width: 1024px) {
  .shopify-policy__container {
    display: flex;
    justify-content: center;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .shopify-policy__title {
    position: sticky;
    top: 0px;
    height: fit-content;
    padding-top: 78px;
    padding-bottom: 64px;
    width: calc(100% * 3 / 12);
    border: none;
    margin-right: calc(100% * 1 / 12);
    
  }
  .shopify-policy__body {
    width: calc(100% * 8 / 12);
  }
  .shopify-policy__title h1 {
    font-family: 'Carnas', sans-serif;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
    max-width: 313px;
  }
  
  .shopify-policy__body .rte {
    padding-top: 78px;
    padding-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .shopify-policy__title,
  .shopify-policy__body .rte {
    padding-top: 97px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 1920px) {
  .shopify-policy__title,
  .shopify-policy__body .rte {
    padding-top: 109px;
    padding-bottom: 64px;
  }
} */
.product-each .pe-wishlist .iw-inactive,
.product-each .pe-wishlist.swym-added .iw-active {
  display: block;
}
.product-each .pe-wishlist.swym-added .iw-inactive,
.product-each .pe-wishlist:not(.swym-added) .iw-active {
  display: none;
}
.product-each .pe-wishlist .iw-inactive svg path,
.product-each .pe-wishlist .iw-active svg path {
  fill: var(--navy);
  stroke: none;
}
.product-each .pe-wishlist .iw-active svg path:first-child {
  fill: var(--white);
}
.product-each .pe-wishlist .iw-inactive svg path {
  stroke: var(--navy);
  fill: var(--white);
}
.product-each .pe-wishlist .iw-inactive svg path:first-child {
  stroke: none;
  fill: none;
}
.product-each .pe-wishlist .iw-active,
.product-each .pe-wishlist .iw-inactive {
  width: 24px;
  height: 24px;
}