/** Shopify CDN: Minification failed

Line 36:12 Expected identifier but found whitespace
Line 36:14 Unexpected "{"
Line 36:24 Expected ":"
Line 36:42 Expected ":"
Line 55:16 Expected identifier but found whitespace
Line 55:18 Unexpected "{"
Line 55:28 Expected ":"
Line 55:53 Expected ":"
Line 67:16 Expected identifier but found whitespace
Line 67:18 Unexpected "{"
... and 23 more hidden warnings

**/
/* Place any CSS overrides in this file. */.no-scroll {
    overflow: hidden;
}
.page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width:786px) {
    .page-width {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 20px;
  }
  .cs_header a.search-button.standalone-icon--wrapper {
    display: none !important;
  }
}

.c-page-width {
  max-width: {{ settings.c_page_width }}px;
  margin: 0 auto;
  padding: 0 1rem;
}

.template-index .overlay-header-wrapper {
  /* height: inherit !important;
  max-width: inherit !important;
  max-height: inherit !important; */
}

.myregistry {
  width: 100% !important;
  background: transparent !important;
  border: 1px solid var(--primary-btn-bg-color) !important;
  color: var(--primary-btn-bg-color) !important;
}

label {
  border-radius: {{ settings.label_border_radius }}px;
}

.quick-add-button-variants, .quick-add-button, .sold-out-button {
  font-size: 14px;
}

.shopify-installments {
  display: none;
}

.c-grid__image {
  border-radius: {{ settings.image_border_radius }}px;
  overflow: hidden;
}

.header-section--wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/* Header */

.c-site-nav--link-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-site-nav--link-wrapper svg {
  display: block;
  padding-bottom: 4px;
}

/* Cart Drawer */

.c-cart-drawer {
  height: 100%;
  /* width: 450px; */
}

#CartContainer {
  height: calc(100% - 24px);
}

@media screen and (min-width: 768px) {
  #CartContainer {
    height: calc(100% - 62.6px);
  }  
}

.c-cart-form {
  height: 100%;
}

.c-cart-drawer-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.c-cart-line-items {
  height: 100%;
  padding: 0 8px 16px 8px;
  overscroll-behavior-y: contain;
  align-items: start;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}

.c-cart-line-item {
  display: flex;
  gap: 12px;
  padding: 0 !important;
}

.c-cart-line-item:after {
  content: none !important;
}

.c-cart-line-item-image-wrapper {
  max-width: 80px;
}

.c-cart-line-item-image {
  margin-top: 10px;
  border-radius: {{ settings.image_border_radius | divided_by: 2 }}px;
}

.c-cart-line-item-content {
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-cart-line-item-title-meta {
  margin: 0 0 6px 0;  
}

.c-cart-line-item-title {
  text-align: start;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.c-cart-line-item-meta {
  text-align: start;
}

.c-cart-line-item-variant {
  opacity: 65%;
  font-size: 13px;
}

.c-cart-line-item-price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.c-cart-line-item-quantity-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
}

.c-cart-line-item-quantity {
  display: flex;
  align-items: center;
}

.c-cart-line-item-quantity-button-wrapper {
  margin-bottom: 0;
}

.c-cart-line-item-quantity-button svg {
  display: block;
}

.c-cart-line-item-quantity-button-wrapper button.c-cart-line-item-quantity-button {
  display: flex;
  align-items: center;
  justify-content: center;
}


.c-cart-line-item-quantity-button-wrapper {
  height: fit-content;
  max-width: 90px;
}

  .c-cart-line-item-quantity-button-wrapper button.c-cart-line-item-quantity-button {
    min-width: 30px;
    /* max-height: 32px; */
    height: 100%;
    min-height: 0px;
    padding: 0 !important;
  }

 .mobile-nav__logo-title{
  padding: 0 15px !important;
  }


.c-cart-item-discounts:empty {
  display: none;
}

.c-cart-line-item-remove {
  margin: 0 !important;
  font-size: 13px !important;
}

.c-cart-footer-wrapper {
  width: 100%;
  padding: 0;
  background-color: var(--cart-drawer-color);
  /* border-top: 1px solid rgba(0, 0, 0, 0.2); */
}

.c-cart-footer-wrapper .c-cart-checkout {
  margin: 0 6px;
}

.c-cart-subtotal-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
}

.c-cart-subtotal-wrapper:after {
  display: none;
}

.c-cart-price-wrapper {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-item__discounts:empty {
  display: none;
}

.c-cart-subtotal {
  padding-left: 0;
  font-size: inherit;
}

.c-cart-subtotal p {
  margin: 0;
}

.c-cart-subtotal-header p {
  margin-top: 0;
  width: fit-content;
}

.c-cart-checkout {
  width: 100%;
  padding: 12px;
  border-radius: 1rem;
  margin: 8px 0 !important;
  letter-spacing: normal;
}

.c-cart-taxes-shipping {
  font-size: 12px;
}

.c-cart-compare-price {
  width: 100%;
  display: block;
  text-align: center;
}

.c-cart-quantity-input {
  border: 1px solid #B0B0B0 !important;
  border-radius: 4px;
}

/* Navidium Cart Drawer */

input#shippingProtectionCheckBox:after {
  background: 0;
}
.row:has([href*="navidium"]) {
  display: none;
}

.appearance-right-previw-ld .img, .appearance-right-previw-ld-new .img, .appearance-right-previw-ld-new .mini-img {
  left: 0 !important;
  height: 40px !important;
}

.appearance-right-previw-ld .d-flexCstm-ld p {
  padding: 0 !important;
  width: 100% !important;
  font-size: 11px !important;
}

.appearance-right-previw-ld .d-flexCstm-ld h4 {
  font-size: 12px !important;
}

.appearance-right-previw-ld {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 8px !important;
  padding: 4px 8px !important;
}

.appearance-right-previw-ld .d-flexCstm-ld {
  max-width: 100% !important;
  margin-bottom: 0px !important;
  align-items: center;
}

.nvd-mini {
  margin: 0 !important;
}

.nvd-selected-ld, .nvd-dis-selected-ld {
  display: none !important;
}

.navidium-shipping-icon-ld {
  width: 100%;
  height: 100%;
  transform: none !important;
}

.appearance-right-previw-ld .img svg, .appearance-right-previw-ld-new .img svg {
  right: 4px !important;
  bottom: 0px !important;
  width: 14px !important;
  height: 18px !important;
}

.appearance-right-previw-ld .d-flexCstm-ld .form-switchCstm-ld input {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.appearance-right-previw, .appearance-right-previw-ld {
  margin-top: 10px !important;
}

/* Collection Filters */

.c-collection-filters {
  display: flex;
  align-items: center;
}

.c-collection-filters-button-mobile {
  width: fit-content !important;
  font-size: 14px;
  padding: 8px 16px;
  margin: 0px;
}

.c-facets__disclosure {
  border: 0 !important;
}

.c-facets__disclosure:hover {
  box-shadow: none !important;
}

.c-facets__header {
  padding: 12px;
  display: flex;
  align-items: center;
}

.c-facets__header .facets__selected {
  font-size: 13px;
}

.c-facets__summary {
  border: 1px solid var(--filter-border-color);
}

.c-facets__display {
  position: relative !important;
  width: 100% !important;
  border: 0 !important;
  max-height: 100% !important;
}

.c-facets__summary svg {
  transform: inherit !important;
  top: 0 !important;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}

.c-facets__summary[aria-expanded="true"] svg {
  transform: rotate(180deg) !important;
}

.c-active-facets {
  margin-left: 0 !important;
  gap: 8px;
  margin-bottom: 15px;
}

/* Search Bar */

.c-input-group-field {
  border-radius: 8px !important;
}

/* Validare Product Page */

.c-product-information {
  padding: 0 0 0 30px;
}

.c-product-information product-information {
  width: 100%;
  position: relative !important;
  top: 0 !important;
}

.c-product-information .product-form-wrapper {
  padding-left: 0 !important;
}

.c-product-media-image {
  border-radius: 16px;
}

.c-product-media-thumbnail-image {
  border-radius: 12px;
}

@media screen and (min-width: {{ settings.c_breakpoint3 }}px) {
  .c-product-media-image {
    border-radius: 24px;
  }
}


.reviews-star-rating__value-reviews p {
  margin-bottom: 0;
}

@media screen and (max-width: {{ settings.c_breakpoint3 }}px) {
  .c-product-title {
    font-size: 22px;
  }  
}

.c-product-price-group {
  align-items: center;
}

.c-compare-at-price {
  font-size: 16px;
}

.c-actual-price {
  font-size: 20px !important;
  font-weight: 600;
  color: var(--text-color) !important;
}

.c-savings-price {
  padding: 4px 8px;
  background-color: {{ settings.highlight_color }};
  color: {{ settings.sold_out_badge_font_color }};
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (min-width: {{ settings.c_breakpoint3 }}px) {
  .c-compare-at-price {
    font-size: 18px;
  }
  
  .c-actual-price {
    font-size: 22px !important;
  }
  
  .c-savings-price {
    font-size: 16px;
  }
}

/* .c-options-header {
  font-weight: normal;
} */

.c-options-selected-value {
  font-weight: normal;
  text-transform: none;
}

.c-size-guide-link {
  background-size: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 6px;
}

.swatch:not(.is-color-swatch):not(.linked-products-swatch) .c-swatch-element label {
  font-weight: 600;
}

.swatch:not(.is-color-swatch):not(.linked-products-swatch) .c-swatch-element input:checked+label {
  background-color: {{ settings.highlight_color }};
  color: {{ settings.sold_out_badge_font_color }};
  outline: 1px solid {{ settings.highlight_color }};
  font-weight: 700;
}

/* #size-guide-link {
  background-size: 0 1px, 100% 1px;
}

#size-guide-link:hover {
  background-size: 0 1px, 0 1px;
} */

.c-linked-option-collection-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.linked-products .c-swatch-element.soldout .c-swatch-element-soldout-overlay {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.5);
  /* z-index: 1; */
}

.linked-products .c-swatch-element label {
  border-radius: 100px;
}

.effectiveAppsLisWiggle {
  display: none !important;
}

.c-product--add-to-cart-button {
  gap: 8px;
  padding: 14px 0;
}

button.c-product--add-to-cart-button[disabled] .c-icon-baby-stroller {
  opacity: 0;
}

.c-icon-baby-stroller svg {
  display: block;
}

.c-product-policies {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.c-product-policy {
  display: flex;
  align-items: center;
  gap: 6px;
}

.c-product-policy p {
  margin: 0;
  font-size: 12px;
}

@media screen and (min-width: {{ settings.c_breakpoint3 }}px) {
  .c-product-policy p {
    font-size: 15px;
  } 
}

.c-collection-products-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-collection-products-heading-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.c-collection-products-heading {
  margin: 0;
  text-transform: uppercase;
}

.c-collection-products-arrows {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-collection-products-prev, .c-collection-products-next {
  position: relative !important;
  height: 20px !important;
  width: 20px !important;
  /* top: 0 !important;
  right: 0 !important;
  bottom: 0 !important; */
  left: 0 !important;
  margin: 0 !important;
}

.c-collection-products-prev::after, .c-collection-products-next::after {
  content: "" !important;
}

.c-collection-products-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66699 9.99989L1.31344 9.64634L0.959885 9.99989L1.31344 10.3534L1.66699 9.99989ZM18.3337 10.4999C18.6098 10.4999 18.8337 10.276 18.8337 9.99989C18.8337 9.72375 18.6098 9.49989 18.3337 9.49989V10.4999ZM6.86899 4.09078L1.31344 9.64634L2.02055 10.3534L7.5761 4.79789L6.86899 4.09078ZM1.31344 10.3534L6.86899 15.909L7.5761 15.2019L2.02055 9.64634L1.31344 10.3534ZM1.66699 10.4999H18.3337V9.49989H1.66699V10.4999Z' fill='black'/%3E%3C/svg%3E%0A");
}

.c-collection-products-next {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.333 9.99989L18.6866 9.64634L19.0401 9.99989L18.6866 10.3534L18.333 9.99989ZM1.66634 10.4999C1.3902 10.4999 1.16634 10.276 1.16634 9.99989C1.16634 9.72375 1.3902 9.49989 1.66634 9.49989V10.4999ZM13.131 4.09078L18.6866 9.64634L17.9795 10.3534L12.4239 4.79789L13.131 4.09078ZM18.6866 10.3534L13.131 15.909L12.4239 15.2019L17.9795 9.64634L18.6866 10.3534ZM18.333 10.4999H1.66634V9.49989H18.333V10.4999Z' fill='black'/%3E%3C/svg%3E%0A");
}

.c-collection-products {
  width: 100%;
}

.c-collection-product {
  width: 200px !important;
  /* width: fit-content !important; */
}

.c-collection-product .product-grid--title, .c-collection-product .product-grid--price, .c-collection-product .reviews-star-rating__value-reviews {
  font-size: 12px;
}

@media screen and (min-width: {{ settings.c_breakpoint3 }}px) {
  .c-collection-product .product-grid--title, .c-collection-product .product-grid--price, .c-collection-product .reviews-star-rating__value-reviews {
    font-size: 14px;
  }  
}

.c-product-benefits-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 20px;
  justify-content: center;
}

.c-product-benefit {
  width: 100%;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.c-product-benefit-icon {
  max-width: 80px;
}

.c-product-benefit-text {
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}


@media screen and (min-width: {{ settings.c_breakpoint3 }}px) {

  .c-product-benefit-text {
    font-size: 14px;
  }
}


@media screen and (min-width: {{ settings.c_breakpoint2 }}px) {
  .c-product-benefits-grid {
    row-gap: 20px;
    column-gap: 32px;
    justify-content: space-evenly;
  }

  .c-product-benefit {
    max-width: 150px;
  }

  .c-product-benefit-text {
    font-size: 14px;
  }
}

.c-collapsible-tab-header {
  line-height: inherit !important;
}

.c-section-waves {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.c-section-waves svg {
  display: block;
  height: fit-content;
  width: 100%;
  min-width: 530px;
}

/* Cart Drawer */

.free-shipping-container {
  padding: 10px 10px 36px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

p#shipping-message {
  font-size: 14px;
  text-align: start;
  margin: 0px;
  /* margin-left: 20px; */
  font-weight: 500;
  margin-bottom: 12px;
}

.progress-container {
  position: relative;
  background-color: #e0e0e0;
  /* margin: 10px 20px; */
  height: 10px;
  border-radius: 5px;
}

div#progress-bar {
  background-color: #DEA3BD;
  height: 100%;
  border-radius: 5px;
  transition: width 0.3s ease;
}


#shipping-message .money {
  font-size: 14px;
}

.c-threshold-text {
  font-size: 12px;
  margin: 0;
}

.progress-threshold {
  position: absolute;
  top: -12px;
  right: -8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.c-cart-side-section {
  margin-top: 24px;
  background: #ffeaf3;
  padding: 12px;
  text-align: center;
  border-radius: 6px;
}

.c-top-content h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 6px;
}

.c-contentt p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}

.c-cart-rating-section {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.c-cart-rating-section p {
  font-size: 8px;
  margin-bottom: 0px;
  border: 1px solid #CE7A9F;
  border-radius: 20px;
  padding: 4px 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: white;
}

.c-cart-rating-section h2 {
  font-size: 12px;
}

.c-cart-subtotal.grid__item.ajaxcart__subtotal span.money {
  font-size: 18px;
  font-weight: 700;
}

.c-cart-subtotal-header.grid__item.ajaxcart__subtotal_header p {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
}


.c-checkout-lables {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.c-checkout-lables {
  margin-bottom: 12px;
}

.c-lables {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
}

.c-lables svg {
  width: 22px;
  height: 22px;
}

.c-lables p {
  font-size: 11px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-lables p {
    font-size: 14px;
  }

  .c-lables svg {
    width: 28px;
    height: 28px;
  }

  .c-checkout-lables {
    gap: 20px;
  }

  .c-lables {
    gap: 10px;
  }
}

.c-cart-line-item-quantity.grid__item .ajaxcart__qty input,
.js-qty input {
  border: 1.5px solid #B0B0B0;
}

.c-ajaxcart-item__discounts:empty {
  display: none;
}

.c-cart-line-item-quantity-button-wrapper input {
  padding: 2px;
  border-radius: 4px;
}

.c-threshold-icon p {
  line-height: 0px;
  font-size: 13px;
  color: #CE7A9F;
  font-weight: 600;
}

.c-threshold-icon svg, .c-threshold-icon-full svg {
  display: block;
  width: 33px;
  height: 33px;
}

.c-gift-lables {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #D1D1D1;
}

.c-gift-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.c-gift-content h2 {
  font-size: 15px;
}

a.c-btn {
  background: pink;
  border-radius: 40px;
  padding: 7px;
  width: 38px;
  height: 38px;
  text-align: center;
  padding: 10px;
}


* Empty Cart */ .c-empty-cart-wrapper {
  position: relative;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-empty-cart {
  display: flex;
  flex-direction: column;
  padding: 12px;
}

.c-empty-cart-button-cards {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.c-empty-cart-button-card {
  position: relative;
  border-radius: 12px;
  display: flex;
  color: white;
  transition: ease-in-out 0.3s;
  justify-content: center;
  overflow: hidden;
}

.c-empty-cart-button-card:hover .c-empty-cart-text svg {
  margin-right: -8px;
}

.c-empty-cart-button-card:hover .c-empty-cart-image {
  transform: scale(1.05);
}

.c-empty-cart-button-card .c-empty-cart-image {
  transition: transform .8s;
}

.c-empty-cart-button-card .c-empty-cart-text svg {
  transition: margin-right .5s;
}


.c-empty-cart-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-empty-cart-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: ease-in-out 0.3s;
  max-width: 170px;
}

.c-empty-cart-text {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  margin: 0;
  display: flex;
  z-index: 1;
  width: 100%;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-empty-cart-benefits {
  border: 1px solid rgb(var(--border-color));
  border-radius: 6px;
  /* position: absolute;
  bottom: 0;
  width: 100%; */
}

.c-empty-cart-close-button {
  position: absolute;
  top: 0rem;
  right: 0rem;
  background: white;
  border-radius: 100px;
}

@media screen and (min-width: 700px) {
  .c-empty-cart-close-button {
      top: 1rem;
      right: 1rem;
  }
}

p.c-emptyheading {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 8px;
}

.c-empty-cart-description {
  max-width: 500px;
}

p.c-emptysubheading {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
}

p.quick-cart__empty-state {
  display: none;
}

span.quick-cart__product-price-value span {
  display: none;
}

h3.c-collection_empty {
  z-index: 1;
  color: red;
}

.c-empty-card-button {
  background: #ce7a9f;
  width: 100%;
  margin: 24px 0 0 0;
  text-align: center;
  padding: 12px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.c-empty-lables {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-empty-lable {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 8px;
}

.c-empty-lables p {
  font-size: 11px;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-empty-lables p {
    font-size: 14px;
  }

  .c-empty-lables svg {
    width: 28px;
    height: 28px;
  }

  .c-checkout-lables {
    gap: 20px;
  }

  .c-empty-lables {
    gap: 10px;
  }
}

.c-empty-cart-text span {
  width: 30px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.c-slider-heading {
  font-size: 16px;
  margin-bottom: 12px;
  font-family: Montserrat;
font-weight: 700;
font-size: 16px;
line-height: 19.5px;
letter-spacing: 0%;
text-align: center;

}

.c-ajaxcart__row {
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-recommendation-products {
  display: flex;
  gap: 12px;
  overflow-x: auto;
}

.c-rp-item {
  width: 130px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 8px;
}

.c-rp-image {
  border-radius: 4px;
}

.c-rp-content {
  height: 100%;
}

.c-rp-title {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
  margin-bottom: 4px;
}

.c-rp-price {
  font-size: 12px;
  margin: 0;
}

.c-rp-add-button {
  width: 100%;
  padding: 6px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 0.5rem;
}

.c-rp-overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.c-rp-add-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  padding: 16px;
  background-color: white;
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: auto;
  border-radius: 16px;
}

.c-rp-ap-header {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.c-rp-ap-image {
  /* width: 80px; */
  border-radius: 4px;
}
.exit{
  position: absolute;
  right: 10px;
  top: 9px;
  width: 30px;
  height: 26px;

}
.c-rp-ap-content {
}

.c-rp-ap-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  font-family: Montserrat;
font-weight: 700;
font-size: 18px;
line-height: 21.94px;
letter-spacing: 0%;

}
.popup-style{
  width: 266;
  height: 34;
  border-radius: 7.69px;
  gap: 12.82px;
  padding-top: 3.85px;
  padding-right: 17.95px;
  padding-bottom: 3.85px;
  padding-left: 17.95px;
  
}
.c-rp-ap-price {
  font-size: 14px;
  font-family: Montserrat;
font-weight: 400;
font-size: 16px;
line-height: 19.5px;
letter-spacing: 0%;

  margin: 0;
}

/* label[for=effectiveAppsEGW] {
  display: none !important;
} */
/* Place any CSS overrides in this file. */

.cart-progress-wrapper {
  text-align: center;
  margin: 15px 25px;
  position: relative;
}
.free-shipping-text{
  overflow: visible;
  float: right;
  position: absolute;
  right: 7px;
  bottom: -50px;
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.c-cart-line-items {
  height: 100%;
  padding: 16px;
  overscroll-behavior-y: contain;
  margin-top: 51px;
  align-items: start;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid rgba(0, 0, 0, .2);
}
.cart-progress-bar {
  width: 100%;
  height: 12px;
  background-color: rgba(222, 163, 189, 0.5);
  border-radius: 6px;
  /* overflow: hidden; */
  position: relative;
}

/* Progress Bar Fill */
.cart-progress-fill {
  height: 100%;
  width: 0%;
  background: repeating-linear-gradient(-61deg, #CE7A9F, #CE7A9F 11px, rgba(222, 163, 189, 1) 6px, rgba(222, 163, 189, 1) 17px);
  transition: width 0.5s ease-in-out;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

/* Circular Badge Indicator - Positioned Outside */
.cart-progress-indicator {
  position: absolute;
  top: 50%;
  width: 26px; /* Bigger for better visibility */
  height: 26px;
  background-color: #EFD1DE;
  border: 4px solid rgba(206, 122, 159, 1);
  border-radius: 50%;
  transition: left 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  left: 0;

  /* 3D Shadow Effect */
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2),
    /* Bottom-right shadow */ -2px -2px 5px rgba(255, 255, 255, 0.5); /* Top-left light */
}

/* Synchronize Transitions */
.cart-progress-fill {
  transition: width 0.5s ease-in-out;
}
.cart-progress-indicator {
  transition: left 0.5s ease-in-out;
}
.free-shipping-badge {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: rgba(239, 209, 222, 1);
  padding: 10px 20px;
  border-radius: 30px;
  border: 3px solid #c27596;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: black;
  right: 0;
  top: -22px;
}

.free-shipping-badge svg {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

.price-text {
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 0px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* color: rgb(255, 255, 255); */
}
.border-class{
  position: relative;
  margin: 29px 9px;
  top: 39px;
}
@media screen and (max-width: 767px) {
    #progress-message{
        margin: 0px 0px 23px 0px;
    }
}

@media screen and (max-width: 621px) {
    .free-shipping-badge{
        display: flex;
        position: absolute;
        align-items: center;
        justify-content: center;
        background-color: rgba(239, 209, 222, 1);
        padding: 10px 9px;
        border-radius: 30px;
        border: 3px solid #c27596;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 20px;
        color: black;
        right: -10px;
        top: -18px;
    }
    .cart-progress-wrapper{
      text-align: center;
      margin: 15px 26px;
      position: relative;
      margin-bottom: 44px;
    }
    .border-class{
      position: relative;
      margin: 17px 9px;
      top: 25px;
    }
.free-shipping-text{
  overflow: visible;
  float: right;
  position: absolute;
  right: -7px;
  bottom: -50px;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.c-cart-line-items{
    height: 100%;
    padding: 16px;
    overscroll-behavior-y: contain;
    margin-top: 25px;
    align-items: start;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid rgba(0, 0, 0, .2);
  }
}
@media screen and (max-width: 509px){
    .free-shipping-badge svg{
        margin-right: 6px;
        width: 20px;
        height: 20px;
    }
    .price-text {
        font-size: 15px;
    }
    #progress-message{
        font-size: small;
    }
    .free-shipping-text{
      overflow: visible;
        float: right;
        position: absolute;
        right: -3px;
        bottom: -37px;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}
@media screen and (max-width: 350px){
    #progress-message{
        font-size: small;
    }
}

.Progress_bar{
  display: block;
}
/*  */
.cs_ann .announcement_text {
    color: var(--Secondary, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px; /* 160% */
}
.cs_seh a:first-child {
        display: none !important; 
}



