*,*:before,*:after{box-sizing:border-box}html{min-height:100%;letter-spacing:0}body,.wrapper{min-height:100vh;min-height:100dvh}body{margin:0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);text-transform:var(--font-body-text-transform, none);letter-spacing:0}button,input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4{margin-top:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);text-transform:var(--font-heading-text-transform, none)}h2{font-size:18px;line-height:1.05}a{color:inherit;text-decoration:none}img,svg{display:block}img{max-width:100%;height:auto}svg{color:var(--ui-svg-color)}svg:not([fill]){fill:currentColor}svg[stroke]:not([stroke=none]){stroke:currentColor}svg[fill=none]{fill:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid currentColor;outline-offset:3px}.btn,.button,input[type=submit],input[type=button]{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:12px 24px;border:1px solid var(--ui-button-border);border-radius:0;color:var(--ui-button-color);background:var(--ui-button-bg);font-family:var(--font-button-family);font-style:var(--font-button-style);font-weight:var(--font-button-weight);text-transform:var(--font-button-text-transform, none);text-decoration:none;cursor:pointer;transition:opacity .3s ease;appearance:none;-webkit-appearance:none}.btn:disabled,.button:disabled,input[type=submit]:disabled,input[type=button]:disabled{cursor:not-allowed;opacity:.5}@media(hover:hover)and (pointer:fine){.btn:hover,.button:hover,input[type=submit]:hover,input[type=button]:hover{opacity:.8}}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=number],textarea,select,.input-field{width:100%;min-height:44px;padding:10px 15px;border:1px solid var(--ui-input-border);border-radius:0;color:var(--ui-input-text-color, var(--ui-input-color));background:var(--ui-input-bg);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);appearance:none;-webkit-appearance:none}textarea{min-height:120px;resize:vertical}input::placeholder,textarea::placeholder,.input-field::placeholder{color:var(--ui-input-text-color, var(--ui-input-color));opacity:.6}@keyframes animMarqueeRtl{0%{transform:translate(100%)}to{transform:translate(var(--marquee-end, -100%))}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-width{width:100%;max-width:100%;padding-right:25px;padding-left:25px}#MainContent{min-height:74vh}.header-wrapper{display:flex;justify-content:center}.b-marquee{width:100%;margin:6px 0 5px;overflow:hidden}.b-marquee--rtl .b-marquee__text{--marquee-end: -100%;animation:animMarqueeRtl 15s linear infinite;text-transform:uppercase;white-space:nowrap}.product-list{display:flex;flex:1;flex-wrap:wrap;align-items:stretch;row-gap:70px;margin-bottom:65px}.product-list__product-block{position:relative;display:flex;flex:0 0 33.333333%;width:33.333333%;min-width:0;max-width:33.333333%;flex-direction:column;align-items:stretch;justify-content:flex-start}.product-card{position:relative;display:flex;width:100%;height:100%;min-width:0;flex-direction:column;align-items:center;background:transparent}.product-list__img-link{position:relative;display:flex;width:100%;align-items:center;justify-content:center;padding:0 2px;overflow:hidden}.product-card__image-container{position:relative;width:100%;max-width:none;margin:0;overflow:hidden;aspect-ratio:4 / 5}.product-card__carousel{position:relative;z-index:1;display:flex;width:100%;height:100%;max-width:100%;min-width:0;align-items:stretch;gap:0;margin:0;padding:0;overflow-x:auto;overflow-y:hidden;scroll-padding:0;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-card__carousel::-webkit-scrollbar{display:none}.product-card__img-link{position:relative;display:flex;flex:0 0 100%;width:100%;min-width:100%;max-width:100%;height:100%;align-self:stretch;align-items:center;justify-content:center;margin:0;padding:0;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;text-decoration:none}.product-card__img{display:block;flex:0 0 auto;width:100%;height:100%;margin:0;object-fit:cover;object-position:center;transition:opacity .4s ease}.product-card__hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block;width:100%;height:100%;margin:0;object-fit:cover;object-position:center;background:transparent;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s ease,visibility .4s ease}.product-card.is-soldout-product .product-card__img{opacity:.65}.product-card.is-soldout-product .product-card__hover-overlay{display:none}.product-card.is-soldout-product.hover-active .product-card__img[data-index="0"]{opacity:.65}.product-card.is-soldout-product .product-card__carousel{overflow-x:hidden}.product-card__chevron{position:absolute;top:50%;z-index:10;display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:0;color:var(--ui-svg-color);background:transparent;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(-50%);transition:opacity .3s ease,visibility .3s ease}.product-card__chevron--prev{left:4px}.product-card__chevron--next{right:4px}.product-card__dots{position:relative;z-index:10;display:flex;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:16px;margin-bottom:24px;padding:0}.dot{width:5px;height:5px;border-radius:50%;background:#e0e0e0;transition:background-color .3s ease,opacity .3s ease}.dot.active{background:var(--ui-svg-color, #000000)}.product-card__info{position:relative;display:flex;width:100%;min-height:70px;flex-direction:column;align-items:center;padding:0;flex:1 1 auto;justify-content:flex-start}.product-card__info-default{display:flex;width:100%;height:100%;flex-direction:column;gap:4px;text-align:center;transition:opacity .3s ease,visibility .3s ease}.product-card__info-hover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;width:100%;height:100%;flex-direction:column;align-items:center;gap:2px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.product-list__product-name,.product-card__title-style{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;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:var(--font-heading-text-transform, none);text-decoration:none;margin-bottom:0;padding-top:2px}.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-card__collection-silver{margin:0;color:var(--ui-accent-color, #666666);font-size:12px;line-height:1.1}.product-list__product-price{font-size:13px;line-height:1.2;text-align:center}.price-bold{margin:auto 0 0;font-size:13px;font-weight:500;line-height:1.1}.product-list__product-price--soldout{color:var(--ui-accent-color, #666666);letter-spacing:.08em;text-transform:uppercase}.sold-out-text{color:var(--ui-accent-color, #666666);font-weight:500;text-transform:uppercase}.product-card__variant-row{display:flex;width:100%;justify-content:center;margin-bottom:2px}.product-card__sizes{display:flex;max-width:95%;flex-wrap:wrap;justify-content:center;gap:4px 10px}.product-card__colors{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.color-item{display:flex;width:18px;height:18px;align-items:center;justify-content:center;padding:1px;border:1px solid transparent;border-radius:3px}.color-item.selected{border-color:currentColor}.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{color:inherit;font-size:11px;font-weight:500}.size-item.disabled{color:var(--ui-accent-color, #666666);text-decoration:line-through;opacity:.5}@media(hover:hover)and (pointer:fine)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:#e0e0e0}.product-card.hover-active .dot:nth-child(2){background:var(--ui-svg-color)}.product-card:hover .product-card__chevron,.product-card:hover .product-card__info-hover,.product-card:focus-within .product-card__chevron{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}}.collection-title{padding:10px 0;text-align:center}.cart{flex:1;padding:0 20px}.cart__form{display:flex;width:100%;flex-direction:column;align-items:stretch;margin-bottom:5rem}.cart__properties{display:grid;width:100%;grid-template-columns:minmax(0,1fr) minmax(80px,10%) minmax(80px,10%) minmax(80px,10%);gap:16px;margin-bottom:50px}.cart__product-title,.cart__price-title,.cart__quantity-title,.cart__total-price-title{width:auto;font-size:14px;font-weight:700;line-height:1.2}.cart__item{display:grid;width:100%;grid-template-columns:minmax(96px,15%) minmax(0,1fr) minmax(80px,10%) minmax(80px,10%) minmax(80px,10%);align-items:center;gap:16px;margin-bottom:30px}.cart__item-heading{display:flex;width:auto;min-width:0;flex-direction:column;justify-content:space-around;padding:0}.cart__item-title{width:100%;margin-bottom:20px;font-size:16px;font-weight:700;line-height:1.2}.cart__item-remove-link{font-size:13px;text-decoration:underline;text-underline-offset:.2rem}@media(hover:hover)and (pointer:fine){.cart__item-remove-link:hover{opacity:.8}}.cart__item-final-price,.cart__item-quantity,.cart__item-final-line-price{width:auto;min-width:0;font-size:14px;font-weight:700;line-height:1.2}.cart__item-title-span{display:none}.cart__item-main-span{display:inline}.cart__item-img{display:block;width:100%;height:auto}.cart__else-title{display:flex;min-height:60vh;align-items:center;justify-content:center;font-size:14px;font-weight:700;line-height:1.2}.cart__submit-btn{margin-right:auto;margin-left:auto;padding:13px;border:0;font-size:16px;text-transform:uppercase}.pages{display:flex;align-items:center;justify-content: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 currentColor;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}.gallery,.galery{display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery__img,.galery__img{width:100%;height:auto;padding-top:20px}.footer{width:100%}.footer__content{width:100%;margin:0 auto 2vh;padding-top:clamp(48px,10vh,120px);font-size:12px;font-weight:700;line-height:1.6;text-align:center}.footer__content-text{font-size:10.3px}.footer__nav-item{padding-left:.5vw;font-size:11px;line-height:1.8;letter-spacing:0;text-transform:uppercase;text-decoration:none}@media(hover:hover)and (pointer:fine){.footer__nav-item:hover{text-decoration:underline}}.footer__copyright{width:100%;margin-top:clamp(40px,8vh,96px);margin-bottom:2vh;font-size:12px;font-weight:700;line-height:1.4}.sign{display:none;margin-bottom:3vh;text-align:center}.copyright{display:flex;flex-direction:column;align-items:center;justify-content:center}.mob__count,.header__cart-icon,.header__mobile-cart-btn{display:none}.jdgm-star{font-family:JudgemeStar}@media screen and (max-width:1268px){.footer__nav-item{font-size:10px}.product-list__product-name{font-size:14px}.product-list__product-price{font-size:11px}.collections_link{padding:0 28% 30px}}@media screen and (max-width:1024px){.collections_link{gap:15px 30px;padding:0 25% 30px}.nav__elem-img,.nav__elem-dropdown{height:40px}}@media screen and (max-width:850px){.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{flex-basis:50%;width:50%;max-width:50%}}@media screen and (max-width:768px){.wrapper__container{padding:0}.top-bar{position:fixed;top:0;right:0;left:0;z-index:998;width:100%;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}.product-list{justify-content:flex-start;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{padding-right:15px;padding-left:15px}.cart__item{display:block;width:100%;margin-bottom:30px}.cart__item-img{width:100%;max-width:480px;margin:0 auto 30px}.cart__item-heading{display:block;width:100%;padding:0}.cart__item-title{margin-bottom:30px;font-size:20px;line-height:1.2;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;width:100%;justify-content:space-between;margin-bottom:30px}.cart__item-title-span,.cart__item-main-span{display:block}.cart__else-title{min-height:50vh;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.8}.footer__copyright{padding:0;font-size:10px;text-align:center}.collections_title{padding-bottom:25px;font-size:18px}.collections_link{gap:15px 25px;padding:0 16% 25px}#arrow{right:15px;bottom:20px;width:5%}}@media screen and (max-width:545px){.b-marquee--rtl .b-marquee__text{--marquee-end: -120%}.header__logo{height:22px}.header__mobile-cart-btn{width:25px}.collections_items a{font-size:12px}.collections_title{font-size:16px}.collections_link{gap:10px 20px;padding:0 5% 70px}.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-right:15px;padding-left:15px}}@media screen and (max-width:426px){.b-marquee--rtl .b-marquee__text{--marquee-end: -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{gap:10px 15px;padding:0 1% 30px;font-size:12px}.mobileOverlay__close-img{width:26px;height:19px}#arrow{width:9%}}@media screen and (max-width:375px){.collections_link{gap:10px 12px;padding:0 1% 30px;font-size:12px}.collections_items a{font-size:11px}.footer__copyright{margin-top:4vh}}@media screen and (max-width:320px){.b-marquee--rtl .b-marquee__text{--marquee-end: -230%}.collections_link{gap:10px 12px}#arrow{width:10%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}.b-marquee--rtl .b-marquee__text{animation:none;transform:none}}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 */
