a.nav-link[href="/pl/menu/final-sale-288.html"] {
    color: #800000 !important;
}
.nav-link[title="SALE"] {
	 color: red;
}
.nav-link[title="SATIN WEEK"] {
	 color: red;
}
.nav-link[title="WINTER SALE"] {
	 color: #800000 !important;
}

.nav-link[title="MOTHER'S DAY PROMO"],.nav-link[title="XMASS PARTY COLLECTION"] {
	 color: red;
}
.return_form.disable_button{
       display: none!important;
}
.product__icon{
    padding-top:150%;
}
.projector_details__info .questions__button {
    display: none !important;
}
header .nav-link[title="BLACK WEEK"] {
    COLOR: RED;
}
div#projector_shipping_info, .summary__time {
    display: none !important;
}

#dialog_wrapper.dialog_wrapper_shipping_info .shipping_info_time {
    display: none !important;
}
.basketedit_page div.basketedit_summary_shipment_time, .order__payments_desc, .order__delivery_desc, .basketedit_page div.basketedit_summary_shipment_time.d-sm-none {
    display: none !important;
}
.shipping_time_popup {
    display: none !important;
}


.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before {
    content: "promotion -20%";
}
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before {
    content: "promotion -30%";
}
.product__icon[data-product-id=""]:before {
    content: "promotion -15%";
}
.product__icon[data-product-id=""]:before {
    content: "promotion -35%";
}
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before {
    content: "promotion -40%";
}
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before {
    content: "promotion -50%";
}
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before,
.product__icon[data-product-id=""]:before {
    content: "promotion -60%";
}
.product__icon[data-product-id=""]:before {
    content: "promotion -70%";
}


.product__icon:before {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    padding: 3px 10px;
    background: #800000;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}


@media(max-width:978px) {
    .product__icon:before {
        left: 0;
        top: 0;
        font-size: 0.8rem;
    }
}
.custom-spring-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.custom-spring-item {
  width: calc(25% - 12px);
  min-width: 160px;
  text-align: left;
  font-family: 'Helvetica Neue', sans-serif;
}

.custom-spring-item img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.custom-spring-item img:hover {
  transform: scale(1.05);
}

.custom-product-name {
  margin-top: 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #111;
}

.custom-product-price {
  font-size: 14px;
  font-weight: 400;
  color: #444;
  margin-top: 2px;
}


@media (max-width: 768px) {
  .custom-spring-item {
    width: calc(50% - 8px);
  }
}


@media (max-width: 480px) {
  .custom-spring-item {
    width: calc(50% - 8px);
  }
}


.custom-spring-item {
  width: calc(25% - 12px);
  min-width: 160px;
  text-align: left;
  font-family: 'Helvetica Neue', sans-serif;
}

.custom-spring-item img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.custom-spring-item img:hover {
  transform: scale(1.05);
}

.custom-product-name {
  margin-top: 8px;
  font-size: 12.6px; 
  text-transform: uppercase;
  font-weight: 500;
  color: #111;
}

.custom-product-price {
  font-size: 14px;
  font-weight: 400;
  color: #444;
  margin-top: 2px;
}


@media (max-width: 768px) {
  .custom-spring-item {
    width: calc(50% - 8px);
  }
}


@media (max-width: 480px) {
  .custom-spring-item {
    width: calc(50% - 8px);
  }
}
@media (min-width: 979px) {
   .main_page header {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main_page header:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    display: block;
    background: rgba(255,255,255,0.7);
    top: 0;
    left: calc(-50vw + 50%);
  }
  header .nav-link {
    padding-left: 10px !important;
  }
}
div#instagram{
    display: none;
}
section#main_hotspot_zone4 {
    display: none;
}
.shipping_time_order1,
.delivery_time_order {
    display: none !important;
}
@media (max-width: 978px) {
  body {
    padding-top: 0 !important;
  }
  header.d-flex.flex-nowrap.commercial_banner {
    position: relative !important;
    top: 36px !important;
    margin-top: 0 !important;
  }
}