.header-custom-menu{position:relative;z-index:900;flex:1;display:flex;justify-content:center}.header-custom-menu__list{display:flex;justify-content:center;align-items:center;gap:0;list-style:none;margin:0;padding:0}.header-custom-menu__item{position:relative}.header-custom-menu__button,.header-custom-menu__link{background:none;border:none;cursor:pointer;text-decoration:none;color:rgb(var(--color-foreground));font-weight:600;font-size:1.3rem;letter-spacing:1px;transition:all .3s ease;padding:1.2rem 2.5rem;display:flex;align-items:center;gap:.5rem;position:relative;border-radius:8px;text-transform:uppercase}.header-custom-menu__button:hover,.header-custom-menu__link:hover{color:rgb(var(--color-link));background-color:rgba(var(--color-link),.1);transform:translateY(-2px)}.header-custom-menu__button.active{color:rgb(var(--color-link));background-color:rgba(var(--color-link),.15);font-weight:700;transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-link),.2)}.header-custom-menu__arrow{font-size:1rem;transition:transform .3s ease;margin-left:.5rem}.header-custom-menu__button.active .header-custom-menu__arrow{transform:rotate(180deg)}.header-custom-menu__item:not(:last-child):after{content:"|";position:absolute;right:-.5rem;top:50%;transform:translateY(-50%);color:rgb(var(--color-border));font-weight:300;pointer-events:none;font-size:1.2rem}.header-custom-menu__dropdown{position:fixed;top:40px!important;left:0;right:0;width:100vw;background-color:rgb(var(--color-background));border-bottom:1px solid rgb(var(--color-border));box-shadow:0 8px 32px #0000001a;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:1000;transform:translateY(-10px)}.header-custom-menu__dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.header-custom-menu__dropdown-container{max-width:1200px;margin:0 auto;padding:2rem}.header-custom-menu__products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem;width:100%}.header-custom-menu__products-grid--single-row{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr}.header-custom-menu__products-grid--double-row{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}.header-custom-menu__product-item{position:relative;background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-border));border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.header-custom-menu__product-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.header-custom-menu__product-link{display:block;text-decoration:none;color:inherit;cursor:pointer;position:relative;z-index:1001}.header-custom-menu__product-link:hover{color:inherit}.header-custom-menu__product-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background-color:rgb(var(--color-background-2))}.header-custom-menu__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.header-custom-menu__product-item:hover .header-custom-menu__product-image img{transform:scale(1.05)}.header-custom-menu__sale-badge{position:absolute;top:8px;right:8px;background-color:#e74c3c;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.7rem;font-weight:700;z-index:1}.header-custom-menu__product-info{padding:1rem}.header-custom-menu__product-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:rgb(var(--color-foreground));line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.header-custom-menu__product-link:hover .header-custom-menu__product-title{color:rgb(var(--color-link))}.header-custom-menu__product-price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.header-custom-menu__price{font-weight:600;color:rgb(var(--color-foreground));font-size:1rem;transition:color .3s ease}.header-custom-menu__product-link:hover .header-custom-menu__price{color:rgb(var(--color-link))}.header-custom-menu__price--sale{color:#e74c3c;font-weight:700}.header-custom-menu__price-compare{font-size:.85rem;color:rgb(var(--color-foreground-75));text-decoration:line-through}.header-custom-menu__shop-button{text-align:center;padding:2rem 0 0;border-top:1px solid rgb(var(--color-border));margin-top:1rem}.header-custom-menu__btn{display:inline-block;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:1rem 2.5rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;letter-spacing:.5px;transition:all .3s ease;cursor:pointer;position:relative;z-index:1001;box-shadow:0 2px 8px #0000001a}.header-custom-menu__btn:hover{background-color:rgb(var(--color-button-hover));transform:translateY(-3px);color:rgb(var(--color-button-text));text-decoration:none;box-shadow:0 4px 16px #0003}.header-custom-menu__no-products{grid-column:1 / -1;text-align:center;color:rgb(var(--color-foreground-75));font-style:italic;padding:2rem}.header-top__wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.header-top__left{display:flex;align-items:center;flex-shrink:0}.header-top__right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.header-custom-menu{flex:1;display:flex;justify-content:center}.header-custom-menu__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);width:100vw;background-color:rgb(var(--color-background));border-bottom:1px solid rgb(var(--color-border));box-shadow:0 8px 32px #0000001a;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:1000;transform:translate(-50%) translateY(-10px);max-height:80vh;overflow-y:auto}.header-custom-menu__dropdown.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header-custom-menu__dropdown-container{max-width:1400px;margin:0 auto;padding:2rem;box-sizing:border-box}@media screen and (min-width: 1200px){.header-custom-menu__products-grid--single-row{grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto 2rem}.header-custom-menu__products-grid--double-row{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);max-width:1200px;margin:0 auto 2rem}}@media screen and (min-width: 1400px){.header-custom-menu__products-grid--single-row,.header-custom-menu__products-grid--double-row{grid-template-columns:repeat(4,1fr);gap:2rem}}.header-custom-menu__product-link,.header-custom-menu__btn{cursor:pointer;position:relative;z-index:1001}@media screen and (max-width: 1400px){.header-custom-menu__dropdown-container{padding:3rem 2rem}.header-custom-menu__button,.header-custom-menu__link{padding:1rem 2rem;font-size:1.2rem}}@media screen and (max-width: 1200px){.header-custom-menu__products-grid,.header-custom-menu__products-grid--single-row{grid-template-columns:repeat(3,1fr)}.header-custom-menu__products-grid--double-row{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr)}.header-custom-menu__dropdown-container{padding:2.5rem 1.5rem}.header-custom-menu__button,.header-custom-menu__link{font-size:1.1rem;padding:1rem 1.8rem}}@media screen and (max-width: 900px){.header-custom-menu__products-grid,.header-custom-menu__products-grid--single-row{grid-template-columns:repeat(2,1fr)}.header-custom-menu__products-grid--double-row{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr)}.header-custom-menu__button,.header-custom-menu__link{padding:.9rem 1.5rem;font-size:1rem}}@media screen and (max-width: 990px){.header-custom-menu{display:none}}@media screen and (max-width: 768px){.header-custom-menu__dropdown-container{padding:2rem 1rem}.header-custom-menu__products-grid,.header-custom-menu__products-grid--single-row{grid-template-columns:1fr}.header-custom-menu__products-grid--double-row{grid-template-columns:1fr;grid-template-rows:repeat(8,1fr)}}.header-custom-menu__dropdown{position:fixed!important;top:40px!important;left:0!important;right:0!important;width:100vw!important;margin-left:0!important;margin-right:0!important;transform:none!important}.header-custom-menu__dropdown.active{transform:none!important}.header-custom-menu__dropdown[data-dropdown-content=nowosci],.header-custom-menu__dropdown[data-dropdown-content=mezczyzna],.header-custom-menu__dropdown[data-dropdown-content=kobieta],.header-custom-menu__dropdown[data-dropdown-content=wyprzedaz]{position:fixed!important;top:80px!important;left:0!important;right:0!important;width:100vw!important;margin:0!important;transform:none!important}.header-custom-menu__dropdown[data-dropdown-content=nowosci].active,.header-custom-menu__dropdown[data-dropdown-content=mezczyzna].active,.header-custom-menu__dropdown[data-dropdown-content=kobieta].active,.header-custom-menu__dropdown[data-dropdown-content=wyprzedaz].active{transform:none!important;position:fixed!important;left:0!important;right:0!important;width:100vw!important}@media screen and (max-width: 1099px){.header-custom-menu{display:flex;flex-direction:column!important;padding:2rem}.header-custom-menu__item{margin-bottom:1rem}.header-custom-menu__link,.header-custom-menu__button{display:block;font-size:1.6rem;color:#000;text-decoration:none;padding:.5rem 0}.header-custom-menu__dropdown{display:none}.menu-drawer__navigation-container .header-custom-menu__products-grid,.menu-drawer__navigation-container .header-custom-menu__collections-grid{display:block}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/header-custom-menu.css.map */
