@charset "UTF-8";
:root {
  --colorBrand: hsl(196, 100%, 47%);
  --colorBrand-h: 196;
  --colorBrand-s: 100;
  --colorBrand-l: 47;
  --colorBrand-contrast: hsl(0, 0%, calc((var(--colorBrand-l) - 60) * -100%));
  --colorBrandSecondary: hsl(205, 79%, 95%);
  --colorBrandSecondary-h: 205;
  --colorBrandSecondary-s: 79;
  --colorBrandSecondary-l: 95;
  --colorBodyBg: hsl(0, 0%, 100%);
  --colorBodyBg-h: 0;
  --colorBodyBg-s: 0;
  --colorBodyBg-l: 100;
  --colorSecondaryBg: hsl(0, 0%, 96%);
  --colorSecondaryBg-h: 0;
  --colorSecondaryBg-s: 0;
  --colorSecondaryBg-l: 96;
  --colorContrastBg: hsl(203, 28%, 8%);
  --colorContrastBg-h: 203;
  --colorContrastBg-s: 28;
  --colorContrastBg-l: 8;
  --colorThemeAccent: hsl(0, 0%, 100%);
  --colorThemeAccent-h: 0;
  --colorThemeAccent-s: 0;
  --colorThemeAccent-l: 100;
  --colorBrandBg: hsl(195, 71%, 93%);
  --colorBrandBg-h: 195;
  --colorBrandBg-s: 71;
  --colorBrandBg-l: 93;
  --colorBrandBgDark: hsla(var(--colorBrand-h), calc(var(--colorBrand-s) * 1%), calc(var(--colorBrand-l) * 1%), 0.25);
  --colorBgDark: hsl(0, 0%, 22%);
  --colorBgDark-h: 0;
  --colorBgDark-s: 0;
  --colorBgDark-l: 22;
  --visitorsNotificationList-background: var(--colorBgDark);
  --visitorsNotificationList-color: #fff;
  --headerTop-background: var(--colorBrand);
  --headerTop-color: #fff;
  --header-background: var(--colorBrand);
  --headerCart-background: #006B93;
  --headerCart-color: #fff;
  --navigationItem-color: #fff;
  --navigationItemHover-color: #fff;
  --homeCategories-background: var(--colorBrand);
  --colorShadeBg: rgba(0,0,0,.8);
  --colorShadeBgLight: #e5f7fd;
  --colorOutlines: #e3e3e3;
  --colorOutlinesLight: #f5f5f5;
  --colorHighlighted: #ba0000;
  --starsColor: #fcad00;
  --colorBlack: #000000;
  --colorWhite: #ffffff;
  --colorHeaderLink: #000;
  --colorHeaderLinkUnderline: var(--colorBrand);
  --colorHeaderBackground: #fff;
  --colorHeaderGradient: transparent;
  --colorErrorsDefault: hsl(352, 100%, 43%);
  --colorErrorsDefault-h: 352;
  --colorErrorsDefault-s: 100;
  --colorErrorsDefault-l: 43;
  --colorText: hsl(0, 0%, 0%);
  --colorText-h: 0;
  --colorText-s: 0;
  --colorText-l: 0;
  --colorTextHeading: #000;
  --colorTextSubtle: #4a4a4a;
  --colorLinkText: var(--colorBrand);
  --colorLinkTextActive: var(--colorText);
  --colorInputBorder: var(--colorOutlines);
  --colorInputBackground: var(--colorThemeAccent);
  --colorInputBorderFocus: #383838;
  --colorInputBackgroundFocus: var(--colorThemeAccent);
  --colorInputBackgroundInvalid: var(--colorThemeAccent);
  --colorButtonBg: var(--colorBrand);
  --colorButtonDisabledBg: gray;
  --colorButtonText: white;
  --colorBorderConfigurator: #DFE1ED;
  --stateInfo: #5895f5;
  --stateSuccess: #4dab00;
  --stateWarning: #f58c59;
  --stateError: #B3261E;
  --colorStockIn: var(--stateSuccess);
  --colorStockOut: var(--stateError);
  --colorBackgroundProductListItem: transparent;
  --colorTagRecommended: hsl(204, 70%, 53%);
  --colorTagRecommended-h: 204;
  --colorTagRecommended-s: 70;
  --colorTagRecommended-l: 53;
  --colorTagRecommended-contrast: hsl(0, 0%, calc((var(--colorTagRecommended-l) - 60) * -100%));
  --colorTagDiscounted: hsl(6, 78%, 57%);
  --colorTagDiscounted-h: 6;
  --colorTagDiscounted-s: 78;
  --colorTagDiscounted-l: 57;
  --colorTagDiscounted-contrast: hsl(0, 0%, calc((var(--colorTagDiscounted-l) - 60) * -100%));
  --colorTagNew: hsl(145, 63%, 42%);
  --colorTagNew-h: 145;
  --colorTagNew-s: 63;
  --colorTagNew-l: 42;
  --colorTagNew-contrast: hsl(0, 0%, calc((var(--colorTagNew-l) - 60) * -100%));
  --colorTagSale: hsl(37, 90%, 51%);
  --colorTagSale-h: 37;
  --colorTagSale-s: 90;
  --colorTagSale-l: 51;
  --colorTagSale-contrast: hsl(0, 0%, calc((var(--colorTagSale-l) - 60) * -100%));
  --colorTagUsed: hsl(210, 29%, 29%);
  --colorTagUsed-h: 210;
  --colorTagUsed-s: 29;
  --colorTagUsed-l: 29;
  --colorTagUsed-contrast: hsl(0, 0%, calc((var(--colorTagUsed-l) - 60) * -100%));
  --colorTagAction: hsl(283, 39%, 53%);
  --colorTagAction-h: 283;
  --colorTagAction-s: 39;
  --colorTagAction-l: 53;
  --colorTagAction-contrast: hsl(0, 0%, calc((var(--colorTagAction-l) - 60) * -100%));
  --colorTagFreeStorePickup: hsl(210, 29%, 24%);
  --colorTagFreeStorePickup-h: 210;
  --colorTagFreeStorePickup-s: 29;
  --colorTagFreeStorePickup-l: 24;
  --colorTagFreeStorePickup-contrast: hsl(0, 0%, calc((var(--colorTagFreeStorePickup-l) - 60) * -100%));
  --colorTagFreeDelivery: hsl(210, 29%, 24%);
  --colorTagFreeDelivery-h: 210;
  --colorTagFreeDelivery-s: 29;
  --colorTagFreeDelivery-l: 24;
  --colorTagFreeDelivery-contrast: hsl(0, 0%, calc((var(--colorTagFreeDelivery-l) - 60) * -100%));
}

:root {
  --durationAnimationBase: .25s;
  --easingAnimationBase: ease-in-out;
  --animationBase: all var(--durationAnimationBase) var(--easingAnimationBase);
}

:root {
  --layerNegativeZIndex: -1;
  --layerNullZIndex: 0;
  --layerPageZIndex: 1;
  --layerPageSecondaryZIndex: 2;
  --layerHeaderZIndex: 10;
  --layerDropdownZIndex: 20;
  --layerModalZIndex: 21;
  --layerPopoverZIndex: 22;
  --layerTooltipZIndex: 23;
  --cookiePopupLayer: 24;
  --layerSpinnerZIndex: 25;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html.is-not-smooth {
  scroll-behavior: unset;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: var(--colorBodyBg);
  margin: 0;
  font-size: var(--textBaseSize);
  font-family: var(--font-primary);
  font-weight: var(--font-weight);
  color: var(--colorText);
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: var(--bodyLineHeight);
}

body.is-not-overflowed {
  overflow: hidden;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}

::selection {
  color: hsl(0, 0%, calc((var(--colorBrand-l) - 60) * -100%));
  background: var(--colorBrand);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --sizeContentOffset: 1.25rem;
  --sizeContentWidth: 100rem;
  --sizeInputFont: var(--textSm);
  --sizeInputPaddingVertical: var(--spaceSm);
  --sizeInputPaddingHorizontal: var(--spaceMd);
  --sizeInputPadding: var(--sizeInputPaddingVertical) var(--sizeInputPaddingHorizontal);
  --sizeInputBorder: 1px;
  --sizeInputBorderRadius: 0;
  --sizeButtonFont: var(--textSm);
  --sizeButtonPaddingVertical: var(--spaceSm);
  --sizeButtonPaddingHorizontal: var(--spaceLg);
  --sizeButtonPadding: var(--sizeButtonPaddingVertical) var(--sizeButtonPaddingHorizontal);
  --sizeButtonBorder: 1px;
  --sizeButtonBorderRadius: 0;
  --sizeContentFullHd: 120rem;
  --sizePagerBorderRadius: 0;
  --sizeRangeSliderBorderRadius: 50%;
  --sizeCategoryFiltersBorderRadius: 0;
  --sizeCategoryFiltersInputBorderRadius: 0;
  --sizeCategoryNavBorderRadius: 0;
  --sizeProductDetailCountControlBorderRadius: 50%;
  --sizeProductDetailContactBoxBorderRadius: 0;
  --sizeProductDetailContactFormInputBorderRadius: 0;
  --sizeProductDetailBoxBorderRadius: 0;
  --sizeSwiperArrowBorderRadius: 0;
}

@media (min-width: 100rem) {
  :root {
    --sizeContentOffset: 1.25rem;
  }
}

@media (min-width: 64rem) {
  :root {
    --sizeContentOffset: 3rem;
  }
}

/*
	!! DO NOT FORGET TO ADD FONTS TO '@preload.php' FILE AS WELL !!
	----
	Overwrite $font-list object in _font-list.scss file !!
*/
/* !! DO NOT FORGET TO ADD FONTS TO '@preload-fonts.php' FILE AS WELL !! */
@font-face {
  font-family: WorkSans;
  src: url("/frontend/fonts/WorkSans/WorkSans-semibold-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: WorkSans;
  src: url("/frontend/fonts/WorkSans/WorkSans-light-normal.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: FiraSans;
  src: url("/frontend/fonts/FiraSans/FiraSans-medium-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

.u-frame {
  max-width: calc(var(--sizeContentWidth) + var(--sizeContentOffset) * 2);
  padding-left: var(--sizeContentOffset);
  padding-right: var(--sizeContentOffset);
}

.u-clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.u-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

[class*="u-frame"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.u-fullWidth {
  width: 100%;
}

.u-block {
  display: block;
}

.u-flex {
  display: flex;
}

.u-hidden {
  display: none !important;
}

.u-hiddenVisually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-invisibleScrollBar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.u-invisibleScrollBar::-webkit-scrollbar {
  display: none;
}

.u-customScrollBar {
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  scrollbar-width: thin;
}

.u-customScrollBar::-webkit-scrollbar {
  width: .4rem;
}

.u-customScrollBar::-webkit-scrollbar-track {
  background: transparent;
}

.u-customScrollBar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  transition: all .25s ease-in-out;
}

.u-customScrollBar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-flexJustifyStart {
  justify-content: flex-start;
}

.u-flexJustifyEnd {
  justify-content: flex-end;
}

.u-flexJustifyCenter {
  justify-content: center;
}

.u-flexJustifyBetween {
  justify-content: space-between;
}

.u-flexJustifyAround {
  justify-content: space-around;
}

.u-flexAlignItemsStart {
  align-items: flex-start;
}

.u-flexAlignItemsEnd {
  align-items: flex-end;
}

.u-flexAlignItemsCenter {
  align-items: center;
}

.u-spanRow {
  grid-column: 1 / -1;
}

.u-hiddenOverflow {
  overflow: hidden;
}

.u-noWrap {
  white-space: nowrap;
}

.u-textUppercase {
  text-transform: uppercase;
}

.u-textLowercase {
  text-transform: lowercase;
}

.u-responsiveTable {
  overflow-x: auto;
}

:root {
  --font-primary: WorkSans, sans-serif;
  --font-secondary: FiraSans, serif;
  --font-weight: 300;
  /* set base values */
  --textBaseSize: 1rem;
  --textScaleRatio: 1.2;
  /* type scale */
  --textXxs: calc(1em / (var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio)));
  --textXs: calc(1em / (var(--textScaleRatio) * var(--textScaleRatio)));
  --textSm: calc(1em / var(--textScaleRatio));
  --textRg: 1em;
  --textMd: calc(1em * var(--textScaleRatio));
  --textLg: calc(1em * var(--textScaleRatio) * var(--textScaleRatio));
  --textXl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  --textXxl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  --textXxxl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  --textXxxxl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  --bodyLineHeight: 1.5;
  --headingLineHeight: 1.2;
}

@media (min-width: 48.01rem) {
  :root {
    --textBaseSize: 1.15rem;
  }
}

@media (min-width: 64.01rem) {
  :root {
    --textBaseSize: 1.25rem;
  }
}

h1, h2, h3, h4, form legend {
  color: var(--colorTextHeading);
  margin-bottom: var(--spaceXs);
  line-height: var(--headingLineHeight);
}

h1, h2, h3, h4 {
  font-family: var(--font-secondary);
  font-weight: 500;
}

/* text size */
.u-textXxxl {
  font-size: var(--textXxxl);
}

h1, .u-textXxl {
  font-size: 2rem;
}

@media (min-width: 48.01rem) {
  h1, .u-textXxl {
    font-size: 2.375rem;
  }
}

h2, .u-textXl {
  font-size: 1.75rem;
  margin-bottom: var(--spaceSm);
}

@media (min-width: 48.01rem) {
  h2, .u-textXl {
    font-size: 2.125rem;
  }
}

h3, .u-textLg {
  font-size: 1.25rem;
}

@media (min-width: 48.01rem) {
  h3, .u-textLg {
    font-size: 1.5rem;
  }
}

h4, .u-textMd {
  font-size: var(--textMd);
}

.u-textSm, small {
  font-size: var(--textSm);
}

.u-textXs {
  font-size: var(--textXs);
}

p {
  line-height: var(--bodyLineHeight);
}

a {
  color: var(--colorLinkText);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: var(--colorLinkTextActive);
  text-decoration: underline;
}

:root {
  --spaceUnit:  1em;
  --spaceXxxxs: calc(0.125 * var(--spaceUnit));
  --spaceXxxs:  calc(0.25 * var(--spaceUnit));
  --spaceXxs:   calc(0.375 * var(--spaceUnit));
  --spaceXs:    calc(0.5 * var(--spaceUnit));
  --spaceSm:    calc(0.75 * var(--spaceUnit));
  --spaceRg:    var(--spaceUnit);
  --spaceMd:    calc(1.25 * var(--spaceUnit));
  --spaceLg:    calc(2 * var(--spaceUnit));
  --spaceXl:    calc(3.25 * var(--spaceUnit));
  --spaceXxl:   calc(5.25 * var(--spaceUnit));
  --spaceXxxl:  calc(8.5 * var(--spaceUnit));
  --spaceXxxxl: calc(13.75 * var(--spaceUnit));
  --sizeModuleHorizontalOffset: 5rem;
}

.u-spaceUnit {
  margin-bottom: var(--spaceUnit);
}

.u-spaceXxxxs {
  margin-bottom: var(--spaceXxxxs);
}

.u-spaceXxxs {
  margin-bottom: var(--spaceXxxs);
}

.u-spaceXxs {
  margin-bottom: var(--spaceXxs);
}

.u-spaceXs {
  margin-bottom: var(--spaceXs);
}

.u-spaceSm {
  margin-bottom: var(--spaceSm);
}

.u-spaceMd {
  margin-bottom: var(--spaceMd);
}

.u-spaceLg {
  margin-bottom: var(--spaceLg);
}

.u-spaceXl {
  margin-bottom: var(--spaceXl);
}

.u-spaceXxl {
  margin-bottom: var(--spaceXxl);
}

.u-spaceXxxl {
  margin-bottom: var(--spaceXxxl);
}

.u-spaceXxxxl {
  margin-bottom: var(--spaceXxxxl);
}

[data-tooltip] {
  position: relative;
  display: inline-block;
}

[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 11px);
  background: #000000de;
  color: #fff;
  transform-origin: bottom center;
  transition: var(--animationBase);
  transform: translateX(-50%);
  padding: 17px;
  font-size: 14px;
  width: 249px;
  text-align: center;
  line-height: 1.4;
  border-radius: 4px;
  border-bottom: 3px solid var(--colorBrand);
  pointer-events: none;
  opacity: 0;
}

[data-tooltip]:after {
  content: '▾';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 249px;
  font-size: 32px;
  line-height: 17px;
  text-align: center;
  color: var(--colorBrand);
  transition: var(--animationBase);
  pointer-events: none;
  opacity: 0;
}

[data-tooltip]:hover:before {
  pointer-events: auto;
  opacity: 1;
}

[data-tooltip]:hover:after {
  pointer-events: auto;
  opacity: 1;
}

html {
  scroll-padding-top: 25rem;
}

body .HeaderTop {
  border-bottom: 1px solid #DAD9DC;
}

body .HeaderTop-inner {
  justify-content: center;
}

@media (min-width: 80.01rem) {
  body .HeaderTop-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

body .HeaderTop-contact {
  display: flex;
}

@media (min-width: 80.01rem) {
  body .HeaderTop-contact {
    justify-content: end;
  }
}

body .HeaderTop-contact a:hover, body .HeaderTop-contact a:active, body .HeaderTop-contact a:focus {
  color: inherit;
  text-decoration: underline;
}

body .Header svg {
  color: #fff;
}

body .Header-hmb {
  color: #fff;
}

body .Header-searchToggle {
  color: #fff;
}

body .HeaderCategories {
  background: #fff;
}

body .HeaderCategories-list {
  scrollbar-width: auto;
  scrollbar-color: var(--colorBrand) #fff;
}

body .HeaderUser-opener {
  color: #fff;
}

body .HeaderUser-opener:hover, body .HeaderUser-opener:active, body .HeaderUser-opener:focus {
  color: #fff;
  text-decoration: underline;
}

body .HeaderCart-plus {
  background: var(--stateError);
}

body .HeaderCart-opener {
  border-radius: 0;
}

@media (max-width: 32rem) {
  body .HeaderCart-dropdown {
    right: -9.5rem;
  }
}

body .CartHolder-section {
  font-size: 1.25rem;
}

body .CartLayout {
  padding-bottom: var(--spaceLg);
}

body .CartItem-stock {
  display: none;
}

body .DeliveryBar-icon {
  width: 1.75rem;
}

body .DeliveryBar-icon path {
  color: var(--colorBrand);
}

body .AppNavigation {
  background: var(--colorBgDark);
}

@media (min-width: 80.01rem) {
  body .AppNavigation {
    background: transparent;
  }
}

body .AppNavigationItem-link.is-active, body .AppNavigationItem-link:hover, body .AppNavigationItem-link:focus {
  text-decoration: underline;
}

body .AppNavigationItem-submenu .AppNavigationItem {
  background: transparent;
}

@media (min-width: 80.01rem) {
  body .AppNavigationItem-submenu .AppNavigationItem {
    background: #fff;
  }
}

body .AppNavigationItem-submenu .AppNavigationItem-link {
  color: #fff;
}

@media (min-width: 80.01rem) {
  body .AppNavigationItem-submenu .AppNavigationItem-link {
    color: var(--colorText);
  }
}

body .QuickSearch-results {
  font-size: 1rem;
}

body .QuickSearch-button {
  background: #fff;
  color: var(--colorBrand);
  text-transform: uppercase;
}

body .HomeCategories {
  position: relative;
}

body .HomeCategories:before {
  bottom: 100%;
}

body .HomeCategoriesItem svg {
  color: #000;
}

body .HomeCategories:before,
body .BenefitPoint:before,
body .BenefitPoint:after,
body .Partners:before,
body .Partners:after,
body .Footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("/frontend/images/zarges-shape.png") repeat;
}

body .Hero + .HomeCategories {
  margin-top: 0;
}

body .NewsListPage-main .AppPager-item {
  min-width: 2.5rem;
  width: auto;
  padding: 0 .85rem;
}

body .Partners {
  background: var(--colorBrand);
  color: #fff;
  padding: 2.5rem;
}

body .Partners:before {
  bottom: 100%;
}

body .Partners:after {
  top: 100%;
}

body .Partners-title {
  color: inherit;
}

body .Partners-pagination .swiper-pagination-bullet-active:after,
body .Partners-pagination .swiper-pagination-bullet:hover:after {
  background: #fff;
  border: 2px solid var(--colorBgDark);
}

body .StarRating-progress {
  appearance: none;
  -webkit-appearance: none;
}

body .ProductDetailText .StyledText table {
  overflow: unset;
}

body .ProductDetailText .StyledTable {
  overflow: auto;
  position: relative;
}

body .ProductDetailText .StyledTable table {
  width: 100%;
}

body .ProductDetailText .StyledTable table tbody tr:nth-of-type(odd) {
  background: var(--colorWhite);
}

body .ProductDetailText .StyledTable table tr td:last-of-type, body .ProductDetailText .StyledTable table td:nth-last-of-type(2),
body .ProductDetailText .StyledTable table th:last-of-type, body .ProductDetailText .StyledTable table th:nth-last-of-type(2) {
  position: sticky;
  right: 0;
  z-index: 2;
  background: inherit;
  box-shadow: 0 0 0 2px transparent;
}

body .ProductDetailText .StyledTable table tr td:nth-last-of-type(2),
body .ProductDetailText .StyledTable table th:nth-last-of-type(2) {
  padding-right: 0.5rem;
  right: 7.75rem;
  min-width: 7rem;
}

body .ProductItem-box span {
  text-transform: unset;
}

body .ProductItemTopSeller-stock {
  display: none;
}

body .ProductDetailVariants-item.is-active {
  border: 2px solid var(--colorBrand);
  box-shadow: unset;
}

body .Footer:before {
  bottom: 100%;
}

body .Footer-copyInner a {
  color: var(--colorWhite);
}

body .Contact {
  background: #fff;
}

body .ContactTab-map {
  height: 25rem;
}

@media (min-width: 64rem) {
  body .ContactTab-map {
    height: 34rem;
  }
}

body .ProductDetailHeader-more a {
  font-size: 0.875rem;
}

body.location_order_myOrder .OrderStateBar {
  display: none;
}

/*# sourceMappingURL=base.min.css.map */
