/** Shopify CDN: Minification failed

Line 768:4 Unexpected "#233472884897"

**/


/* Typography */
body,
#shopify-section-160684396963ab001f>section>div>div.FeatureText__ContentWrapper>div>header>div>p,
h3.custom-field--title{
    font-family: "domaine-display" !important;
    letter-spacing: .2px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
a.button,
.Heading,
button.button,
.shopify-payment-button__button,
.QuantitySelector__CurrentQuantity,
.boost-sd__header-title,
.boost-sd__product-title,
.heading.text-subdued.text-xxs{
   font-family: "Raleway" !important;
}

.SectionHeader__Heading.SectionHeader__Heading--emphasize.Heading.u-h1 {
	    font-size: clamp(30px, calc(1.875rem + ((1vw - 3px) * 4.2735)), 50px)!important;
        letter-spacing: unset;
}

/* Colors */
:root {
  --primary: #202945;
  --secondary: #d58d3d;
  --white: #fff;
  }

    
    
.HorizontalList__Item.soldout { 
  opacity: 0.8;
  pointer-events: all;
}
    
li.HorizontalList__Item{
	position:relative;
}
    
li.HorizontalList__Item.soldout:after {
    content: '';
    font-size: 19px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    background: grey;
}


/*============================================================================
  Logo Bar - Home page
==============================================================================*/
.icon-section-wrapper{
	 background: var(--primary);
}
 .icon-secion-title {
   padding-top: 20px;
   color: var(--secondary);
   text-align: center;  
     
}

.icon-section-wrap {
    display: flex;
    width: 100%;
    justify-content: center;

}

    .icon-image-wrapper {
      padding: 10px 40px 20px;
    }    
    


#shopify-section-about-rich-text>section>div>div.FeatureText__ContentWrapper>div>header>div>p:nth-child(4) {
    margin-bottom: 20px;
}
  

@media(max-width: 768px){
  .icon-image {
  	width: 50px;
 }
  
  .icon-image-wrapper {
  	    padding: 10px 10px 20px;
  }
}
    
/* Collection section    */
    .ProductItem__Label.ProductItem__Label--onSale.Heading.Text--subdued,
    .ProductItem__Label.Heading.Text--subdued{
    	display: none;
    }

/* Rich text section  */
    @media screen and (min-width: 1140px) {
	  #shopify-section-fit-guide > section > div:nth-child(1) > div > div.FeatureText__ContentWrapper > div,
      #shopify-section-fit-guide > section > div:nth-child(2) > div > div.FeatureText__ContentWrapper > div,
      #shopify-section-fit-guide > section > div:nth-child(3) > div > div.FeatureText__ContentWrapper > div,
      #shopify-section-fit-guide > section > div:nth-child(4) > div > div.FeatureText__ContentWrapper > div{
    padding-right: 200px;
	}

}
        #shopify-section-fit-guide > section > div:nth-child(5) > div > div {
    
        background: var(--primary);
        color: white;
        padding-bottom:50px;  
        padding-top: 50px;  
    }
    
    @media(min-width: 768px;){
    #shopify-section-fit-guide > section > div:nth-child(5) > div > div {
    	padding-right: 0;
    }
    }
    
    #shopify-section-fit-guide > section > div:nth-child(5) > div > div > div > header > h2 {
    	color: var(--white);
    }

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

/* Footer   */
@media screen and (min-width: 1140px){
.Footer__Block--text {
    flex-basis: 300px;
	}
}
    
    .Form__Submit.Button.Button--primary   {
    	border: solid 1px;
    } 
    
     .Form__Submit.Button.Button--primary:hover   {
    	border: solid 1px var(--secondary);
        background: var(--white);  
    } 
    
    
/* Collection Page     */
h6.SectionHeader__SubHeading.Heading.u-h6.Text--subdued.subtitle,
.ProductItem__Label.ProductItem__Label--onSale.Heading Text--subdued{
    font-size: 10px;
    margin-bottom: 0;
}
    
/* About Page     */
   
   #shopify-section-template--15707201732823__1645136506b853790c,
   #shopify-section-template--15707201732823__1645136482bd7f00e6{
    background: var(--primary);
    background-color: #f6f1eb;
    color: var(--white);
    }
    
 
    #shopify-section-template--15690664935639__1645136482bd7f00e6 > section > div > div > div > header > h3,
    #shopify-section-template--15690664935639__1645136506b853790c > section > div > div > div > header > h3,
    #shopify-section-template--15707201732823__1645136482bd7f00e6 > section > div > div > div > header > h2,
    #shopify-section-template--15707201732823__1645136506b853790c > section > div > div > div > header > h2{
    	color: var(--white);
    }
    
    @media(min-width: 1000px) {
    .SectionHeader__Description,
      .FeatureText__Content,
    #shopify-section-template--15690664935639__1645136506b853790c > section > div > div > div > header > div,
    #shopify-section-fit-guide > section > div > div > div > div,
    #shopify-section-fit-guide > section > div:nth-child(5) > div > div > div > header > div,
    #shopify-section-template--15707201732823__1645136482bd7f00e6 > section > div > div > div,
    #shopify-section-template--15707201732823__1645136506b853790c > section > div > div > div,
      #shopify-section-template--15707201732823__1645136506b853790c > section > div > div > div > header > div,
      #shopify-section-template--15707201732823__1645136482bd7f00e6 > section > div > div > div > header > div,
      #shopify-section-template--15707201732823__1645136482bd7f00e6 > section > div > div > div > header > div{
    	max-width: 800px !important;
    	}
    }
    
    
/*     Contact Page */
    #shopify-section-template--15743487246551__main > div > div > div {
      display: flex;
    }
    
    #contact_form {
    	width: 60%;
        margin-left: 60px;
    }
    
    .Customer__Title.Heading.u-h6 {
    	margin-bottom: 0;
    }
    
    .customer-care-wrapper {
    	width: 100%;
     }
    
    @media(max-width: 768px) {
    #shopify-section-template--15743487246551__main > div > div > div {
      	flex-direction: column;
      }
      
        #contact_form {
    	width: 100%;
        margin-left: 0;
    }
      
      .contact-info-wrapper {
      	text-align: center;
      }
    }
    

    
/* STYLE GUIDE    */
    
    #shopify-section-template--15697445519575__16451364973f7f89a1 > section > div > div.FeatureText__ContentWrapper {
    	background: var(--primary);
        color: var(--white);  
    }
    
    
    #shopify-section-template--15697445519575__164513665726257376 > section > div > div.FeatureText__ContentWrapper > div > header > a,
    #shopify-section-template--15697445519575__164541453006479067 > section > div > div.FeatureText__ContentWrapper > div > header > a,
    #shopify-section-template--15697445519575__1645414520e88c299d > section > div > div.FeatureText__ContentWrapper > div > header > a {
      color: var(--primary);
      border: #D58D3F solid 1px;
      background: var(--secondary);
      padding: 10px 15px; 
      font-family: brown-regular!important;  
      letter-spacing: 1px;
    }
    
    .Link--underline::before {
    	width: 0;
    }
    
    
/*============================================================================
  #Size Guide Page
==============================================================================*/
.size-charts-section {
    margin-top: 50px;
}

#sizing_charts {
    position: relative;
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: space-between;


}

.sizing-page-title {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.sizing-charts-image {
    width: 50%;
}

.sizing-charts-wrap {
    width: 62%;
}

.dot-tabs {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot-tab {
    font-weight: bold;
    font-size: 20px;
    margin: 0 15px;


}

.active-tab {
    border-bottom: 2px solid black;
}

.dot-tabs.flex.align-center.justify-center {
	white-space: nowrap;
}



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

    #sizing_charts {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .sizing-charts-image,
    .sizing-charts-wrap {
        flex-direction: column;
        width: 100%;
    }
  
  .dot-tabs.flex.align-center.justify-center {
  	font-size: 16px;
  }
}


#sizing_charts {
    border-collapse: collapse;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

#main>div>div>div>table>tbody {
    border-collapse: separate;
}


.size-chart-row {
    padding: 18px 10px;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
    font-weight: bold;
}



.size-chart-column {
    padding: 5px !important ;
    text-align: center;
    padding: 18px 10px;
    border-bottom: 1px solid var(--border-color);
}

@media(max-width: 700px) {
    #sizing_charts {
        width: 100%;
    }
}


/*============================================================================
  #Size Chart Page
==============================================================================*/
#main > div > header {
	margin-bottom: 30px;
}
 
h6.size-chart-title {
	margin-top: 0!important;
}

.size-chart { display: none;}
.size-chart.active-chart { display: block;}



.size-chart {
    margin-bottom: 20px;
}

.size-tabs {
	margin-bottom: 20px;
}


h2.size-tab-title {
   white-space: nowrap;
    margin-top: 8px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: 0;
    font-size: 12px !important;
}

.sizing-chart-wrapper .size-tabs ul {
    width: 100%;
    height: 20px;
    display: flex;
    margin: 0 auto;

}

div.sizing-chart-wrapper > div.size-tabs > ul > li.size-tab.active-chart > h2 {
	border-bottom: solid #d58d3d 1px;
    border-left: solid #d58d3d 1px;
    border-right: solid #d58d3d 1px;
}


.sizing-chart-wrapper .size-tabs ul li {
    display: block;
    list-style: none;
    width: 50%;
    background: #dbe3eb;
    height: 1px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.PageContent.PageContent--narrow.Rte {
	max-width: 800px;
}



.sizing-chart-wrapper .size-tabs ul li.active-chart {
    border-bottom: 6px solid #d58d3d;
    color: #d58d3d;
    padding-bottom: 1px;
}

#modal-size-chart>button {
    position: absolute;
    top: 100px;
    right: 170px;
}

    #shopify-section-fit-guide > section > div:nth-child(5) > div > div {
    	margin-top: 70px;
    }
    
    #shopify-section-size-chart-template {
    	margin-bottom: 70px;
    }
    
    
    


@media (max-width:600px) {
    .sizing-chart-wrapper .size-tabs ul li {
        width: auto;
    }

    #modal-size-chart>button {
        top: 50px;
        right: 5px;
    }

    #modal-size-chart>div>div>div.sizing-chart-wrapper>div.size-tabs>ul>li.size-tab.active-chart>h2,
    #modal-size-chart>div>div>div.sizing-chart-wrapper>div.size-tabs>ul>li:nth-child(2)>h2,
    #modal-size-chart>div>div>div.sizing-chart-wrapper>div.size-tabs>ul>li:nth-child(1)>h2,
    #modal-size-chart>div>div>div.sizing-chart-wrapper>div.size-tabs>ul>li.size-tab.active-chart>h2 {
        font-size: 1.2em;
    }

    #modal-size-chart>div>div>div.sizing-chart-wrapper>div.content>div.tab_content.tab_2>div>table>tbody>tr:nth-child(1)>td:nth-child(1) {
        padding-left: 7px;

    }

    #modal-size-chart>div>div>div.sizing-chart-wrapper>div.content>div.tab_content.tab_2>div>table>tbody>tr:nth-child(1)>td:nth-child(5) {
        padding-right: 7px;
    }

}
    
    #main > div {
    	padding: 0;
    }    
    
    
/* PDP - Hover content */

input[value="Modern (Super Slim)"] + label,
nput[value="Modern"] + label,
input[value="Tailored"]+label,
input[value="Contemporary"]+label,
input[value="Classic"]+label,
input[value="Extra Slim"]+label,
input[value="Short (31-32)"]+label,
input[value="Medium (33-34)"]+label,
input[value="Long (35-36)"]+label    {
	position: relative;
}

input[value="Modern (Super Slim)"]+label::after,
input[value="Modern"]+label::after,
input[value="Tailored"]+label::after,
input[value="Contemporary"]+label::after,
input[value="Classic"]+label::after,
input[value="Extra Slim"]+label::after,
input[value="Short (31-32)"]+label::after,
input[value="Medium (33-34)"]+label::after,
input[value="Long (35-36)"]+label::after  {
    display: block;
    position: absolute;
    background: #d58d3d;
    font-size: .75em;
    color: #202945;
    padding: 1em 2em;
    white-space: nowrap;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transition:
    transform ease-out 150ms,
    botton ease-out 150ms;
}

input[value="Classic"]+label::after {
 	content: "Standard full fit."; 
}

input[value="Contemporary"]+label::after {
	content: "Gently tapered fit.";
}

input[value="Modern"]+label::after,
input[value="Modern (Super Slim)"]+label::after {
	content: "Close to body fit.";
}

input[value="Tailored"]+label::after {
    content: "Slightly slim cut."; 
 }

input[value="Extra Slim"]+label::after{
 	content: "Narrow slim cut.";
}
    
input[value="Short (31-32)"]+label::after{
 	content: 'Up to 5.7 "';
} 
    
input[value="Medium (33-34)"]+label::after {
    content: '5’7"- 5’11"';
}  

input[value="Long (35-36)"]+label::after {
    content: 'Over 5’11"';
}
    

input[value="Classic"]+label:hover::after,
input[value="Contemporary"]+label:hover::after,
input[value="Modern (Super Slim)"]+label:hover::after,
input[value="Modern"]+label:hover::after,
input[value="Tailored"]+label:hover::after,
input[value="Extra Slim"]+label:hover::after,
input[value="Short (31-32)"]+label:hover::after,
input[value="Medium (33-34)"]+label:hover::after,
input[value="Long (35-36)"]+label:hover::after {
	transform: scale(1);
    bottom: 100%;
}


/* End of PDP HOver content */ 
    
/*******************
Sold Out
********************/
.backorder-available {
    background-image: url("https://cdn.shopify.com/s/files/1/1088/7932/files/sold.png?v=1606254999");
    object-fit: cover;
}

.codacity-disabled {
    color: #919394;
}

.codacity-disabled {
    background-image: url("https://cdn.shopify.com/s/files/1/1088/7932/files/sold.png?v=1606254999");
    object-fit: cover;

}


.codacity-disabled {
    background-image: url("https://cdn.shopify.com/s/files/1/1088/7932/files/sold.png?v=1606254999");
    object-fit: cover;
}

.codacity-waitlist-notification {
    font-style: italic;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}    
    
/*  End of soldout    */
    
/* Fading animation announcement slides */


.AnnouncementBar__Wrapper {
    display: none;
}


.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}


@-webkit-keyframes fade {

    0%,
    10% {
        left: 0;
        right: 100%;
    }

    40%,
    60% {
        left: 0;
        right: 0;
    }

    90%,
    100% {
        left: 100%;
        right: 0;
    }
}

@keyframes fade {

    0%,
    10% {
        left: 0;
        right: 100%
    }

    40%,
    60% {
        left: 0;
        right: 0;
    }

    90%,
    100% {
        left: 100%;
        right: 0;
    }

}

.Header__CartDot {
    background-color: var(--secondary);
}
    
/* Account Page */
.Segment__ButtonWrapper.return {
    margin-bottom: 3rem;
}

.Container.Container--narrow.account {
    padding: 0 80px !important;
}
    
/*   End of Account Page   */
    
/*     Sold out */
    
.HorizontalList__Item.soldout { 
  opacity: 0.8;
  pointer-events: all;
}
li.HorizontalList__Item, li.csSold{
  position:relative;
}
li.HorizontalList__Item.soldout:after {
  content: '';
  font-size: 19px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  background: grey;
}
li.csSold:after {
  content: '';
  font-size: 19px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  background: grey;
}
    
    
/*     End of sold out */
    
/*     Blog */

    .ArticleItem__Link.Link.Link--underline {
    	text-decoration: underline;
    }
    
/*     Navigation sale color */
    /* #section-header > div > div:nth-child(1) > nav > ul > li:nth-child(1) > div > ul > li:nth-child(5) > a {
    	color: var(--secondary);
        text-decoration: underline;
    } */
    
    
/*     Quick Order form */
    #wsg-account-spof-btn,
    #wsg-submit{
    	background: var(--primary) !important;
        color: white !important;  
    }
    
    #wsg-account-spof-btn:hover,
    #wsg-submit:hover{
    	background: var(--secondary) !important;
          color: var(--primary) !important;
    }
    
    #wsg-title,
    #233472884897,
    h1>#wsg-title{
    	font-family: "brown-bold" !important;
        font-size: 2.7rem !important;
        margin-top: 30px !important;
    }
    
    #wsg-submit {
    	margin-bottom: 30px;
    }
    
    [data-translation-selector="labelFirstName"],
    [data-translation-selector="labelLastName"],
    [data-translation-selector="labelEmail"],
    [data-translation-selector="labelCompany"],
    [data-translation-selector="labelTaxId"],
    [data-translation-selector="labelPhone"],
    [data-translation-selector="labelWebsite"],
    [data-translation-selector="labelAddress1"],
    [data-translation-selector="labelAddress2"],
    [data-translation-selector="labelCountry"],
    [data-translation-selector="labelCity"],
    [data-translation-selector="labelState"],
    [data-translation-selector="labelZip"],
    [data-translation-selector="labelNotes"]{
  		opacity: 0;
    }
    
    [data-translation-selector="loginLinkA"]:hover {
    	color: var(--secondary) !important;
    }
    
    .wsg-proxy-container a {
    text-decoration: underline !important;
    color:var(--secondary);
      }

#Slideslide-1 > div.Slideshow__Content.Slideshow__Content--middleRight > header > div > div > a::before {
  background: red !important;
}

#Slideslide-1 > div.Slideshow__Content.Slideshow__Content--middleRight > header > div > div > a{
    color: #fff;
  border-color: #fff;
}

#Slideslide-1 > div.Slideshow__Content.Slideshow__Content--middleRight > header > h2{
  color: red !important;
}

.gpo-app.gpo-swatches.buttons input + label {
        font-family: 'domaine-display' !important;
}


.boost-sd__collection-header {
  margin-bottom: 0;
}
.boost-sd__header-main-2-content.boost-sd__header-main-2-content--relative {
  padding-top: 30px;
  padding-bottom: 0;
}
.boost-sd-layout.boost-sd-layout--has-filter-horizontal.boost-sd-layout--has-vertical-style-default{
  padding-top: 0;
}


.boost-sd__filter-tree-horizontal-option-list {
  padding-left: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 0 !important;
}

.boost-sd__filter-tree-horizontal-option-list {
  border-top: solid #cfcfcf 1px !important;
  border-left: solid #cfcfcf 1px !important;
  border-right: solid #cfcfcf 1px !important;
  
}

.boost-sd__filter-option-title {
  color: #202945 !important;
  font-size: 13px;
}

.boost-sd__filter-option-path {
  fill: #cfcfcf !important;
}

.boost-sd__filter-tree-horizontal-option-list {
  border-bottom: 1px solid  #cfcfcf !important;
}
/* Mosaic */



.container-mosaic {
  display: grid;

  grid-template-areas:
    'one   two'
    'one   two'
    'one   two'
    'one   two'
    'one   two'
    'one   two'
    'one   four'
    'one   four'
    'three four'
    'three four'
    'three four'
    'three four'
    'three five'
    'three five'
    'three five'
    'six five'
    'six  five'
    'six   five'
    'six   five'
    'six  five';

  grid-gap: 5px;
  max-width: 100%;
  padding: 40px;

}

.CollectionItemMosaic.customClass-1 {
  grid-area: one;
  grid-row-start: 1;
  grid-row-end: span 3; /* Adjust the number of rows as needed */
}

.CollectionItem__Wrapper.Mosaic.CollectionItem__Wrapper--small {
  min-height: 350px; /* Set a minimum height if needed */
  height: 100%;
}

.CollectionItem__ImageWrapper {
  background-size: cover;
  background-position: center;
  height: 100%; /* Ensure the image wrapper takes 100% height */
  width: 100%;
}

.CollectionItemMosaic.customClass-2 {
  grid-area: two;
  grid-row-start: 1;
  grid-row-end: span 6; /* Adjust the number of rows as needed */
  /* Set grid-row-start and grid-row-end for customClass-2 as needed */
}

.CollectionItemMosaic.customClass-3 {
  grid-area: three;
  grid-row-start: 1;
  grid-row-end: span 9; /* Adjust the number of rows as needed */
  /* Set grid-row-start and grid-row-end for customClass-3 as needed */
}

.CollectionItemMosaic.customClass-4 {
  grid-area: five;
  grid-row-start: 9;
  grid-row-end: span 13; /* Adjust the number of rows as needed */
  /* Set grid-row-start and grid-row-end for customClass-4 as needed */
}

.CollectionItemMosaic.customClass-5 {
  grid-area: four;
  grid-row-start: 6;
  grid-row-end: span 13; /* Adjust the number of rows as needed */
  /* Set grid-row-start and grid-row-end for customClass-5 as needed */
}

.CollectionItemMosaic.customClass-6 {
  grid-area: six;
  grid-row-start: 9;
  grid-row-end: span 13; /* Adjust the number of rows as needed */
  /* Set grid-row-start and grid-row-end for customClass-6 as needed */
}

.CollectionItem__Wrapper.Mosaic.CollectionItem__Wrapper--small {
    min-height: 350px;
    height: 100%;
}

a.CollectionItemMosaic:nth-child(1) > div:nth-child(1) {
  height: 555px;
}
a.CollectionItemMosaic:nth-child(1) > div:nth-child(2) {
   height: 400px;
}
a.CollectionItemMosaic:nth-child(1) > div:nth-child(3) {
   height:555px;
}
a.CollectionItemMosaic:nth-child(1) > div:nth-child(4) {
   height:345px;
}
a.CollectionItemMosaic:nth-child(1) > div:nth-child(5) {
   height:400px;
}
a.CollectionItemMosaic:nth-child(1) > div:nth-child(6) {
   height:345px;
}

/* Assign grid areas to specific images */
.CollectionItemMosaic.customClass-1 { grid-area: one; }
.CollectionItemMosaic.customClass-2 { grid-area: two; }
.CollectionItemMosaic.customClass-3 { grid-area: three;}
.CollectionItemMosaic.customClass-4 { grid-area: five; }
.CollectionItemMosaic.customClass-5 { grid-area: four; }
.CollectionItemMosaic.customClass-6 { grid-area: six; }


@media(min-width: 768px){
  .container-mosaic {
grid-template-areas:
    'one   two three'
    'one   two three'
    'one   two three'
    'one   two three'
    'one   two three'
    'one   two three'
    'one   four three'
    'one   four three'
    'five  four six'
    'five  four six'
    'five  four six'
    'five  four six';

  grid-gap: 5px;
  max-width: 100%;
  padding: 150px;

}
}

#shopify-block-okendo_reviews_carousel_9zkyRB > div > div > div > div.okeReviews-reviewsCarousel-slider.js-okeReviews-reviewsCarousel-slider.flickity-enabled.is-draggable > div > div > div > div > div > div.okeReviews-reviewsCarousel-review-reviewer > div.okeReviews-reviewsCarousel-review-reviewer-avatar > div > img,
div.okeReviews-avatar.okeReviews-avatar--carousel{
  display: none !important;
}

div.okeReviews-reviewsCarousel-review-content {
  margin-bottom: 0 !important;
}

div.okeReviews-reviewsCarousel-review-reviewer-name {
font-family: "brown-regular" !important;
  text-transform: uppercase !important;
}



/*============================================================================
/* IBASTOM */
/*======================================


/* Banner for special sales */
/* 
#shopify-section-template--17016294506711__custom_liquid_wngN7X {
  position: sticky !important;
  width: 100%;
    top: 60px;
    left: 0;
    z-index: 10!important;
} */

/* END OF SIZE CHARTS */


/*============================================================================
/* IBASTOM */
/*======================================

.shopify-section-group-header-group {
background-color: #ffffff;
}

/*============================================================================
/* IBASTOM */
/*============================================================================

/* 
.free-shipping-bar: Container for the promotional message.
   - Sets font size, color, and padding for the text.
   - Uses nowrap and hidden overflow to keep text on one line within the defined area.
   - Limits width to 100% of its container to prevent overflow.

.text-subdued: Inner element with scaling animation applied.
   - Animates text to gently expand and contract.
   - Uses 'scaleText' keyframes to create a smooth growth and shrinkage effect.
   - Animation runs infinitely every 2 seconds with balanced 'ease-in-out' timing.
*/

.free-shipping-bar,
.free-shipping-bar .text-subdued {
  display: inline-block;
  font-size: 1.25em !important;
  color: #202945;
  padding: 10px 20px;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  max-width: 100%;
  line-height: 1.25;
}
@media (max-width: 700px) {
  .free-shipping-bar,
  .free-shipping-bar .text-subdued {
    font-size: 1em !important;
    padding: 0px 0px;
    line-height: 1.25;
  }
}

/*============================================================================
/* IBASTOM */
/*==============================================================================*/

/* BREADCRUMBS */
/* 
.breadcrumb: Defines a breadcrumb navigation element as a block-level element.
   - Ensures the breadcrumb occupies the full width of its container.

.breadcrumb--floating: Styles a floating breadcrumb.
   - Positions the breadcrumb relatively within its container.
   - Adds space from the top with 'inset-block-start', offsetting it by 1.25rem.
   - Aligns it to the start of the container with 'inset-inline-start: 0'.
*/

.breadcrumb_group {
  display: flex;
  align-items: center;
  gap: 4px; /* Optional, to add spacing between items */
  white-space: nowrap;
}

.breadcrumb__list-unit,
.breadcrumb__separator {
  display: flex;
  align-items: center;
}

.breadcrumb__separator {
  font-size: 0.625rem;
  color: rgb(var(--text-color) / 0.65);
}


/*============================================================================
/* IBASTOM */
/*==============================================================================*/
.orichi-quantity-line-through {
  letter-spacing: 0px;
}

.orichi-quantity-textdanger {
  color: #d38e4a;
  padding-left: 20px;
  display: block;
  letter-spacing: 0px;
}
.orichi-up-sell-wrapper {
  contain-intrinsic-size: AUTO 100px;
  contain-intrinsic-block-size: AUTO 100px;
  background: #ffffff;
  border-radius: 7px;
  padding: 10px;
  border: 1px solid #d38e4a;
  color: #d38e4a;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.5px;
}

/*============================================================================
/* IBASTOM */
/*==============================================================================*/

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
 /* overflow-x: hidden;*/
  background-color: #f6f1eb;
}
.container {
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (min-width: 701px) and (max-width: 1105px) {
  .collection-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }
  .collection-list > * {
    flex: 1 1 calc(20% - 0px);
    max-width: calc(20% - 0px);
  }
}
@media (max-width: 700px) {
  .collection-list {
    display: flex;
    flex-wrap: wrap;
  }
  .collection-list > * {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .collection-list > :last-child {
    /* display: none;*/
  }
}
.bubble-template--18814407508183__ss_circle_menu_pro_bedJk4 {
  margin: 0px;
  padding: 0px 10%;
}
@media (max-width: 700px) {
  .bubble-template--18814407508183__ss_circle_menu_pro_bedJk4 {
    margin: 0px;
    padding: 10px;
  }
}
.boost-sd__filter-option boost-sd__filter-option,
.boost-sd__filter-tree-vertical-option-list,
.boost-sd__filter-tree-vertical-content {
  background-color: #f6f1eb;
}

.product-list--carousel {
  scroll-snap-type: x mandatory;
}
.product-list--carousel > *{
  scroll-snap-stop: always;
}

.product-list {
  --product-list-default-column-gap: 1.5rem;
  --product-list-calculated-column-gap: 1.5rem;
}
/*============================================================================
/* IBASTOM */
/*==============================================================================*/

.picky-widget,
.CartNoticeInline_discount--wrapper_1rGBo {
  display: none;
}

/*============================================================================
/* IBASTOM */
/*==============================================================================*/



/*============================================================================
/* IBASTOM */
/*==============================================================================*/



/*============================================================================
/* IBASTOM */
/*==============================================================================*/



/*============================================================================
/* IBASTOM */
/*==============================================================================*/





