/** Shopify CDN: Minification failed

Line 254:17 Unexpected "("
Line 2482:2 Comments in CSS use "/* ... */" instead of "//"

**/
@charset "utf-8";

/**
 * Base
 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  box-shadow: inset 0 0 10px 10px #000000;
  border: solid 2px transparent;
}

hr {
  border-top: solid 1px #b3b3b3;
  margin: 40px 0;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 1rem;
}

.Grid {
  display: flex;
  flex-wrap: wrap;
}

.Grid__Cell {
  display: block;
}

.Grid--center {
  justify-content: center;
  text-align: unset;
}

.Grid--center>.Grid__Cell {
  text-align: unset;
}

.Grid--right {
  justify-self: flex-end;
  text-align: unset;
}

.Grid--right>.Grid__Cell {
  text-align: unset;
}

.Grid--middle>.Grid__Cell {
  vertical-align: unset;
  align-self: center;
}

.Grid--bottom>.Grid__Cell {
  vertical-align: unset;
  align-self: flex-end;
}

/**
 * Very general typographic rules that are applied site wide
 */
.features--heading-small .u-h4,
.features--heading-small .Rte h4 {
  font-size: 14px;
}

.features--heading-normal .u-h1,
.features--heading-normal .Rte h1 {
  font-size: 21px;
}

.features--heading-normal .u-h2,
.features--heading-normal .Rte h2 {
  font-size: 19x;
}

.features--heading-normal .u-h3,
.features--heading-normal .Rte h3 {
  font-size: 17px;
}

.features--heading-normal .u-h4,
.features--heading-normal .Rte h4 {
  font-size: 15x;
}

.features--heading-normal .u-h8 {
  font-size: 11px;
}

.features--heading-large .u-h1,
.features--heading-large .Rte h1 {
  font-size: 22px;
}

.features--heading-large .u-h2,
.features--heading-large .Rte h2 {
  font-size: 20px;
}

.features--heading-large .u-h3,
.features--heading-large .Rte h3 {
  font-size: 18px;
}

.features--heading-large .u-h4,
.features--heading-large .Rte h4 {
  font-size: 16px;
}

.features--heading-large .u-h5,
.features--heading-large .Rte h5 {
  font-size: 15px;
}

.features--heading-large .u-h6,
.features--heading-large .Rte h6 {
  font-size: 14px;
}

.features--heading-large .u-h8 {
  font-size: 12px;
}

@media screen and (max-width: 320px) {

  .features--heading-small .u-h1,
  .features--heading-small .Rte h1 {
    font-size: 18px;
  }

  .features--heading-small .u-h2,
  .features--heading-small .Rte h2 {
    font-size: 16px;
  }

  .features--heading-small .u-h3,
  .features--heading-small .Rte h3 {
    font-size: 14px;
  }

  .features--heading-small .u-h4,
  .features--heading-small .Rte h4 {
    font-size: 12px;
  }

  .features--heading-small .u-h5,
  .features--heading-small .Rte h5 {
    font-size: 11px;
  }

  .features--heading-small .u-h6,
  .features--heading-small .Rte h6 {
    font-size: 10px;
  }

  .features--heading-small .u-h7 {
    font-size: 9px;
  }

  .features--heading-small .u-h8 {
    font-size: 8px;
  }

  .features--heading-normal .u-h1,
  .features--heading-normal .Rte h1 {
    font-size: 19px;
  }

  .features--heading-normal .u-h2,
  .features--heading-normal .Rte h2 {
    font-size: 17x;
  }

  .features--heading-normal .u-h3,
  .features--heading-normal .Rte h3 {
    font-size: 15px;
  }

  .features--heading-normal .u-h4,
  .features--heading-normal .Rte h4 {
    font-size: 13x;
  }

  .features--heading-normal .u-h5,
  .features--heading-normal .Rte h5 {
    font-size: 12px;
  }

  .features--heading-normal .u-h6,
  .features--heading-normal .Rte h6 {
    font-size: 11px;
  }

  .features--heading-normal .u-h7 {
    font-size: 10px;
  }

  .features--heading-normal .u-h8 {
    font-size: 9px;
  }

  .features--heading-large .u-h1,
  .features--heading-large .Rte h1 {
    font-size: 20px;
  }

  .features--heading-large .u-h2,
  .features--heading-large .Rte h2 {
    font-size: 18px;
  }

  .features--heading-large .u-h3,
  .features--heading-large .Rte h3 {
    font-size: 16x;
  }

  .features--heading-large .u-h4,
  .features--heading-large .Rte h4 {
    font-size: 14px;
  }

  .features--heading-large .u-h5,
  .features--heading-large .Rte h5 {
    font-size: 13px;
  }

  .features--heading-large .u-h6,
  .features--heading-large .Rte h6 {
    font-size: 12px;
  }

  .features--heading-large .u-h7 {
    font-size: 11px;
  }

  .features--heading-large .u-h8 {
    font-size: 10px;
  }
}

media screen and (min-width: 641px) {

  .features--heading-small .u-h1,
  .features--heading-small .Rte h1 {
    font-size: 22px;
  }

  .features--heading-small .u-h2,
  .features--heading-small .Rte h2 {
    font-size: 20x;
  }

  .features--heading-small .u-h8 {
    font-size: 11px;
  }

  .features--heading-normal .u-h1,
  .features--heading-normal .Rte h1 {
    font-size: 23px;
  }

  .features--heading-normal .u-h2,
  .features--heading-normal .Rte h2 {
    font-size: 21px;
  }

  .features--heading-normal .u-h3,
  .features--heading-normal .Rte h3 {
    font-size: 19x;
  }

  .features--heading-large .u-h4,
  .features--heading-large .Rte h4 {
    font-size: 18px;
  }

  .features--heading-large .u-h7 {
    font-size: 14px;
  }

  .features--heading-large .u-h8 {
    font-size: 14px;
  }
}

/**
  * ----------------------------------------------------------------------------
  * Standard button
  * ----------------------------------------------------------------------------
  */
.Button,
.shopify-payment-button__button--unbranded,
input.spr-button-primary,
.spr-summary-actions-newreview,
.spr-button-primary:not(input),
.spr-pagination-prev>a,
.spr-pagination-next>a {
  padding: 8px 32px;
  min-height: 44px;
  text-transform: unset;
  font-size: var(--base-text-font-size);
  font-weight: 600;
  letter-spacing: unset;
 	 text-shadow: none;
}

.ButtonGroup {
  gap:12px;
  margin:0;
}

@media screen and (max-width: 320px) {

  .Button,
  .shopify-payment-button__button--unbranded,
  input.spr-button-primary,
  .spr-summary-actions-newreview,
  .spr-button-primary:not(input),
  .spr-pagination-prev>a,
  .spr-pagination-next>a {
    font-size: var(--default-text-font-size);
  }
}

.Button--secondary,
.spr-pagination-prev>a,
.spr-pagination-next>a {
  border: 1px solid var(--secondary-border-color);
}

/**
   * ----------------------------------------------------------------------------
   * Round button
   *
   * Those buttons are not really button like the others, but they are used in
   * lot of different places to hold things like icons
   * ----------------------------------------------------------------------------
   */
.RoundButton,
.flickity-prev-next-button {
  background: var(--button-background);
  color: var(--button-text-color);
}

/**
 * ----------------------------------------------------------------------------------------------
 * Flickity styles
 * ----------------------------------------------------------------------------------------------
 */
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  background: #bfbfbf;
  border:none;
}

@media screen and (min-width: 641px) {
  .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
  }
}

/**
  * ----------------------------------------------------------------------------------------------
  * Default styling for site-wide carousel
  * ----------------------------------------------------------------------------------------------
  */
.Carousel--insideDots .flickity-page-dots {
  left: 50%;
  transform: translateX(-50%);
}


/**
 * ----------------------------------------------------------------------------
 * Collapsible
 * ----------------------------------------------------------------------------
 */
.Collapsible {
  border-top: 1px solid var(--secondary-border-color);
  border-bottom: 1px solid var(--secondary-border-color);
}

.Collapsible__Button {
  padding: 10px 0;
}

.Collapsible--autoExpand {
  border: none;
  overflow: visible;
}

.Collapsible--autoExpand .Collapsible__Button {
  cursor: default;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.Collapsible--autoExpand .Collapsible__Plus {
  display: none;
}

.Collapsible--autoExpand .Collapsible__Inner {
  height: auto;
  visibility: visible;
  overflow: visible;
}

.Collapsible--autoExpand .Collapsible__Content {
  padding-bottom: 0;
}

.Collapsible--autoExpand .Linklist {
  margin-bottom: 0;
}

.Collapsible--autoExpand {
  margin-bottom: 32px;
}

/**
 * ----------------------------------------------------------------------------
 * Base drawer
 * ----------------------------------------------------------------------------
 */
.Drawer--secondary {
  background: var(--button-background);
}

.Drawer__Search {
  padding: 20px 20px 0 32px;
}

.SidebarMenu .Drawer__Search .Search__Input {
  color: #000000;
}

.SidebarMenu__Nav span.Heading {
  font-size:12px;
  font-weight:normal;
  line-height:3;
}
.SidebarMenu__Nav div.Collapsible:last-child {
  margin-bottom:20px;
}
.Drawer__Container {
  padding-bottom:20px;
}

.Drawer--fromLeft .Drawer__Container {
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 20px;
}

.Drawer--fromRight .Drawer__Container {
  padding-left: 20px;
  padding-right: 32px;
  padding-bottom: 0;
}

.Drawer--secondary .Drawer__Close svg {
  color: var(--button-text-color);
}

.Drawer--secondary .Collapsible {
  border-bottom-color: unset;
  padding-top: 24px;
}

.Drawer--secondary .Drawer__Title,
.Drawer--secondary .Heading,
.Drawer--secondary .Text--subdued {
  color: var(--navigation-text-color);
}

.CollectionCategorys .Link--primary {
  padding-right: 24px;
  padding-left: 24px;
}

.Drawer--secondary .Link--primary {
  font-size: 12px;
}

.Drawer--secondary .Link--primary.is-active,
.Drawer--secondary .Link--primary:hover {
  /* color: rgba(255,255,255,0.6); */
  color: var(--navigation-text-color-light);
}

.Drawer--secondary .range-group {
  background:
    linear-gradient(to right,
      var(--button-text-color) var(--range-min),
      var(--button-text-color) var(--range-min),
      var(--button-text-color) var(--range-max),
      rgba(255, 255, 255, .6) var(--range-max));
}

.Drawer--secondary .range::-webkit-slider-thumb {
  background: var(--button-text-color);
}

.Drawer--secondary .range::-moz-range-thumb {
  background: var(--button-text-color);
}

.Drawer--secondary .price-range__input {
  color: var(--button-text-color);
}

.Drawer--secondary .input-prefix__field::-moz-placeholder {
  color: var(--button-text-color);
}

.Drawer--secondary .input-prefix__field:-ms-input-placeholder {
  color: var(--button-text-color);
}

.Drawer--secondary .input-prefix__field::placeholder {
  color: var(--button-text-color);
}

.Drawer__Footer .Button--primary {
  color: var(--button-background);
}

.Drawer__Footer .Button--primary::before {
  background: var(--button-text-color);
}

.Drawer__Footer .Button--primary:not([disabled]):hover {
  color: var(--button-text-color);
}

@media screen and (min-width: 641px) {
  .Drawer--small {
    width: 500px;
  }

  .Drawer--fromLeft .Drawer__Container,
  .Drawer--fromRight .Drawer__Container {
    padding-left: 50px;
  }

  .Drawer__Search {
    padding: 20px 20px 0 50px;
  }

  .Drawer__Search .Search__Input {
    width: calc(100% - 40px);
    padding: 0 10px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }

  .Drawer__Search .Search__InputWrapper .Search__Submit {
    width: 40px;
    height: 40px;
  }

  .Drawer__Search .Search__InputWrapper .Search__Submit .Icon--search {
    color: #696969;
  }

  .Drawer__Close {
    left: 50px;
  }

  .Drawer--secondary .Link--primary {
    font-size: 15px;
  }
}

/**
  * ----------------------------------------------------------------------------
  * Basic form
  * ----------------------------------------------------------------------------
  */
.Form__Item a,
.Form__Hint a {
  text-decoration: underline;
  text-decoration-color: #a3a3a3;
  text-underline-offset: 4px;
}

.Form__InputWrapper {
  display: flex;
}

.Form__InputWrapper .Form__Submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-top: 0;
  background: #b1b1b1;
}

.Form__InputWrapper .Icon--search {
  width: 24px;
  height: 24px;
  color: #696969;
}

.Form__Input,
.Form__Textarea,
.spr-form-input-text,
.spr-form-input-email,
.spr-form-input-textarea {
  border: 1px solid var(--heading-color);
}

@media screen and (min-width: 641px) {
  .Form__InputWrapper .Form__Submit {
    width: 60px;
    height: 60px;
  }
}

/*
   * SWITCH CHECKBOX
   * Styling range are pretty complex as each browsers has their own way to do it
   */
.HorizontalList {
  margin-top: 0px;
  margin-bottom: -6px;
}

.HorizontalList__Item {
  margin: 0px 12px;
}

/**
 * ----------------------------------------------------------------------------
 * Aspect ratio
 * ----------------------------------------------------------------------------
 */
@supports ((-o-object-fit: contain) or (object-fit: contain)) {

  .Product__Gallery .AspectRatio--square>img,
  .AspectRatio--short>img,
  .AspectRatio--tall>img {
    width: 90%;
    height: 84%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

/**
  * ----------------------------------------------------------------------------
  * Quantity selector
  * ----------------------------------------------------------------------------
  */
.QuantitySelector {
  border: 1px solid var(--button-border-color);
}

/**
   * ----------------------------------------------------------------------------
   * Empty state
   * ----------------------------------------------------------------------------
   */
.EmptyState__Action {
  width: 96%;
}

.EmptyState__Action.Button {
  width: unset;
}

.EmptyState__Action .Search__RadioLabel {
  color: #000000;
}

.EmptyState__Action .Search__RadioLabel::before {
  border: solid 1px #000000;
}

@media screen and (min-width: 641px) {
  .EmptyState__Action {
    width: 70%;
  }
}

/**
    * ----------------------------------------------------------------------------
    * Announcement bar
    * ----------------------------------------------------------------------------
    */
.AnnouncementBar__Wrapper {
  padding: 10px 8px;
}

.AnnouncementBar__Content {
  color: unset;
  margin: unset;
}

.AnnouncementList__Item {
  opacity: 0;
  width: 100%;
  color: inherit;
  margin: 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

@media screen and (max-width: 320px) {
  .AnnouncementList__Item {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  }
}

.AnnouncementList__Item.is-selected {
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .AnnouncementBar {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  }

  .AnnouncementBar__Wrapper {
    padding: 10px 16px;
  }

  .AnnouncementList__Item {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }
}

/**
 * ----------------------------------------------------------------------------
 * Featured quote
 * ----------------------------------------------------------------------------
 */
.FeaturedQuote {
  font-size: var(--default-text-font-size);
}

/**
  * -------------------------------------------------------------
  * RATING
  * -------------------------------------------------------------
  */
.rating__star {
  width: 14px;
  height: 14px;
}

.rating__star--empty {
  color: var(--border-color);
}

.rating__caption {
  font-size: 12px;
}

/**
   * ----------------------------------------------------------------------------
   * Page header
   * ----------------------------------------------------------------------------
   */
.PageHeader--withBackground {
  min-height: unset;
}

.PageHeader__Back {
  text-decoration: underline;
  text-decoration-color: #a3a3a3;
  text-underline-offset: 4px;
}

@media screen and (max-width: 640px) {
  .PageHeader--small.PageHeader--withBackground {
    min-height: 280px;
  }
}

/**
    * ----------------------------------------------------------------------------
    * Page layout (to create two columns) and content
    * ----------------------------------------------------------------------------
    */
@media screen and (min-width: 641px) {
  .PageLayout {
    gap: 50px;
  }

  .PageLayout__Section--secondary {
    flex: unset;
    max-width: unset;
  }

  .PageLayout__Section+.PageLayout__Section {
    margin-left: unset;
  }
}

@media screen and (min-width: 1008px) {
  .PageLayout__Section--secondary {
    flex-basis: unset;
    max-width: unset;
  }
}

@media screen and (min-width: 1140px) {
  .PageLayout__Section+.PageLayout__Section {
    margin-left: unset;
  }

  .PageLayout__Section--secondary {
    flex-basis: unset;
    max-width: unset;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Page content
 * ----------------------------------------------------------------------------
 */
.Pagination {
  margin: 150px 0;
}

.Pagination__NavItem {
  padding: 8px 14px;
  font-weight: 600;
  border-bottom: unset;
}

.Pagination__NavItem.is-active {
  background: var(--button-background);
  color: var(--button-text-color);
  border-bottom-color: unset;
  box-shadow: unset;
}

@media screen and (min-width: 641px) {
  .Pagination {
    margin: 120px 0;
  }

  .Pagination__NavItem {
    padding: 12px 22px;
  }
}

.Popover {
  background: var(--button-background);
  color: var(--button-text-color);
}

.Popover__Header {
  border-bottom: 1px solid var(--button-text-color); 
}

.Popover__Title {
  color: var(--button-text-color);
}

.Popover__Value {
  color: var(--button-text-color);
}

@media screen and (min-width: 1008px) {
  .Popover--positionBottom::before {
    border-color: transparent transparent var(--button-background) transparent;
  }

  .Popover--positionTop::before {
    border-color: var(--button-background) transparent transparent transparent;
  }

  .Popover--positionLeft::before {
    border-color: transparent transparent transparent var(--button-background);
  }
}

@media screen and (max-width: 320px) {
  .Rte p {
    font-size: var(--default-text-font-size);
  }
}

/* When a spacing is applied to a bordered section, as it is isolated, we use padding, otherwise margin */
.Section--spacingSmall {
  padding: 24px 0;
}

.Section--spacingNormal {
  padding: 48px 0;
  margin: 48px 0;
}

.Section--spacingNone {
  padding: 0;
}

.Section--spacingTopOnly {
  padding: 48px 0 0;
}

.Section--spacingBottomOnly {
  padding: 0 0 48px;
}

.Section--spacingBottomLarge {
  padding: 24px 0 90px;
}

/*
  This is just a hack to slightly increase the selector specificity. What this does is actually taking into account the line height (1.65)
  and removing the remaining amount in both direction (0.65 / 2 => 0.325) to have more easier and consistent alignments
*/
.SectionHeader__Heading.SectionHeader__Heading,
.SectionHeader__SubHeading.SectionHeader__SubHeading {
  text-shadow:none;
}

.SectionHeader__SubHeading+.SectionHeader__Heading,
.SectionHeader__SubHeading+.SectionHeader__Logo,
.SectionHeader__SubHeading+.SectionHeader__TabList,
.SectionHeader__Description {
  margin: 12px 0;
  text-shadow:none;
}

.SectionHeader__SubHeading {
  margin-top: 0;
  margin-bottom: 0;
  color: #969696;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.SectionHeader__Heading {
  margin-bottom: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.SectionHeader__ButtonWrapper {
  margin-top:0;
}

.SectionHeader h2.SectionHeader__Heading.Heading.u-h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.SectionHeader h2.SectionHeader__Heading.Heading.u-h1::before,
.SectionHeader h2.SectionHeader__Heading.Heading.u-h1::after {
  content: "";
  border-top: 3px solid var(--heading-color);
  width: 20px;
}

.SectionHeader h2.SectionHeader__Heading.Heading.u-h1::before {
  margin-right: 0.5em;
}

.SectionHeader h2.SectionHeader__Heading.Heading.u-h1::after {
  margin-left: 0.5em;
}

.SectionHeader__Logo img {
  width: 280px;
  margin:12px 0;
}

a.Button {
  text-decoration: none;
}

.SectionHeader__Description {
  max-width:1080px;
}

@media screen and (min-width: 1008px) {
  .Section--spacingSmall {
    padding: 32px 0;
  }

  .Section--spacingNormal {
    padding: 80px 0;
  }

  .Section--spacingTopOnly {
    padding: 80px 0 0;
  }

  .Section--spacingBottomOnly {
    padding: 0 0 80px;
  }
  
  .Section--spacingBottomLarge {
 	 padding: 32px 0 120px;
	}

  .SectionHeader__Description {
    margin-top: 16px;
  }
}

.Table,
.Rte table {
  font-size: 12px;
  white-space: unset;
  margin-bottom: 2.4em;
}

.Table,
.Rte table td p {
  font-size: 12px;
}

.Table th,
.Table td,
.Rte table th,
.Rte table td {
  padding: 10px;
}

.Table th:last-child,
.Table td:last-child,
.Rte table th:last-child,
.Rte table td:last-child {
  padding-right: unset;
}

.Table th,
.Rte table th {
  font-family: var(--heading-font-family);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.Table th span,
.Rte table th span {
  white-space: nowrap !important;
}

.Table thead th:first-child:empty,
.Table tbody th:first-child,
.Rte table thead th:first-child:empty,
.Rte table tbody th:first-child {
  max-width: unset;
}

/**
 * ----------------------------------------------------------------------------
 * Addresses
 * ----------------------------------------------------------------------------
 */
.AccountAddress {
  margin-top: 2.4em;
}

/**
  * ----------------------------------------------------------------------------
  * Account table
  * ----------------------------------------------------------------------------
  */
.AccountTable {
  border-top: 1px solid var(--border-color);
  margin-top: 2.4em;
}

.AccountTable th {
}

/**
   * ----------------------------------------------------------------------------
   * Article inner
   * ----------------------------------------------------------------------------
   */
.Article__ImageWrapper {
  height: 255px;
}

.Article__Wrapper {
  margin: -42px 20px 90px;
}

.Article__Header .Heading {
  font-weight: 600;
}

.Article__Body hr {
  margin-bottom: 1.6em;
}

.Article__Body.Rte h2 {
  margin-top: 6em;
  font-weight: 600;
}

/* 目次、こんな人におすすめ部分 */
.ArticleIntro {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin: 6em auto;
  padding: 3em 0;
}

.ArticleIntro h3.ArticleIntro__Title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:0;
  font-weight:600;
}

.ArticleIntro h3.ArticleIntro__Title::before,
.ArticleIntro h3.ArticleIntro__Title::after {
  content: "";
  border-top: 2px solid var(--heading-color);
  width: 20px;
}

.ArticleIntro h3.ArticleIntro__Title::before {
  margin-right: 0.5em;
}

.ArticleIntro h3.ArticleIntro__Title::after {
  margin-left: 0.5em;
}
.Rte .ArticleIntro ol li a {
    color: var(--heading-color);
}
@media screen and (max-width: 320px) {
  .Article__Wrapper {
    margin: -42px 10px 90px;
    padding: 24px 14px 0 14px;
  }
}

@media screen and (min-width: 641px) {
  .Article__Wrapper {
    margin: 0 auto;
  }

  .Article__Footer {
    margin-bottom: 80px;
  }

  .Article__ShareButtons {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1140px) {
  .Article__ImageWrapper {
    height: 450px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Toolbar
 * ----------------------------------------------------------------------------
 */
@supports (--css: variables) {
  .ArticleToolbar {
    top: var(--header-height);
  }
}

.ArticleToolbar__Left span {
  font-size: calc(var(--default-text-font-size) - 2px);
}

.ArticleToolbar__ArticleTitle {
  max-width: unset;
  width: unset;
}

/**
 * ----------------------------------------------------------------------------
 * Article item
 * ----------------------------------------------------------------------------
 */
.ArticleList .ArticleItem {
  height: 100%;
}

.ArticleItem__ImageWrapper {
  margin-bottom: unset;
}

.ArticleItem__Content {
  padding: 16px 32px 32px;
  margin:0;
}

.ArticleItem__Content--spacingNone {
  padding: 16px 0 0;
}

.ArticleItem__Info {
  display: flex;
  margin-bottom: 8px;
}

.ArticleItem__Category {
  font-weight: 600;
}

.ArticleItem__Category:not(:first-child) {
  margin-left: 10px;
}

.ArticleItem__Tag {
  display:inline;
  font-weight:normal;
  padding:2px 6px;
  color: var(--button-text-color);
  background: rgba(0, 0, 0, 0.5);
}

.ArticleItem__Date {
  margin-left: auto;
  font-weight: 600;
}

.ArticleItem__Title {
  font-weight: 600;
  line-height: 1.5;
}

.ArticleItem__Excerpt {
  margin-bottom: 10px;
  font-size: var(--default-text-font-size);
}

.ArticleItem__Link {
  font-size: 12px;
  font-weight: 600;
}

@media screen and (min-width: 641px) {

  .ArticleItem__Content--spacingNone {
    padding: 32px 0 0;
  }

  .ArticleItem__Link {
    font-size: 14px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * News item
 * ----------------------------------------------------------------------------
 */
.NewsList {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.NewsItem {
  display: flex;
}

.NewsItem:not(:nth-of-type(1)) {
  margin-top: 16px;
}

.NewsItem__Date {
  display: block;
  padding-right: 16px;
  color: #000;
  font-size: 14px;
}

.NewsItem__Title {
  font-size: 14px;
}

.NewsItem__Title a {
  padding: 5px 0;
  text-decoration: underline;
  text-decoration-color: #a3a3a3;
  text-underline-offset: 4px;
  color: #000000;
  display:block;
}

@media screen and (min-width: 641px) {

  .NewsItem__Date,
  .NewsItem__Title {
    font-size: var(--base-text-font-size);
  }
}

/**
 * ----------------------------------------------------------------------------
 * Items
 * ----------------------------------------------------------------------------
 */
.CartItem__Title {
  white-space: unset;
}

/**
  * ----------------------------------------------------------------------------
  * Collection item (for list of collections)
  * ----------------------------------------------------------------------------
  */

.CollectionList {
  justify-content: space-between;
}
.CollectionItem__Wrapper--extraSmall {
  height: 240px;
}

.CollectionItem__Wrapper--small {
  height: 320px;
}

@media screen and (min-width: 640px) {
  .CollectionList {
    justify-content: space-between;
    gap:24px;
  }
  .CollectionList--spaced .CollectionItem {
    padding:0;
  }
  .CollectionList--spaced {
    margin:0;
  }
  .CollectionItem {
    min-width:calc(100%/2 - 12px);
  }
}
@media screen and (min-width: 1008px) {
  .CollectionList {
    justify-content: flex-start;
  }
   .CollectionItem {
    min-width:calc(100%/3 - 24px);
  }
}
@media screen and (min-width: 1140px) {
  .CollectionList {
    max-width:1340px;
    margin:0 auto;
  }
}

/**
   * ----------------------------------------------------------------------------
   * Collection toolbar
   * ----------------------------------------------------------------------------
   */
.CollectionToolbar {
  flex-wrap: wrap;
  background: var(--button-background);
  box-shadow: 1px 1px #ffffff, -1px -1px #ffffff;
}

@supports (--css: variables) {
  .CollectionToolbar--top {
    top: var(--header-height);
  }
}

.CollectionToolbar__Group {
  display: unset;
  flex: unset;
}

.CollectionToolbar__Item {
  position: relative;
  padding: 10px 0;
  border-left: 1px solid #ffffff;
  color: var(--button-text-color);
}

.CollectionToolbar__Item--sort .Icon--select-arrow {
  height: unset;
  margin-left: unset;
}

.CollectionToolbar__Item--layout {
  padding: 12px 0;
}

.CollectionToolbar__Item .Text--subdued {
  color: var(--button-text-color);
  font-size: 12px;
}

.CollectionToolbar__Plus {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 10px;
}

.CollectionToolbar__Plus::before,
.CollectionToolbar__Plus::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.CollectionToolbar__Plus::before {
  width: 11px;
  height: 1px;
  opacity: 1;
}

.CollectionToolbar__Plus::after {
  width: 1px;
  height: 11px;
}

.CollectionToolbar__Item[aria-expanded=true] .CollectionToolbar__Plus::before,
.CollectionToolbar__Item[aria-expanded=true] .CollectionToolbar__Plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.CollectionToolbar__Item[aria-expanded=true] .CollectionToolbar__Plus::before {
  opacity: 0;
}

.CollectionToolbar__LayoutType {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .CollectionToolbar__Item:nth-child(1) {
    width: 100%;
    border: none;
    border-bottom: solid 1px #ffffff;
  }

  .CollectionToolbar__Item:nth-child(2) {
    border-left: none;
  }
}

@media screen and (min-width: 641px) {

  .CollectionToolbar--reverse,
  .CollectionToolbar__Group {
    flex-direction: unset;
  }

  .CollectionToolbar__Group {
    flex: unset;
  }

  .CollectionToolbar--reverse {
    flex-direction: row-reverse;
  }

  .CollectionToolbar__Group .CollectionToolbar__Item {
    padding-left: unset;
    padding-right: unset;
  }

  .CollectionToolbar__Item--filter,
  .CollectionToolbar__Item--sort {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .CollectionToolbar__Item--layout {
    margin-right: auto;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Collection filters
 * ----------------------------------------------------------------------------
 */
.CollectionCategorys .Collapsible:first-child {
  border-top: none;
}

@media screen and (min-width: 641px) {
  .CollectionCategorys .Drawer__Main {
    padding-top: 35px;
  }
}

/**
  * ----------------------------------------------------------------------------
  * Product item
  * ----------------------------------------------------------------------------
  */
.ProductItem {
  text-align: unset;
}

.ProductItem__LabelList {
  left: 0;
  top: 0;
}

.ProductItem__Label {
  margin: unset;
  background: rgba(0, 0, 0, 0.5);
  color: var(--button-text-color);
}

.ProductItem__Info {
  width: 100%;
  margin-top: 10px;
}

.features--heading-uppercase .ProductItem__Info {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

@media screen and (max-width: 320px) {
  .ProductItem__Info {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  }

  .features--heading-uppercase .ProductItem__Info {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  }
}

.ProductItem__Info .Heading {
  color: #707070;
}

.ProductItem__Info .Button {
  width: calc(100% - 10px);
  margin: 20px auto 0;
  font-size: var(--default-text-font-size);
}

@media screen and (max-width: 320px) {
  .ProductItem__Info .Button {
    font-size: var(--default-text-font-size);
    padding: 8px 16px;
  }
}

.ProductItem__Vendor,
.ProductItem__Title {
  line-height: 1.4;
}

.ProductItem__Vendor.Heading {
  font-weight: 600;
}

.ProductItem__Info .ProductItem__PriceList.Heading {
  margin-top: 6px;
  padding-top: 8px;
  border-top: solid 1px #b3b3b3;
}

.ProductItem__Tax {
  padding-left: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 8px));
}

@media screen and (max-width: 640px) {
  .ProductItem__Rating .rating__star {
    width: 14px;
    height: 14px;
  }
}

@media screen and (min-width: 641px) {
  .ProductItem__Label {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  }

  .ProductItem__Info {
    margin-top: 32px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  }

  .ProductItem__Info .Button {
    width: 100%;
  }

  .ProductItem__Info .ProductItem__PriceList.Heading {
    margin-top: 16px;
  }

  .ProductItem__Tax {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  }
}

@media screen and (min-width: 1008px) {
  .ProductItem--horizontal .ProductItem__Wrapper {
    width: 100%;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product grid
 * ----------------------------------------------------------------------------
 */
.CollectionInner__Info {
  padding: 0 10px 32px;
}

.CollectionInner__Info .Rte p {
  font-size: 11px;
}

@media screen and (min-width: 641px) {
  .CollectionInner__Info .Rte p {
    font-size: 13px;
  }
}

@media screen and (min-width: 1008px) {
  .CollectionInner__Sidebar {
    width: 200px;
  }

  @supports (--css: variables) {
    .CollectionInner__Sidebar--withTopToolbar {
      top: calc(var(--header-height) + 105px);
    }
  }

  .CollectionInner__Info {
    padding: 0 24px 32px;
  }
}

@media screen and (min-width: 1140px) {
  .CollectionInner__Info {
    padding: 0 50px 32px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product carousel
 * ----------------------------------------------------------------------------
 */
.ProductList--carousel .Carousel__Cell {
  bottom: 0;
  vertical-align: unset;
}

@media screen and (max-width: 1007px) {
  .ProductList--carousel .flickity-prev-next-button {
    top: calc(50% - 45px);
    width: 45px;
    height: 45px;
    stroke-width: 1px;
  }

  .ProductList--carousel .flickity-prev-next-button.next {
    right: 10px;
  }

  .ProductList--carousel .flickity-prev-next-button.previous {
    left: 10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .ProductList--carousel .flickity-prev-next-button {
    top: calc(50% - 45px);
    width: 45px;
    height: 45px;
    stroke-width: 1px;
  }

  .ProductList--carousel .flickity-prev-next-button.next {
    right: 10px;
  }

  .ProductList--carousel .flickity-prev-next-button.previous {
    left: 10px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product shop now
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width: 640px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 50px -24px 0px -24px;
    padding: 50px 40px;
  }
}

/**
  * As of today this section is displayed on the home page only
  */

.FatureText__Content .Heading {
  font-weight: 600;
}

.FeatureText__ButtonWrapper {
  margin-top: 50px;
}

.FeatureText--withImage .FeatureText__ContentWrapper {
  padding: 50px 24px 20px
}

.FeatureText .SectionHeader__Description {
  max-width: 680px;
  margin: 25px auto 20px;
}

.FeatureText .SectionHeader__DescriptionLeft {
  text-align: left;
}

.FeatureText .SectionHeader__DescriptionRight {
  text-align: right;
}

@media screen and (min-width: 641px) {
  .FeatureText__Content {
    max-width: unset;
    margin: 0 auto;
  }

  .FeatureText--withImage .FeatureText__ContentWrapper {
    padding: 50px 50px 50px 80px;
  }
}

/**
   * ----------------------------------------------------------------------------
   * footer
   * ----------------------------------------------------------------------------
   */
.Footer {
  padding: 40px 0 16px;
}

.Footer__Inner {
  max-width: 1090px;
  margin: 0 auto;
}

.Footer__Block {
  margin: 64px auto 0;
}

.Footer .Form__Input {
  padding: 12px 8px;
  border: none;
  border-bottom: 1px solid var(--footer-background);
  font-size: 12px;
  font-weight: 600;
}

.Footer .Form__Input::-moz-placeholder {
  color: var(--text-color);
}

.Footer .Form__Input:-ms-input-placeholder {
  color: var(--text-color);
}

.Footer__Block--links {
  margin-top: 40px;
  font-size: 12px;
}

.Footer__Block--links ul li {
  font-weight: 600;
}

.Footer__Block--newsletter {
  max-width: 800px;
  padding: 20px 24px;
  background: #fff;
  color: #000;
}

.Footer__Block--newsletter .Footer__Title,
.Footer__Block--newsletter .Footer__Content {
  text-align: center;
  font-weight: 600;
  color: var(--heading-color);
}

.Footer__Block--newsletter .Footer__Content {
  margin-top: 16px;
  font-size: 12px;
}

.Footer__Newsletter {
  max-width: 660px;
  margin: 0 auto;
}

.Footer__Content+.Footer__Newsletter {
  margin-top: 40px;
}

.Footer__Social {
  text-align: center;
}

.Footer__Social .Icon {
  width: 40px;
  height: 40px;
}

.Footer__Newsletter .Form__Submit {
  width: 100%;
  margin-top: 16px;
}

.Footer__Block--text .Footer__Content {
  margin-top: 48px;
  font-weight: 600;
  text-align: center;
}

.Footer__Block--text .Footer__Content p {
  margin-bottom: 0;
  font-size: var(--default-text-font-size);
}

.Footer__Logo {
  width: 280px;
  margin: 0 auto;
}

.Footer__Logo img {
  margin: 0;
}

@media screen and (min-width: 641px) {
  .Footer {
    padding: 72px 0 16px;
  }

  .Footer__Inner {
    justify-content: space-between;
    margin: 0 auto;
    row-gap:40px;
  }

  .Footer__Block {
    flex: 1 1 100%;
  }

  .Footer__Block:nth-of-type(2) {
    margin-top: 0;
  }

  .Footer__Block--links {
    flex: 1 1 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .Footer__Block--newsletter {
    padding: 20px 24px 32px;
  }

  .Footer__Newsletter {
    display: flex;
  }

  .Footer__Block--newsletter .Footer__Content {
    font-size: 16px;
  }

  .Footer__Content+.Footer__Newsletter {
    margin-top: 24px;
  }

  .Footer__Newsletter .Form__Submit {
    width: 140px;
    margin-top: 0;
    padding: 0;
  }

  .Footer__Block--text .Footer__Content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }

  .Footer__Logo {
    width: 180px;
    margin: 0 0 0 16px;
  }
}

@media screen and (min-width: 1140px) {
  .Footer__Block {
    margin-top:0;
  }
  .Footer__Block--links {
    flex: 1 1 33%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .Footer__Block--text,
  .Footer__Block--newsletter {
    flex-basis: inherit;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Main header
 * ----------------------------------------------------------------------------
 */
.Header .Heading,
.Header .Link--secondary,
.Header .Link--primary:hover {
  font-weight: 700;
  font-size: 12px;
}

.Header {
  background: rgba(0, 0, 0, 0.8);
}

.Header__Wrapper {
  align-items: flex-end;
}

.Header__Icon--drawer {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.Header__Icon+.Header__Icon {
  margin-left: 16px;
}

@media screen and (max-width: 320px) {
  .Header__Icon+.Header__Icon {
    margin-left: 8px;
  }
}

.Header__FlexItem--fill {
  align-items: start;
}

@media screen and (min-width: 641px) {
  .Header__Icon--drawer {
    left: 30px;
    top: 56%;
  }
}

@media screen and (min-width: 1140px) {
  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 10px 50px 14px 118px;
  }

  .Header__Icon--drawer {
    left: 50px;
  }

  .Header__MainNav {
    display: flex;
  }

  .Header--logoLeft .Header__FlexItem--logo {
    margin-right: 30px;
  }

  .Header--center .Header__MainNav {
    text-align: inherit;
    display: flex;
    justify-content: center;
  }

  .Header--center .Header__FlexItem--increaseSpace {
    margin-bottom: unset;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Image with text overlay section
 * ----------------------------------------------------------------------------
 */
.ImageHero {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1340px;
  margin: 12px auto 0px;
  padding: 48px 0;
  gap:12px;
}

.ImageHero--full {
  gap:0;
  max-width:unset;
}

.ImageHero--spacingNone {
  padding: 0;
  min-height: unset;
}

.ImageHero--spacingSmall {
  padding: 24px 0;
}

.ImageHero--spacingTopOnly {
  padding: 48px 0 0;
}

.ImageHero--spacingBottomOnly {
  padding: 0 0 48px;
}

.ImageHero__Column {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
}

.ImageHero--extraSmall .ImageHero__Column {
  min-height: 200px;
}

.ImageHero--small .ImageHero__Column {
  min-height: 300px;
}

.ImageHero--large .ImageHero__Column {
  min-height: 380px;
}

.ImageHero--full .ImageHero__Column {
  min-height: 380px;
}

.ImageHero__Wrapper {
  width: 100%;
}

.ImageHero__ContentOverlay {
  position: relative;
  padding: 0 24px;
}

.ImageHero__Block {
  position: relative;
  margin: 48px auto;
  padding: 32px 24px;
  width: 84%;
  max-width: 460px;
  box-shadow: unset;
}

.ImageHero__Block::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.ImageHero__Block--small {
  padding: 24px 16px;
  max-width: 420px;
}

.ImageHero__Block--large {
  padding: 40px 32px;
  max-width: 500px;
}

.ImageHero__BlockContent {
  font-size: 12px;
}

.ImageHero__BlockHeading+.ImageHero__BlockContent,
.ImageHero__BlockLogo+.ImageHero__BlockContent {
  margin-top: 20px;
}

.ImageHero__BlockContent+.ImageHero__BlockLink {
  margin-top: unset;
}

.ImageHero__ButtonWrapper {
  margin-top: 20px;
}

.ImageHero .Button {
  min-width: 120px;
}

.ImageHero--full .Button,
.ImageHero__Block .Button {
  padding: 8px 32px;
}

@media screen and (min-width: 641px) {
  .ImageHero {
    flex-wrap: nowrap;
  }
  
  .ImageHero--spacingSmall {
    padding: 32px 0;
  }

  .ImageHero--spacingTopOnly {
    padding: 80px 0 0;
  }

  .ImageHero--spacingBottomOnly {
    padding: 0 0 80px;
  }

  .ImageHero__Column {
    min-height: 280px;
  }

  .ImageHero--extraSmall .ImageHero__Column {
    min-height: 240px;
  }
  
  .ImageHero--small .ImageHero__Column  {
    min-height: 400px;
  }

  .ImageHero--large .ImageHero__Column {
    min-height: 500px;
  }

  .ImageHero--full .ImageHero__Column {
    min-height: 500px;
  }

  .ImageHero__Block {
    padding: 64px;
  }

  .ImageHero__Block--small {
    padding: 48px;
  }

  .ImageHero__Block--large {
    padding: 80px;
  }

  .ImageHero__BlockContent {
    font-size: 14px;
  }
}

.NewsletterPopup__Content a {
  text-decoration: none;
}

/**
  * ----------------------------------------------------------------------------
  * Product (general)
  * ----------------------------------------------------------------------------
  */
@media screen and (min-width: 1140px) {
  .Product--small .Product__Slideshow {
    max-width: 500px;
    left: unset;
    transform: unset;
  }

  .Product--medium .Product__Slideshow {
    left: unset;
    transform: unset;
  }
}

/**
   * ----------------------------------------------------------------------------
   * Product gallery
   * ----------------------------------------------------------------------------
   */
.Product__Gallery {
  padding: 48px 48px 0;
}

.Product__Slideshow {
  min-width: 400px;
  left: 50%;
  transform: translateX(-50%);
}

.Product__SlideshowMobileNav {
  margin: 20px 0 0;
}

.Product__Gallery {
  min-height: 520px;
}

@media screen and (min-width: 641px) {
  .Product__Gallery {
    min-height: unset;
    padding: 0;
  }
}

@media screen and (min-width: 1008px) {
  .Product__Gallery {
    min-height: unset;
  }

  .Product__Slideshow {
    left: unset;
    transform: unset;
  }

  .Product__SlideshowNavImage.AspectRatio>img {
    object-fit: contain;
  }
}

@media screen and (min-width: 1140px) {
  .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNav {
    margin: 10px -10px -10px -10px;
  }

  .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage {
    width: 80px;
    height: 80px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Product aside and info
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 641px) {
  .Product__Aside .Container {
    padding-left: 0;
    padding-right: 0;
  }
}

/**
  * ----------------------------------------------------------------------------
  * Product meta and info
  * ----------------------------------------------------------------------------
  */
.ProductMeta {
  text-align: inherit;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.ProductMeta__Vendor {
  margin-bottom: 0;
  color: #646464;
  font-size: var(--default-text-font-size);
  font-weight: 600;
}

.ProductMeta__Title {
  color: #646464;
  font-size: var(--default-text-font-size);
}

.ProductMeta__PriceList {
  margin-top: 16px;
  color: #646464;
  font-size: var(--default-text-font-size);
}

.ProductMeta__TaxNotice {
  margin-top: inherit;
  font-size: 12px;
}

.ProductMeta__Description,
.ProductMeta__Text {
  font-size: var(--default-text-font-size);
}

.Product__QuickNav {
  border-top: 1px solid var(--secondary-border-color);
  border-bottom: 1px solid var(--secondary-border-color);
}

@media screen and (min-width: 641px) {
  .ProductMeta {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .ProductMeta__Vendor {
    font-size: 16px;
  }

  .ProductMeta__Title {
    font-size: 22px;
  }

  .ProductMeta__PriceList {
    font-size: 18px;
  }

  .ProductMeta__TaxNotice {
    font-size: 14px;
  }
}

/**
  * ----------------------------------------------------------------------------
  * Product form
  * ----------------------------------------------------------------------------
  */
.ProductForm__Option {
  margin-bottom: 12px;
}

.ProductForm__Item {
  border: 1px solid var(--button-border-color);
}

.ProductForm__SelectedValue {
  max-width: 230px;
}

.ProductForm__BuyButtons Button {
  padding: 14px 32px;
}

.ProductForm__BuyButtons a {
  width: 100%;
  padding: 14px 32px;
}

/**
 * ----------------------------------------------------------------------------
 * Product tabs
 * ----------------------------------------------------------------------------
 */
.Product__Tabs {
  font-size: var(--default-text-font-size);
}

@media screen and (max-width: 1007px) {
  .Product__Tabs .Collapsible {
    padding: 0 24px 0 12px;
  }
}

.Search__Inner {
  background: var(--button-background);
}

.Search__Form {
  position: relative;
  width: 100%;
  display: block;
}

.Search__Radio {
  display: flex;
  width: calc(100% - 20px);
  margin-bottom: 10px;
}

.Search__Radio label:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 320px) {
  .Search__Radio label:first-child {
    margin-right: 16px;
  }
}

.Search__Radio label input[type="radio"] {
  display: none;
}

.Search__RadioLabel {
  position: relative;
  padding-left: 16px;
  color: #ffffff;
  font-size: var(--default-text-font-size);
}

.Search__RadioLabel::before,
.Search__RadioLabel::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Search__RadioLabel::before {
  left: 0;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 5px;
}

.Search__RadioLabel::after {
  display: none;
  left: 2px;
  z-index: 1;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 3px;
}

.Search__Radio input:checked+.Search__RadioLabel::after {
  display: block;
}

.Search__InputWrapper {
  display: flex;
}

.Search__InputIconWrapper {
  position: inherit;
  top: inherit;
  // For pixel perfect
  margin-right: inherit;
  color: inherit;
}

.Search__Input {
  width: calc(100% - 40px);
  padding: 0 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  background: #ffffff;
}

.Search__InputWrapper .Search__Submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #b1b1b1
}

.Search__InputWrapper .Icon--search {
  width: 24px;
  height: 24px;
  color: #696969;
}

.Search__InputWrapper .Icon--search-desktop {
  width: inherit;
  height: inherit;
}

.Search__Close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
}

.Search__Results {
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 20px;
  background: #ffffff;
}

.Search__Input {
  width: calc(100% - 60px);
  padding: 0 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
}

.Search__InputWrapper .Search__Submit {
  width: 60px;
  height: 60px;
}

.Search__InputIconWrapper {
  margin-right: inherit;
}

.Search__Results {
  margin-top: 32px;
  margin-bottom: 40px;
}

/**
  * ----------------------------------------------------------------------------
  * Sidebar
  * ----------------------------------------------------------------------------
  */
.SidebarMenu .Heading,
.supports-hover .SidebarMenu .Link--primary:hover {
  font-size: 12px;
  font-weight: 700;
}

.SidebarMenu__BannerWrapper {
  padding: 12px 20px 0 32px;
  display: block;
}

.SidebarMenu__Banner {
  position: relative;
  display: flex;
  align-items: center;
}

.SidebarMenu__Banner .SidebarMenu__BannerImg {
  min-width: 120px;
  height: 90px;
  text-align: center;
  margin-right: 10px;
  flex: 1;
}

.SidebarMenu__Banner .SidebarMenu__BannerImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-right: 10px;
}

.SidebarMenu__Banner .SidebarMenu__BannerText {
  flex: 1;
}

.SidebarMenu__Banner .SidebarMenu__BannerText {
  font-size: 12px;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
}

.SidebarMenu__Banner .SidebarMenu__BannerText span {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 640px) {
  .SidebarMenu__Banner .SidebarMenu__BannerImg {
    width: 160px;
    height: 120px;
  }
}

@media screen and (min-width: 1008px) {
  .SidebarMenu__BannerWrapper {
    padding: 12px 20px 0 50px;
  }
}

/**
   * ----------------------------------------------------------------------------
   * Slideshow
   * ----------------------------------------------------------------------------
   */
.Slideshow__Content {
  padding: 30px 24px;
  width: 84%;
  max-width: 450px;
}

.Slideshow__Content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.Slideshow__Content .SectionHeader__SubHeading {
  color: #fff;
}
@media screen and (min-width: 641px) {
  .Slideshow__Content {
    padding: 40px;
  }
}

.caption {
 font-size: calc(var(--default-text-font-size) - 3px);
  margin-top: -2em;
}

.Product__Gallery .caption {
 font-size: calc(var(--default-text-font-size) - 3px);
  text-align:center;
}

.bold {
  font-weight:600!important;
}

.Rte .FeaturedBox {
  margin: 3.2rem 0;
  background-color: var(--border-color);
  padding: 1.6rem;
}
.Rte .BorderBox {
  border:1px solid var(--secondary-border-color);
  padding: 0.8rem;
    font-size:var(--default-text-font-size);
}
.Rte .BorderBox img {
  margin-top:unset;
  margin-bottom:unset;
}