@media screen and (min-width: 1025px) {
  .page-header .toggle_btn {
    border: none;
    background: transparent;
    padding: 0;
    height: 36px;
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 130%;
    font-weight: normal;
    font-family: "LibreBaskerville-Regular";
  }
  .page-header .toggle_btn span {
    display: block;
  }
  .page-header .toggle_btn span:after {
    display: block;
    content: "";
    margin-top: -1px;
    border-top: 1px solid;
    width: 0;
    -o-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .page-header .toggle_btn:hover span:after {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .page-header .block_inner {
    position: absolute;
    top: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(252, 251, 240, 0.95);
    color: #3B4021;
    width: 360px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -o-transition: max-height 0s 0.4s, opacity 0.3s 0.1s;
    -ms-transition: max-height 0s 0.4s, opacity 0.3s 0.1s;
    -moz-transition: max-height 0s 0.4s, opacity 0.3s 0.1s;
    -webkit-transition: max-height 0s 0.4s, opacity 0.3s 0.1s;
    transition: max-height 0s 0.4s, opacity 0.3s 0.1s;
    padding: 0 28px;
  }
  .page-header .block_inner:before, .page-header .block_inner:after {
    display: block;
    content: "";
    height: 40px;
  }
  .page-header .submenu_content {
    position: absolute;
    overflow: hidden;
    top: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(252, 251, 240, 0.95);
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
  }
  .page-header .submenu_content:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px solid rgba(229, 229, 229, 0.5);
  }
  .page-header:has(.rewards_language:hover) {
    background: transparent;
    color: #fcfbf0;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
  }
  .page-header .header_actions {
    left: unset;
    right: 0;
    padding: 0 20px;
  }
  .page-header .sign_block {
    margin-left: auto;
  }
  div:has(> .toggle_btn):hover .block_inner {
    max-height: 480px;
    opacity: 1;
    -o-transition: max-height 0s 0s, opacity 0.3s;
    -ms-transition: max-height 0s 0s, opacity 0.3s;
    -moz-transition: max-height 0s 0s, opacity 0.3s;
    -webkit-transition: max-height 0s 0s, opacity 0.3s;
    transition: max-height 0s 0s, opacity 0.3s;
  }
  div:has(> .toggle_btn):hover .toggle_btn span:after {
    width: 100%;
  }
  .rewards_language {
    position: absolute;
    left: 16px;
    bottom: 0;
    margin-bottom: 73px;
    height: 36px;
    color: #fcfbf0;
    display: flex;
    gap: 16px;
    z-index: 20;
  }
  .rewards_block {
    position: relative;
  }
  .rewards_block .block_inner {
    left: 50%;
    margin-left: -180px;
  }
  .rewards_block .preview_block {
    font-family: "LibreBaskerville-Medium";
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid;
    line-height: 20px;
    font-size: 160%;
  }
  .rewards_block .info_block {
    font-size: 160%;
    line-height: 24px;
  }
  .rewards_block .info_label {
    font-family: "LibreBaskerville-Medium";
    margin-bottom: 8px;
  }
  .rewards_block ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .rewards_block ul li {
    margin: 0;
  }
  .rewards_block .explore_link {
    margin-top: 16px;
  }
  .minicart-items-wrapper {
    max-height: 316px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .page-header .catalog_menu .menu_list > li > a {
    margin: 12px 24px;
    font-size: 140%;
    line-height: 20px;
  }
  .page-header .catalog_menu .submenu_list {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .page-header .catalog_menu .submenu_list > ul {
    flex: 0 0 57.5%;
    max-width: 57.5%;
  }
  .page-header .catalog_menu .submenu_list a {
    font-size: 140%;
    line-height: 20px;
  }
  .page-header .catalog_menu .submenu_list a.special_item {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
@media screen and (min-height: 1025px) {
  .minicart-wrapper .ui-dialog.mage-dropdown-dialog {
    position: fixed !important;
    inset: 0;
    left: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: transparent;
    z-index: 9999;
  }
  .minicart-wrapper .block-minicart {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 380px;
    max-width: 100%;
    margin: 0;
    margin-top: 0 !important;
    height: 100%;
    min-height: 100vh;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    -o-transition: box-shadow 0.25s;
    -ms-transition: box-shadow 0.25s;
    -moz-transition: box-shadow 0.25s;
    -webkit-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
  }
  .minicart-wrapper #minicart-content-wrapper {
    height: 100%;
    min-height: 100vh;
  }
  .minicart-wrapper .block-content {
    flex: 1;
    min-height: 0;
  }
  .minicart-wrapper .minicart-items-wrapper {
    flex: 1;
    min-height: 0;
    max-height: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .page-footer {
    position: relative;
  }
  .page-footer:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 64px;
    border-top: 1px solid rgba(237, 235, 223, 0.5);
  }
  .copyright .apps_links {
    margin-bottom: 41px;
  }
}
@media screen and (min-width: 1025px) {
  .cart-summary {
    top: 160px !important;
    width: 33.33%;
  }
  .cart-container .cart-discount,
  .cart-container .form-cart {
    width: 66.67%;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .cart-container .cart-discount,
  .cart-container .form-cart {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .cart-container .cart-discount,
  .cart-container .form-cart {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .cart-totals {
    border-radius: 5px 5px 0 0;
    padding: 20px 20px 0;
  }
  .cart-summary .block.shipping {
    padding: 20px 20px 0;
  }
  .cart-summary:before {
    border-radius: 5px 5px 0 0;
  }
  .cart-summary:after {
    border-radius: 5px;
  }
  .cart-summary .checkout-methods-items {
    padding: 20px;
    border-radius: 0 0 5px 5px;
  }
  .cart.table-wrapper .cart .col.subtotal {
    flex: 0 0 120px;
    max-width: 120px;
  }
  .cart.table-wrapper .cart .col.col.qty {
    flex: 0 0 120px;
    max-width: 120px;
  }
  .cart.table-wrapper .cart .col.col.qty label {
    margin-top: 7px;
  }
  .cart.table-wrapper .cart .col.price {
    flex: 0 0 90px;
    max-width: 90px;
  }
  .cart.table-wrapper .cart tbody.item {
    border-radius: 5px;
    padding: 10px;
  }
  .cart.table-wrapper .cart tbody.item .col.price .price,
  .cart.table-wrapper .cart tbody.item .col.subtotal .price {
    padding-top: 10px;
  }
  .cart.table-wrapper .product-item-photo {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 10px;
  }
  .cart.table-wrapper .product-item-details {
    padding-top: 0;
    padding-left: 10px;
  }
  .cart.table-wrapper .product-image-wrapper {
    height: 80px;
  }
  .cart.table-wrapper .actions-toolbar {
    bottom: 20px;
  }
  .cart-discount {
    margin-top: 30px;
  }
  .cart-discount .block {
    padding: 30px 24px;
    border-radius: 5px;
  }
  .cart-discount .block .content {
    max-width: 61%;
  }
  .cart-discount .block > .title {
    font-size: 160%;
    line-height: 28px;
  }
  .cart-discount .block > .title:before {
    flex: 0 0 50px;
    max-width: 50px;
    margin-right: 10px;
  }
}

/*# sourceMappingURL=cart-l.css.map */
