/**
 * Custom Styles File
 * Add your custom CSS here
 */

.wps-breadcrumbs-inner , .swp-select-item, .swp-select-item li{list-style: none}
.wps-breadcrumbs-inner li::before , .swp-select-item li:before, .swp-items li:before, .swp-cart-lineitems li:before{
   display: none
}



.wps-btn-dropdown .swp-dropdown-label .szh-menu-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: var(--_theme---button-secondary--background);
    border: 1px solid var(--_theme---misc--dividers);
    padding: 8px 20px 8px 16px;
    font-size: var(--_typography---font-size--text-main);
    color: var(--_theme---headlines);
    border-radius: 0;
    background-image: url(https://cdn.prod.website-files.com/6895eb1…/689e10c…_dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
    height: 48px;
}

div#dropzone_product_buy_button {    padding: var(--_spacing---space--5);
    border: 1px solid var(--_theme---misc--dividers);
    border-radius: var(--radius--main);
    flex-flow: column;
    flex: 0;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
                                 border-style: none;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    box-shadow: 0 20px 60px #00000026;
}

button.swp-btn.swp-btn-add-to-cart {
   
    padding: var(--_spacing---space--2) var(--_spacing---space--5);
    border: 2px solid var(--_theme---button--border);
    border-radius: var(--radius--round);
    background-color: #dfee59;
    font-family: var(--_typography---fonts--body-font);
    color: var(--_theme---button--text);
    font-size: var(--space--1rem);
    line-height: var(--_text-styles---line-height);
    text-align: center;
    letter-spacing: .5px;
    -webkit-text-stroke-color: var(--_theme---button--border);
    text-transform: uppercase;
    font-weight: 900;
    transition: all .25s;
    position: relative;
}


button.swp-btn.swp-btn-add-to-cart:hover {
    border-color: var(--_theme---button--border-hover);
    background-color: var(--swatch--hover);
    color: var(--_theme---button--text-hover);
    -webkit-text-stroke-color: var(--_theme---button--border-hover);
    text-decoration: none;
    transform: translate(0, -3px);
    box-shadow: 0 10px 40px #0003;
}

h1.swp-product-title.wps-products-title
{
    margin-top: var(--_text-styles---margin-top);
    margin-bottom: var(--_text-styles---margin-bottom);
    font-family: var(--_text-styles---font-family);
    color: var(--_theme---headlines);
    font-size: var(--_text-styles---font-size);
    line-height: var(--_text-styles---line-height);
    font-weight: var(--_text-styles---font-weight);
    --_text-styles---margin-top: var(--space--0);
    --_text-styles---margin-bottom: var(--space--0-75rem);
    --_text-styles---font-family: var(--_typography---fonts--heading-font);
    --_text-styles---font-size: var(--_typography---font-size--h2);
    --_text-styles---line-height: var(--_typography---line-height--1-1);
    --_text-styles---font-weight: var(--_typography---fonts--font-bold);
    --_text-styles---letter-spacing: var(--_typography---letter-spacing--0-03em);
    --_text-styles---text-transform: var(--_typography---text-transform--none);
    --_text-styles---trim-top: var(--_typography---fonts--heading-trim-top);
    --_text-styles---trim-bottom: var(--_typography---fonts--heading-trim-bottom);
}
.wp-block-columns.u-grid-column-2.cc-2fr-1fr {
  grid-template-columns: 2.15fr 1fr !important;
  display: grid !important;
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: minmax(0, 1fr);
  align-items: start;
}
.swp-clear-selections {
    top: -28px;

}
.swp-dropdown-label .szh-menu-button span {
  text-transform: uppercase
}
.swp-product-price
{
    grid-column-gap: var(--space--0-5rem);
    grid-row-gap: var(--space--0-5rem);
    font-family: var(--_text-styles---font-family);
    color: var(--_theme---headlines);
    font-size: var(--_text-styles---font-size);
    line-height: var(--_text-styles---line-height);
    font-weight: var(--_text-styles---font-weight);
    --_text-styles---margin-top: var(--space--0);
    --_text-styles---margin-bottom: var(--space--0-5rem);
    --_text-styles---font-family: var(--_typography---fonts--heading-font);
    --_text-styles---font-size: var(--_typography---font-size--h4);
    --_text-styles---line-height: var(--_typography---line-height--1-1);
    --_text-styles---font-weight: var(--_typography---fonts--font-bold);
    --_text-styles---letter-spacing: var(--space--0);
    --_text-styles---text-transform: var(--_typography---text-transform--none);
    --_text-styles---trim-top: var(--_typography---fonts--heading-trim-top);
    --_text-styles---trim-bottom: var(--_typography---fonts--heading-trim-bottom);
    justify-content: flex-start;
    align-items: center;
    display: flex;
}


.swp-add-to-cart-wrapper .swp-l-row {
    align-items: center;
}
.swp-add-to-cart-wrapper .swp-mt10 {
    margin-top: 2em;
}
.wps-product-single .u-grid-column-3 {

    flex: 0;

}
#dropzone_product_buy_button .swp-btn-quantity {
    display: none;
}
#dropzone_product_buy_button  .swp-quantity-container {
    margin: 0;
    width: 100px;
}
#dropzone_product_buy_button  .swp-quantity-container .swp-quantity-input
{ box-shadow: none ;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: var(--_theme---button-secondary--background);
    border: 1px solid var(--_theme---misc--dividers);
    padding: 8px 10px ;
    font-size: var(--_typography---font-size--text-main);
    color: var(--_theme---headlines);
    border-radius: 0;
   height: 57px;

}

.swp-product-description.swp-product-description p {
    font-size: var(--_typography---font-size--text-main);
    margin-top: var(--_text-styles---margin-top);
    margin-bottom: var(--_text-styles---margin-bottom);
    color: var(--_theme---body-copy);
}
#dropzone_product_pricing .swp-mb20 {
    margin-bottom: 0;
}
#dropzone_product_pricing .swp-product-price.swp-product-price{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding-bottom: 0;
    grid-column-gap: var(--space--0-5rem);
    grid-row-gap: var(--space--0-5rem);
    font-family: var(--_text-styles---font-family);
    color: var(--_theme---headlines);
    font-size: var(--_text-styles---font-size);
    line-height: var(--_text-styles---line-height);
    font-weight: var(--_text-styles---font-weight);
    --_text-styles---margin-top: var(--space--0);
    --_text-styles---margin-bottom: var(--space--0-5rem);
    --_text-styles---font-family: var(--_typography---fonts--heading-font);
    --_text-styles---font-size: var(--_typography---font-size--h4);
    --_text-styles---line-height: var(--_typography---line-height--1-1);
    --_text-styles---font-weight: var(--_typography---fonts--font-bold);
    --_text-styles---letter-spacing: var(--space--0);
    --_text-styles---text-transform: var(--_typography---text-transform--none);
    --_text-styles---trim-top: var(--_typography---fonts--heading-trim-top);
    --_text-styles---trim-bottom: var(--_typography---fonts--heading-trim-bottom);
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

#dropzone_product_gallery .swp-product-thumbnail .swp-product-image[data-is-selected=true],#dropzone_product_gallery .swp-product-thumbnail:hover img {
    outline: 1px solid #efefef ;
    outline-offset: 1px;
    transition: transform .1s 
ease;
}
.swp-product-thumbnail {
    margin-bottom: 13px;
    max-width: 215px !important;;
    position: relative;
    transition: outline .2s 
ease;
}

.swp-thumbnails-wrapper {
   max-width: 100% !important;  
}

.wps-breadcrumbs-inner {
   padding-bottom: var(--space--2rem);
   grid-column-gap: var(--space--0-75rem);
   grid-row-gap: var(--space--0-75rem);
   align-items: center;
   font-size: 1rem;
   font-weight: 700;
   line-height: 1.6rem;
   display: flex;
} 
.wps-breadcrumbs-inner li { padding: 0; margin: 0}
.wps-breadcrumbs-inner a {
    color: var(--_theme---button--background);
    border-bottom: 1px solid #0000001a;
}
.wps-breadcrumbs-inner > li:last-of-type a {
    color: #000;  border-bottom: 1px solid transparent;
}