a { transition: all 0.3s ease-out; } .blockUI { background: #faeddc !important; }  input[type="checkbox"] { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; border: 0.1rem solid var(--green-dark); border-radius: 2px; background-color: transparent; cursor: pointer; position: relative; display: inline-block; vertical-align: middle; margin: 0; padding: 0; transition: background-color 0.2s ease, border-color 0.2s ease; }  input[type="checkbox"]:checked { background-color: var(--green-dark); border-color: var(--green-dark); }  input[type="checkbox"]:checked::after { content: ''; position: absolute; top: 2px; left: 6px; width: 4px; height: 10px; border: solid var(--Yellow); border-width: 0 2px 2px 0; transform: rotate(45deg); pointer-events: none; }  input[type="checkbox"]:hover { box-shadow: 0 0 0 2px rgba(0,0,0,0.05); } .quantity { width: fit-content; background-color: #ffffff; font-size: 1.8rem; font-weight: 500; line-height: 3rem; } .quantity input { border: 0px; } .quantity .minus, .quantity .plus { border: none !important; opacity: 1; } .quantity svg { stroke-width: 0.2rem; height: 2rem; width: 2rem; } .f-24-medium { font-style: normal; font-weight: 500; font-size: 2.4rem; line-height: 3.8rem; } .f-18-medium { font-style: normal; font-weight: 500; font-size: 1.8rem; line-height: 3rem; } .f-18-medium.brxe-text-basic, .f-18-medium.brxe-heading { color: var(--yellow); } .f-16-regular { font-weight: 400; font-size: 16px; line-height: 24px; } .f-14-uppercase-semibold { font-style: normal; font-weight: 600; font-size: 14px; line-height: 14px; letter-spacing: 0.1em; text-transform: uppercase; } .f-20-adress { font-style: normal; font-weight: 500; font-size: 2.0rem; line-height: 3.8rem; } .f-36-semibold { font-style: normal; font-weight: 600; font-size: 3.6rem; line-height: 5rem; } .logo-fixed { position: fixed !important; } .pswp.brx .pswp__icn-shadow { stroke: none; } .secondary-like-link { background: none; } @media (max-width: 991px) { .splide__arrow { display: none !important; } } .today_menu_title { font-size: 2rem; font-weight: 400; } body.bricks-is-frontend :focus-visible { outline: none; } .pswp__button--arrow--prev svg { display: none; } .pswp.brx .pswp__button { padding-top: 3rem; } .pswp__button--arrow--prev svg, .pswp__button--arrow--next svg { display: none; }  .pswp__button--arrow--prev::before { content: ''; display: inline-block; width: 5rem; height: 5rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='21' viewBox='0 0 10 21' fill='none'%3E%3Cpath d='M8.11328 1.29688L2.60992 6.57162C0.463344 8.62902 0.463344 11.9647 2.60992 14.0221L8.11328 19.2969' stroke='%23CE9EA9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; background-position: center; }  .pswp__button--arrow--next::before { content: ''; display: inline-block; width: 5rem; height: 5rem; padding-left: 9rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='21' viewBox='0 0 10 21' fill='none'%3E%3Cpath d='M1.88672 1.29688L7.39008 6.57162C9.53666 8.62902 9.53666 11.9647 7.39008 14.0221L1.88672 19.2969' stroke='%23CE9EA9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; background-position: center; } .pswp__button--arrow--prev::before, .pswp__button--arrow--next::before { filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.6)); } .tax_label { display: none !important; } @media (max-width: 1261px) { #vertical-panel { display: none !important; } }