*{margin:0;padding:0;box-sizing:border-box}html,body,.wrapper{min-height:100vh;letter-spacing:0}body,p,span,ul li{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);margin-top:0}h2{font-size:18px;line-height:1.05}a{color:inherit;text-decoration:none;cursor:pointer}img,svg{display:block}img{max-width:100%;height:auto}svg{color:var(--ui-svg-color);fill:currentColor}svg[stroke]{stroke:var(--ui-svg-color)}svg[fill=none]{fill:none}.btn,.button,input[type=submit],input[type=button]{display:inline-flex;justify-content:center;align-items:center;font-family:var(--font-button-family);font-style:var(--font-button-style);font-weight:var(--font-button-weight);color:var(--ui-button-color);background-color:var(--ui-button-bg);border:1px solid var(--ui-button-border);border-radius:0;padding:12px 24px;cursor:pointer;text-decoration:none;transition:opacity .3s ease;-webkit-appearance:none;appearance:none}.btn:hover,.button:hover,input[type=submit]:hover,input[type=button]:hover{opacity:.8}input[type=text],input[type=email],input[type=password],textarea,select,.input-field{width:100%;font-family:var(--font-body-family);color:var(--ui-input-color);background-color:var(--ui-input-bg);border:1px solid var(--ui-input-border);border-radius:0;padding:10px 15px;-webkit-appearance:none;appearance:none}@keyframes animMarqueeRtl{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-width{max-width:100%;padding:0 25px}#MainContent{min-height:74vh}.header-wrapper{display:flex;justify-content:center}.b-marquee{width:94.7vw;margin-left:4vw;margin-top:6px;margin-bottom:5px}.b-marquee--rtl .b-marquee__text{animation:animMarqueeRtl 15s linear infinite;text-transform:uppercase}.product-list{display:flex;flex-wrap:wrap;flex:1;align-items:stretch;row-gap:70px;margin-bottom:65px}.product-list__product-block{position:relative;display:flex;width:33.333%;flex-direction:column;justify-content:flex-start;align-items:stretch;border-top:none;border-left:none}.product-list__img-link{position:relative;display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:20px;overflow:visible}.product-list__product-img{display:block;width:100%;height:auto}.product-list__product-name,.product-card__title-style{display:block;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:16px;line-height:1.2;text-align:center;text-transform:uppercase;text-decoration:none}.product-list__product-price,.meta-info,.price-bold,.compare-price,.sold-out-text{font-family:var(--font-body-family);font-style:var(--font-body-style)}.product-list__product-price{font-size:13px;line-height:1.2;text-align:center}.product-list__product-price--soldout{color:#9e9e9e;letter-spacing:.08em;text-transform:uppercase}.product-card{width:100%;position:relative;display:flex;flex-direction:column;align-items:center;background:transparent;cursor:pointer}.product-card__image-container{position:relative;width:100%;max-width:280px;margin:0 auto;overflow:visible}.product-card__carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%;aspect-ratio:3 / 4;position:relative;z-index:1}.product-card__carousel::-webkit-scrollbar{display:none}.product-card__img-link{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;position:relative;text-decoration:none}.product-card__img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .4s ease}.product-card__hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background-color:transparent;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;z-index:2;pointer-events:none}.product-card.is-soldout-product .product-card__img{opacity:.65}.product-card.is-soldout-product .product-card__hover-overlay{display:none!important}.product-card.is-soldout-product.hover-active .product-card__img[data-index="0"]{opacity:.65!important}.product-card.is-soldout-product .product-card__carousel{overflow-x:hidden}.product-card__chevron{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:0;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:10;padding:5px;color:var(--ui-svg-color)}.product-card__chevron--prev{left:-30px}.product-card__chevron--next{right:-30px}.product-card__dots{display:flex;justify-content:center;gap:6px;padding:4px 0;margin-bottom:2px}.dot{width:4px;height:4px;border-radius:50%;background-color:#e0e0e0;transition:background-color .3s ease}.dot.active{background-color:#000!important}.product-card__info{position:relative;min-height:70px;width:100%;padding:0;display:flex;flex-direction:column;align-items:center}.product-card__info-default{display:flex;flex-direction:column;gap:0;width:100%;transition:opacity .3s ease,visibility .3s ease;text-align:center}.product-card__info-hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;display:flex;flex-direction:column;align-items:center;gap:2px}.product-card__title-style{padding-top:2px!important;margin-bottom:0}.product-card__collection-silver{color:#666!important;font-size:12px;margin:0;line-height:1.1}.price-bold{font-weight:500;font-size:13px;margin:0;line-height:1.1}.sold-out-text{color:#999;font-weight:500;text-transform:uppercase}.product-card__variant-row{width:100%;display:flex;justify-content:center;margin-bottom:2px}.product-card__sizes{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 10px;max-width:95%}.product-card__colors{display:flex;justify-content:center;gap:6px}.color-item{width:18px;height:18px;border:1px solid transparent;padding:1px;border-radius:3px;display:flex;align-items:center;justify-content:center}.color-item.selected{border-color:#000!important}.color-item.out{opacity:.3}.color-swatch{display:block;width:100%;height:100%;border-radius:1px;box-shadow:inset 0 0 0 1px #0000000d}.size-item{font-size:11px;color:#000;font-weight:500}.size-item.disabled{color:#ccc;text-decoration:line-through}@media screen and (min-width:900px){.product-card.hover-active .product-card__hover-overlay{opacity:1;visibility:visible}.product-card.hover-active .product-card__img[data-index="0"]{opacity:0}.product-card.hover-active .dot:nth-child(1){background-color:#e0e0e0!important}.product-card.hover-active .dot:nth-child(2){background-color:#000!important}.product-card:hover .product-card__chevron,.product-card:hover .product-card__info-hover{opacity:1;visibility:visible}.product-card:hover .product-card__info-default{opacity:0;visibility:hidden}}@media screen and (max-width:899px){.hide-mobile{display:none!important}}.collection-title{padding:10px 0;text-align:center}.cart{flex:1;padding:0 20px}.cart__form{display:flex;flex-direction:column;align-items:flex-end;margin-bottom:5rem}.cart__properties{display:flex;width:100%;margin-bottom:50px}.cart__product-title{width:70%;font-size:14px;font-weight:700;line-height:17px}.cart__price-title,.cart__quantity-title,.cart__total-price-title{width:15%;font-size:14px;font-weight:700;line-height:17px}.cart__item{display:flex;width:100%;align-items:center;margin-bottom:30px}.cart__item-heading{display:flex;width:55%;flex-direction:column;justify-content:space-around;padding:0 10px 0 20px}.cart__item-title{width:100%;margin-bottom:20px;font-size:16px;font-weight:700;line-height:19px}.cart__item-remove-link{font-size:13px;text-decoration:underline;text-underline-offset:.2rem}.cart__item-remove-link:hover{opacity:.8}.cart__item-final-price,.cart__item-quantity,.cart__item-final-line-price{width:15%;font-size:14px;font-weight:700;line-height:17px}.cart__item-title-span{display:none}.cart__item-main-span{display:inline}.cart__item-img{width:15%;height:auto}.cart__else-title{display:flex;height:72vh;align-items:center;justify-content:center;font-size:14px;font-weight:700;line-height:17px}.cart__submit-btn{margin:auto;padding:13px;font-size:16px;text-transform:uppercase;border:none}.pages{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;font-size:18px}.page-navigation{padding:5px 10px}.page-current{border:1px solid}.span_left,.span_right{display:flex;align-items:center}.span_left{margin-right:8px}.span_right{margin-left:8px}.span_left a,.span_right a{display:flex;align-items:center}.span_left svg,.span_right svg{width:17px}.shipping{margin-top:40px;margin-bottom:100px}.shipping-link{padding-bottom:.05em;border-bottom:1px solid rgba(239,62,62,.3);transition:border-color .15s ease-out,color .15s ease-out}.shopify-policy__container{flex:1;padding:0 20px}.shopify-policy__title{margin:0 0 1em;padding-bottom:40px;font-size:16px;font-weight:900;line-height:1.4;text-align:center}.shopify-policy__body{margin-bottom:40px;font-size:15px;font-weight:400;line-height:1.6}.shopify-policy__container p:not(:last-child),.shopify-policy__container ul:not(:last-child){margin-bottom:1.6rem}.rte ul{padding-left:15px}.galery{display:flex;flex-direction:column;align-items:center;justify-content:center}.galery__img{width:100%;height:auto;padding-top:20px}.footer{width:100%}.footer__content{width:100%;margin:0 auto 2vh;padding-top:15vh;font-size:12px;font-weight:700;line-height:1.6em;text-align:center}.footer__content-text{font-size:10.3px}.footer__nav-item{padding-left:.5vw;font-size:11px;line-height:1.8em;letter-spacing:0;text-transform:uppercase;text-decoration:none}.footer__nav-item:hover{text-decoration:underline}.footer__copyright{width:100%;margin-top:10vh;margin-bottom:2vh;font-size:12px;font-weight:700;line-height:17px}.sign{display:none;margin-bottom:3vh;text-align:center}.copyright{display:flex;flex-direction:column;justify-content:center;align-items:center}.mob__count,.header__cart-icon,.header__mobile-cart-btn{display:none}#loading-logo img{width:50px}#loading-logo h2{font-size:18px}.jdgm-star{font-family:JudgemeStar}@media(min-width:850px){.product-list__product-block:nth-child(3n+3){border-right:none}}@media(min-width:769px){.cart__item{width:90%}.cart__item-final-price{width:10%}.cart__item-quantity{width:10%;text-align:right}}@media(max-width:1268px){.footer__nav-item{font-size:10px}.b-marquee{width:94%;margin-left:6%}.product-list__product-name{font-size:14px}.product-list__product-price{font-size:11px}.collections_link{padding:0 28% 30px}}@media(max-width:1024px){.collections_link{padding:0 25% 30px;gap:15px 30px}.nav__elem-img,.nav__elem-dropdown{height:40px}}@media(max-width:850px){.b-marquee{width:92%;margin-left:8%}.product-list__product-img{width:100%}.collections_link{padding:0 20% 30px}.nav{width:135px}.header__logo-link{margin-right:4vw}.product-list__product-block{width:50%}.product-list__product-block:nth-child(3n+3){border-right-width:1px}}@media(max-width:768px){.wrapper__container{padding:0}.top-bar{position:fixed;top:0;left:0;margin:0}.nav_home,.nav,.header__cart,.cart__properties,.footer__content{display:none}.nav_burger{position:absolute;top:10px;left:5px;z-index:999;display:block}.nav__burger-link{height:31px}.header__logo{height:30px}.header__logo-link{margin-right:0}.mob__count{display:block;font-size:9px}.header__mobile-cart-icon,.header__mobile-menu-icon{display:block;width:22px;height:22px}.b-marquee{width:95%;margin-left:5%}.product-list{justify-content:normal;row-gap:40px;margin-bottom:25px}.product-list__product-name{font-size:14px}.product-list__product-price{font-size:11px;line-height:1.5}.product-list__category{display:none}.cart__item{display:block;margin-bottom:30px}.cart__item-img{display:block;width:100%;max-width:480px;margin:0 auto 30px}.cart__item-heading{display:block;width:100%}.cart__item-title{margin-bottom:30px;font-size:20px;line-height:24px;text-align:center}.cart__item-remove-link{display:block;margin-bottom:30px;font-size:14px;text-align:center}.cart__item-final-price,.cart__item-quantity,.cart__item-final-line-price{display:flex;justify-content:space-between;width:100%;margin-bottom:30px}.cart__item-title-span,.cart__item-main-span{display:block}.cart__else-title{text-align:center}.shipping{margin-bottom:80px;margin-left:24px}.footer{margin-top:25px}.sign{display:block}.footer__nav-item{font-size:10px;line-height:3.8em}.footer__copyright{padding:0;font-size:10px;text-align:center}.collections_title{padding-bottom:25px;font-size:18px}.collections_link{padding:0 16% 25px;gap:15px 25px}#arrow{right:15px;bottom:20px;width:5%}}@media(max-width:545px){@keyframes animMarqueeRtl{0%{transform:translate(100%)}to{transform:translate(-120%)}}.header__logo{height:22px}.header__mobile-cart-btn{width:25px}.collections_items a{font-size:12px}.collections_title{font-size:16px}.collections_link{padding:0 5% 70px;gap:10px 20px}.product-list__product-img{margin-bottom:30px}.product-list__product-name{font-size:13px}.product-list__product-price{font-size:12px}.footer__copyright{margin-top:5vh;font-size:11px}#arrow{width:8%}.page-width{padding:0 15px}}@media(max-width:426px){@keyframes animMarqueeRtl{0%{transform:translate(100%)}to{transform:translate(-200%)}}.header{margin-top:35px;padding:9px 16px}.header__logo{height:16px;margin-top:18px;margin-bottom:16px}.nav__burger-link{height:25px;margin-left:5px}.collections_title{font-size:14px}.collections_link{padding:0 1% 30px;gap:10px 15px;font-size:12px}.mobileOverlay__close-img{width:26px;height:19px}#arrow{width:9%}}@media(max-width:375px){.collections_link{padding:0 1% 30px;gap:10px 12px;font-size:12px}.collections_items a{font-size:11px}.footer__copyright{margin-top:4vh}}@media(max-width:320px){@keyframes animMarqueeRtl{0%{transform:translate(100%)}to{transform:translate(-230%)}}.b-marquee{width:89%;margin-left:11%}.collections_link{gap:10px 12px}#arrow{width:10%}}body.has-fixed-header{padding-top:var(--header-height, 0px)}body.has-header-overlay{padding-top:0}
/*# sourceMappingURL=/cdn/shop/t/4/assets/main.css.map */
