@charset "UTF-8";
@font-face {
  font-family: "Gothic";
  font-display: swap;
  src: local("Gothic"), url("../fonts/Gothic.woff2") format("woff2"), url("../fonts/Gothic.ttf") format("truetype");
}

.store-phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 100%;
  padding: 6px 16px;
  border-radius: 999px;
  background: #1463a9;
  color: #ffffff !important;
  font-family: "Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700 !important;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

.store-phone-btn span {
  font-weight: 700 !important;
}

.store-phone-btn .fa-phone {
  font-size: 14px;
  color: #ffffff;
}

.store-phone-btn:hover {
  color: #ffffff !important;
  opacity: 0.92;
}

#desktop-sticky-phone-holder {
  display: none;
}

.desktop-sticky-phone {
  display: none;
}

#header #desktop-header,
#header .header-top {
  background: #ffffff;
}

#header .header-top {
  position: relative !important;
  padding: 0 0 6px !important;
}

#header #desktop_logo img.logo {
  max-height: 40px !important;
  width: auto;
  height: auto !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

#header #search_widget .form-search-control {
  font-family: "Gothic", sans-serif !important;
  font-size: 14px !important;
  height: 50px !important;
  border: 1px solid #999999 !important;
  border-radius: 0 !important;
  color: #333333 !important;
}

#header #search_widget .form-search-control::placeholder {
  color: #999999 !important;
}

#header #search_widget .search-btn {
  color: #000000 !important;
  background: transparent !important;
  border: 0 !important;
}

#header .header-search-btn,
#header .header-user-btn {
  color: #000000 !important;
}

#header #cart-toogle.header-cart-btn {
  background: transparent !important;
  border: 0 !important;
  color: #000000 !important;
  padding: 0 !important;
}

#header #cart-toogle.header-cart-btn .fa {
  color: #000000 !important;
  font-size: 22px !important;
}

#header #cart-toogle.header-cart-btn .info-wrapper {
  display: none !important;
}

#header #cart-toogle.header-cart-btn .cart-products-count-btn {
  display: inline-block !important;
  background: #54a1e4 !important;
  color: #ffffff !important;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding: 0 4px;
  position: absolute;
  top: -4px;
  right: -8px;
}

#header #ps-shoppingcart {
  position: relative;
}

#header .header-nav {
  display: none !important;
  background: #ffffff !important;
  border-bottom: 1px solid #eaeaea !important;
  color: #000000 !important;
  font-family: "Gothic", sans-serif;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#header .header-nav a {
  color: #000000 !important;
  text-decoration: none;
}

#header .header-nav a:hover {
  color: #1463a9 !important;
}

#header .header-nav #user_info {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

#header .header-nav #user_info .fa {
  margin-right: 4px;
}

#header .header-nav #user_info .btn-header-facebook {
  display: inline-flex;
  align-items: center;
  background: #3b5998 !important;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 4px 10px;
  line-height: 1.4;
}

#header .header-nav #user_info .btn-header-facebook .fa {
  margin-right: 6px;
  font-size: 14px;
}

#header .header-nav #user_info .btn-header-facebook:hover {
  background: #2d4373 !important;
  color: #ffffff !important;
  opacity: 0.95;
}

#header .header-nav #user_info .login-email .fa {
  margin-right: 4px;
}

#header .header-nav .right-nav > div:after {
  display: none !important;
}

#header .header-nav .header-nav-phone {
  display: inline-flex;
  color: #ffffff !important;
}

#header .header-nav .header-nav-phone .fa-phone,
#header .header-nav .header-nav-phone span {
  color: #ffffff !important;
}

#header .header-nav .header-nav-phone:hover {
  color: #ffffff !important;
}

@media (min-width: 992px) {
  #header .header-nav {
    display: block !important;
  }
}

#header #iqitmegamenu-horizontal {
  background: #ffffff;
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck {
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #iqitmegamenu-horizontal {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #iqitmegamenu-horizontal::before, .sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #iqitmegamenu-horizontal::after {
  content: none;
  display: none;
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #iqitmegamenu-horizontal .desktop-sticky-phone {
  display: inline-flex;
  align-self: center;
  flex: 0 0 auto;
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #iqitmegamenu-horizontal #cbp-hrmenu {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  min-width: 0;
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #iqitmegamenu-horizontal #cbp-hrmenu > ul {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #iqitmegamenu-horizontal #cbp-hrmenu > ul > li.cbp-hrmenu-tab {
  display: flex;
  float: none;
  align-items: stretch;
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #iqitmegamenu-horizontal #cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.nav-link {
  display: inline-flex;
  align-items: center;
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #sticky-cart-wrapper {
  left: 50%;
  right: auto;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  pointer-events: none;
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #sticky-cart-wrapper > * {
  pointer-events: auto;
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #sticky-cart-wrapper .header-btn .title,
.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #sticky-cart-wrapper .info-wrapper {
  display: none !important;
}

.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #sticky-cart-wrapper .header-btn .icon,
.sticky-desktop-wrapper #iqitmegamenu-wrapper.stuck #sticky-cart-wrapper .header-cart-btn .fa {
  color: #000000 !important;
  font-size: 20px !important;
}

#header #desktop-header-container {
  position: relative;
}

#header #desktop-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-top: 1px solid #eaeaea;
}

#header #desktop-header-container::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 6px;
  background: url("../img/r2-stripe.jpg") no-repeat;
  background-size: 100% 100%;
}

#header #mobile-header {
  position: relative;
  background: #ffffff;
  padding-bottom: 6px;
}

#header #mobile-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: url("../img/r2-stripe.jpg") no-repeat;
  background-size: 100% 100%;
}

#header #mobile-header #mobile-header-sticky.stuck-down {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  padding-bottom: 6px;
}

#header #mobile-header #mobile-header-sticky.stuck-down::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: url("../img/r2-stripe.jpg") no-repeat;
  background-size: 100% 100%;
}

#header #mobile-header .m-nav-btn,
#header #mobile-header .mobile-btn-search {
  color: #000000;
  font-family: "Gothic", sans-serif;
}

#header #mobile-header #mobile-header-sticky .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#header #mobile-header .mobile-main-bar {
  padding-top: 8px;
  padding-bottom: 8px;
}

#header #mobile-header .row-mobile-header {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  align-items: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

#header #mobile-header .row-mobile-header > .col,
#header #mobile-header .row-mobile-header > .col-auto {
  flex: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#header #mobile-header .m-nav-btn.js-m-nav-btn-menu {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  background: #1463a9;
  color: #ffffff;
}

#header #mobile-header .m-nav-btn.js-m-nav-btn-menu .fa-bars {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
}

#header #mobile-header .m-nav-btn.js-m-nav-btn-menu span {
  display: block !important;
  font-size: 0;
  line-height: 1;
}

#header #mobile-header .m-nav-btn.js-m-nav-btn-menu span::after {
  content: "МЕНЮ";
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
}

#header #mobile-header #mobile-cart-products-count {
  background: #54a1e4 !important;
  color: #ffffff !important;
}

#header #mobile-header .col-mobile-logo img.logo {
  max-height: 50px !important;
  width: auto;
}

#header #mobile-header .mobile-sticky-phone {
  display: none;
}

#header #mobile-header #mobile-header-sticky.stuck-down.is-scrolled .row-mobile-header {
  grid-auto-columns: unset;
  grid-template-columns: auto auto minmax(0, 1fr) auto auto;
}

#header #mobile-header #mobile-header-sticky.stuck-down.is-scrolled .col-mobile-logo .logo,
#header #mobile-header #mobile-header-sticky.stuck-down.is-scrolled .col-mobile-logo a:has(img.logo) {
  display: none !important;
}

#header #mobile-header #mobile-header-sticky.stuck-down.is-scrolled .col-mobile-logo .mobile-sticky-phone {
  display: inline-flex;
  flex-shrink: 0;
  max-width: none;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 700 !important;
  gap: 3px;
  white-space: nowrap;
}

#header #mobile-header #mobile-header-sticky.stuck-down.is-scrolled .col-mobile-logo .mobile-sticky-phone span {
  font-weight: 700 !important;
}

#header #mobile-header #mobile-header-sticky.stuck-down.is-scrolled .col-mobile-logo .mobile-sticky-phone .fa-phone {
  font-size: 12px;
}

#header #mobile-header #mobile-header-sticky.stuck-down.is-scrolled .col-mobile-btn-account {
  min-width: 0;
  max-width: 100%;
}

#header #mobile-header #mobile-header-sticky.stuck-down.is-scrolled .col-mobile-btn-account .m-nav-btn {
  min-width: 0;
  max-width: 100%;
}

#header #mobile-header #mobile-header-sticky.stuck-down.is-scrolled .col-mobile-btn-account .m-nav-btn > span:has(.user-firstname),
#header #mobile-header #mobile-header-sticky.stuck-down.is-scrolled .col-mobile-btn-account .user-firstname {
  display: inline-block !important;
  max-width: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

#header #mobile-header .mobile-main-bar .fa-search,
#header #mobile-header .mobile-main-bar .fa-user,
#header #mobile-header .mobile-main-bar .fa-shopping-bag {
  font-size: 26px !important;
}

#header #mobile-header .col-mobile-btn-account .m-nav-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

#header #mobile-header .col-mobile-btn-account .m-nav-btn > span:has(.user-firstname) {
  display: inline !important;
  margin-top: 0;
  font-size: 13px;
  font-family: "Gothic", sans-serif;
  color: #000000;
  white-space: nowrap;
}

#header #mobile-header .col-mobile-btn-cart {
  margin-left: 0;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.nav-link {
  display: inline-flex;
  align-items: center;
  font-family: "Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px !important;
  color: #1463a9;
  text-transform: uppercase;
  padding: 15px 10px;
  border-left: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.nav-link .cbp-tab-title {
  display: inline-flex;
  align-items: center;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1;
  text-transform: uppercase !important;
  color: inherit;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.nav-link .cbp-submenu-aindicator {
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 2px;
  font-size: 0 !important;
  line-height: 0 !important;
  color: inherit;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 !important;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.nav-link .cbp-submenu-aindicator::before {
  content: none !important;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.nav-link:hover {
  color: #54a1e4;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab {
  position: relative;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab > .cbp-hrsub {
  top: 100%;
  left: 0 !important;
  right: auto !important;
  width: 300px !important;
  padding: 0 !important;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab .cbp-hrsub-inner {
  border: 3px solid #ffffff;
  box-shadow: 3px 3px 5px 0 #888888;
  padding: 20px 25px !important;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab .cbp-hrsub-inner .container.iqitmegamenu-submenu-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab .cbp-hrsub-inner a {
  font-family: "Gothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab .cbp-hrsub-inner a:hover {
  text-decoration: underline;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab a.cbp-category-title {
  display: none !important;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab ul.cbp-links li a {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  padding: 2px 0 !important;
}

#header #cbp-hrmenu > ul > li.cbp-hrmenu-tab ul.cbp-links li a::before {
  display: none !important;
}

#_mobile_iqitmegamenu-mobile.dropdown-menu {
  border-right: 2px solid #000000 !important;
}

.mobile-menu .mobile-menu__link,
.mobile-menu .mobile-menu__title,
.mobile-menu .mobile-menu__legend,
.mobile-menu .mobile-menu__column-title,
.mobile-menu .mobile-menu__submenu a {
  text-transform: uppercase !important;
}

.mobile-menu ul.mobile-menu__scroller {
  padding: 0 !important;
}

.mobile-menu .mobile-menu__header-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mobile-menu .mobile-menu__arrow .fa,
.mobile-menu .mobile-menu__close .fa {
  font-size: 26px;
}

.mobile-menu .mobile-menu__arrow {
  padding-right: 16px;
}

.mobile-menu .mobile-menu__tab {
  margin: 0 !important;
  border-top: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
}

.mobile-menu .mobile-menu__link {
  margin: 0 !important;
  padding: 12px 16px !important;
  font-family: "Gothic", sans-serif;
  font-weight: 700;
}

.mobile-menu .mobile-menu__submenu .mobile-menu__column-title {
  padding: 0 16px;
  font-weight: 700;
}

.mobile-menu .mobile-menu__submenu .mobile-menu__links-list-li {
  margin: 0 !important;
  padding: 0 !important;
}

.mobile-menu .mobile-menu__submenu .mobile-menu__links-list-li a {
  display: block;
  padding: 8px 16px;
  font-weight: 700;
}

.mobile-menu .mobile-menu__language-currency {
  display: none !important;
}

.mobile-menu .mobile-menu__footer {
  justify-content: flex-end !important;
}

html body {
  font-family: "Gothic", sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.43;
}

.container,
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

@media (min-width: 768px) {
  .container,
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 83vw;
  }
}

.page-authentication #content,
.page-password #content {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-registration .page-header,
.page-authentication .page-header {
  text-align: center;
}

.page-authentication .no-account {
  margin-top: 15px;
  font-size: 16px;
}

.page-registration #content {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
}

.iqitsociallogin-checkout > .text-muted {
  font-size: 14px;
  font-weight: 700;
  margin-right: 0.75rem;
  color: #333333;
}

.page-registration .register-name-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 1rem;
}

.page-registration .register-name-row .register-name-field {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}

.page-registration .register-name-row .register-name-field .form-group.row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.page-registration .register-name-row .register-name-field .col-form-label,
.page-registration .register-name-row .register-name-field .js-input-column,
.page-registration .register-name-row .register-name-field .form-control-comment {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.page-registration .register-name-row .register-name-field > .form-group > .form-control-comment {
  display: none;
}

@media (max-width: 767px) {
  .page-registration .register-name-row {
    flex-direction: column;
    gap: 0;
  }
  .page-registration .register-name-row .register-name-field .form-group.row {
    margin-bottom: 1rem;
  }
}

#wrapper {
  padding-top: 8px !important;
}

#wrapper .breadcrumb {
  color: #00376c;
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#wrapper .breadcrumb a {
  color: #005eb8;
}

#wrapper .breadcrumb a:hover {
  color: #00376c;
  opacity: 1;
  text-decoration: underline;
}

#wrapper .breadcrumb li::after {
  color: #00376c;
  opacity: 1;
}

@media (max-width: 767px) {
  body .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #inner-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #wrapper .breadcrumb {
    text-align: center;
  }
  #wrapper .breadcrumb .col.col-auto {
    display: none;
  }
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #1463a9;
  border-color: #1463a9;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

#blockcart-modal {
  max-width: 100vw;
}

#blockcart-modal .modal-dialog {
  width: calc(100vw - 12px);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#blockcart-modal .modal-content {
  min-width: 0;
  max-width: 100%;
}

#blockcart-modal .modal-title {
  overflow-wrap: break-word;
}

#blockcart-modal .modal-header .close {
  font-size: 4rem;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.25rem -0.5rem auto;
  min-width: 48px;
  min-height: 48px;
}

#blockcart-modal .cart-content-btn .btn {
  white-space: normal;
  height: auto;
}

#history .order-actions .btn {
  margin: 0.25rem 0.25rem 0.25rem 0;
}

#history .order-actions .order-details-btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 3px;
}

#history .order-actions .order-details-btn::before {
  content: '+';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
  margin-right: 0.45em;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1;
}

#history .orders .order .order-actions {
  margin-top: 0.75rem;
}

#footer-copyrights,
#footer-copyrights p,
#footer-copyrights a {
  color: #ffffff !important;
}

.button-new-products, .button-best-sales {
  margin-bottom: 40px;
}

.button-new-products .elementor-button, .button-best-sales .elementor-button {
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  background-color: #1463a9;
  color: #fff;
  border: 2px outset #eee;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.button-new-products .elementor-button:hover, .button-new-products .elementor-button:focus, .button-best-sales .elementor-button:hover, .button-best-sales .elementor-button:focus {
  background-color: #1463a9;
  color: #fff;
}

.products-grid .product-miniature-default {
  padding: 2px;
}

.products-grid .product-miniature-default .thumbnail-container {
  width: 100% !important;
  max-width: 100%;
  overflow: visible;
}

.products-grid .product-miniature-default .product-thumbnail {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 2;
}

.products-grid .product-miniature-default .product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.products-grid .product-miniature-default .product-description {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.products-grid .product-miniature-default .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 28px;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  margin: 5px 0 !important;
  padding: 0 !important;
  text-align: center;
}

.products-grid .product-miniature-default .product-title a,
.products-grid .product-miniature-default .product-title a:link,
.products-grid .product-miniature-default .product-title a:visited,
.products-grid .product-miniature-default .product-title a:hover {
  color: #333333 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  text-decoration: none;
}

.products-grid .product-miniature-default .product-flags {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-grid .product-miniature-default li.product-flag.new {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  margin: -4px 0 0 -4px;
  width: 60px;
  height: 60px;
  padding: 0;
  background: transparent url(/themes/warehousechild/assets/img/label-new-60px.png) no-repeat;
  background-size: cover;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

body#product .product-cover .product-flags {
  top: 0 !important;
  left: 0 !important;
  margin: 0;
  padding: 0;
}

body#product .product-cover .product-flags li.product-flag.new {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  margin: -7px 0 0 -7px;
  width: 75px;
  height: 75px;
  padding: 0;
  background: transparent url(/themes/warehousechild/assets/img/label-new-75px.png) no-repeat;
  background-size: cover;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  z-index: 2;
}

body#product .product-cover {
  aspect-ratio: 1 / 1;
}

body#product .product-cover #product-images-large,
body#product .product-cover .swiper-wrapper,
body#product .product-cover .product-lmage-large {
  height: 100%;
}

body#product .product-cover img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

body#product #product-images-thumbs .thumb {
  border: 2px solid;
  box-sizing: border-box;
}

#product-modal .modal-dialog {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#product-modal .modal-header {
  height: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  overflow: visible;
}

#product-modal .modal-title {
  display: none;
}

#product-modal .modal-header .close {
  position: absolute;
  top: 0.15rem;
  right: 0.25rem;
  z-index: 3;
  font-size: 3rem;
  line-height: 1;
  padding: 0.15rem 0.4rem;
  margin: 0;
}

#product-modal .product-cover-modal {
  max-height: calc(100vh - 80px);
}

#product-modal .easyzoom-modal.is-ready {
  display: flex;
  align-items: center;
  justify-content: center;
}

#product-modal .easyzoom-flyout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#product-modal .easyzoom-flyout img {
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.touch-device #product-modal .modal-title {
  display: none;
}

.btn-product-list {
  margin-bottom: 60px;
}

.product-miniature.has-add-to-cart-many .product-price-and-shipping {
  display: none;
}

.product-miniature.has-add-to-cart-many .btn-product-list {
  margin-bottom: 0;
}

.label-for-attr-buttons-group-id-4 {
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  color: #333333;
}

@media (max-width: 479px) {
  .label-for-attr-buttons-group-id-4 {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (min-width: 480px) {
  .label-for-attr-buttons-group-id-4 {
    font-size: 12px;
    line-height: 14px;
  }
}

.label-for-attr-buttons-group-id-4:before {
  content: "\f07a\00a0\00a0\f063";
  margin-right: 5px;
}

.label-for-attr-buttons-group-id-4:after {
  content: "\f063\00a0\00a0\f07a";
  margin-left: 5px;
}

.label-for-attr-buttons-group-id-4:before, .label-for-attr-buttons-group-id-4:after {
  color: #e43333;
  font-family: "FontAwesome";
  display: inline;
}

ul.attribute-buttons {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  columns: 2;
  column-gap: 4px;
}

ul.attribute-buttons > li {
  break-inside: avoid;
  margin: 0 0 4px;
  padding: 0;
  float: none;
  width: 100%;
}

@media (max-width: 575px) {
  .product-miniature-default ul.attribute-buttons {
    columns: 1;
    column-gap: 2px;
  }
}

.attribute_button {
  background: #ffffff;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  border: 2px solid #888888;
  border-radius: 10px;
  color: #000000;
  cursor: pointer;
  line-height: 1.2;
  /* LIVE: only data-availability — not :disabled (core briefly disables during ATC) */
}

.attribute_button:hover:not(.active), .attribute_button:focus:not(.active) {
  color: #1463a9;
  border-color: #1463a9;
  background: #ffffff;
  box-shadow: none;
}

.attribute_button:hover:not(.active) .atbc, .attribute_button:focus:not(.active) .atbc {
  box-shadow: none;
}

.attribute_button:hover:not(.active) .atbc .atb-text, .attribute_button:focus:not(.active) .atbc .atb-text {
  transform: translate3d(0, 0, 0);
}

.attribute_button.active {
  color: #000000;
  font-weight: bold;
  border-color: #1463a9;
  background: #f8f8f8;
  box-shadow: none;
}

.attribute_button.active .atbc {
  box-shadow: none;
}

.attribute_button.active .atbc .atb-text {
  transform: translate3d(0, 0, 0);
}

.attribute_button[data-availability="unavailable"] {
  background: url(../img/unavailable.png) no-repeat center/100% 100%;
  cursor: not-allowed;
  opacity: 0.85;
}

.attribute_button > .atbc {
  width: 100%;
  height: 100%;
  padding: 6px 12px 2px;
  box-shadow: inset 0 -3px 0 #dddddd, 0 -3px 0 #f4f5f6;
  border-radius: 10px;
}

.attribute_button > .atbc > .separator {
  display: none;
}

.attribute_button > .atbc > .atb-text {
  transform: translate3d(0, -2px, 0);
  display: block;
}

.attribute_button > .atbc > .atb-size {
  font-size: 12px;
}

.attribute_button > .atbc > .atb-price {
  font-size: 14px;
}

.btn.btn-go-back {
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px;
  color: #333333;
  background-color: #b6e8b6;
  border: 2px outset #eeeeee;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  box-shadow: none;
}

.btn.btn-go-back i {
  margin-right: 5px;
}

.btn.btn-go-back:hover, .btn.btn-go-back:focus {
  color: #000000;
  background-color: #eeeeee;
  border-color: #eeeeee;
  text-decoration: none;
}

html:has(body#product) {
  overflow-x: clip;
}

body#product {
  overflow-x: clip;
}

body#product .product_header_container {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

body#product .product-container,
body#product #main-product-wrapper {
  overflow-x: visible;
}

body#product .product_p_price_container {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body#product .product-additional-info {
  border-top: none;
  padding-top: 0;
}

body#product .product-variants {
  padding-top: 10px;
}

body#product .product-variants > .product-variants-item {
  display: block !important;
  width: 100% !important;
  max-width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body#product .product-variants-item {
  margin-top: 0;
  margin-bottom: 0;
}

body#product .product-add-to-cart {
  padding-top: 0;
}

body#product .product-add-to-cart .product-quantity {
  margin-top: 15px;
  margin-bottom: 0;
}

body#product .product-add-to-cart .col-add-btn {
  margin-bottom: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body#product .product-add-to-cart .product-minimal-quantity:not(:has(*)) {
  display: none;
  margin: 0;
}

body#product #content-wrapper .product_header_container .page-title,
body#product #content-wrapper .page-title.h1 {
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 29px !important;
  color: #222222 !important;
  text-align: center;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border-bottom: none !important;
}

body#product #product_reference,
body#product .product-reference {
  font-size: 85%;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin: 0;
}

body#product #product_reference label,
body#product .product-reference label {
  font-weight: 500;
}

body#product #product_reference span,
body#product .product-reference span {
  font-weight: 700;
}

body#product ul.attribute-buttons {
  margin-bottom: 0;
}

body#product ul.attribute-buttons > li {
  margin-bottom: 4px;
}

body#product ul.attribute-buttons > li:last-child {
  margin-bottom: 0;
}

body#product #product-availability,
body#product .product-availability {
  display: none;
}

body#product #exchange-policy {
  margin-top: 10px;
}

body#product .product-information,
body#product .rte-content.product-description,
body#product .product-description {
  color: #333333;
  font-size: 16px;
  line-height: 1.43;
}

body#product .product-information p,
body#product .rte-content.product-description p,
body#product .product-description p {
  color: #333333;
  font-size: 16px;
  line-height: 1.43;
}

body#product .row-descriptions {
  margin-top: 20px;
  margin-bottom: 20px;
}

body#product .row-descriptions .page-subheading {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  color: #292733;
  border: 0;
  text-transform: none;
}

body#product .row-descriptions .page-product-box {
  margin-bottom: 20px;
}

body#product .row-descriptions table {
  margin: 10px 0;
}

body#product .row-descriptions table.sizeguide {
  border-collapse: collapse;
  border: 1px solid black;
}

body#product .row-descriptions table.sizeguide td,
body#product .row-descriptions table.sizeguide th {
  border: 1px solid black;
  padding: 1px;
  text-align: center;
}

body#product .product-prices .product-price,
body#product .product-price.current-price-value {
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1.43 !important;
  color: #ee4546 !important;
}

body#product:has(ul.attribute-buttons) .product-prices .current-price {
  display: none;
}

body#product:has(ul.attribute-buttons) .product_p_price_container {
  display: none;
}

body#product .col-add-qty,
body#product .product-quantity .qty,
body#product .product-quantity .bootstrap-touchspin-up,
body#product .product-quantity .bootstrap-touchspin-down,
body#product .product-quantity .input-group-btn-vertical {
  display: none !important;
}

body#product .attribute_radio.unvisible,
body#product .product-variants .attribute_radio.unvisible {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

body#product ul.attribute-buttons {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  columns: 2;
  column-gap: 4px;
}

body#product .attribute_button .atb-size {
  font-size: 14px;
}

body#product .attribute_button .atb-price {
  font-size: 16px;
}

body#product .product-variants-item .form-control-label {
  display: none;
}

body#product .product-add-to-cart .col-add-btn,
body#product .product-add-to-cart .add {
  text-align: center;
  width: 100%;
}

body#product .product-add-to-cart .add {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body#product .product-add-to-cart button.add-to-cart,
body#product .product-add-to-cart button.add-to-cart-msg {
  color: #ffffff;
  background-color: #1463a9;
  border: 2px outset #eeeeee;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.43;
  padding: 10px;
  text-transform: uppercase;
  white-space: normal;
  box-shadow: none;
  opacity: 1;
  width: 100%;
  max-width: 240px;
  margin-left: 0;
  margin-right: 0;
}

body#product .product-add-to-cart button.add-to-cart:hover, body#product .product-add-to-cart button.add-to-cart:focus,
body#product .product-add-to-cart button.add-to-cart-msg:hover,
body#product .product-add-to-cart button.add-to-cart-msg:focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #eeeeee;
}

body#product .product-add-to-cart button.add-to-cart:disabled,
body#product .product-add-to-cart button.add-to-cart-msg:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border: 2px outset #999999 !important;
  opacity: 1 !important;
  cursor: not-allowed;
  pointer-events: none;
}

body#product .product-add-to-cart button.add-to-cart-msg:disabled {
  background-color: #1463a9 !important;
  border: 2px outset #cccccc !important;
  opacity: 0.65 !important;
}

body#product .product-add-to-cart button.add-to-cart-msg {
  display: none;
}

body#product:has(ul.attribute-buttons) .product-add-to-cart button.add-to-cart {
  display: none;
}

body#product:has(ul.attribute-buttons) .product-add-to-cart button.add-to-cart-msg {
  display: block;
}

body#product:has(ul.attribute-buttons).r2-size-available .product-add-to-cart button.add-to-cart {
  display: block;
}

body#product:has(ul.attribute-buttons).r2-size-available .product-add-to-cart button.add-to-cart-msg {
  display: none;
}

body#product:has(ul.attribute-buttons).r2-size-unavailable .product-add-to-cart button.add-to-cart {
  display: block;
}

body#product:has(ul.attribute-buttons).r2-size-unavailable .product-add-to-cart button.add-to-cart-msg {
  display: none;
}

@keyframes r2-addtocart-shake {
  0%, 100% {
    transform: translateX(0);
  }
  15%, 45%, 75% {
    transform: translateX(-5px);
  }
  30%, 60%, 90% {
    transform: translateX(5px);
  }
}

body#product .product-add-to-cart button.add-to-cart.r2-shake-addtocart {
  animation: r2-addtocart-shake 0.45s ease;
}

@media (prefers-reduced-motion: reduce) {
  body#product .product-add-to-cart button.add-to-cart.r2-shake-addtocart {
    animation: none;
  }
}

.add-to-cart-many-form {
  margin: 0;
}

/* Stock alert sits under the size / ATC-many buttons (not a floating toast). */
.add-to-cart-many-alert {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  z-index: auto;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0.75rem 0 0;
  padding: 0.75rem 1rem;
  box-sizing: border-box;
  display: none;
}

.add-to-cart-many-alert.show {
  display: block !important;
}

.add-to-cart-many-alert.hide {
  display: none !important;
}

/* Clicks pass through disabled ATC to .add wrapper → stock alert */
body#product .product-add-to-cart .add {
  position: relative;
}

/* LIVE #quickorder → ph_quickorder module (#ph_quickorder) */
#ph_quickorder {
  padding: 10px;
  background-color: #f6f6f6;
  border-radius: 10px;
  text-align: center;
}

#ph_quickorder #ph_quickorder-form #ph_quickorder-submit {
  padding: 10px;
}

#ph_quickorder #ph_quickorder-form #ph_quickorder-cart-notice {
  font-size: 11px;
}

/* LIVE #exchange-policy — below ATC (14px left, not product-column center/16px) */
#exchange-policy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 10px 15px;
  padding: 14px 18px 14px 24px;
  background: #f7f7f7;
  border-radius: 8px;
  text-align: left;
  font-size: 14px;
  line-height: 1.43;
}

#exchange-policy .exchange-policy-icon {
  font-size: 2.2em;
  line-height: 1;
}

#exchange-policy .exchange-policy-text {
  color: #555;
}

body#product .tabs.product-tabs.product-sections {
  margin-left: 15px;
  margin-right: 15px;
}

body#product .grelated_products .section-title {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  body#product .row-descriptions .page-subheading,
body#product .grelated_products .section-title {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
  }
  body#product .row-descriptions .box-short-description {
    margin-bottom: 30px;
  }
}

@media (min-width: 1900px) {
  body#product #content-wrapper .product_header_container .page-title,
body#product #content-wrapper .page-title.h1 {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  body#product #product_reference,
body#product .product-reference {
    font-size: 110%;
  }
  body#product .label-for-attr-buttons-group-id-4 {
    font-size: 17px;
    line-height: 20px;
  }
  body#product .product-variants > .product-variants-item,
body#product ul.attribute-buttons {
    max-width: 420px;
  }
  body#product .attribute_button .atb-size {
    font-size: 17px;
  }
  body#product .attribute_button .atb-price {
    font-size: 20px;
  }
  body#product .product-add-to-cart button.add-to-cart,
body#product .product-add-to-cart button.add-to-cart-msg {
    font-size: 15px;
    max-width: 340px;
  }
  #exchange-policy {
    font-size: 17px;
  }
  #ph_quickorder .page-subheading {
    font-size: 22px;
  }
  #ph_quickorder .page-subheading-2 {
    font-size: 22px;
  }
  #ph_quickorder .form-control {
    font-size: 17px;
  }
  #ph_quickorder #ph_quickorder-submit,
#ph_quickorder .btn {
    font-size: 15px;
  }
}

#category #content-wrapper #js-product-list-header .page-title,
#category #content-wrapper #js-product-list-header .page-subheading {
  text-align: center;
  color: #292733;
}

#category #content-wrapper #js-product-list-header .page-title {
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  border-bottom: none;
}

#category #content-wrapper #js-product-list-header .page-subheading {
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}

#js-product-list-top {
  display: none;
}

.product-list-subcategories .see-more-link-wrapper {
  z-index: 2;
}

.product-list-subcategories .subcategory {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 6px;
}

.product-list-subcategories .subcategory-link {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.product-list-subcategories .subcategory-image {
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
}

.product-list-subcategories .subcategory-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease 0s;
}

.product-list-subcategories .subcategory-image:hover {
  opacity: 1;
}

.product-list-subcategories .subcategory-name {
  position: absolute;
  top: 1.5rem;
  right: 1.35rem;
  left: 1.35rem;
  z-index: 1;
  padding: 0.5rem 0 0;
  margin: 0;
  border-radius: 0;
  overflow: visible;
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 700;
  background: transparent;
  pointer-events: none;
  transition: letter-spacing 0.3s ease 0s;
  -webkit-text-stroke: 1.15px #000;
  paint-order: stroke fill;
  text-shadow: 0 0 2px #000, 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 2px 2px 3px rgba(0, 0, 0, 0.45);
}

.product-list-subcategories a.subcategory-link:link .subcategory-name,
.product-list-subcategories a.subcategory-link:visited .subcategory-name,
.product-list-subcategories a.subcategory-link:hover .subcategory-name {
  color: #fff;
}

.product-list-subcategories .subcategory:hover img {
  transform: scale(1.08);
}

.product-list-subcategories .subcategory:hover .subcategory-name {
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .product-list-subcategories .subcategory-name {
    font-size: 13px;
    -webkit-text-stroke: 1px #000;
  }
  .category-description-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body#checkout #wrapper {
  color: #000000;
}

body#checkout .form-control,
body#checkout .form-control:focus,
body#checkout .custom-select2,
body#checkout .custom-select2 option {
  color: #000000;
}

body#checkout .form-control::placeholder,
body#checkout .form-control::-webkit-input-placeholder,
body#checkout .form-control::-moz-placeholder,
body#checkout .form-control:-ms-input-placeholder,
body#checkout .form-control:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

body#checkout .form-control-comment,
body#checkout .text-muted,
body#checkout .step-edit,
body#checkout .password-requirements-length,
body#checkout .password-requirements-length span,
body#checkout .custom-checkbox label em,
body#checkout .product-line-info .label,
body#checkout .product-line-info .value,
body#checkout .cart-summary-products .product-quantity,
body#checkout #js-checkout-summary .label,
body#checkout #js-checkout-summary .value {
  color: #000000 !important;
  opacity: 1;
  font-size: 14px;
}

body#order-confirmation .order-confirmation-check {
  margin-bottom: 1rem;
}

body#order-confirmation .order-confirmation-check img {
  display: inline-block;
  width: 120px;
  height: 120px;
}

body#order-confirmation .order-confirmation-title-payment > h1.page-title,
body#order-confirmation .mail-sent-info,
body#order-confirmation .order-confirmation-thanks {
  text-align: center;
}

body#order-confirmation .order-confirmation-thanks {
  margin-top: 1.5rem;
}

body#order-confirmation .order-confirmation-thanks-title {
  text-decoration: underline;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  body#order-confirmation #inner-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*# sourceMappingURL=stela.css.map */