@import '_content/WebAppComponents/WebAppComponents.z127xukbab.bundle.scp.css';

/* /Components/Chatbot/Chatbot.razor.rz.scp.css */
.floating-pane[b-g9e44yhfpp] {
    position: fixed;
    padding-top: 1em;
    width: 25rem;
    height: 35rem;
    right: 3rem;
    bottom: 3rem;
    border: 0.0625rem solid silver;
    border-radius: 0.5rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-family: "Segoe UI", arial, helvetica;
    animation: slide-in-from-right-b-g9e44yhfpp 0.3s ease-out;
    z-index: 2;
}

@keyframes slide-in-from-right-b-g9e44yhfpp {
    0% {
        transform: translateX(30rem);
    }
    100% {
        transform: translateX(0);
    }
}

.hide-chatbot[b-g9e44yhfpp] {
    border: none;
    background-color: #B4B4B8;
    color: white;
    position: absolute;
    top: 0.25rem;
    right: 0.18rem;
    border-radius: 0.55rem;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chatbot-input[b-g9e44yhfpp] {
    margin-top: auto;
    display: flex;
    position: relative;
    border: 0.125rem solid #f4f0f4;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0.5rem 0.75rem;
    gap: 0.3rem;
    height: 3.5rem;
    align-items: stretch;
    flex-shrink: 0;
}

    .chatbot-input textarea[b-g9e44yhfpp] {
        width: 100%;
        background: none;
        border: none;
        outline: none;
        resize: none;
        font-weight: 400;
        font-family: "Segoe UI", arial, helvetica;
        font-size: 16px;
    }

    .chatbot-input button[b-g9e44yhfpp] {
        width: 6.25rem;
        height: 3.125rem;
        border-radius: 0.5rem;
        border-width: 0;
        cursor: pointer;
        font-size: 0.875rem;
        font-weight: 500;
        padding: 0.6rem 0.8rem;
        text-align: center;
    }

.chatbot-chat[b-g9e44yhfpp] {
    overflow-y: scroll;
    height: 100%;
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-direction: column;
}

    .chatbot-chat .message[b-g9e44yhfpp] {
        padding: 0.5rem 1rem;
        border-radius: 1.25rem;
        max-width: 85%;
        display: inline-block;
        white-space: break-spaces;
        overflow-x: clip;
        margin-bottom: 0.75rem;
        margin-top: 0.25rem;
    }

    .chatbot-chat .message-assistant[b-g9e44yhfpp] {
        background-color: #f4f0f4;
        margin-right: auto;
    }

    .chatbot-chat .message-user[b-g9e44yhfpp] {
        background-color: #102c57;
        margin-left: auto;
        color: white;
    }

    .chatbot-chat[b-g9e44yhfpp]  img {
        max-height: 10rem;
    }

    .thinking[b-g9e44yhfpp] {
        color: gray;
        font-style: italic;
        animation: fade-in-and-out-b-g9e44yhfpp 1s infinite;
        padding: 0;
        margin: 0;
        padding-left: 0.6rem;
        font-size: 90%;
    }

@keyframes fade-in-and-out-b-g9e44yhfpp {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 0.2;
    }
}
/* /Components/Chatbot/ShowChatbotButton.razor.rz.scp.css */
.show-chatbot[b-fwfzhcwlac] {
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 1;
    box-shadow: 0 2px 7px 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-image: url('chat.png');
    background-size: contain;
    width: 4.5rem;
    height: 3.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f3f4f3;
    transition: transform ease-out 0.2s;
    border: 2px solid transparent;
    display: block;
}

    .show-chatbot:hover[b-fwfzhcwlac] {
        border-color: #49b4fe;
        cursor: pointer;
        transform: scale(1.2);
        box-shadow: 0 2px 7px 2px rgba(0,0,0,0.4);
    }

    .show-chatbot:active[b-fwfzhcwlac] {
        transform: scale(1.1);
        transition: transform ease-out 0.01s;
    }
/* /Components/Layout/CartMenu.razor.rz.scp.css */
.cart-badge[b-cvup7t0hdi] {
    display: flex;
    padding: 0.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    position: absolute;
    right: -0.5rem;
    top: 1rem;
    border-radius: 20px;
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.25rem;
}
/* /Components/Layout/FooterBar.razor.rz.scp.css */
.eshop-footer[b-0091vpuuyh] {
  margin-top: 3.5rem;
  background-color: #000;
  width: 100%;
}

.eshop-footer-content[b-0091vpuuyh] {
  max-width: 120rem;
  margin: auto;
}

.eshop-footer-row[b-0091vpuuyh] {
  padding: 3.5rem 10rem;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.eshop-footer .logo-footer[b-0091vpuuyh] {
  color: white;
  margin-right: auto;
  width: 100px;
  height: auto;
}


@media only screen and (max-width: 480px) { 
  .eshop-footer-row[b-0091vpuuyh] {
    padding: 3.5rem 1rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
  .eshop-footer-row[b-0091vpuuyh] {
    padding: 3.5rem 3rem;
  }
}
/* /Components/Layout/HeaderBar.razor.rz.scp.css */
.eshop-header[b-6ripnyrulc] {
    position: relative;
    max-width: 120rem;
    margin: auto;
}

.eshop-header.home .eshop-header-container[b-6ripnyrulc] {
    height: 38rem;
    margin-bottom: 0;
}

.eshop-header .eshop-header-container[b-6ripnyrulc] {
    height: 15rem;
    margin-bottom: 4rem;
}

.eshop-header-hero[b-6ripnyrulc] {
    overflow: hidden;
    position: absolute;
    max-width: 100%;
    left: 0;
    top: 0;
}

.eshop-header-container[b-6ripnyrulc] {
    position: relative;
    margin: auto;
    margin: 0 10rem;
}

.eshop-header-intro[b-6ripnyrulc] {
    position: absolute;
    max-width: 48rem;
    bottom: 3rem;
    white-space: nowrap;
}

.eshop-header-intro h1[b-6ripnyrulc] {
    color: #000;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.eshop-header-intro p[b-6ripnyrulc] {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin: 0;
}

.eshop-header .logo-header[b-6ripnyrulc] {
    color: black;
    margin-right: auto;
    width: 20vw;
    height: auto;
    max-width: 250px;
    min-width: 100px;
}

.eshop-header-navbar[b-6ripnyrulc] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.25rem;
    gap: 1.5rem;
}

@media only screen and (max-width: 480px) { 
    .eshop-header-hero[b-6ripnyrulc] {
        height: 18rem;
    }

    .eshop-header-hero img[b-6ripnyrulc] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .eshop-header .eshop-header-container[b-6ripnyrulc] {
        height: 15rem;
        margin-bottom: 4rem;
    }

    .eshop-header-container[b-6ripnyrulc] {
        margin: 0 1rem;
    }

    .eshop-header.home .eshop-header-container[b-6ripnyrulc] {
        height: 18rem;
        margin: 0 1rem;
    }

    .eshop-header-intro[b-6ripnyrulc] {
        white-space: wrap;
        bottom: 0;
    }

    .eshop-header-intro h1[b-6ripnyrulc] {
        font-size: 2rem;
    }
    
    .eshop-header-intro p[b-6ripnyrulc] {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .eshop-header.home .eshop-header-hero[b-6ripnyrulc] {
        height: 24rem;
    }

    .eshop-header .eshop-header-hero[b-6ripnyrulc] {
        height: 15rem;
    }

    .eshop-header-hero img[b-6ripnyrulc] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .eshop-header-container[b-6ripnyrulc] {
        margin: 0 1rem;
        margin: 0 3rem;
    }

    .eshop-header.home .eshop-header-container[b-6ripnyrulc] {
        height: 24rem;
        margin: 0 3rem;
    }

    .eshop-header-intro[b-6ripnyrulc] {
        white-space: wrap;
    }

    .eshop-header-intro h1[b-6ripnyrulc] {
        font-size: 2rem;
    }
    
    .eshop-header-intro p[b-6ripnyrulc] {
        font-size: 1.5rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fq3qcrodmt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fq3qcrodmt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/UserMenu.razor.rz.scp.css */
.dropdown-menu[b-76h2upmpzx] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-76h2upmpzx] {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 8rem;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-item[b-76h2upmpzx] {
    padding: 0.75rem 1rem;
    text-decoration: none;
    display: block;
    color: #000;
}

.dropdown-item:hover[b-76h2upmpzx] {
    background-color: #ddd;
}

.dropdown-menu:hover .dropdown-content[b-76h2upmpzx] {
    display: block;
}

.dropdown-item button[b-76h2upmpzx] {
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 100%;
    padding: 0;
    text-align: left;
}
/* /Components/Pages/Cart/CartPage.razor.rz.scp.css */
.cart[b-jcek15ss31] {
    padding: 0 10rem;
    display: flex;
    gap: 6rem;
}

.cart .cart-items[b-jcek15ss31] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex: 1 0 0;
}

.cart-items .cart-item-header[b-jcek15ss31] {
    display: flex;
    padding: 0.5rem 0;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #D2D2D2;
    flex-grow: 1;
}

.cart-items .cart-item[b-jcek15ss31] {
    display: flex;
    padding-bottom: 1.25rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #D2D2D2;
}

.cart-items .cart-item .catalog-item-info[b-jcek15ss31] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    align-self: stretch;
    flex-basis: 60%;
}

.cart-items .cart-item-header .catalog-item-info[b-jcek15ss31] {
    flex-basis: 60%;
}

.cart-items .cart-item .catalog-item-quantity[b-jcek15ss31],
.cart-items .cart-item-header .catalog-item-quantity[b-jcek15ss31] {
    flex-grow: 1;
}

.cart-items .cart-item .catalog-item-quantity form[b-jcek15ss31] {
    display: flex;
    gap: 0.5rem;
}

.cart-items .cart-item .catalog-item-quantity input[b-jcek15ss31] {
    max-width: 3rem;
    padding: 1rem 0.75rem;
}

.cart-items .cart-item .catalog-item-info img[b-jcek15ss31] {
    max-height: 12rem;
    max-width: 12rem;
}

.cart-summary-container[b-jcek15ss31] {
    display: flex;
    padding: 1rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex-shrink: 0;
    background: #F7F7F7;
}

.cart-summary-header[b-jcek15ss31] {
    display: flex;
    padding: 0.5rem 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #000;
    gap: 0.5rem;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
}

.cart-summary-breakdown[b-jcek15ss31] {
    display: flex;
    padding-bottom: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
    border-bottom: 1px solid #444;
}

.cart-summary-breakdown-line[b-jcek15ss31] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.cart-summary-total[b-jcek15ss31] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.cart-summary .cart-summary-link[b-jcek15ss31] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #000;
    text-decoration: none;
}

.cart-summary .filter-badge[b-jcek15ss31] {
    background: #000;
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    width: 3.5rem;
    height: 1.5rem;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

@media only screen and (max-width: 480px) { 
    .cart[b-jcek15ss31] {
        padding: 0 1rem;
        gap: 1rem;
        flex-direction: column-reverse
    }

    .cart-item-header div[b-jcek15ss31] {
        display: none;
    }

    .cart-item[b-jcek15ss31] {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .cart-items .cart-item .catalog-item-info[b-jcek15ss31] {
        flex-basis: 100%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .cart[b-jcek15ss31] {
        padding: 0 3rem;
        gap: 2rem;
        flex-direction: column-reverse;
    } 
}
/* /Components/Pages/Catalog/Catalog.razor.rz.scp.css */
.catalog[b-ndu1y05vtn] {
    padding: 0 10rem;
    display: flex;
    gap: 6rem;
}

.catalog .catalog-filter[b-ndu1y05vtn] {
    flex-grow: 1;
    min-width: 14rem;
}

.catalog .catalog-filter .catalog-filter-header[b-ndu1y05vtn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 0.7rem;
}

.catalog .catalog-filter .filter-reset[b-ndu1y05vtn] {
    margin-left: auto;
}

.catalog .catalog-filter .filter-reset:hover[b-ndu1y05vtn] {
    cursor: pointer;
}

.catalog .catalog-filter .filter-badge[b-ndu1y05vtn] {
    background: #000;
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catalog .catalog-filter-group h3[b-ndu1y05vtn] {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
}

.catalog .catalog-filter-group .catalog-filter-group-tags[b-ndu1y05vtn] {
    border-top: 1px solid #404040;
    display: flex;
    padding: 0.75rem 0;
    align-items: center;
    align-content: center;
    gap: 0.25rem;
    align-self: stretch;
    flex-wrap: wrap;
}

.catalog-filter-group-tags .catalog-filter-tag[b-ndu1y05vtn] {
    display: flex;
    padding: 0.5rem 0.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    border-radius: 1.25rem;
    color: #404040;
    font-family: 'Open Sans';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.catalog-filter-group-tags .catalog-filter-tag:hover[b-ndu1y05vtn] {
    cursor: pointer;
}

.catalog-filter-group-tags .catalog-filter-tag.active[b-ndu1y05vtn] {
    background: #000;
    color: #FFF;
}

.catalog .catalog-items[b-ndu1y05vtn] {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 2.5rem;
    flex-wrap: wrap;
    flex-grow: 1;
}

.page-links[b-ndu1y05vtn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}

[b-ndu1y05vtn] a {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #F7F7F7;
    color: #000;
    text-decoration: none;
}

.page-links[b-ndu1y05vtn]  a.active-page {
    color: #F7F7F7;
    background-color: #000;
}


@media only screen and (max-width: 480px) { 
    .catalog[b-ndu1y05vtn] {
        padding: 0 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .page-links[b-ndu1y05vtn] {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .catalog[b-ndu1y05vtn] {
        padding: 0 3rem;
        flex-direction: column;
        gap: 1.5rem;
    }

    .page-links[b-ndu1y05vtn] {
        flex-wrap: wrap;
    }
}
/* /Components/Pages/Checkout/Checkout.razor.rz.scp.css */
.checkout[b-vt8lr34yar] {
    padding: 0 10rem;
}

.checkout h2[b-vt8lr34yar] {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border-bottom: 1px solid #D2D2D2;
    width: 100%;
    padding-bottom: 0.5rem;
}

.checkout .form-buttons[b-vt8lr34yar] {
    display: flex;
    padding: 1.5rem 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #000;
}

.checkout label[b-vt8lr34yar] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    color: #444;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.checkout[b-vt8lr34yar]  input {
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: calc(100% - 1rem);
    padding: 0.5rem;
}

.form-group[b-vt8lr34yar] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
}

.form-group .form-group-item[b-vt8lr34yar] {
    flex: 1 0 0;
}

.form[b-vt8lr34yar] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.form .form-section[b-vt8lr34yar] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-self: stretch;
}

@media only screen and (max-width: 480px) { 
    .checkout[b-vt8lr34yar] {
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .checkout[b-vt8lr34yar] {
        padding: 0 3rem;
    }
}
/* /Components/Pages/Item/ItemPage.razor.rz.scp.css */
.item-details[b-tq8u8jp9j6] {
    padding: 0 5rem 0 10rem;
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    line-height: 1.7rem;
}

p:first-of-type[b-tq8u8jp9j6] {
    margin-top: 0;
}

img[b-tq8u8jp9j6] {
    width: 25rem;
    max-width: 50%;
}

.description[b-tq8u8jp9j6] {
    max-width: 30rem;
}

.add-to-cart[b-tq8u8jp9j6] {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.price[b-tq8u8jp9j6] {
    font-size: 1.6rem;
    font-weight: 600;
}

.add-to-cart button[b-tq8u8jp9j6] {
    background-color: black;
    color: white;
    border-radius: .25rem;
    border: 0;
    padding: 0.5rem 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.add-to-cart button:hover[b-tq8u8jp9j6] {
    background-color: #666;
}

    .add-to-cart button:active[b-tq8u8jp9j6] {
        background-color: #333;
    }

a[b-tq8u8jp9j6] {
    color: black;
}

@media only screen and (max-width: 480px) { 
    .item-details[b-tq8u8jp9j6] {
        padding: 1.5rem 1rem 0 1rem;
        flex-direction: column;
        gap: 1rem;
    }    

    .item-details img[b-tq8u8jp9j6] {
        width: 100%;
        max-width: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .item-details[b-tq8u8jp9j6] {
        gap: 1rem;
        padding: 0 3rem 0 3rem;
    }    
}
/* /Components/Pages/User/Orders.razor.rz.scp.css */
.orders[b-wj5xq5xnn5] {
    padding: 0 10rem;
}

.orders-item[b-wj5xq5xnn5] {
    display: flex;
    padding-bottom: 0;
    align-items: center;
    gap: 1.75rem;
    align-self: stretch;
}

.orders-item > div[b-wj5xq5xnn5] {
    flex: 1 0 0;
}

.orders-item[b-wj5xq5xnn5] {
    padding: 1rem 0;
    border-bottom: 1px solid #D2D2D2;
}

.orders-header[b-wj5xq5xnn5] {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
}

.total-header[b-wj5xq5xnn5] {
    text-align: right;
}

.order-total[b-wj5xq5xnn5] {
    color: #000;
    text-align: right;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.order-status .status[b-wj5xq5xnn5] {
    border-radius: 1.25rem;
    border: 1px solid #A3A3A3;
    color: #A3A3A3;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
}

.order-status .status.cancelled[b-wj5xq5xnn5] {
    color: #FF4E4E;
    border: 1px solid #FF4E4E;
}

.order-status .status.paid[b-wj5xq5xnn5] {
    color: #2A9E01;
    border: 1px solid #2A9E01;
}

@media only screen and (max-width: 480px) { 
    .orders[b-wj5xq5xnn5] {
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .orders[b-wj5xq5xnn5] {
        padding: 0 3rem;
    }    
}
