/** Shopify CDN: Minification failed

Line 1298:59 Unexpected "{"
Line 1357:32 Expected identifier but found "!"
Line 1357:35 Expected identifier but found "!"
Line 1358:55 Expected identifier but found "!"
Line 1358:58 Expected identifier but found "!"
Line 1359:31 Expected identifier but found "!"
Line 1359:34 Expected identifier but found "!"
Line 1361:37 Expected identifier but found "!"
Line 1361:40 Expected identifier but found "!"
Line 1366:18 Expected identifier but found "]"
... and 6 more hidden warnings

**/
:root{
  --DCprimary: #a18d61;
}

#checkout::before, #checkout::after {
    content: unset;
}

[data-product="Gift Message"]{
  display: none !important
}

button#checkout:hover {
    background: transparent;
    color: var(--DCprimary);
    transition: .45s;
}

button#checkout {
    border: solid 1px var(--DCprimary);
    transition: .45s;
}

.cart__blocks .js-contents{
  margin-bottom: 2rem;
}

.cart__contents .quantity.cart-quantity{
  width: auto;
}

.cart__contents .quantity.cart-quantity .quantity__input{
  color: #000000;
  width: auto;
}

.form__message {
    display: none !important;
}

span.max-quantity-reached {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

span.max-quantity-reached svg {
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.errors ul {
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 24px;
    border-bottom: solid 1px #f4f3f1;
    list-style: circle;
}

.errors ul *{
  color: #000000;
}

.field__password {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.shopify-pc__banner__btns{
  min-width: 700px !important;
}


.shopify-pc__banner__wrapper .shopify-pc__banner__btns button {
  border-radius: 100px;
  font-size: 14px;
  line-height: 1;
  border: solid 1px var(--DCprimary) !important;
  transition: .45s;
  color: #fff !important;
  padding: 16px 34px;
  background: var(--DCprimary) !important;
  border-radius: 100px;
}

.shopify-pc__banner__wrapper .shopify-pc__banner__btns button:hover {
  background: transparent !important;
  color: #000 !important;
  transition: .45s;
  border: solid 1px var(--DCprimary) !important;
}

h2#shopify-pc__banner__body-title {
  font-size: 20px;
  font-weight: 400 !important;
  letter-spacing: normal;
}

.shopify-pc__banner__body > p {
  font-size: 16px;
  font-weight: 300;
}

button#shopify-pc__banner__btn-manage-prefs{
  color: #000000 !important;
  border: 0 !important;
  background: transparent !important;
  line-height: normal !important;
  text-decoration: none !important;
}

.active-facets * {
  text-decoration: none !important;
  font-weight: 300 !important;
}

.collection--empty .underlined-link{
  text-decoration: none !important;
}

span.password-warning {
    font-size: 12px;
    line-height: normal;
    margin-top: 4px;
    margin-left: 4px;
}

.cart-item__properties {
  width: auto;
  grid-column: 2 / 5 !important;
  padding-top:0 !important;
}
.cart-item__properties p {
  margin: 0;
  font-size: 1.5rem;
}

.cart-item[data-name="Gift Message"] .quantity-popover-container{
  display: none;
}

.addresses li>button:hover {
  background: var(--DCprimary);
  color: white;
}

.cart-item[data-name="Gift Message"] .product-option.card-item__price{
  display: none !important;
}

.cart-item[data-name="Gift Message"] .cart-item__name{
  pointer-events: none;
}

.cart-item[data-name="Gift Message"] a{
  pointer-events: none;
}

.product-option:nth-child(1), .product-option:nth-child(4) {
    display: none;
}

.cart-item cart-remove-button{
  margin: 0 !important;
}

.pickup-time-container label{
  color: #000000
}

.header__active-menu-item{
  text-decoration: none !important;
}

.product-media-modal__content{
  max-height: unset !important;
}

.order-type-btn {
  background-color: transparent;
  border: none;
  margin-right: 5px;
  cursor: pointer;
  font-family: 'acumin-pro';
  font-size: 14px !important;
  padding: 12px 20px;
  transition: .45s;
}

.product-media-modal__toggle{
  border-color: var(--DCprimary);
  transition: .45s;
}

.product-media-modal__toggle:hover{
  background: var(--DCprimary);
  transition: .45s;
}

.product-media-modal__toggle:hover svg path{
  fill: #ffffff;
  transition: .45s;
}

.order-type-btn.active {
  background-color: var(--DCprimary); /* Active button color */
  color: white;
  transition: .45s;
}

.hidden {
  display: none;
}

.card--standard>.card__easify_fix .card__information{
  row-gap: 6px !important;
}

.order-type-select {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: space-around;
    border: solid 1px var(--DCprimary);
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 12px;
}

.order-type-select button {
    width: 100%;
    margin: 0;
}

.contact *{
  color: #000000;
  font-weight: 300 !important;
  text-decoration-color: var(--DCprimary);
}

.pickup-time-container {
  margin-top: 20px;
  padding: 10px;
  border-top: 1px solid #e1e1e1;
  padding-bottom: 0;
}

.pickup-hidden {
  display: none;
}

.pickup-time-container label {
  display: block;
  margin-bottom: 5px;
}

.pickup-time-container input,
.pickup-time-container select {
  width: 100%;
  padding: 12px 10px;
  margin-bottom: 15px;
  border: solid 1px var(--DCprimary);
  border-radius: 100px !important;
  font-weight: 400 !important;
  font-size: 14px;
}

.pickup-time-container select {
  border-radius: 100px;
  outline: none;
  border: solid 1px var(--DCprimary);
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.pickup-time-container select{
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='24' viewBox='0 0 19 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9.5C10 9.5 10 15 10 15C10 15 10 9.5 16 9.5' stroke='black' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 3%;
  margin-bottom: 12px !important;
  padding: 14px 10px;
}

pickup-availability{
  display: none !important;
}

#Details-Pickup{
  margin-top: 12px;
}

#Details-Pickup .summary__title{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #000000
}

.pickup-reminder{
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #000000
}

.pickup-time-container{
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px !important;
}

span.svg-wrapper.header__icon-close{
  display: none !important
}

.product-collection-name{
  color: #A18D61;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;

}

.cart-drawer .cart-item__image{
  border: solid 1px #0000000D;
}

.qv-add-button:disabled{
  pointer-events: none;
  opacity: 0.55
}
  
/* .featured-collection-section .grid__item > div:last-child, .collection .grid.product-grid .grid__item > div:last-child{
    height: 62% !important;
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    background: #0000003b !important;
}

.featured-collection-section .grid__item > div:last-child a, .collection .grid.product-grid .grid__item > div:last-child a{
    margin-left: -52px !important
} */

.accordion__content ul{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-column ul li a, .footer__bottom p{
  color: #000000 !important;
}

.product .caption-with-letter-spacing{
  letter-spacing: normal;
}

.section .related-products__heading{
  margin-bottom: 24px !important;
}

.footer-top__newsletter-button .button::before, .footer-top__newsletter-button .button::after, .customer button::after, .customer button::before{
  content: unset !important;
}

.product-form__input{
  margin-bottom: 24px !important;
}

section#shopify-section-template--23469236552015__rich_text_NgmtdY .rich-text:not(.rich-text--full-width) .rich-text__wrapper {
    margin: 0;
}

p, span, a, div, label, legend{
  letter-spacing: normal !important
}

section#shopify-section-template--23469236552015__rich_text_NgmtdY .rich-text:not(.rich-text--full-width) .rich-text__wrapper a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
}

section#shopify-section-template--23469236552015__rich_text_NgmtdY .rich-text:not(.rich-text--full-width) .rich-text__wrapper a:before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 0C5.5 6 0 6 0 6C0 6 5.5 6 5.5 12' stroke='%23A18D61' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

input{
  border-radius: 12px !important;
  border: solid 1px var(--DCprimary) !important;
  font-family: 'acumin-pro' !important;
  font-weight: 300 !important;
}

input:focus, *:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}

#customer_login a{
  font-family: 'acumin-pro';
  font-weight: 300;
}

.field::before, .field::after{
  content: unset !important;
}

.form__message{
  outline: none !important;
  box-shadow: none !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  
}

.customer p, .login p{
  font-weight: 300;
  color: #000000;
}

#shopify-section-template--23363341484367__rich_text_dyNVFP .rich-text__caption{
  font-family: 'acumin-pro' !important;
  font-weight: 300 !important;
  letter-spacing: 1.5px !important;
}



#customer_login button, .customer button{
  transition: .45s !important;
  border: solid 1px var(--DCprimary) !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  padding: 16px 24px !important;
  text-transform: uppercase !important;
  letter-spacing: normal;
}

#customer_login button:hover, #customer_login button:focus, .customer button:hover, .customer button:focus{
  background: #ffffff;
  color: var(--DCprimary);
  transition: .45s;
}

.footer-top__newsletter-button .button{
  transition: .45s;
  border: solid 1px var(--DCprimary);
  font-size: 12px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  min-width: unset;
  width: max-content;
}

.footer-top__newsletter-button .button:hover, .footer-top__newsletter-button .button:focus{
  background: #ffffff;
  color: var(--DCprimary);
  transition: .45s;
}

.footer-top__container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  gap: 24px;
  margin: 0 auto;
  padding-bottom: 24px;
  margin-bottom: 0;
}

.footer-separator-container{
  margin-bottom: 24px !important;
}

.footer-top__newsletter-row{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-top__logo {
    width: 75%;
}

.footer-top__logo img {
    width: 100%;
    height: 100%;
}

.footer-top__newsletter-label p {
    font-size: 12px;
    font-weight: 300;
  line-height: normal;
}

.footer-top__newsletter-label {
    margin-right: 24px;
    padding-right: 24px;
    position: relative;
}

.sca-fancybox-wrap .name-title{
  line-height: normal;
}

.sca-qv-price-container{
  margin-bottom: 16px !important;
}

.sca-fancybox-wrap #sca-qv-des > *{
  margin: 0 !important;

}

.footer-top__newsletter-label::before {
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
    width: 1px;
    background: #0000000D;
    position: absolute;
}

.footer-top__newsletter-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.Polaris-Card__Footer .Polaris-Button{
  padding: 12px 28px;
  background: var(--DCprimary) !important;
  color: #ffffff;
  border: solid 2px var(--DCprimary);
  border-radius: 100px;
  transition: .45s;
}

.Polaris-Card__Footer .Polaris-Button span{
  transition: .45s;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
}

#giftMessageSelectContainer{
  display: none !important;
}

a.button.button--secondary{
  transition: .45s
}

.Polaris-Card__Footer{
  background: #FFFFFF !important;
}

.Polaris-Card__Footer .Polaris-Button:hover, .Polaris-Card__Footer .Polaris-Button:focus{
  background: #ffffff !important;
  transition: .45s;
  color: var(--DCprimary) !important;
  border: solid 2px var(--DCprimary);
}

.Polaris-Card__Footer .Polaris-Button:hover span, .Polaris-Card__Footer .Polaris-Button:focus span{
  color: var(--DCprimary) !important;
  transition: .45s;
}

a.button.button--secondary:hover {
    background: var(--DCprimary);
    transition: .45s;
    color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 300 !important;
}

#span_checkbox-main{
  letter-spacing: normal
}

.product__title{
  margin-top: 8px !important;
}

.product__collection{
  color: var(--DCprimary);
  font-size: 12px !important;
  font-weight: 300;
  text-transform: uppercase;
}

.product__title>*{
  font-weight: 300;
}

.price__regular .price-item--regular{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: normal;
}

.product-form__input--dropdown select, .product-form__input--dropdown select:focus-visible{
  border-radius: 100px;
  outline: none;
  border: solid 1px var(--DCprimary);
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

div#date-sensitive-block {
    padding: 6px 0;
    background: #FDFBF880;
    font-size: 14px;
    font-family: 'acumin-pro';
    font-weight: 300;
}

.product-form__input--dropdown .select::after{
  content: unset;
}

.block-date-sensitive-content__content p{
  margin: 0;
}

quantity-input.quantity{
  border: solid 1px var(--DCprimary);
  border-radius: 100px;
  min-height: calc((var(--inputs-border-width) * 2) + 4.3rem);
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  width: 72%;
}

quantity-input.quantity .quantity__input{
  font-weight: 300;
  font-size: 14px;
  border: 0 !important;
}

.price.price--large.price--sold-out.price--show-badge{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

#span_checkbox-main, #gift-message-text{
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

#giftItToggle, #gift-message{
  padding-left: 32px;
  position: relative;
}
#gift-message-text {
  cursor: pointer;
}
#gift-message {
  cursor:pointer;
  display: flex;
  margin-bottom: 30px;
}
#gift-message-area {
  display: flex;
  margin-top: -15px;
  margin-bottom: 15px;
}
#gift-message-area textarea {
  padding: 5px;
  width: 100%;
  height: 80px;
  font-family: var(--font-heading-family);
  border-radius: 10px;
}

.product .product__info-wrapper .sca-qv-button {
    display: none !important;
}

#giftItToggle::before, #gift-message::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 6.00049C1.22386 6.00049 1 6.22435 1 6.50049V8.50049C1 8.77663 1.22386 9.00049 1.5 9.00049H17.5C17.7761 9.00049 18 8.77663 18 8.50049V6.50049C18 6.22435 17.7761 6.00049 17.5 6.00049H1.5ZM0 6.50049C0 5.67206 0.671573 5.00049 1.5 5.00049H17.5C18.3284 5.00049 19 5.67206 19 6.50049V8.50049C19 9.32892 18.3284 10.0005 17.5 10.0005H1.5C0.671573 10.0005 0 9.32892 0 8.50049V6.50049Z' fill='%23A18D61'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5 5.00049C9.77614 5.00049 10 5.22435 10 5.50049V18.5005C10 18.7766 9.77614 19.0005 9.5 19.0005C9.22386 19.0005 9 18.7766 9 18.5005V5.50049C9 5.22435 9.22386 5.00049 9.5 5.00049Z' fill='%23A18D61'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 9.00049C2.77614 9.00049 3 9.22435 3 9.50049V16.5005C3 16.8983 3.15804 17.2798 3.43934 17.5611C3.72064 17.8425 4.10218 18.0005 4.5 18.0005H14.5C14.8978 18.0005 15.2794 17.8425 15.5607 17.5611C15.842 17.2798 16 16.8983 16 16.5005V9.50049C16 9.22435 16.2239 9.00049 16.5 9.00049C16.7761 9.00049 17 9.22435 17 9.50049V16.5005C17 17.1635 16.7366 17.7994 16.2678 18.2683C15.7989 18.7371 15.163 19.0005 14.5 19.0005H4.5C3.83696 19.0005 3.20107 18.7371 2.73223 18.2683C2.26339 17.7994 2 17.1635 2 16.5005V9.50049C2 9.22435 2.22386 9.00049 2.5 9.00049Z' fill='%23A18D61'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.34109 2.17808C6.60968 1.36541 5.79438 0.986676 5.00871 1.00036L5 1.00052V1.00044C4.46957 1.00044 3.96086 1.21115 3.58579 1.58623C3.21071 1.9613 3 2.47001 3 3.00044C3 3.53087 3.21071 4.03958 3.58579 4.41465C3.96086 4.78973 4.46957 5.00044 5 5.00044C5.27614 5.00044 5.5 5.2243 5.5 5.50044C5.5 5.77658 5.27614 6.00044 5 6.00044C4.20435 6.00044 3.44129 5.68437 2.87868 5.12176C2.31607 4.55915 2 3.79609 2 3.00044C2 2.20479 2.31607 1.44173 2.87868 0.87912C3.44026 0.317544 4.20155 0.00160231 4.99562 0.000443982C6.1377 -0.0180023 7.21147 0.539217 8.08438 1.50912C8.65522 2.14338 9.13278 2.94391 9.5 3.85617C9.86722 2.94391 10.3448 2.14338 10.9156 1.50912C11.7885 0.539217 12.8623 -0.0180023 14.0044 0.000443982C14.7984 0.00160225 15.5597 0.317544 16.1213 0.87912C16.6839 1.44173 17 2.20479 17 3.00044C17 3.79609 16.6839 4.55915 16.1213 5.12176C15.5587 5.68437 14.7956 6.00044 14 6.00044C13.7239 6.00044 13.5 5.77658 13.5 5.50044C13.5 5.2243 13.7239 5.00044 14 5.00044C14.5304 5.00044 15.0391 4.78973 15.4142 4.41465C15.7893 4.03958 16 3.53087 16 3.00044C16 2.47001 15.7893 1.9613 15.4142 1.58623C15.0391 1.21115 14.5304 1.00044 14 1.00044H13.9913L13.9913 1.00036C13.2056 0.986676 12.3903 1.36541 11.6589 2.17808C10.925 2.99358 10.3334 4.18644 9.9859 5.61835C9.93149 5.84257 9.73072 6.00044 9.5 6.00044C9.26928 6.00044 9.06851 5.84257 9.0141 5.61835C8.66662 4.18644 8.07504 2.99358 7.34109 2.17808Z' fill='%23A18D61'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#giftItToggle svg{
  display: none;
}

#span_checkbox-main::before, #gift-message-text::before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--DCprimary);
  content: '';
}

.Polaris-Modal-CloseButton{
  background: var(--DCprimary) !important;
  border-radius: 100px !important;
  border: solid 1px var(--DCprimary) !important;
  transition: .45s !important;
}

.Polaris-Modal-CloseButton .Polaris-Icon--colorBase svg{
  fill: white !important;
  transition: .45s !important;
}

.Polaris-Modal-CloseButton:hover, .Polaris-Modal-CloseButton:focus{
  background: transparent !important;
  transition: .45s !important;
}

.Polaris-Modal-CloseButton:hover .Polaris-Icon--colorBase svg, .Polaris-Modal-CloseButton:focus .Polaris-Icon--colorBase svg{
  fill: var(--DCprimary) !important;
  transition: .45s !important;
}

quantity-input.quantity:after{
  content: unset;
}

.product-form__input .form__label{
  font-size: 16px;
  margin-bottom: 8px !important;
  font-weight: 300;
}

.product__tax{
  margin-bottom: 4rem !important;
}

button.product-form__submit{
  background: var(--DCprimary) !important;
  color: #ffffff !important;
  border: solid 1px var(--DCprimary);
  transition: .45s ease-in-out;
  font-size: 14px;
  font-weight: 300;
  width: 54%;
  text-transform: uppercase;
}

button.product-form__submit:hover, button.product-form__submit:focus{
  background: #ffffff !important;
  color: var(--DCprimary) !important;
  transition: .45s ease-in-out;
}

button.product-form__submit::after{
  content: unset;
}

.product__info-wrapper .product-form__input--dropdown .svg-wrapper{
  right: 1.5rem;
  width: 32px;
  height: 32px;
  transform: translateY(calc(-50% + .2rem))
}

.product__accordion summary svg{
  transition: .45s;
}

.product__accordion summary[aria-expanded="true"] svg{
  transform: rotate(180deg);
  transition: .45s;
}

.product__accordion summary .accordion__title{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}

.product__accordion{
  border-color: #CFB67D80 !important;
  
}

.product__accordion .accordion__content{
  font-size: 14px !important;
}

.product__description p{
  font-size: 14px;
  font-weight: 300;
}

.product .slider-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

.product .slider-button {
    border: solid 1px var(--DCprimary);
    border-radius: 100px;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
}

.product .slider-button:active{
  background-color: var(--DCprimary);
  
}

.product .slider-button > span{
  display: none;
}

.product .slider-button--next{
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.08203 10C9.08203 5 13.6654 5 13.6654 5M13.6654 5C13.6654 5 9.08203 5 9.08203 2.38419e-07M13.6654 5L0.332031 5' stroke='black' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
  
}

.product .slider-button--prev{
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.91797 10C4.91797 5 0.334636 5 0.334636 5M0.334636 5C0.334636 5 4.91797 5 4.91797 2.38419e-07M0.334636 5L13.668 5' stroke='black' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
}

footer .footer-block__heading, .footer-column h4{
  font-size: 16px !important;
  color: #00000080;
  font-weight: 300;
}

.footer-column h4{
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  letter-spacing: 0.2px;
}

.footer-column ul{
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 48px !important;
}

.footer-column ul li{
  margin: 0 !important;
}

.footer-column ul li a{
  padding: 0 !important;
  font-size: 16px;
}

.footer__content-bottom-wrapper{
  justify-content: flex-end;
}

.footer__copyright.caption{
  margin-top: 0;
}


.footer-column__socials ul{
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 42px !important;
}

.facets__wrapper .facets__summary > div{
  display: flex;
  gap: 4px
}

.facets__wrapper .facets__summary > div svg path{
  stroke: var(--DCprimary)
}

.facets__form .facets__heading, .facet-filters__label label{
  font-size: 16px;
}

.facets__form .facets__summary, .facet-filters__sort{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 1rem;
}

#ProductCountDesktop{
  font-size: 16px;
  font-weight: 300;
  
}

.facets__wrapper .facets__disclosure{
  margin-right: 0;
}

.card-information .price *{
    font-size: 14px !important;
}

.card__heading a{
  font-size: 20px;
  font-weight: 300;
}

.sca-fancybox-wrap .name-title{
  margin-bottom: 8px;
}

.sca-fancybox-wrap .name-title > *{
  font-size: 28px;
  font-weight: 300;
}

.sca-fancybox-wrap .sca-qv-product-price{
  font-size: 16px;
  color: #000000;
  font-weight: 300;
}

.sca-fancybox-wrap #sca-qv-des > * {
  font-size: 16px;
  color: #000000;
  font-weight: 300 !important;
  line-height: normal;
  letter-spacing: normal;
}

.sca-fancybox-wrap .sca-right{
  display: flex;
  flex-direction: column;
}

.sca-fancybox-wrap #sca-qv-des{
  order: 2
}

.sca-fancybox-wrap #sca-qv-cartform{
  order: 3
}

.sca-fancybox-wrap .sca-qv-row{
  order: 3
}

.sca-fancybox-wrap .sca-qv-product-options{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-top: 0;
  padding-top: 0;
  margin-top: 0 !important;
  position: relative;
}

.sca-qv-product-options label{
  margin-bottom: 8px
}

.sca-left, .sca-right{
  padding: 0 !important;
}

.sca-fancybox-opened .sca-fancybox-skin{
  padding: 16px !important;
}

.sca-fancybox-inner{
  height: auto !important
}

body .fancyox-view-detail .zoomWrapper img{
  width: 100%;
  object-fit: cover;
  max-width: unset !important;
  max-height: 400px !important;
}

.sca-qv-zoom-container div{
  width: 100%;
}

body .sca-qv-product-options #sca-qv-quantity, #sca-qv-cartform #sca-qv-variant-options .selector-wrapper select{
  border: solid 1px var(--DCprimary) !important;
  padding: 14px 24px !important;
  border-radius: 100px!important;
  height: auto !important;
  width: 100% !important;
}

.sca-qv-product-options label{
  margin-top: 0 !important;
}

.sca-qv-row {
    margin-bottom: 16px !important;
}

.sca-fancybox-wrap .sca-qv-product-options .sca-qv-optionrow{
  display: flex;
  flex-direction: column;
  width: calc(50% - 16px);
  margin-right: 16px;
  justify-content: center;
}

.sca-qv-product-options label{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: normal;
  width: 100% !important;
  color: #000000;
}

.sca-qv-product-options #sca-qv-quantity{
  line-height: normal !important;
  box-sizing: border-box !important;
  border-radius: 100px;
  border: 1px var(--DCprimary) solid;
  height: 35px !important;
  padding: 5px 6px !important;
  min-width: 100px
}

.sca-qv-product-options input:focus-visible, .sca-qv-product-options select:focus-visible{
  outline: unset;
  box-shadow: none;
  outline-offset: none;
}

.sca-qv-product-options select{
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='24' viewBox='0 0 19 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9.5C10 9.5 10 15 10 15C10 15 10 9.5 16 9.5' stroke='black' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 6%;
  margin-bottom: 12px !important;
}

#sca-qv-cartform #sca-qv-variant-options .selector-wrapper select{
  border-radius: 100px;
  border: 1px var(--DCprimary) solid;
  width: 100% !important;
}

body .sca-qv-product-options input.sca-qv-cartbtn.sca-qv-cartbtn-config{
  margin: 0;
  border-radius:100px !important;
  padding: 18px 28px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  height: auto !important;
  border: solid 1px var(--DCprimary) !important;
  transition: .45s;
  cursor: pointer;
  text-transform: uppercase !important;
}

#sca-qv-addcart-msg{
  position: relative !important;
  bottom: -20px;
}

.sca-qv-product-options input.sca-qv-cartbtn.sca-qv-cartbtn-config:hover, .sca-qv-product-options input.sca-qv-cartbtn.sca-qv-cartbtn-config:focus{
  background: #fff !important;
  color: var(--DCprimary) !important;
  transition: .45s;
}

#sca-qv-right a{
  font-size: 16px;
  font-weight: 300;
  color: #000000 !important;
  text-decoration: underline;
  text-decoration-color: var(--DCprimary);
}

.sca-fancybox-skin{
  border-radius: 0 !important;
}

.sca-qv-image .sca-qv-button{
  text-decoration: none !important;
  border-radius: 100px !important;
  font-weight: 300;
  font-size: 12px !important;
  font-family: var(--font-heading-family) !important;
}

.cart-drawer .cart-items thead tr{
  display: none !important;
}

.drawer__inner .drawer__header{
  border-bottom: solid 1px #0000000D;
}

body .card__badge span{
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.drawer__inner .quantity__input{
  min-width: 32px;
}

.drawer__cart-items-wrapper .cart-remove-button {
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-color: #a18d61;
}

.drawer__cart-items-wrapper .cart-item__quantity-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cart-drawer .cart-item__details {
    width: auto;
    grid-column: 2 / 5 !important;
}

.drawer__inner .drawer__close{
  background-color: #FFFFFF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--DCprimary);
  transition: .45s;
}

.drawer__inner .drawer__close .svg-wrapper{
  width: 1.5rem;
  height: 1.5rem;
}

.drawer__inner .drawer__close .svg-wrapper svg path{
  fill: var(--DCprimary);
  transition: .45s;
}

.drawer__inner .drawer__close:hover, .drawer__inner .drawer__close:focus{
  background-color: var(--DCprimary);
  transition: .45s;
  
}

a.sca-fancybox-item.sca-fancybox-close {
    display: block;
    border-radius: 100px;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border: solid 1px var(--DCprimary);
    background-size: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' class='icon icon-close' viewBox='0 0 18 17'%3E%3Cpath fill='%23000000' d='M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z'/%3E%3C/svg%3E%0A");
    top: 16px;
    right: 16px;
    transition: .45s;
}

a.sca-fancybox-item.sca-fancybox-close:hover, a.sca-fancybox-item.sca-fancybox-close:focus {
    background-color: var(--DCprimary);
    transition: .45s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' class='icon icon-close' viewBox='0 0 18 17'%3E%3Cpath fill='%23ffffff' d='M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z'/%3E%3C/svg%3E%0A");
}

.drawer__inner .drawer__close:hover .svg-wrapper svg path, .drawer__inner .drawer__close:focus .svg-wrapper svg path{
  fill: #ffffff;
  transition: .45s;
}

a.cart-item__name.h4 {
    font-weight: 300;
    font-size: clamp(20px, 2vw, 24px);
}

.drawer__inner quantity-input.quantity {
    width: 100%;
}

product-option {}

.cart-item__details {}

/* .cart-item__details .product-option dt {
    display: none;
} */

.cart-item__details .product-option dt, .cart-item__details .product-option dd{
  font-size: 14px !important;
  letter-spacing: none !important;
  line-height: normal !important;
}

.cart-drawer .cart-item__image {
    aspect-ratio: 1/1;
    object-fit: cover;
}

#CartDrawer-Checkout,
.order-delivery-locations input[type="button"]{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    transition: .45s;
    border: solid 1px var(--DCprimary);
}
.order-delivery-locations input[type="button"] {
  color: white;
  background: var(--DCprimary);
  height: 45px;
  border-radius: 100px !important;
}

button#CartDrawer-Checkout:hover, button#CartDrawer-Checkout:focus,
.order-delivery-locations input[type="button"]:hover, .order-delivery-locations input[type="button"]:focus {
    background: #ffffff;
    color: var(--DCprimary);
}

.cart__checkout-button:hover, .cart__checkout-button:focus,{
  background-color: #ffffff !important;
  transition: .45s;
  color: var(--DCprimary) !important;
}

button#CartDrawer-Checkout::before, button#CartDrawer-Checkout::after{
  content: unset;
}

button#CartDrawer-Checkout:hover::before, button#CartDrawer-Checkout:focus::before, button#CartDrawer-Checkout:hover::after, button#CartDrawer-Checkout:focus::after{
  content: unset;
}

.featured-collection-section .collection__title{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.featured-collection-section .title{
  margin-bottom: 0 !important;
}

.view-all-button{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
}

.view-all-button:hover .ico, .view-all-button:focus .ico{
  background-color: var(--DCprimary);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 11.998C10.5 5.99798 16 5.99798 16 5.99798M16 5.99798C16 5.99798 10.5 5.99799 10.5 -0.00201416M16 5.99798H0' stroke='white' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
  transition: .45s
}

.view-all-button .ico{
    border: solid 1px var(--DCprimary);
    border-radius: 100px;
    width: 56px;
    background-size: 16px;
    display: block;
    height: 40px;
    transition: .45s
}

.accordion summary{
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

h3.card__heading a {
    font-weight: 300 !important;!i;!;
    font-family: var(--font-heading-family) !important;!i;!;
    font-size: 22px !important;!i;!;
    line-height: 1.3;
    text-decoration: none !important;!i;!;
}

.card--standard>.card__easify_fix .card__information {
    justify-content: space-between;
    display: flex;];
    flex-direction: column;
    gap: 6px;
}

.card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
    font-size: 18px;
    margin: 0;
}

.ico {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.ico--arrow{
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 11.998C10.5 5.99798 16 5.99798 16 5.99798M16 5.99798C16 5.99798 10.5 5.99799 10.5 -0.00201416M16 5.99798H0' stroke='black' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
}

.useful-information__heading{
  margin: 0;
  font-size: clamp(24px, 2vw, 40px) !important;
  font-weight: 300 !important;
}

.useful-information__row{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px;
}

.useful-information__map-container{
  width: 100%;
}

.useful-information__row{
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* .useful-information__col{
  width: calc(50% - 28px);
} */

.useful-information{
  margin-bottom: 96px
}

.template-search__search{
  margin-bottom: 32px !important
}

p[role="status"] {
    margin: 0 !important;!i;!;
    font-weight: 300;
    text-align: center;
}

.custom-footer{
  padding: 42px 0 !important;
  /* margin-top: 96px; */
}

.predictive-search.predictive-search--header {
    box-shadow: none !important;
    border: 0;
}

.template-search__header h1.h2 {
    font-size: 40px;
    margin-top: 0;
    font-weight: 300;
    text-transform: capitalize;
}

body div#sca-brankmark {
    visibility: hidden;
}

.useful-information__map-container .map{
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}

.useful-information__map-container .map iframe{
  width: 100%;
}

.useful-information__details-row{
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.useful-information__left-col{
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.useful-information__left-col p{
  font-weight: 300;
  margin-top: 0;
  font-size: 16px;
  color: #000000;
  line-height: normal;
}

.mobile-facets__open{
  color: rgb(0 0 0 / 100%) !important;
}

.useful-information__left-col .address h3, .useful-information__left-col .contact h3, .useful-information__opening-hours h3{
  font-size: 20px;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  margin-bottom: 8px;
  margin-top: 0 !important;
}

.useful-information__opening-hours{
  min-width: 56%;
}

.useful-information__opening-hours ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.useful-information__opening-hours ul li{
  font-weight: 300;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #000000
}

.useful-information__left-col, .useful-information__opening-hours{
    width: 100%;
}

.footer__list-social.list-social{
  justify-content: flex-start;
  gap: 24px;
}

.footer-column__socials .list-social__link{
  padding: 0
}

.footer-column__socials .list-social__item .icon{
  width: 2.8rem;
  height: 2.8rem;
}

.footer-column__socials .svg-wrapper{
  width: 24px;
  height: 24px;
}

.footer__bottom{
  max-width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-top: solid 1px #0000000D;
  padding-top: 24px !important;
  margin-top: 24px !important;
  text-align: right;
}

.footer__bottom p{
  margin: 0;
}


#giftitLink{
  display: none !important;
}

.useful-information__heading{
  font-size: clamp(24px, 3vw, 40px) !important;
}

.drawer__footer summary{
  padding: 1.5rem 0rem 1.5rem 0 !important;
}

.field__input:focus{
  outline: 0 !important;
  box-shadow: none !important;
}

#Details-CartDrawer .summary__title{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

button#CartDrawer-Checkout:hover {
    background: #ffffff;
    color: var(--DCprimary);
}

.drawer__footer>details {
    border: 0 !important;
}

.drawer__footer>details+.cart-drawer__footer {
    padding-top: 0 !important;
}

.cart__note:after{
  content: unset !important;
}

.cart-drawer .cart-items, .cart-drawer tbody .product-option{
  font-size: clamp(16px, 2vw, 18px) !important;
}

body #ribbon_widget{
  margin: 40px 8px 24px 8px!important
}

textarea#CartDrawer-Note{
  border-radius: 12px;
  border: solid 1px #CFB67D;
  font-size: 14px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  padding: 16px !important;
  min-height: 14rem !important;
}

body .drawer__close{
  right: 16px !important;
}

body .drawer__header {padding-left: 16px;padding-right: 16px;}

body cart-drawer-items {
    padding-left: 16px;
    padding-right: 16px;
}

body .drawer__footer {
    padding-left: 16px;
    padding-right: 16px;
}

body .drawer__inner{
  padding: 0 !important;
}

.drawer__footer{
  border-color: #0000000D !important
}

.cart__note{
  top: unset !important;
}

.footer-column{
    flex-basis: 100% !important;
  }

.footer-container{
    flex-wrap: wrap;
  }

.footer-column__useful-info ul{
  margin-bottom: 0 !important;
}

.footer__bottom p{
    text-align: left;
  }


.announcement-bar-section{
  height: 41px;
}

.header__heading-link{
  padding: 0;
}

.product__tax.caption.rte{
  display: none !important;
}

.image-with-text__text-item.grid__item .image-with-text__content .button--secondary{
  color: #000000 !important;
  padding: 16px 34px;
  border: solid 1px var(--DCprimary);
  background: transparent;
  font-size: 12px
  
}

.image-with-text__text-item.grid__item .image-with-text__content .image-with-text__text+.button{
  margin-top: 32px !important;
}

.image-with-text__text-item.grid__item .image-with-text__content .button--secondary::after, .image-with-text__text-item.grid__item .image-with-text__content .button--secondary::before{
  content:unset !important;
}

.image-with-text__text-item.grid__item .image-with-text__content .button--secondary:hover,.image-with-text__text-item.grid__item .image-with-text__content .button--secondary:focus {
  color: #ffffff !important;
  background: var(--DCprimary);
}

.card-information .price *{
    font-weight: 300 !important;
}

.shopify-section .slider-buttons{
  display: none !important;
}

p.product__text.inline-richtext.product__collection.caption-with-letter-spacing{
  margin-bottom: 8px
}

.product .product__tax{
  margin-bottom: 32px !important;
}

#ribbon_widget{
  margin: 36px 8px 28px 8px!important
}

/* slider-component .grid{
    column-gap: 12px;
  } */

.desktop-only{
    display: block;
  }

  .mobile-only{
    display: none !important;
  }

.back-to-collection.page-width {
    padding-top: 24px;
    padding-bottom: 0;
}

a.back-to-collection {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}

textarea#CartDrawer-Note::placeholder {
    color: #00000099;
    opacity: 1;
}

a.back-to-collection::before{
  position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 0C5.5 6 0 6 0 6C0 6 5.5 6 5.5 12' stroke='%23A18D61' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 749px){
  .banner--small.banner--mobile-bottom:not(.banner--adapt) .banner__media{
    height: 31rem !important;
  }
}

@media only screen and (max-width: 767px){
  .card-information .price *{
    font-size: 14px !important;
    
  }

  .product-form__input--dropdown, .product-form__quantity{
      width: 66% !important;
  }

  .product-form__input .select, quantity-input.quantity{
    width: 100%
  }

  .desktop-only{
    display: none !important;
  }

  .mobile-only{
    display: block !important;
  }

  body .section-template--23363341484367__image_with_text_pxgzhx-padding{
    padding-bottom: 56px !important;
  }
  

  body .collection__view-all.mobile-only {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
  }

  p.product__text.inline-richtext.product__collection.caption-with-letter-spacing{
    font-size: 12px !important;
  }

  .section .related-products__heading{
    font-size: 24px !important;
  }

  .product .product__tax{
    margin-bottom: 24px !important;
  }

  .section-template--23363341484367__image_with_text_pxgzhx-padding{
    padding-bottom: 64px !important;
  }

  .collection__title.title-wrapper{
    margin-bottom: 24px !important;
  }

  p.announcement-bar__message.h5{
    padding-top: 1.3rem !important; 
  }



  body .header {
      padding: 20px 3rem 20px 3rem;
  }

  body a.header__heading-link{
    min-width: 175px;
    padding: 0
  }

  .rich-text__wrapper{
    width: 100% !important;
  }

  body .shopify-section .rich-text {
      padding: 40px 0;
  }

  body .rich-text__text.rte.scroll-trigger.animate--slide-in {
    margin-bottom: 0 !important;
  }

  .section .image-with-text__content {
      padding: 14px 0 0 0;
  }

  .section .image-with-text__text.rte.subtitle{
    font-size: 14px !important;
  }

  .section .image-with-text__text-item.grid__item .image-with-text__content .image-with-text__text+.button{
    margin-top: 20px !important;
  }

  .section .collection__title h2 {
      font-size: 24px;
  }

  .section h3.card__heading a {
      font-size: 18px !important;!i;!;
  }
  
  .section .card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
      font-size: 14px !important;!i;!;
  }

  .section-template--23469236552015__rich_text_NgmtdY-padding{
    padding: 24px 0 0 0 !important;
  }

  section#shopify-section-template--23469236552015__rich_text_NgmtdY .rich-text:not(.rich-text--full-width) .rich-text__wrapper a{
    font-size: 12px !important;
  }
}

section#shopify-section-template--23469236552015__rich_text_NgmtdY .rich-text:not(.rich-text--full-width) .rich-text__wrapper a{
    font-size: 12px !important;
  }

.footer-top__container, .footer-container, .footer__bottom{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.breadcrumbs-container{
    padding: 0 1.5rem !important;
  }

.footer-separator-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
}

.footer-separator {
    border-top: solid 1px #0000000D;
    height: 100%;
    display: block !important;
}


@media only screen and (min-width: 595px){
  .product-form__input--dropdown{
    width: 72%;
  }

  /* quantity-input.quantity{
    width: 56%;
  } */

  .footer-top__logo{
    width: 50%;
  }

  .footer-column{
    flex-basis: 50%
  }
}

@media only screen and (min-width: 750px){
  .footer-top__container, .footer-container, .footer__bottom{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .footer-separator-container {
    margin-bottom: 40px;
    padding: 0 5rem;

}

  .breadcrumbs-container{
    padding: 0 5rem !important;
  }

}

@media only screen and (max-width: 767px){
  .product__accordion .accordion__content{
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .footer-column ul li a{
    line-height: normal;
  }
}

@media only screen and (min-width: 767px){
  .footer-top__newsletter-container{
    width: 38%;
  }

  .footer-column ul{
    gap: 8px
  }

  .card-information .price *{
      font-size: 16px !important;
  }

  .announcement-bar-section{
    height: 36px;
  }

  .footer-container{
    flex-wrap: nowrap;
  }

  .footer-top__container{
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding-bottom: 32px;
  }

  .footer-column__socials{
    margin-bottom: 40px !important;
  }

  .footer-column{
    flex-basis: 22%
  }

  .footer-column ul{
    margin-bottom: 0 !important;
  }

  .footer__bottom{
    padding-top: 48px !important;
    margin-top: 76px !important;
  }

  .footer__bottom p{
    text-align: right;
  }
}

@media only screen and (min-width: 820px){
  .useful-information__details-row{
    flex-wrap: nowrap;
  }

  .useful-information__left-col, .useful-information__opening-hours{
    width: auto;
  }
}

@media only screen and (min-width: 992px){
  .useful-information__row{
    flex-direction: row;
    gap: 56px;
    width: 100%;
  }

  .useful-information__details-row{
    gap: 80px;
  }

  .useful-information__left-col{
    flex-direction: column;
    gap: 32px;
  }

  .useful-information__map-container{
    width: calc(65% - 28px);
  }

  .footer-top__newsletter-container{
    width: 30%
  }

  .header--middle-left {
        column-gap: 0 !important;
    }

  .image-with-text__text-item.grid__item .image-with-text__content {
        padding: 6rem 92px 6rem 92px !important;
  }
}

@media (prefers-reduced-motion: no-preference){
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in{
    animation-delay: 450ms !important;
  }
}

/* Product popup */ 
.minmaxify-p-wrap {
  
}
.minmaxify-p-wrap .minmaxify-p ul {
  list-style: none;
    padding-left: 0;
    margin-top: 0;
}

/* Easify checkboxes */

.menu-drawer__localization.header-localization{
  display: none !important; 
}

span.tpo_quantity_selector_total-content.exact_count {
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    font-family: 'acumin-pro';
}

/*span.tpo_quantity_selector_total-selected.tpo-quantity-error {
    color: #000 !important;
}*/

.tpo_error-message.tpo_undefined {
    color: #000000 !important;
    font-weight: 300;
    font-family:
    'acumin-pro';
}

span.tpo_option-required-indicator {
    color: #000 !important;
}

body .tpo_radio-button[type='checkbox']:checked + div:before, .tpo-checkbox-button[type='checkbox']:checked + div:before {
    background-color: var(--DCprimary) !important;
    border-color: var(--DCprimary) !important;
    width: 16px;
    height: 16px;
}

body .tpo_quantity-selector_wrapper:not(.swatches-not-avaliable) {
    border: solid 1px var(--DCprimary) ! important;
}

body .tpo_quantity-selector_wrapper {
  border-radius: 50px;
  overflow: hidden;
}

/* Pickeasy cart options */
#ft-options-div {
  display: flex !important;
  flex-basis: 0;
}

#ft-options-div .ft-options-cell {
  display: block !important;
  max-height: unset !important;
  max-width: unset !important;
  flex-grow: 1;
}

.order-delivery-locations input[type="text"]{
  padding: 10px;
}

.order-delivery-locations label {
  font-weight: 400 !important;
}

/* Easify mini cart */
.product-option-easify dd {
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.25rem;
    line-height: 1;
}