/** Shopify CDN: Minification failed

Line 1809:45 The "-" operator only works if there is whitespace on both sides

**/
@charset "utf-8"; 

/** 
----------------------------------------------------------------------------------------------
Custom CSS that overwrites theme.css
----------------------------------------------------------------------------------------------
*/

/* Global */

html {
  overflow-x: hidden;
  overflow-y: visible;
}

body {
  /*overflow-x: hidden;*/
}

/* Aspect ratio */
/*.AspectRatio--tall::before {
  padding-bottom: 119%;
}*/

/* Image gallery section */

.ImageGallery__Items {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto;
}

@media screen and (min-width: 768px) {
  .ImageGallery__Items {
    grid-gap: 20px;
    grid-template-columns: auto auto auto;
  }
}

@media screen and (min-width: 1008px) {
  .ImageGallery__Items {
    grid-gap: 20px;
    grid-template-columns: auto auto auto auto;
  }
}

.ImageGallery__Item:last-child {
  display: none;
}

@media screen and (min-width: 768px) {
  .ImageGallery__Item:last-child {
    display: block;
  }
}

@media screen and (min-width: 1008px) {
  .ImageGallery__Item:last-child {
    display: none;
  }
}

/* Product variants */

.SizeSwatch {
  display: flex;
  align-items: center;
  justify-content: center;
  /*min-width: 56px;
  width: 56px;
  height: 56px; 
  */
  min-width: 42px;
  min-height: 42px;
  max-width:64px;
  max-height:64px;

  padding: 6px 8px;
  border-radius: 8%;
  border-color: var(--text-color);
  color: var(--text-color);
  font-size: 12px;
  line-height:1.2;
  position: relative;
  overflow: hidden;
}

.SizeSwatch.is-active::after,
.SizeSwatch__Radio:checked + .SizeSwatch {
  font-weight: 400;
  border-width: 2px;
}

.SizeSwatch:hover {
  border-color: var(--text-color);
}

.SizeSwatch--OOS {
  opacity: 0.5;
}

.SizeSwatch--OOS::after {
  content: "";
  height: 200%;
  width: 1px;
  background-color: var(--text-color);
  position: absolute;
  transform: rotate(-45deg);
}

.SizeSwatchList {
  margin-right: -4px;
  margin-left: -4px;
  display:flex;
  flex-wrap:wrap;
}

.SizeSwatchList .HorizontalList__Item {
  margin-right: 4px;
  margin-left: 4px;
}

/* Product details */

.ProductForm > div:last-child {
  margin-bottom: 10px;
}

.ProductForm .loox-rating {
  margin-top: 5px;
}

.Product__Info .ProductMeta {
  text-align: left;
}

.Product__Info .shopify-payment-button {
  margin-top: 10px;
}

.ProductMeta {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.ProductMeta__Summary {
  margin-top: 34px;
  margin-bottom: 34px;
}

.ProductMeta__Summary .Rte p:not(:last-child),
.ProductMeta__Summary .Rte ul:not(:last-child),
.ProductMeta__Summary .Rte ol:not(:last-child) {
  margin-bottom: 16px;
}

.ProductMeta__Divide {
  width: 100%;
  height: 1px;
  margin-top: 34px;
  margin-bottom: 34px;
  background-color: var(--border-color);
}

.ProductForm__Variants {
  margin-top: 17px;
  margin-bottom: 34px;
}

.ProductForm__BuyButtons {
  margin-top: 34px;
  margin-bottom: 24px;
}

.ProductForm__Label {
  font-weight: 500;
}

.ProductMeta__Accordion {
  margin-top: 34px;
  margin-bottom: 34px;
}

.Product__Tabs {
  margin: 0;
}

.Product__Tabs .Collapsible {
  padding: 0;
}

.Product__Tabs .Collapsible__Content {
  padding-right: 0;
}

.Product__Tabs .Collapsible__Content .Rte p:not(:last-child),
.Product__Tabs .Collapsible__Content .Rte ul:not(:last-child),
.Product__Tabs .Collapsible__Content .Rte ol:not(:last-child) {
  margin-bottom: 16px;
}

.Product__Tabs .Collapsible__Content .Rte table {
  margin-top: 15px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.Product__Tabs .Collapsible__Content .Rte table td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.Product__Tabs .Collapsible__Content .Rte table tr:last-child td {
  border-bottom: 0;
}

.Product__Tabs .Collapsible__Button {
  text-transform: uppercase;
}

/* Smart size app */

#smartsize-dialog {
  height: 75vh !important;
}

#sizefox-container {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

#sizefox-container .css-vllmm9 {
  margin-top: 0;
  margin-bottom: 0;
}

#sizefox-container .form__label {
  margin-top: 0;
  margin-right: 0;
  margin-left: 5px !important;
  font-size: 13px;
}
.icon-with-text-box .icon-with-text__title {
  margin-bottom: 16px;
  display:block;
}                    
.icon-with-text__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}
.icon-with-text__row:last-child{
  margin-bottom:0;
}
.icon-with-text__row .material-icons {
  font-size: 24px;
  margin-right: 16px;
}
.Product__ActionList {
  right:auto;
  left:25px;
}

Button[disabled].ProductForm__AddToCart {
  color: var(--text-color-light) !important;
  border: 1px solid rgba(var(--text-color-light-rgb),.2) !important;
  background-color: transparent !important;
  /*display: none;*/
  margin-bottom:10px;
}
Button[disabled].ProductForm__AddToCart:before {
  background-color: transparent !important;
}
Button:not([disabled]).ProductForm__AddToCart + #ButtonFindSimilar {
  display: none;
}
.klaviyo-bis-trigger:not([disabled]):not([style*="display: none"]) + Button[disabled].ProductForm__AddToCart {
  display: none;
}
.klaviyo-bis-trigger[disabled] {
  display: none !important;
}
/*Custom Nav*/
.NonCollapsible__Container {
  padding:20px 0;
}
.NonCollapsible__Title {
  font-weight:400;
  color:#000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom:14px;
  display:block;
  font-size:13px;
}
.SSLinklist {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  padding: 0 0 30px;
} 
.SSLinklist__Item {
  position: relative;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  line-height: 1.5;
  text-align: left; 
  transition: all .2s ease-in-out;
}
.Drawer__Footer {
  flex-wrap:wrap;
}
.SidebarMenu__Social {
  
}
.SidebarMenu__Social--Large {
  width:100%;
  justify-content: center;
}
.SidebarMenu__Social--Large .Icon {
  width:1rem;
  height:1rem;
  fill:#444;
}
.SidebarMenu__LocationSelector {
  width:50%; 
}
.SidebarMenu__CurrencySelector {
  width:50%;
  position:relative;
  padding-top:10px;
  padding-bottom:10px;
}
.SidebarMenu__CurrencySelector:before {
  content: "";
  border-left: 1px solid rgba(0, 0, 0, .25);
  height: 100%;
  position: absolute;
  top: 0;
  width: 0;
  right: 0;
}
.SidebarMenu__CurrencySelector .Select{
  color: #444;
}
.HorizontalList__Item>.Link {
  line-height:1.2;
}
#sidebar-menu .HorizontalList__Item > .Link.SelectButton  {
  color: rgba(0, 0, 0, 0.75);
  font-size: 11px;
}
.SidebarMenu__CurrencySelector+.SidebarMenu__Social.SidebarMenu__Social--Large {
  border-left:0;
  border-top:1px solid rgba(0,0,0,.25);
  padding: 2px 0;
}
a.cozy_switcher.CozyShowCRModal {
  text-align:center;
}
.Header__MainNav .MegaMenu__PushHeading {
 font-size:14px; 
  font-family: var(--desktop-nav-font-family);
}
.Header__MainNav .MegaMenu__PushSubHeading {
  font-size:13px;
}
.Header .Text--subdued.MegaMenu__Title {
  color:#000;
  display: block;
  margin-bottom: 20px;
  font-size:14px;
  text-transform: uppercase;
  font-family: var(--desktop-nav-font-family);
  font-kerning: normal;
  letter-spacing: 0.04em;
}

.Linklist__Item>.Link {
  font-weight:400;
  font-family: var(--mobile-nav-font-family);
}
span.Link--disabled {
  color: rgba(0,0,0,0.4);
}
.Linklist--Featured .Linklist__Item a {
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--desktop-nav-font-family);
  font-kerning: normal;
  letter-spacing: 0.04em;  
}
.SSLinklist--Featured .SSLinklist__Item .Link{
  font-size: 18px;
}
.SidebarMenu__Social--Large .Icon path {
  fill:#444;
}
.SectionHeader__HeadingWrapper {
  padding:0 24px;
}
[data-section-type="image-gallery-carousel"] .SectionHeader:not(:only-child){
  margin-bottom:30px;
  padding-top: 50px;
}
/*
.SectionHeader .Container {
  padding: 0 50px;
}
*/
.SectionHeader__Heading {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom:0;
  text-transform: uppercase;
  font-family: var(--desktop-nav-font-family);
}
.SectionHeader .SectionHeader__Heading {
  font-family: var(--subheading-font-family);
}
.SectionHeader .SectionHeader__Container .SectionHeader__Heading {
  font-family: var(--desktop-nav-font-family);  
}
.SectionHeader--left {
  text-align:left; 
}
.SectionHeader--right {
  text-align:right; 
}
.SectionHeader.SectionHeader--center .SectionHeader__Container .SectionHeader__Header {
  margin: 0 auto;
}
[data-section-type="collection-list"] .SectionHeader.SectionHeader--center .SectionHeader__Container {
  justify-content: center;
}
@media screen and (max-width: 640px){
  .SectionHeader .Container {
    padding: 0 24px;
  }
  .SectionHeader__Heading {
    font-size:16px;
    margin-bottom: 4px;
    margin-top: 0;
  }
}
@media screen and (min-width: 641px){
  .FeatureText__Content {
      max-width: 78rem;
  }
  .FeatureText .SectionHeader__Description {
    max-width:100%;
    margin-bottom:0;
  }
  .FeatureText .SectionHeader__Description + .Button {
    margin-top: 40px;
  }
  .FeatureText__Content .SectionHeader__Heading {
    margin-bottom:40px;
  }
}
@media screen and (max-width: 640px){
  .SectionHeader__SubHeading {
    font-size: 0.875rem;
  }
  .CollectionList {
    gap: 6px;
  }
  .CollectionList.Carousel {
    margin-bottom:10px;
  }
  
  .CollectionList--grid {
    display: flex; 
    flex-wrap: wrap;
  }
  .CollectionList .Carousel__Cell {
    width:calc(50% - 3px);
    padding:0;
  }
  .CollectionList.Container--desktop .Carousel__Cell {
    width:calc(50% - 3px);
    padding:0;
  }
  .CollectionList .Carousel__Cell .CollectionItem__Wrapper {
    height:300px;
    
  }
  .CollectionList .Carousel__Cell .CollectionItem__Wrapper {
    aspect-ratio: 3 / 4;
    height: auto;
  }
  
  .CollectionList .flickity-page-dots {
    display: none;
  }
  .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomLeft {
    bottom:15px;
  }
}
/*#slidecarthq .item [class*="discount-allocations-flex-"]*/
.bundle-message,
.slidecarthq .bundle-message {
  text-transform: uppercase; 
  font-weight: 700; 
  color: #BD7462; 
  line-height: 1.4;
  display:block;
  margin-top:5px;
}
/*slide cart*/
.slidecarthq .bundle-message {
  font-size:12px;
}
/*product page*/
.ProductForm .bundle-message {
  font-size:14px;  
}
/*collection page*/
.ProductItem__Info .bundle-message {
  font-size:11px;
}
.slidecarthq svg.discount-allocations-tags-icon {
  /*display: none;*/
}

@media screen and (max-width: 1919px){
  .ProductItem__Info .ProductItem__Title { 
    line-height: 1.4;
    /*height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;*/
    display: block;
  }
}
@media screen and (max-width: 1024px){
  .ProductItem__Info .ProductItem__Title {
     /*height: 60px;*/
   }
}
@media screen and (max-width: 640px){
  .ProductForm .bundle-message {
    font-size:14px;  
  }
  .slidecarthq .bundle-message {
    font-size:10px;
  }
  .ProductItem__Info .bundle-message {
    font-size:10px;
  }
  .ProductItem__Info .ProductItem__Title {
     /*height: 60px;*/
   }
}


.colorSwatch_variant__sjtLv .colorSwatch_options__8R-ZP .colorSwatch_option__aeCjx[aria-disabled=true] {
overflow:hidden;
  position:relative;
}
.colorSwatch_variant__sjtLv .colorSwatch_options__8R-ZP .colorSwatch_option__aeCjx[aria-disabled=true]:after {
     content: "";
    height: 200%;
    width: 1px;
    background-color: #212121;
    position: absolute;
    transform: rotate(-45deg);
}
.rbr-totalBox__freeShipping_con {
  color: #212121;
  display: none;
}
.ProductForm klarna-placement *::part(osm-legal) {
  display: none;
}
.ProductForm klarna-placement *::part(osm-container) {
  background-color:#FFFFFF;
  padding-left:0px;
  padding-right:0px;
  padding-top:8px;
  padding-bottom:8px;
}
.ProductForm afterpay-placement {
  margin-top: 0 !important;
  background: #f5f5f5;
  padding: 0 12px 8px 12px;
}
.Footer__PaymentList .HorizontalList__Item.HorizontalList__Item--Klarna svg,
.Footer__PaymentList .HorizontalList__Item.HorizontalList__Item--Clearpay svg {
  width:100%;
}
#klarna-footer::part(osm-container) {
}

#klarna-footer::part(osm-badge) {
  display: none;
}
#dropahint_wrapper {
  margin-top:20px;
}
@media(min-width:901px){
  .qab-verified-reviews,
  .qab-fixed-left {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background:#b37969;
    z-index:9;
  }
  #qab_message .qab-verified-reviews + p:empty,
  #qab_message .qab-fixed-left + p:empty {
      display: none;
   }
}
.Header {
  /* box-shadow: none; */
}
.Header .Heading.Heading--red {
  color: red;
}
.Header .Heading.Heading--pink {
 color: #ff789e;
}

.ColorSwatch.ColorSwatch--round {
  border-radius: 50%;
}
.ColorSwatch.ColorSwatch--medium {
  width:25px;
  height:25px;
}
.ProductItem__ColorSwatchItem {
  margin:0 3px 10px;
}
.CollectionTopFilter .ProductItem__ColorSwatchItem {
  margin: 0 20px;
}
.ColorSwatch.ColorSwatch--round.is-active:after,
.ColorSwatch.ColorSwatch--round:hover:after,
.ColorSwatch__Radio:checked+.ColorSwatch.ColorSwatch--round:after {
  border-radius:50%;
}
.CollectionTopFilter__Checkbox:checked + label > .ProductItem__ColorSwatchItem > .ColorSwatch--round:after,
.CollectionTopFilter__Checkbox:hover + label > .ProductItem__ColorSwatchItem > .ColorSwatch--round:after {
  border-radius:50%;
  border: 1px solid var(--border-color);
}
/*Collection Top Filter*/
.CollectionTopFilterForm {
  width:100%;
}
.CollectionTopFilters {
  display: flex;
  margin-left: 0px;
  align-items: center;
  overflow: hidden;
  position:relative;
   width:100%;
  min-width:0;
  flex-wrap:wrap;
  padding: 15px 0;
}
.CollectionTopFilters .CollectionTopFilters__Label {
  white-space: nowrap;
  padding-left:0;
  padding-right: 20px;
  width:100%;
  text-align:center;
  flex:0 0 100%;
  font-size:1.5rem;
  font-weight:600;
  margin-bottom:0;
}
.CollectionTopFilter {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  align-items: flex-start;
  overflow:auto;
  justify-content: center;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  position:relative;
  
}
.CollectionTopFilter__Item {
  flex:1;
  padding: 18px 5px;
  cursor:pointer;
  /*flex: 0 0 100px;*/
  flex-grow:0;
  width:auto;
}
.CollectionTopFilter__Item:first-child {
  /*margin-left:50px;*/
}
.CollectionTopFilter__Item:last-child {
  /*margin-right:50px;*/
}
.CollectionTopFilter__Item label {
  /*white-space: nowrap;*/
  cursor:pointer;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.CollectionTopFilter__Checkbox:checked + label {
  font-weight:600;
}
.CollectionTopFilter::-webkit-scrollbar {
  display: none;
}

.CollectionTopFilters::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none; /* Prevent interaction with the fading element */
  z-index: 1; /* Ensure it's on top of the content */
}
.CollectionTopFilters::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none; /* Prevent interaction with the fading element */
  z-index: 1; /* Ensure it's on top of the content */
}
.ProductItem__ColorSwatchLabel {
  font-size: 0.625rem;
  margin-top:5px;
  width:100%;
  text-align:center;
  color: #000;
  font-size: 0.75rem;
}
.ProductItem__ColorSwatchList {
  margin-top: 10px;
  margin-bottom: 5px;
  width:100%;
}
.CollectionTopLinksWrapper {
  position:relative;
  padding: 0 10px 25px;
  width:100%;
  text-align:center;
}
.CollectionTopLinksWrapper:before { 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none; /* Prevent interaction with the fading element */
  z-index: 2; /* Ensure it's on top of the content */
}
.CollectionTopLinksWrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none; /* Prevent interaction with the fading element */
  z-index: 2; /* Ensure it's on top of the content */
}
.CollectionTopLinks {
  display:flex;
  flex-wrap: nowrap;
  overflow:auto;
  justify-content: flex-start;
  padding:0 15px 5px;
  /*scroll-snap-type: x proximity;*/
  -ms-overflow-style: thin;  /* IE and Edge */
  scrollbar-width: thin;  /* Firefox */
}
.CollectionTopLink  {
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 0.7rem;
  padding: 8px 15px;
  cursor: pointer;
  margin:0 4px;
  white-space: nowrap;
  /*scroll-snap-align: start;*/
}
.Popover__ValueListPrice {
  padding-left:20px;
  padding-right:20px;
}
@media screen and (min-width: 641px){
  .CollectionToolbar__Group.ToolbarFilter {
   justify-content: space-between;
    width: 100%; 
    flex-direction:row;
  }
  .CollectionToolbar__Group .CollectionToolbar__Item.CollectionToolbar__Item--sort {
    flex-grow:0;
  }
}


@media(max-width:749px){
  .CollectionToolbar {
    flex-wrap:wrap;
  }
  .CollectionToolbar__Group {
    flex-direction: row-reverse;
  }
  .CollectionTopFilter {
    justify-content:center; 
  }
  .CollectionTopFilter.CollectionTopFilter--overflows {
    justify-content: flex-start;
    padding-left: 6%;
    padding-right: 6%;
  }
  .CollectionTopFilters {
    flex: 0 0 100%;
    border-top: 1px solid #ccc;
    margin-left:0;      
    padding-left:10px;
    padding-right:10px;
  }
  .CollectionTopFilter__Item {
    padding: 5px 0;
    width:13%;
    flex:0 0 13%;
  }
  .CollectionTopFilters .CollectionTopFilters__Label {
    font-size: 1.25rem;
  }
  .ProductItem__ColorSwatchLabel {
    font-size: 0.5rem;
    line-height: 1.2;
  }
  .CollectionTopFilters::before,
  .CollectionTopFilters::after {
    width:6%;
  }
  .CollectionTopFilter .ColorSwatch.ColorSwatch--large {
    width:25px;
    height:25px;
  }
  .CollectionTopFilter .ColorSwatch.ColorSwatch--xlarge {
    width:40px;
    height:40px;
  }
  .CollectionTopLinks {
    justify-content:flex-start;
  }
  .CollectionTopLink  {
    font-size:0.5rem;
  }
  .CollectionTopFilters .CollectionTopFilter__Item.CollectionTopFilter__Item--shiftLeft {
    margin-left:5%;
  }
}
[data-section-type="collection"] .PageHeader {
  margin-top:25px;
  margin-bottom:25px;
}
[data-section-type="collection"] .PageHeader .SectionHeader__Heading {
  /*font-family: 'VeryVogueTextItalic';*/
  font-size: 2.25rem;
  text-transform: capitalize;
  font-style: normal;
  margin-bottom:10px;
}
.SectionHeader--center .SectionHeader__Description {
  font-family: var(--mobile-nav-font-family);
  letter-spacing: 0.04rem;
  line-height:1.4;
  font-size:calc(0.78 * var(--base-text-font-size));
}
.CollectionTopFilters .CollectionTopFilters__Label {
  font-family: 'RedHatDisplayExtraBoldUnderlined';
  letter-spacing: 0.1rem;
  font-weight: normal;
  text-decoration: underline;
  font-size:12px;
}
.CollectionTopFilters {
  border-top:0;
}
.CollectionTopFilters__Banner {
  text-align:center;
  width:100%;
}
.CollectionTopFilters__Banner--Desktop {
  display: none;
}
.CollectionTopFilters__Banner--Mobile {
  display: block;
}
.CollectionTopFilters {
  padding: 0 0 30px 0;
}
.CollectionTopFilters .ProductItem__ColorSwatchLabel {
  font-family: var(--mobile-nav-font-family);
  text-transform: UPPERCASE;
}
.CollectionTopFilter__Checkbox:checked+label {
  font-weight:normal;
}
.CollectionTopFilter__Checkbox:checked+label .ProductItem__ColorSwatchLabel  {
  font-family: var(--desktop-nav-font-family);
  text-decoration: underline;
}

.CollectionTopFilter__Checkbox:checked + label > .ProductItem__ColorSwatchItem > .ColorSwatch--round:after, 
.CollectionTopFilter__Checkbox:hover + label > .ProductItem__ColorSwatchItem > .ColorSwatch--round:after {
  border: 1px solid #000;
}
@media(max-width: 749px){
  .CollectionTopFilter__Checkbox:hover + label > .ProductItem__ColorSwatchItem > .ColorSwatch--round:after {
    border: none;
  }
  .CollectionTopFilter__Checkbox:checked + label > .ProductItem__ColorSwatchItem > .ColorSwatch--round:after {
    border: 1px solid #000;
  }
}
.CollectionTopFilters .ProductItem__ColorSwatchLabel {
  margin-top:10px;
}
.ColorSwatch--xlarge {
  
}
.CollectionTopFilter .ColorSwatch:after {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -5px;
  left: -5px;
}
.CollectionTop_Wrapper:not(empty) {
  margin-bottom:20px;
  margin-top:-10px;
}
@media(min-width: 750px){
  [data-section-type="collection"] .PageHeader {
    margin-bottom:35px;
    margin-top:35px;
  }
  [data-section-type="collection"] .PageHeader .SectionHeader__Heading {
    /*font-size: 3.5rem;*/
  }
  .CollectionTopFilters__Banner--Desktop {
    display: block;
  }
  .CollectionTopFilters__Banner--Mobile {
    display: none;
  }
  .SectionHeader--center .SectionHeader__Description {
    font-size:var(--base-text-font-size);
  }
  .CollectionTopFilters .CollectionTopFilters__Label {
    font-size: calc(1.28 * var(--base-text-font-size));
    letter-spacing: 0.2rem;
  }
}
#link--variant-not-available {
  font-size: 14px;
}
#link--variant-not-available + .ProductForm__BuyButtons {
  margin-top:24px;
}
.HorizontalList__Item.HorizontalList__Item--Afterpay {
  margin: 0;
  vertical-align: top;
}
.Footer__PaymentList .HorizontalList__Item.HorizontalList__Item--Afterpay svg {
  width: auto;
  height: 38px;  
}
/* Video Banner */
.VideoBanner_Container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position:relative;
}
.VideoBanner_Container video {
  object-fit: cover;
  width:100%;
  pointer-events: auto;
}
.VideoBanner__ContentOverlay {
  position:absolute;
  padding:60px;
}
.VideoBanner_Desktop {
  display:block;
}
.VideoBanner_Mobile {
  display: none;
}
[data-section-type="video-banner"] .SectionHeader .Container {
  display:inline-block;
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--TopLeft {
  left:0;
  top:0;
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--TopCenter {
  top:0;
  left:50%;
  transform:translateX(-50%);
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--TopRight {
  right:0;
  top:0;
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--MiddleLeft {
  top:50%;
  left:0;
  transform:translateY(-50%);
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--MiddleCenter {
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--MiddleRight {
  right:0;
  top:50%;
  transform:translateY(-50%);
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--BottomLeft {
  bottom:0;
  left:0;
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--BottomCenter {
  bottom:0;
  left:50%;
  transform:translateX(-50%);
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--BottomRight {
  bottom:0;
  right:0;
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--Left {
  text-align:left;
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--Center {
  text-align:center;
}
.VideoBanner__ContentOverlay.VideoBanner__ContentOverlay--Right {
  text-align:right;
}
@media only screen and (max-width: 749px) {
  .VideoBanner_Container {
  }
  .VideoBanner__ContentOverlay {
    padding:25px;
  }
}
.SidebarMenu.SidebarMenu--6S .Collapsible__Button {
  padding:9px 0;
}
.SidebarMenu.SidebarMenu--6S .Collapsible__Button:not(.Text--subdued)  {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--mobile-nav-font-family);
  font-weight: 500;
  font-kerning: normal;
  letter-spacing: 0.04em;
}
.SidebarMenu.SidebarMenu--6S .Text--subdued {
  color: var(--navigation-text-color);
  
  padding:2px 0;
  font-weight:300;
}
.SidebarMenu.SidebarMenu--6S .Collapsible .Collapsible {
  margin-left:0;
}
.SidebarMenu.SidebarMenu--6S .Collapsible__Plus {
  width:15px;
  height:15px;
  top:50%;
  transform:translateY(-50%);
}
.SidebarMenu.SidebarMenu--6S .Collapsible__Button[aria-expanded=false] .Collapsible__Plus:before,
.SidebarMenu.SidebarMenu--6S .Collapsible__Button[aria-expanded=true] .Collapsible__Plus:before {
  display: none;
}
.SidebarMenu.SidebarMenu--6S .Collapsible__Button[aria-expanded=false] .Collapsible__Plus:after {
  content: "";
  position: absolute;
  transform: rotate(90deg);
  width: 15px;
  height: 15px; 
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cpath%20d='M%2020,50%20L%2060,90%20L%2060,85%20L%2025,50%20%20L%2060,15%20L%2060,10%20Z'%20fill='%23000'%20stroke='%23000'%20stroke-width='2'%20transform='translate(100,%20100)%20rotate(180)'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: initial;
  left:auto;
  top:auto;
}
.SidebarMenu.SidebarMenu--6S .Collapsible__Button[aria-expanded=true] .Collapsible__Plus:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px; 
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cpath%20d='M%2020,50%20L%2060,90%20L%2060,85%20L%2025,50%20%20L%2060,15%20L%2060,10%20Z'%20fill='%23000'%20stroke='%23000'%20stroke-width='2'%20transform='translate(100,%20100)%20rotate(180)'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: initial;
  left:auto;
  top:auto;
  transform: rotate(270deg);
}
.SidebarMenu--6S.SidebarMenu .Collapsible {
  border-top: none;
  border-bottom: none;
}

/* Sidebar highlights */
.SidebarMenu__Nav.SidebarMenu__Nav--primary {
  margin-top:5px;
}
.sidebar-highlights-wrapper {
  position:relative;
  padding-left: 18px;
  padding-right: 24px;
}
.sidebar-highlights {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 7px 7px;
  padding: 0;
  background-color: transparent;
}
.sidebar-highlight {
  flex: 0 0 calc(50% - 5px);
  position:relative;
}
.sidebar-highlight a {
  width: 100%;
  height: 0;
  padding-top: 66%;
  display: block;
  position: relative;
}
.sidebar-highlight a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sidebar-highlight__title {
  position: absolute;
  left: 50%;
  top: 50%;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: right;
  transform: translate(-50%, -50%);
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  /* width: 75%; */
  text-align: center;
  letter-spacing: 2px;
}
.SelectButton .nowrap {
  white-space: nowrap;
}
/*
#sidebar-menu .flickity-prev-next-button {
  position: absolute;
  top: calc(((100% - 41px - 32px - 20px - 20px) / 2) + 12px - 5px);
  width: 24px;
  height: 25px;
  stroke-width: 1px;
  border: none;
  border-radius: 50%;
  background: var(--button-text-color);
  color: var(--button-background);
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: 0 2px 10px #36363626;
  vertical-align: middle;
  line-height: 0;
  transform: scale(1.001);
  transition: background .15s ease-in-out, opacity .15s ease-in-out, transform .2s ease-in-out, color .2s ease-in-out;
  overflow: hidden;
}
#sidebar-menu .flickity-prev-next-button.next {
  right: 0;
  transform: rotate(180deg);
}
#sidebar-menu .flickity-prev-next-button.previous {
  left: 10px;
}
#sidebar-menu .flickity-prev-next-button svg {
  height:15px;
  display: inline-block;
}
@media(max-width:749px){
  #sidebar-menu .flickity-prev-next-button {
    display: none;
  }
}
*/
#bundlesPopup .rbr-divider__container:last-child {
  display: none;
}
#bundlesPopup.Modal.Modal--medium {
  background-color: #f1ece8;
  width:auto;
  min-width:900px;
  height:auto;
}
#bundlesPopup .rbr-addBundleBtn-container {
  position:relative;
}
#bundlesPopup .rbr-addBundleBtn-container:before {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  content:"";
  background:#000;
}
#bundlesPopup .rbr-addBundleBtn-container:after {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  content:"ADD TO CART";
  color: #FFF;
  background:#000;
  font-size:14px;
}
#bundlesPopup div[class^="selectBoxWrapper_container"] {
  position:relative;
}
#bundlesPopup div[class^="selectBoxWrapper_container"]:after {
  content: "++" !important;
  height: 8px !important;
  color: white;
  font-size: 0px;
  border: 1px solid black !important;
  width: 8px !important;
  margin-left: -11%;
  margin-top: 6%;
  transform: rotate(45deg) !important;
  border-top: 0px !important;
  border-left: 0px !important;
  position: absolute;
  right: 14px;
}
#bundlesPopup select[class^="singleSelectBox_select_"] {
  color: #000 !important;
  border: 1px solid #000 !important;
}
#bundlesPopup .rbr-page-container {
  background-color: #f1ece8 !important;
}
#bundlesPopup .rbr-hr_products {
  flex-wrap:wrap;
}
#bundlesPopup .rbr-hrProducts__container {
  background-color: #f1ece8 !important;
}
#bundlesPopup .rbr-desktop .rbr-hrTotalBox__container {
  width:100%;
}
#bundlesPopup .rbr-desktop .rbr-hrTotalBox__container > * {
  width:300px;
}
#bundlesPopup .rbr-HrProductsContainer__mainContainer {
  flex: 0 0 100%;
}
#bundlesPopup .rbr-standard-bundle__title,
#bundlesOffer .rbr-standard-bundle__title {
  position:relative;
  margin-bottom:20px;
}
#bundlesPopup .rbr-standard-bundle__title:before,
#bundlesOffer .rbr-standard-bundle__title:before {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;  
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #f1ece8;
}
#bundlesPopup .rbr-standard-bundle__title:before {
  content:"BUILD YOUR BUNDLE";
}
#bundlesOffer .rbr-standard-bundle__title:before {
  content:"BUY THE MODEL\'S FULL \'FIT";
}
#bundlesOffer [class^="selectBoxWrapper_container_"] {
  display: none;
}
#bundlesOffer .rbr-addBundleBtn-container {
  display: none;
}
@media(max-width:749px){
  #bundlesPopup.Modal.Modal--medium {
    min-width:300px;
  }
}
[data-testid="klaviyo-form-U29UTn"] svg {
  padding-left:0 !important;
}
.kl-teaser-SpNHJS {
  z-index: 9998 !important;
}
@media(max-width:749px){
  .gorgias-chat-key-1spa6uy {
    z-index: 9998 !important;
  }
}
.lb-upsell-ppa-grid .ppa-prod-details-price-grid > b {
  /*color: var(--product-sale-price-color) !important;*/
  font-size: 15px;
  margin-right: 10px;
}
.wishlist-header-link .wkh-button {
    --icon-size: 22px;
  --icon-fill: #000000;
  --icon-stroke: #000000;
  --icon-stroke-width: 1px;
  --counter-size: 15px;

  display: flex;
  position: relative;
  /*  padding: 16px 12px; */
  padding: 0;
}

.wishlist-header-link .wkh-icon svg {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  overflow: visible;
  pointer-events: none;
}

.wishlist-header-link .wkh-icon svg path {
  fill: var(--icon-fill);
  stroke: var(--icon-stroke);
  stroke-width: var(--icon-stroke-width);
  vector-effect: non-scaling-stroke;
}

.wishlist-header-link .wkh-counter {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: var(--counter-size);
  height: var(--counter-size);
  border-radius: calc(var(--counter-size) / 2);
  font-size: 11px;
  line-height: 1;
  background: white;
  color: black;
  position:  absolute;
  /*top: 25px;
  right: 5px;*/
  top: -2px;
  right: -8px;
  border-color: #000;
  border: 1px solid #000;
}

.wishlist-header-link .wkh-selected .wkh-counter {
  opacity: 1;
  transition: .2s opacity;
}
.ProductItem__Wrapper .ProductItem__Info .ProductItem__Title a {
  display:block;
  /*text-transform: uppercase;*/
}
.ProductItem__Wrapper .ProductItem__Info .ProductItem__Title wishlist-button-collection .wk-button {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}
/*
.ProductItem__Wrapper .ProductItem__Info .ProductItem__Title wishlist-button-collection .wk-floating:before {
  content: "";
  height: 20px;
  width:1px;
  border-left:1px solid #000;
}
*/
.locale-selectors__container #country_code {
  background-color: #FFF !important;
  border-color: #000 !important;
  border: 2px solid #000 !important;
}
.ProductList.ProductList--carousel > .flickity-page-dots {
  width:300px;
  margin: 25px auto 0;
}
.ProductList.ProductList--carousel > .flickity-page-dots .dot {
  margin: 0;
  border-radius: 0;
  height: 5px;
  border: 0;
  background: #f4efe9;
  width:auto;
  min-width:50px;
}
.ProductList.ProductList--carousel > .flickity-page-dots .dot.is-selected { 
  background:#000;
}
.ProductList.ProductList--carousel > .flickity-page-dots:has(.dot:only-child) {
  display: none;
}
.CollectionItem__ContentBelow {
  padding-top: 10px;
  padding-bottom: 10px;
}
.CollectionItem__ContentBelow .SectionHeader__Heading.SectionHeader__Heading {
  margin-top:0;
  text-align: center;
  text-decoration: underline;
  font-size: 0.7rem;
}
@media(min-width: 641px){
  .CollectionItem__ContentBelow .SectionHeader__Heading.SectionHeader__Heading {
    font-size: 1.2rem;
  }
  .CollectionItem__ContentBelow {
    padding-top: 25px;
  }
  .Tablet-Up--Hide {
    display: none !important;
  }
  
}
.Form__Row {
  display: flex;
  gap: 15px;
  width:100%;
}
.Newsletter .Form__Input--Full {
  width:100%;
  max-width:100%;
}
@media(max-width: 640px){
  .CollectionItem--MobileFull {
    width:100%;
  }
}
.ProductItem__Info wk-button.wk-floating {
  position:relative;
}
.ProductItem__Info wk-button.wk-floating:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 20px;
  border-left: 1px solid #000;
}
.Footer__StoreName {
  text-transform: uppercase;
  font-family: var(--subheading-font-family);
}
.Icon--cart-desktop,
.Icon--cart {
  stroke: currentcolor;
}
@media screen and (min-width: 641px) {
  .Header__Icon[href="/search"] + .Header__Icon {
     margin-left: 24px;   
  }
}
.locale-selectors__container {
  display: none !important;
}
#footer-currency-popover {
  /*right: 0 !important;*/
}
.Footer__Title {
  font-family: var(--desktop-nav-font-family);
}
.Footer__Container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Footer__Container .Footer__Inner {
  flex: 0 0 100%;
}
.FooterBottom__Right { 
}
.FooterBottom__Right .Footer__LocalizationItem {
  width: 100%;
  border: 1px solid #000;
  padding: 5px 15px;
}
.FooterBottom__Right .Footer__LocalizationItem .SelectButton {
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  font-family: var(--text-font-family);
  padding-right:0;
}
.FooterBottom__Right .Footer__LocalizationItem .SelectButton:after {
  content: '\25BC'; /* Downward arrow */
  float: right;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.FooterBottom__Right .Footer__LocalizationItem .SelectButton svg {
  display: none;
}
.Footer__PaymentList.HorizontalList .HorizontalList__Item svg {
  display: none;
}
.Footer__PaymentList.HorizontalList .HorizontalList__Item svg[aria-labelledby="pi-master"],
.Footer__PaymentList.HorizontalList .HorizontalList__Item svg[aria-labelledby="pi-visa"],
.Footer__PaymentList.HorizontalList .HorizontalList__Item svg[aria-labelledby="osm-klarna-title"],
.Footer__PaymentList.HorizontalList .HorizontalList__Item svg.compact-badge-logo {
  display: inline;
}
.Footer__Social .Icon {
  height: 1.5em;
  width: 1.5em;
}
.klaviyo-form-XHgEFa h1,
.klaviyo-form-XHgEFa h1 span {
  font-family: var(--desktop-nav-font-family) !important;
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;
}
.klaviyo-form-XHgEFa input,
.klaviyo-form-XHgEFa label[for^="phone_number"] + div  {
  border-width: 2px !important;
}
.klaviyo-form-XHgEFa button[aria-label="Search Countries"] {
  width:auto !important;
}
.klaviyo-form-XHgEFa button[aria-label="Search Countries"] img {
  margin-left: 5px;
  margin-right: 5px;
}
.klaviyo-form-XHgEFa button:not([aria-label="Search Countries"]) {
  min-width: 200px;
  font-family: var(--text-font-family) !important;
}
.klaviyo-form-XHgEFa [data-testid="form-row"] {
  gap: 10px;
  padding: 8px 0;
}
.Footer__Block.Collapsible .Linklist {
  
}
.Footer__Block .Collapsible__Inner {
  margin-left:0;
}
@media screen and (min-width: 641px) {
  .TabletUpHidden {
    display: none;
  }
  .Footer__Block.Collapsible .Linklist {
    margin-bottom: 4px;
    visibility: visible;
    height: auto !important;
    margin-left: 0;    
  }
  .Footer__Block.Collapsible .Footer__Title {
    padding: 0;
    cursor: default;
    pointer-events: none;
  }
  .Footer__Block.Collapsible {
    border:0;
    overflow:visible;    
  }
  .Footer__Block .Collapsible__Inner {
    margin-left:0;
    overflow: visible !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .klaviyo-form-XHgEFa form.klaviyo-form {
    padding:0 !important;
  }
  .klaviyo-form-XHgEFa h1,
  .klaviyo-form-XHgEFa h1 span {
    font-size: 19px !important;
  }
  .klaviyo-form-XHgEFa input,
  .klaviyo-form-XHgEFa label[for^=phone_number] + div:not(:empty),
  .klaviyo-form-XHgEFa label[for^=phone_number] + div:not(:empty) + div:not(:empty) {
    height: 44px !important;
  }
  .klaviyo-form-XHgEFa button[aria-label="Search Countries"] {
    height: 44px !important;
  }
  .klaviyo-form-XHgEFa [data-testid="form-row"] {
    gap: 10px;
    padding: 5px 0;
  }
  .Footer__Container .Footer__Copyright {
    flex: 0 0 100%;
    order: 1;
  }
  .Footer__Container .Footer__Inner {
    order: 2;
  }
  .Footer__Container .FooterBottom__Right {
    flex: 0 0 100%;
    order: 3;
  }
  .MobileHidden {
    display: none;
  }
  .Footer__PaymentList {
    text-align:center;
    margin-top:0;
    margin-bottom: 15px;
  }
  .FooterBottom__Right .Footer__LocalizationItem {
    width: auto;
  }
  .FooterBottom__Right .Footer__StoreName {
    display:block;
    text-align:center;
  }
  .Footer__Social {
    text-align:center;
    margin-bottom:20px;
  }
  .Footer__Block {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }
  .Footer__Block.Collapsible {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }
  .Footer__Block:first-child {
    /*border-bottom:0;*/
  }
  .Footer__Block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /*max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;*/
  }
  .Footer__Title {
    cursor: pointer;
    margin: 0;
    font-family: var(--subheading-font-family);
    position: relative;
    padding:20px 0;
  }
   .Footer__Block ul.Linklist{
    padding-bottom:20px;
  }
  .Footer__Title .Linklist .Linklist__Item {
    /*margin:0;*/
  }
  .Container--desktop.ProductList--carousel {
    padding-left:0;
    padding-right:0;
  }
  .Container--desktop.ProductList--carousel .Carousel__Cell:first-child {
    padding-left:0;
  }
  .Container--desktop.ProductList--carousel .ProductItem__Info {
    padding-left:20px;
    padding-right:20px;
  }
}

wishlist-page wishlist-product-card .wk-image {
  aspect-ratio: 3 / 4;
}
wishlist-page wishlist-product-card .wk-product-title .wk-text-link {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  text-align: left;
}
wishlist-page wishlist-product-card .wk-price {
  justify-content: flex-start;
}
.PageContainer wishlist-page .wk-page {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 100%;
}
#sizefox-container .form__label.smartsize-button-text {
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (min-width: 641px) {
  wishlist-page wishlist-product-card .wk-product-title .wk-text-link {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }
  .PageContainer wishlist-page .wk-page {
    padding: 0 50px;
    max-width: 100%;
  }
  #sizefox-container .form__label.smartsize-button-text {
    font-size: 13px;
  letter-spacing: 0;
  }
}
.Search__Results wishlist-button-collection {
  display: none !important;
}
.lb-upsell-ppa-title {
  line-height: 1.2;
  font-family: var(--subheading-font-family);
}
.loox-rating-label{
  font-size: var(--base-text-font-size);
}
.FeaturedCollectionList wishlist-button-collection {
  display: none;
}
.ppa-sale-price.ppa-prod-details-price-grid b {
  color: #f94c43 !important;
}

.FeatureText  .FeatureText__Content .Button--secondary {
  color: #000;
  border-color: #000;
  letter-spacing: 0.1rem;
  font-family: var(--subheading-font-family);
  padding: 12px 56px;
}
.FeatureText  .FeatureText__Content .SectionHeader__Heading {
  margin-bottom:0;
}
.FeatureText .FeatureText__Content .SectionHeader__Description {
  margin-bottom:10px;
}
.FeatureText .FeatureText__Content .SectionHeader__Description + a {
  margin-top: 15px;
}
.FeatureText  .FeatureText__Content .SectionHeader__Heading + .SectionHeader__Description {
  margin-top: 15px;
}
.Rte a:not(.Button)[href*="returnsportal.co"][href*="type=button"] {
  -webkit-appearance: button;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px));
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  background-color: var(--button-background);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  color: var(--button-text-color);
  border-color: var(--button-background);
}
.ProductForm__BuyButtons .rbr-bap-new-footer {
  background-color: #000 !important;
  color: #FFF !important;
}
.VideoWrapper .plyr__poster {
  background-size: cover;
}
.link-more-colours {
  color: #606060;
  display: inline-block;
  margin: 0 3px 10px;
  vertical-align: middle;
  line-height: 16px;
}
@media(max-width: 749px){
  .link-more-colours {
    font-size: 12px;
  }
}
.ProductItem__CustomTitle + .ProductItem__Title {
  margin-top: -15px;
}
.ProductForm .ProductMeta__Text + .ProductMeta {
  margin-top: -25px;
}
.ProductForm .ProductMeta__Text:first-of-type {
  margin-top:0;  
} 
.discount-label {
  display: inline-block;background-color: #f5f5f5;color: black;padding: 0.25rem 0.7rem;font-size: 0.875rem;margin-left: 0.875rem;
}
.Slideshow__Slide.Slideshow__Slide--Dual {
  display:flex;
  column-gap: 10px;
}
.Slideshow__Slide.Slideshow__Slide--Dual .Slideshow__ImageWrapper {
  width: 50%;
  position: relative;
}
@media(max-width: 749px){
  .Slideshow__Slide.Slideshow__Slide--Dual {
    display:block;
    column-gap: unset;
  }
}
.SectionHeader__Description.Rte span::after {
  content: "";
}