#liquid-plp-container {
    min-height: 700px;
    padding: 5%;
    position: relative;
}

#liquid-pdp-container .quantity-main-container {
    margin-top: unset;
}

#liquid-pdp-container {
    padding: 5%;
}

#liquid-pdp-container .delivery-options-size {
    padding-bottom: 0px;
}

#liquid-plp-container #delivery-address {
    padding: 0 16px;
}

.delivery-options-container #delivery-address {
    margin-bottom: 10px;
}

.delivery-options-all-sizes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.delivery-options-size-selected.delivery-options-size {
    color: #402020;
    opacity: 1;
    border-color: #FF4539;
    padding: 10px;
}

.delivery-options-all-sizes-container div {
    border: 2px solid #E4E2DC;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.delivery-options-all-sizes-container-single div.delivery-options-size {
    opacity: 0.5;
    cursor: unset;
}

.quantity-main-container>.number-input {
    border: 2px solid #AA9868;
}

.number-input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
}

.add-to-cart-container {
    background: #AA9868;
    display: flex;
    padding: 12px 5px;

    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    cursor: pointer;
}

.add-to-cart-container:active:hover {
    background: #817556;
}

.add-to-cart-text-container {
    color: #FFF;
    text-align: center;
    position: relative;
    top: 2px;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.no-more-text-container {
    color: #FFF;
    text-align: center;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.quantity-main-container {
    display: flex;
    padding: 16px;
    margin-top: auto;
}

.out-stock-main-container {
    padding: 16px;
    margin-top: auto;
}

.out-stock-cart-container {
    border: solid #FF4539;
    display: flex;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    cursor: pointer;
    color: #FF4539;
    text-align: center;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 60% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.out-stock-message-container {
    color: #402020;
    font-family: TRADEGOTHICLTPRO;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.quantity-text-container {
    display: inline;
    color: #402020;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 1.2px;
    padding-left: 10px;
    text-transform: uppercase;
    padding-top: 1px;
}

.counter-container {
    min-width: 90px;
}

input[type='number'].quantity:disabled {
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -webkit-text-fill-color: #402020 !important;
}

.quantity {
    max-width: 32px;
    width: -webkit-fill-available;
    border: none;
    text-align: center;
    color: #402020;
    font-family: BigNoodleTitling, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.step-down-container {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: -3px -3px no-repeat url(/wp-content/plugins/baca-liquid-sdk2-integration/assets/arrow.svg);
    border: none;
}

.step-down-container:active:hover {
    opacity: 0.5;
}

.step-up-container {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: -3px -6px no-repeat url(/wp-content/plugins/baca-liquid-sdk2-integration/assets/arrow.svg);
    border: none;
    transform: rotate(180deg);
}

.step-up-container:active:hover {
    opacity: 0.5;
}

.plp-items>div {
    display: flex;
}

.number-input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    color: red;
}

.number-input input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    color: red;
}

.number-input input[type="number"] {
    -moz-appearance: textfield;
    background: white;
}

.item-container {
    text-align: center;
    display: block;
}


.plp-item-container .item-container div {
    margin-bottom: 24px;
    cursor: pointer;
    width: 100%;
    height: 41.2vh;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 27.2vw;
}

.plp-item-container:hover {
    box-shadow: 0px 0px 21px 13px rgb(215 24 24 / 8%);
    color: #FF4539;
}

.pdp-item-container .item-container {
    width: 50%;
}

.pdp-item-container .item-container div {
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 50vh;
}

.plp-item-container {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 30.3%;
    margin: 1.5%;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}

.description-container {
    text-transform: none;
    color: #402020;
    font-family: TradeGothicLTPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 32px;
}

.pdp-item-container {
    display: flex;
    position: relative;
    text-align: center;
    width: 100%;
    background: #FFF;
}

.pdp-content-container {
    padding: 16px;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.pdp-content-container .delivery-options-price {
    margin-bottom: 24px;
}

.pdp-content-container .delivery-options-size {
    margin-bottom: 24px;
}


.delivery-options-container input[type='radio'] {
    accent-color: red;
    margin-top: 8px;
    margin-bottom: 8px;
}

.delivery-options-container label {
    color: #402020;
    font-family: TradeGothicLTPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.plp-item-container .item-name {
    padding-bottom: 8px;
}

.item-name {
    font-family: BigNoodleTitling;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left;
    padding: 16px;
    padding-top: 8px;
    padding-bottom: 24px;
    cursor: pointer;
}

.delivery-options-container {
    text-align: left;
    padding: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.delivery-options-head {
    color: #402020;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 16px;
}

.delivery-options-price {
    color: #FF4539;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;

}

.delivery-options-size {
    align-self: stretch;
    color: #402020;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    opacity: 1;
    padding-bottom: 10px;
}

.sort-group-container,
.filter-group-container {
    width: max-content;
    display: flex;
    font-size: 40px;
    position: relative;
    padding: 12px 12px 12px 0;
}

hr {
    display: none;
}

.sort-options-container,
.filter-options-container {
    position: absolute;
    border: 2px solid #E4E2DC;
    background: #FFF;
    display: none;
    z-index: 10;
    top: 100%;

    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    color: #402020;
    font-family: TradeGothicLTPro;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

.sort-options-container div,
.filter-options-container div {
    width: 100%;
    cursor: pointer;
}

.sort-filter-panel-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 12px;
    margin-top: 5%;
}

.sort-group-name-container,
.filter-group-name-container {
    cursor: pointer;
    padding-left: 10px;
    color: #FF4539;
    font-family: BigNoodleTitling;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
}

.sort-group-name-container::after,
.filter-group-name-container::after {
    position: absolute;
    top: 20px;
    right: -5px;
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    color: #ff4539;
    vertical-align: top;
    border-style: solid;
    border-width: 5px 5px 0 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(135deg);
    content: '';
}

.filter-sort-group-header {
    cursor: pointer;
    color: #402020;
    font-family: BigNoodleTitling;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
}

.sort-group-container {
    justify-content: flex-end;
    margin-right: 12px;
}

.sort-options-container div:hover,
.filter-options-container div:hover {
    color: #FF4539
}

.delivery-address-container {
    height: 56px;
    display: flex;
    padding-right: 0px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #AA9868;
}

.delivery-address-container {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

#liquid-plp-container .delivery-address-header {
    display: none;
}

.delivery-address-text {
    color: #402020;
    font-family: TradeGothicLTPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    border: none;
}

.delivery-address-img {
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 10px;
    background: 12px 5px no-repeat url(/wp-content/plugins/baca-liquid-sdk2-integration/assets/target.svg);
    width: 50px;
    height: 40px;
    padding: 2.667px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.delivery-address-header {
    color: #402020;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 16px;
}

.delivery-address-info {
    margin-bottom: 8px;
}

.delivery-address-info,
.delivery-address-states {
    display: flex;
    opacity: 0.75;
    color: #402020;
    font-family: TradeGothicLTPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.delivery-address-info a {
    display: contents;
    cursor: pointer;
    padding: 0px 5px;
    color: #FF4539;
    font-family: TradeGothicLTPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
}

.pdp-content-container .liquid-for-no-address-only {
    display: none;
}

.plp-item-container .out-of-delivery {
    padding: 16px;
}

.out-of-delivery {
    text-align: left;
}

.out-of-delivery-text {
    color: #402020;
    font-family: TradeGothicLTPro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: initial;
}

.liquid-cart-img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.liquid-cart-counter-container {
    top: 18px;
    left: 29px;
    padding: 5px 0px 0px 0px;
    border-radius: 100px;
    gap: 10px;
    position: absolute;
    width: 24px;
    height: 24px;
    background: #FF4539;
    text-align: center;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.liquid-cart-class-anchor {
    position: relative;
}

.liquid-cart-container {
    width: 40%;
    height: 100vh;
    position: fixed;
    right: 1px;
    z-index: 10000;
    background: white;
    overflow: auto;
    box-shadow: 0px 2px 8px 0px rgb(20 19 19 / 25%);
}

.liquid-cart-container .liquid-characters-count {
    color: #AA9868;
}

.cart-quantity {
    display: inline-block;
}

.cart-image {
    width: 100px;
}

.cart-item-container {
    margin: 10px;
    padding: 10px;
    border-bottom: 1px solid #ebe9e5;
}

.cart-item-data-container {
    display: flex;
}


.cart-items-main-container {
    height: 75vh;
    overflow: scroll;
}

.cart-item {
    width: 80%;
    padding-left: 8px;
}

.cart-item-name {
    color: #402020;
    font-family: BigNoodleTitling;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.cart-item-size {
    margin-bottom: 5px;
    color: #402020;
    font-family: TradeGothicLTPro;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.cart-item-price {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: end;
    width: 20%;
    color: red;
    font-size: 18px;
    text-align: center;
    font-family: BigNoodleTitling;
}

.cart-delete-price {
    position: relative;
    display: inline-flex;
    color: #AA9868;
    font-family: BigNoodleTitling;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 10px;
    margin-left: 15px;
    top: 1px;
}

.cart-check-button {
    text-transform: uppercase;
    border: 2px solid var(--primary-normal, #FF4539);
    background: var(--bg-secondary, #7E213B);
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    color: var(--content-primary, #FFF);
    text-align: center;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 1.2px;
    cursor: pointer;
    margin: 15px;
}

.cart-header {
    display: flex;
    padding: 15px;
    height: 8%;
    min-height: 65px;
}

.cart-footer {
    display: block;
}

.cart-header-close {
    color: red;
    width: 50%;
    text-align: end;
}

.cart-header-text {
    width: 50%;
    color: black;
    font-family: BigNoodleTitling;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;

}

.cart-header-close-img {
    background: -3px -3px no-repeat url(/wp-content/plugins/baca-liquid-sdk2-integration/assets/Close.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 11px;
    top: 20px;
    cursor: pointer;
}

.cart-empty-header {
    color: #402020;
    font-family: BigNoodleTitling;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding: 15px;
}

.cart-empty-text {
    color: #402020;
    font-family: TRADEGOTHICLTPRO;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.cart-shop-now {
    color: #FFF;
    text-align: center;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border: 2px solid #FF4539;
    background: #7E213B;
    display: inline;
    padding: 12px;
    position: relative;
    margin: 15px;
    top: 30px;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
}

.cart-footer-total-info {
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
}

.cart-footer-total-count {
    width: 50%;
    display: block;
    color: var(--content-additional, #402020);
    /* ♥_Subtitle/Subtitle 2 */
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
    text-transform: uppercase;
}

.cart-footer-total-price {
    width: 50%;
    display: block;
    text-align: end;

    color: var(--primary-normal, #FF4539);
    text-align: right;
    /* ♥_Subtitle/Subtitle 2 */
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
    text-transform: uppercase;
}

.predictions-list-container {
    position: absolute;
    box-shadow: 0px 10px 13px 5px rgb(16 15 15 / 35%);
    top: 55px;
    left: 60px;
    background: #ffffff;
    z-index: 20;
    cursor: pointer;
    padding: 5px;
}

.predictions-list-container div {
    padding: 5px;
}

.predictions-list-container div:hover {
    color: red;
}

.delivery-address-error {
    position: absolute;
    top: -20px;
    left: 0px;
    color: red;
    z-index: 20;
}

.liquid-popup-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 5000;
}

.liquid-message-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    background-color: white;
    opacity: 1;
    top: 20%;
    left: 30vw;
    z-index: 5001;
    width: 40vw;
    min-width: 440px;
    padding: 40px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.header-menu-bars.header-menu__btn.btn-opened {
    right: 5.33vw;
}

.liquid-popup-text {
    color: #402020;
    text-align: center;
    font-family: BigNoodleTitling;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    padding: 5px;
}

.liquid-popup-text-bottom {
    color: #402020;
    text-align: center;
    font-family: TRADEGOTHICLTPRO;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 5px;
}

.liquid-popup-buttons {
    display: flex;
    width: 100%;
}

.liquid-popup-submit {
    width: 50%;
    margin: 10px;
    padding: 14px 12px 10px;
    background: #7E213B;
    border: solid;
    color: #FFF;
    text-align: center;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    /* 60% */
    letter-spacing: 1.2px;
    border-color: #7E213B;
    text-transform: uppercase;
    cursor: pointer;
}

.liquid-popup-submit:hover {
    background-color: #AA9868;
    color: white;
    border: solid;
    border-color: #AA9868;
}

.liquid-popup-cancel {
    width: 50%;
    border: solid;
    margin: 10px;
    padding: 14px 12px 10px;
    color: #FF4539;
    text-align: center;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
}

.liquid-popup-cancel:hover {
    background-color: #AA9868;
    color: white;
    border: solid;
    border-color: #AA9868;
}

#loadMoreBtn {
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7e213b), color-stop(50%, #9c244b)) left top/100% 200%, #7e213b;
    background: -webkit-linear-gradient(top, #7e213b 50%, #9c244b 50%) left top/100% 200%, #7e213b;
    background: -o-linear-gradient(top, #7e213b 50%, #9c244b 50%) left top/100% 200%, #7e213b;
    background: linear-gradient(to bottom, #7e213b 50%, #9c244b 50%) left top/100% 200%, #7e213b;
    border-color: #ff5240;
    font: 1.25rem/1 BigNoodleTitling, sans-serif;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 198px;
    padding: 14px 12px 10px;
    overflow: hidden;
    color: #fff;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: background-position .3s ease, color .8s ease, background-color .2s;
    -o-transition: background-position .3s ease, color .8s ease, background-color .2s;
    transition: background-position .3s ease, color .8s ease, background-color .2s;
}

#loadMoreBtn:hover {
    color: #fff;
    background-position: left bottom;
    border: solid 2px #ff5240;
    outline: 0;
    -webkit-transition: background-position .3s ease, background-color .2s cubic-bezier(1, 0, 0, 1) .1s;
    -o-transition: background-position .3s ease, background-color .2s cubic-bezier(1, 0, 0, 1) .1s;
    transition: background-position .3s ease, background-color .2s cubic-bezier(1, 0, 0, 1) .1s;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7e213b), color-stop(50%, #9c244b)) left bottom/100% 200%, #9c244b;
    background: -webkit-linear-gradient(top, #7e213b 50%, #9c244b 50%) left bottom/100% 200%, #9c244b;
    background: -o-linear-gradient(top, #7e213b 50%, #9c244b 50%) left bottom/100% 200%, #9c244b;
    background: linear-gradient(to bottom, #7e213b 50%, #9c244b 50%) left bottom/100% 200%, #9c244b;
}

.plp-loader,
.cart-loader {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.5s;
  stroke: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}

.plp-loader .circular,
.cart-loader .circular {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform-origin: center center;
  animation: rotate 2s linear infinite;
}

.plp-loader .path,
.cart-loader .path {
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4px;
}

.plp-loader .spinner,
.cart-loader .spinner {
  position: relative;
  top: 36%;
  width: 144px;
  margin: 0 auto;
}

.cart-loader .spinner {
  top: 20%;
  width: 3.8vw;
  max-width: 60px;
  margin: 0 auto;
}

.plp-loader .spinner::before,
.cart-loader .spinner::before {
  display: block;
  padding-top: 100%;
  content: '';
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

::placeholder {
    color: #AA9868;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    #liquid-plp-container #delivery-address {
        padding: 16px 0;
    }

    .header-menu-bars {
        right: 18.33vw;
    }

    .plp-loader .spinner,
    .cart-loader .spinner {
        top: 17%;
        width: 20vw;
    }

    .cart-loader .spinner {
        top: 26%;
    }

    .plp-loader .path {
        stroke-width: 3px;
    }

    .liquid-message-container {
        left: 0;
        width: 100vw;
        padding: 20px;
        height: 100vh;
        top: 0;
        min-width: unset;
    }

    .liquid-cart-class-anchor {
        position: fixed;
        right: 6vw;
        display: block;
    }

    #liquid-plp-container li,
    #liquid-pdp-container li,
    .liquid-cart-container li {
        list-style-type: none
    }

    .liquid-cart-counter-container {
        top: -5px;
        left: 20px;
        font-size: initial;
    }

    .delivery-address-info,
    .delivery-address-states {
        font-size: 12px;
    }

    .sort-filter-panel-container {
        padding: 0;
        margin-top: 0;
        flex-direction: column;
    }

    .sort-group-name-container,
    .filter-group-name-container {
        padding-left: 0px;
    }

    .filter-group-container {
        flex-direction: column;
        font-size: 20px;
        width: 100%;
    }

    .filter-group-name-container {
        line-height: 15px;
        margin-bottom: 16px;
    }

    .filter-group-name-container::after {
        top: unset;
        right: 5px;
        width: 0.5em;
        height: 0.5em;
        border-width: 3px 3px 0 0;
    }

    hr {
        display: block;
        width: 100%;
        height: 1px;
        margin-top: 0;
        margin-bottom: 3px;
        background-color: #8B1E41;
        border: 0 none;
    }

    .sort-group-container,
    .filter-group-container {
        padding: 12px 0px;
    }

    .filter-options-container {
        position: relative;
        border: none;
        padding: 16px 0px;
        font-family: BigNoodleTitling;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 20px;
    }

    .sort-group-container {
        font-size: 20px;
        padding-top: 0;
        justify-content: space-between;
        width: 100%;
    }

    .sort-group-name-container::after {
        top: 12px;
        right: 5px;
        width: 0.5em;
        height: 0.5em;
        border-width: 3px 3px 0 0;
    }

    .sort-group-name-container {
        padding-right: 20px;
    }

    .sort-options-container {
        padding: 8px 16px;
        font-size: 20px;
        font-family: BigNoodleTitling;
        line-height: 20px;
        right: 0px;
        top: 50px;
    }

    .sort-options-container>div:first-child,
    .filter-options-container>div:first-child {
        color: #FF4539;
    }

    .plp-items>div {
        flex-direction: column;
    }

    .plp-item-container {
        width: 100%;
        margin: 10px 0;
    }

    .pdp-item-container {
        flex-direction: column;
        margin: 0;
    }

    .pdp-content-container,
    .pdp-content-container .quantity-main-container {
        padding: 16px 0;
    }

    .pdp-item-container .item-name,
    .pdp-item-container .delivery-options-container {
        padding: 0;
    }

    .pdp-item-container .item-container img {
        width: 100%;
    }

    .pdp-item-container .item-container,
    .pdp-content-container,
    .liquid-cart-container {
        width: 100%;
    }
}



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

    .quantity-text-container,
    .add-to-cart-text-container {
        font-size: 12px;
    }

    .quantity {
        max-width: 30px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 900px) {

    .quantity-text-container,
    .add-to-cart-text-container {
        font-size: 16px;
    }
}


.liquid-engraving-input {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    margin-bottom: 2px;
    border-radius: 4px;
    border: 1px solid #AA9868;
    color: #402020;
    width: 100%;
    height: 30px;
}

.liquid-profanity-error {
    color: red;
}

.engraving-cart-container {
    display: flex;
    width: 100%;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #AA9868;
    cursor: pointer;
}

.no-more-item-container {
    display: flex;
    width: 100%;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #AA9868;
    cursor: pointer;
}

.no-more-item-main-container {
    display: flex;
    padding: 16px;
    margin-top: auto;
}

.liquid-find-now-container {
    display: flex;
    width: 100%;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #AA9868;
    cursor: pointer;
    margin-top: 10px;
}

.liquid-find-now-text {
    color: #FFF;
    text-align: center;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.liquid-engrave-header-text {
    color: #402020;
    font-family: BigNoodleTitling;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.liquid-engrave-container {
    width: 100%;
    color: #AA9868;
}

.liquid-engrave-container div {
    margin-bottom: 10px;
}

.liquid-cart-edit-header {
    display: flex;
}

.liquid-cart-edit-header-message {
    width: 50%;
    text-transform: uppercase;
    font-family: BigNoodleTitling;
}

.liquid-cart-edit-button {
    display: flex;
    width: 50%;
    justify-content: end;
    color: #FF4539;
    font-family: BigNoodleTitling;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

.liquid-cart-main-edit-container {
    margin-top: 10px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #AA9868;
}

.liquid-cart-engraving-warning-msg {
    padding-top: 10px;
    font-size: 16px;
    font-family: BigNoodleTitling;
    text-transform: uppercase;
    color: #402020;
}

.liquid-cart-edit-button div {
    cursor: pointer;
}

.liquid-done-button-container {
    color: #FF4539;
}

.liquid-cart-button-container {
    display: flex;
    justify-content: end;

    color: #AA9868;
    font-family: BigNoodleTitling;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.liquid-cart-button-container div {
    margin-left: 10px;
    cursor: pointer;
}

.liquid-cart-view-line-container {
    display: flex;
    color: #402020;
    font-family: TRADEGOTHICLTPRO;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    text-transform: uppercase;
}

.liquid-cart-view-line-container div {
    padding-right: 5px;
}