:root{--primary-color: #c11616;--primary-background: #fff}.d-flex{display:flex}.m-0{margin:0}.big_button{display:flex;justify-content:center;align-items:center;text-align:center;padding:20px;text-transform:uppercase;font-size:17.5px;line-height:19px;font-weight:700;background:rgb(var(--color-button));color:rgb(var(--color-button-text));transition:.3s;letter-spacing:.2px}.big_button:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}@media screen and (max-width: 989px){.big_button{padding:16px}}@media screen and (max-width: 749px){.big_button{font-size:16px;line-height:17px}}.page-main-head{text-transform:uppercase;font-size:17.5px;line-height:19px;font-weight:500;letter-spacing:.2px;padding:24px;background:var(--primary-color);color:var(--primary-background);display:flex;justify-content:center;align-items:center;text-align:center;margin:0 0 32px}@media screen and (max-width: 989px){.page-main-head{margin-bottom:20px;font-size:16px;padding:20px 15px}}.top-left{justify-content:flex-start;align-items:flex-start}.top-center{justify-content:center;align-items:flex-start;text-align:center}.top-right{justify-content:flex-end;text-align:right;align-items:flex-start}.center-left{align-items:center;justify-content:flex-start}.center-center{justify-content:center;align-items:center;text-align:center}.center-right{justify-content:flex-end;align-items:center;text-align:right}.bottom-left{align-items:flex-end;justify-content:flex-start}.bottom-center{align-items:flex-end;justify-content:center;text-align:center}.bottom-right{align-items:flex-end;justify-content:flex-end;text-align:right}@media screen and (max-width: 749px){.m-top-left{justify-content:flex-start;align-items:flex-start}.m-top-center{justify-content:center;text-align:center}.m-top-right{justify-content:flex-end;text-align:right}.m-center-left{align-items:center}.m-center-center{justify-content:center;align-items:center;text-align:center}.m-center-right{justify-content:flex-end;align-items:center;text-align:right}.m-bottom-left{align-items:flex-end}.m-bottom-center{align-items:flex-end;justify-content:center;text-align:center}.m-bottom-right{align-items:flex-end;justify-content:flex-end;text-align:right}}@media screen and (min-width: 750px){.section-height-450{height:450px}.section-height-500{height:500px}.section-height-550{height:550px}.section-height-600{height:600px}.section-height-650{height:650px}.section-height-750{height:750px}}@media screen and (max-width: 749px){.section-m-height-450{height:450px}.section-m-height-500{height:500px}.section-m-height-550{height:550px}.section-m-height-600{height:600px}.section-m-height-650{height:650px}.section-m-height-750{height:750px}}@media screen and (min-width: 750px){.desktop-full-screen{height:var(--window-height,100vh)}}@media screen and (max-width: 749px){.mobile-full-screen{height:var(--window-height,100vh)}}.header .header__icon--wishlist{position:relative}.header .header__search{width:100%;display:block}.header .header__search .field:before,.header .header__search .field:after{content:unset}.header .header__search .field .search__input{padding-right:75px}.header .header__search .field .search__button{background:rgb(var(--color-foreground));color:rgb(var(--color-background));height:100%;width:60px;border-radius:0 5px 5px 0;top:0;right:0;transition:.2s}.header .header__search .field .search__button:hover{background:var(--primary-color)}.header .header__search .field .search__button .svg-wrapper{height:24px;width:24px}.header .header__search .field .search__button .icon{height:100%;width:100%}.header .header__search .search-modal__close-button{position:absolute;top:10px;right:16px;height:19px;width:19px}.header .header__search .search-modal__close-button .svg-wrapper{height:19px;width:19px}.header .header__search .search-modal__close-button .svg-wrapper .icon-close{height:14px;width:14px}.header .header__menu-item{font-size:16px;transition:.2s;gap:5px;display:flex;justify-content:space-between}.header .header__menu-item:hover{color:var(--primary-color)}.header .header__menu-item .icon-caret{color:rgb(var(--color-foreground));width:16px;height:16px}.header .header__inline-menu>.list-menu{justify-content:space-between;width:100%}.header .header__inline-menu>.list-menu>li>.header__menu-item{border-bottom:5px solid #fff;padding:5px 10px;font-weight:600}.header .header__inline-menu>.list-menu>li>.header__menu-item.current-page{border-color:rgb(var(--color-foreground))}.header .header__inline-menu>.list-menu>li>.header__menu-item:hover{border-color:var(--primary-color)}.header .has_submenu{position:relative}.header .header__dropdown{position:absolute;top:100%;left:0;width:150px;padding:15px 20px;background:rgb(var(--color-background));opacity:0;visibility:hidden;transition:.2s;min-width:240px;border-radius:0 0 10px 10px;box-shadow:0 0 10px rgb(var(--color-foreground),.09)}.header .header__dropdown .header__menu-item{position:relative;padding:0;font-size:15px}.header .header__dropdown li+li{margin-top:6px}.header .header__dropdown .header__dropdown{left:100%;top:0;border-radius:10px}.header .header__dropdown .header__menu-item .icon-caret{transform:rotate(-90deg)}.header .header__inline-menu>.list-menu>li:last-child>.header__dropdown{right:0;left:unset}.header .has_submenu:hover>.header__dropdown{opacity:1;visibility:visible}.header__icon--menu .icon-hamburger{width:27px;height:27px}@media screen and (min-width: 750px){.header--mobile-left{grid-template-areas:"heading left-icons icons";grid-template-columns:1fr 2fr 1fr;column-gap:22px}}@media screen and (min-width: 990px){.header--top-left,.header--middle-left:not(.header--has-menu){grid-template-areas:"heading left-icons icons" "navigation navigation navigation";grid-template-columns:1fr 2fr 1fr;column-gap:12px}}@media screen and (max-width: 989px){.header .header__heading-logo{width:165px}.header .header__icons{gap:5px}}@media screen and (max-width: 749px){.header{grid-template-areas:"heading icons";grid-template-columns:2fr 1fr}.header .header__heading-logo{width:145px}.header .header__search{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;opacity:0;visibility:hidden;transition:.5s}.header .header__search.open_search{transform:translateY(0);opacity:1;visibility:visible}.header .header__search.open_search .modal-overlay{position:fixed;top:0;left:0;display:block;width:100%;height:100%}.header .header__search .search-modal__content{padding:55px 16px 16px;background:rgb(var(--color-background));box-shadow:2px 8px 23px 3px rgb(var(--color-foreground),.2);transform:translateY(-100%);transition:.4s}.header .header__search.open_search .search-modal__content{transform:translateY(0)}.header .header__search .field .search__input{padding-right:42px;min-height:36.8px}.header .header__search .field .search__button{width:33px}.header .header__search .field .search__button .svg-wrapper{height:17px;width:17px}}body .swiper-pagination.swiper-pagination-lock{display:none}body .swiper-pagination{display:flex;justify-content:center;align-items:center;gap:10px;padding:5px 0}body .swiper-pagination .swiper-pagination-bullet{height:14px;width:14px;opacity:1;background:var(--secondary-color);margin:0!important;transition:.2s}body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--primary-color)}body .swiper-button.swiper-button-next,body .swiper-button.swiper-button-prev{height:34px;width:34px;margin:0;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;box-shadow:unset;outline:none;transition:.2s;color:rgb(var(--color-background));background:rgb(var(--color-foreground));border-radius:40px}body .swiper-button.swiper-button-next svg,body .swiper-button.swiper-button-prev svg{width:25px;height:25px}body .swiper-button.swiper-button-prev{left:15px}body .swiper-button.swiper-button-next{right:15px}body .swiper-button.swiper-button-lock{display:none}body .swiper:not(.swiper-initialized) .swiper-button{display:none}.swiper-action-bar{display:flex;width:fit-content;overflow:hidden;gap:10px}.swiper-action-bar .swiper-pagination{position:relative;top:unset;left:unset;right:unset;padding:0;bottom:unset}.swiper-action-bar .swiper-button.swiper-button-prev,.swiper-action-bar .swiper-button.swiper-button-next{position:relative;transform:unset;top:unset;left:unset;right:unset;flex-shrink:0;margin:0}.swiper-action-bar .swiper-button.swiper-button-prev{margin-left:auto}@media screen and (max-width: 749px){body .swiper-pagination .swiper-pagination-bullet{height:10px;width:10px}body .swiper-button.swiper-button-next,body .swiper-button.swiper-button-prev{height:25px;width:25px}body .swiper-button.swiper-button-next svg,body .swiper-button.swiper-button-prev svg{width:20px;height:20px}body .swiper-button.swiper-button-prev{left:5px}body .swiper-button.swiper-button-next{right:5px}}.breadcrumb-wrap{font-size:14px;color:#1e1e1e}.breadcrumb-wrap .breadcrumb_item:not(.current){color:#767676;transition:.2s}.breadcrumb-wrap .breadcrumb_item:not(.current):hover{color:var(--primary-color)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom.css.map */
