@import "webshop-fonts.css";
@layer webshop {
    :root {
        --webshop-color-primary-lightest: var(--color-primary-blue-200);
        --webshop-color-primary-lighter: var(--color-primary-blue-400);
        --webshop-color-primary: var(--color-primary-blue-500);
        --webshop-color-primary-darker: var(--color-primary-blue-600);
        --webshop-color-primary-darkest: var(--color-primary-blue-900);
        --product-card-background-color: #f3ead8;
        --webshop-color-link: var(--color-text-onlight-link-hover);
        --carousel-item-count: 1;
        --product-card-border-radius: 0.375em;
    }
    body {
        --side-padding: calc(((100vw - 1170px) / 2) + 10px);
    }
    button {
        cursor: pointer;
    }
    h3 {
        color: var(--color-heading);
    }
    h3 a:hover {
       color: var(--webshop-color-link); 
    } 
    header.webshop-header {
        position: relative;
        padding-bottom: 5px;
        background-color: var(--webshop-color-primary);
        /* background-image: url(../images/noisy_bg.png), url(../images/header_bg.png); */
        background-image: url(../images/noisy_bg.png), url(../images/header_bg.png), linear-gradient(165deg, var(--webshop-color-primary) 50%, oklch(from var(--webshop-color-primary) calc(l * 1.1) c h) 100%);
        background-repeat: repeat, no-repeat, repeat;
        background-position: 0px 0px, top center , 0px 0px;
        background-blend-mode: multiply, normal, normal;
        background-size: contain, 1920px, contain;
        background-clip: content-box;
        width: 100vw;
        border-image:  url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ddd' stroke-width='2' stroke-dasharray='4%2c4.3' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
        border-image-slice: 2;
        border-width: 0 0 3px 0;
        border-style: solid;
        display: grid;
        grid-template-columns: minmax(8px, var(--side-padding)) repeat(10, 1fr) minmax(8px, var(--side-padding));
        grid-template-rows: auto 1fr auto;
        grid-template-areas: 
            'lmargin logo sitemenu sitemenu sitemenu sitemenu sitemenu sitemenu login login cart rmargin'
            'lmargin menu menu menu menu menu menu menu search search search rmargin'
            'lmargin slider slider slider slider slider slider slider slider slider slider rmargin';
        .top-logo {
            grid-area: logo;
        }
        .top-cart {
            grid-area: cart;
            position: relative;
        }
        .main-menu {
            grid-area: sitemenu;
        }
        #site-navigation {
            grid-area: sitemenu;
        }
        .webshop-nav {
            grid-area: menu;
        }
        .top-slider {
            grid-area: slider;
        }
        .search-form {
            grid-area: search;
            display: flex;
        }
        .top-logo {
            margin-top: 10px;
        }
        img#top-logo {
            width: 80px;
        }
        img#top-logo:hover {
            width: 80px;
            filter: grayscale(0.8) contrast(0.8) brightness(1.3);
        }
        .dropdown-menu-toggle {
            display: inline;
            margin-bottom: 0;
            font-weight: normal;
            background-color: transparent;
            border: 0;
        }
        .dropdown {
            margin-top: 4px !important;
        }
        .dropdown-menu > li {
            text-align: center;
            display: block;
            border-top: 1px solid #efece7;
        }
        .dropdown-menu > li:first-child {
            border-top: none;
        }
        .dropdown-menu > li > a {
            clear: both;
            color: #8c858c;
            display: block;
            font-weight: normal;
            line-height: 1.92857;
            font-size: 0.85rem;
            padding: 0px 15px;
            white-space: nowrap;
            text-shadow: none;
        }
        .dropdown-menu > li > form > button {
            display: block;
            width: 100%;
            text-align: center;
            background-color: rgb(254 254 251);
            border-top-color: #e0dcd4;
            clear: both;
            color: #8c858c;
            font-weight: normal;
            line-height: 1.92857;
            font-size: 1.3rem;
            padding: 0px 15px;
            white-space: nowrap;
            text-shadow: none;
            border: none;
        }
        .dropdown-menu > li > form > button:hover {
            color: #e6874e;
        }
        .dropdown-menu > li.logout {
            background: url(../images/th_bg.png) 0px 0px repeat;
            border-top-color: #e0dcd4;
        }
        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            background-color: transparent !important;
            color: #e6874e;
            text-decoration: none;
        }
        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > form > button:focus {
            background-color: transparent !important;
            color: #e6874e;
            text-decoration: none;
        }
        .webshop-nav {
            margin-bottom: 1.6rem;
            position: relative;
            border-bottom: 1px solid transparent;
        }
        .webshop-nav > ul {
            display: flex;
            flex-direction: row;
            align-items: center;
            height: 4.375rem;
        }
        .webshop-nav .dropdown-menu {
            flex-direction: column;
        }
        .webshop-nav > ul > li {
            list-style-type: none;
            text-align: center;
            flex: 1 1 auto;
            border-right: 1px solid rgba(10, 21, 28, 0.1);
        }
        .webshop-nav .dropdown-menu {
            transition: all 0.5s ease;
        }
        .webshop-nav > ul > li > a, .webshop-nav button, .webshop-nav > ul > li > label {
            font-family: "bitterregular";
            display: block;
            position: relative;
            font-size: 1.1rem;
            color: #ffffff;
            margin-top: 0px;
            transition: all 0.25s ease 0s;
            text-shadow: 1px 1px 1.5px rgba(5, 18, 21, 0.85);
        }
        .webshop-nav > ul > li:last-child {
            border: none;
        }
        .webshop-nav ul .dropdown-menu > li > a {
            padding: 7px 15px;
        }
        .webshop-nav button:hover, .webshop-nav > ul > li > a:hover
        .webshop-nav button:focus, .webshop-nav > ul > li > a:focus {
            background-color: transparent;
            text-decoration: none;
            color: #4f7475;
            text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
        }
        .webshop-nav > ul, .search-form {
            border-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3Cpattern%20id%3D%22a%22%20patternUnits%3D%22userSpaceOnUse%22%20width%3D%223.5%22%20height%3D%223.5%22%20patternTransform%3D%22rotate(35)%22%3E%3Cpath%20stroke%3D%22%230B2124%22%20stroke-width%3D%223%22%20d%3D%22M0%200v3.5%22%2F%3E%3C%2Fpattern%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url(%23a)%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E");
            border-image-slice: 2;
            border-width: 3px 0 3px 0;
            border-style: solid;
        }
        
        /*TOP BAG==========================================================================*/
        .top-ribbon {
            background: url(../images/bag_ribbon.png) bottom center no-repeat;
            height: 95px;
            width: 95px;
            text-align: center;
            position: absolute;
            right: 0;
            z-index: 10;
            transition: all 0.15s linear 0s;
        }
        .top-ribbon:before {
            content: "";
            background: url(../images/top_cart_bg.png) 0px 0px repeat;
            position: absolute;
            top: -8px;
            height: 8px;
            left: 8px;
            right: 8px;
            display: block;
        }
        .cart-number {
            font-family: "bitterregular";
            color: #d56c2d;
            text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
            background: url(../images/bag_icon_top.png) top center no-repeat;
            padding: 34px 0px 0px 0px;
            font-size: 1.1em;
            position: relative;
            top: 40px;
            transition: all 0.15s linear 0s;
        }
        .mobile {
            display: none;
        }
        .cart-number:hover {
            color: #d56c2d;
        }
        .top-ribbon:hover {
            height: 100px;
        }
        .top-ribbon:hover .cart-number {
            top: 45px;
        }
        
        /*LOGIN & USER MENU==========================================================================*/

        #login-menu, #user-menu {
            grid-area: login;
            justify-self: end;
            color: rgb(254 254 251);
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            font-family: "Roboto", Helvetica, Arial, sans-serif;
            font-weight: 700;
            font-size: 0.85rem;
            min-width: 140px;
            text-align: center;
            padding-top: 5px;
            height: fit-content;
            border-bottom: 3px solid transparent;
        }
        #user-menu .dropdown-menu-toggle::before {
            font-family: FontAwesome6;
            content: "\f007";
            margin-inline-end: 0.5em;
        }
        #login-menu > ul > li:first-child::after {
            content: " /"
        }
        .dropdown-menu-toggle input {
            display: none;
        }
        label:has(+ .dropdown-menu) a::before, label:has(+ .dropdown-menu):before, button:has(+ .dropdown-menu)::before{
            font-family: FontAwesome6;
            content: "\f0c9";
            margin-inline-end: 0.5em;
        }
        #login-menu .dropdown-menu-toggle {
            display: none   ;
        } 
        #login-menu li {
            display: inline-block;
        } 
        #user-menu li {
            display: block;
            padding: 4px 1px;
        }
        #login-menu li a,
        #user-menu > a {
            color: #fdfcf2;
            transition: all 0.25s ease 0s;
        }
        #login-menu li a:hover {
            color: #4f7475;
            text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
        }
        .login-form label {
            display: inline-block;
            font-weight: normal;
            margin-bottom: 5px;
            max-width: 100%;
            color: #534653;
            font-size: 1.5rem;
        }
        /*SEARCH==========================================================================*/
        .search-form {
            height: 4.375rem;
            position: relative;
            padding: 12px 0 12px 20px;
        }
        .form-control[name='search']{
            border: 1px dashed #699b9c;
            border-radius: 2px;
            background: rgba(255, 255, 255, 0.4);
            height: 40px;
            color: #5e8586;
            box-shadow: none;
        }
        .form-control[name='search']::placeholder {
            color: #7f737f;
        }
        .form-control[name='search']:focus {
            border-color: #7f737f;
            box-shadow: none;
            outline: 0 none;
        }
        /*SLIDER==========================================================================*/
        .promotion-slider {
            grid-area: slider;
            position: relative;
            margin-block-end: 1rem;
        }
        .promotion-slider-item {
            width: 100%;
            overflow-y: hidden;
            color: transparent;
            display: none;
            backface-visibility: hidden;
        }
        .promotion-slider-item:first-child {
            display: block;
        }
    }
    header.webshop-header:after {
        background: linear-gradient(-45deg, rgba(254, 254, 251, 1) 45%, rgba(11, 33, 36, 0.15) 55%, rgba(254, 254, 251, 0) 70%), linear-gradient(45deg, rgba(254, 254, 251, 1) 45%, rgba(11, 33, 36, 0.15) 55%, rgba(254, 254, 251, 0) 70%);
        background-position: top;
        background-repeat: repeat-x;
        background-size: 9px 9px;
        content: " ";
        display: block;
        position: absolute;
        bottom: 5px;
        left: 0px;
        width: 100%;
        height: 4.5px;
    }
    main {
        max-width: 1150px;
        width: calc(100% - 1rem);
        margin: auto;
        min-height: 100vh;
    }
    main.productlist-collection, main.productlist {
        display: flex;
        flex-wrap: wrap;
        justify-items: stretch;
        flex-direction: row;
        gap: 1em;
        container-type: inline-size;
        section > h2 {
            color: var(--color-primary-blue-800);
            font-size: 1.825rem;
            margin-block-end: 0.5rem;
        }
        > *:not(:first-child) {
            margin-block-start: 2rem;
        }
        > section > p {
            color: var(--color-primary-blue-800)
        }
        > section > a {
            color: var(--webshop-color-link)
        }
        section.carousel-list {
            flex: 0 0 100%;
            display: grid;
            grid-template-areas:
                'heading heading'
                'desc link'
                'list list';
            font-family: 'bitterregular', serif;
            grid-template-columns: 1fr auto;
            --carousel-item-count: 5;
        }  
        > section h2 {
            grid-area: heading;
        }
        > section p {
            grid-area: desc;
        }
        > section a {
            grid-area: link;
        }
        > section  > a:after {
            content: "\2192";
        }
        .simple-list .card-list {
            margin-block-start: 1em;
        }
        .pt-carousel {
            grid-area: list;
            margin-block-start: 1em;
        }
        section.simple-list {
            flex: 0 0 100%;
            display: grid;
            grid-template-areas:
                'heading heading'
                'desc link'
                'list list';
            font-family: 'bitterregular', serif;
            grid-template-columns: 1fr auto;
            --row-card-count: 5;
            --row-card-gap: 1em;
        } 
        section.simple-list > .card-list {
            grid-area: list;
            container-type: inline-size;
        }
        section.simple-list > .card-list .items {
            display: flex;
            flex-wrap: wrap;
            gap: var(--row-card-gap);
        }
        section.simple-list > .card-list .pt-card {
            flex: 0 0 calc(100% / var(--row-card-count) - (var(--row-card-gap) * (1 - (1 / var(--row-card-count)))));
        }
        .pt-card.product-card-loader {
            height: 31.5rem;
            background-color: #cec8be;
        }
        .pt-card {
            background-image: url(../images/noisy_bg.png);
            background-color: var(--product-card-background-color);
            background-blend-mode: multiply, normal, normal;
            background-size: 30%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            color: var(--color-text-onlight);
            border-radius: var(--product-card-border-radius);
            text-align: center;
        }
        .pt-card-image-container {
            padding: 0.5em;
            background-color: #cec8be;
            height: 18rem;
            border-top-left-radius: var(--product-card-border-radius);
            border-top-right-radius: var(--product-card-border-radius);
        }
        .pt-card-image-container img {
            max-height: 100%;
            margin: auto;
        }
        .pt-card-title {
            font-family: 'bitterregular';
            font-size: 1rem;
            display: block;
            padding-inline: 0.5rem;
            margin-block-end: 0.5rem;
            text-align: center;
            height: 3em;
            overflow: hidden;
        }
        .pt-card-actions {
            text-align: center;
            padding: 0.5em 0.5em 1em 0.5em;
            height: 4rem;
        }
        .pt-card-actions button, .productlist-tile button {
            font-size: 1em;
            color: var(--color-text-ondark);
            text-shadow: 1px 1px 1.5px var(--color-primary-blue-1100);
            border: 0;
            padding: 0.75rem 2rem;
            border-radius: 0.3rem;
            position: relative;
        }
        .pt-card-actions button:before, .productlist-tile button:before {
            content: '';
            border: 1px dashed var(--color-text-ondark);
            border-radius: 0.25rem;
            position: absolute;
            top: 3px;
            bottom: 3px;
            left: 4px;
            right: 4px;
            pointer-events: none;
        }
        .pt-card-actions button {
            background-color: var(--webshop-color-primary-darker);
        }
        .product-icons {
            display: flex;
            justify-content: center;
            gap: 0.25em;
            padding-block-end: 1em;
            border-block-end: 1px dashed var(--color-neutral-600);
            height: 3.5rem;
        }
        .product-icons > li {
            display: inline-block;
            margin-inline-end: 0.25em;
            text-align: center;
            border: 1px dashed var(--webshop-color-primary-darker);
            border-radius: 3px;
            width: 2.5rem;
            height: 2.5rem;
        }
        .product-icons > li > * {
            text-indent: -999em;
            display: inline-block;
            height: 1.75em;
            width: 1.75em;
            margin: 5px;
        }
        .product-icons .book-icon {
            background: url(../images/book_icon.png) top center no-repeat;
        }
        .product-icons .ebook-icon {
            background: url(../images/ebook_icon.png) top center no-repeat;
        }
        .product-icons .toy-icon {
            background: url(../images/game_icon.png) top center no-repeat;
        }
        .product-icons .filmstrip-icon {
            background: url(../images/dia_icon.png) top center no-repeat;
        }
        .product-icons .e-audiobook-icon {
            background: url(../images/e-audiobook_icon.png) top center no-repeat;
        }
        .product-icons .cd-icon {
            background: url(../images/cd_icon.png) top center no-repeat;
        }
        .product-icons .dvd-icon {
            background: url(../images/dvd_icon.png) top center no-repeat;
        }
        .product-icons .voucher-icon {
            background: url(../images/voucher_icon.png) top center no-repeat;
        }
        .product-price {
            height: 3rem;
        }
        .product-price .original-price {
            text-decoration: line-through;
            font-size: 0.9em;
            color: var(--color-neutral-800)
        }
        .product-price .saleprice {
            color: var(--webshop-color-link)
        }
        span.info-icon {
            display: inline-block;
            background-color: var(--color-info);
            color: var(--color-text-ondark);
            border-radius: 50%;
            width: 1.5em;
            height: 1.5em;
            font-size: 0.7em;
            margin-inline: 0.5em;
            text-align: center;
            line-height: 1em;
            padding: 0.3em;
        }
        .productlist-tile {
            --card-size: calc(25cqw - 0.8rem);
            flex: 0 0 var(--card-size);
            height: var(--card-size);
            padding: 2em;
            gap: 1.5em;
            border-radius: 0.5em;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }
        .productlist-tile.large-tile {
            --card-size: calc(50cqw - 0.5rem);
            font-size: 1.75em;
        } 
        .productlist-tile.info-top {
            justify-content: flex-start;
        }
        .productlist-tile.info-bottom {
            justify-content: flex-end;
        }
        .productlist-tile button {
            background-color: var(--color-primary-red-600);
        }
        .productlist-tile:nth-child(2n-1) {
            background-color: var(--color-secondary-green-500);
        }
        .productlist-tile:nth-child(2n) {
            background-color: var(--color-primary-blue-500);
        }
    }
    @media screen and (max-width: 992px) {
        img#top-logo {
            width: 70px;
        }
        #site-navigation ul > li {
            font-size: 2.2rem;
        }
        .webshop-nav > ul > li > a {
            font-size: 1.55rem;
        }
        .top-ribbon {
            height: 85px;
            width: 65px;
        }
        .cart-number {
            font-size: 0.9em;
        }
        .search-form {
            padding-left: 8px;
        }
        .search-form .form-control {
            height: 36px;
            font-size: 13px;
        }
        .btn-searchbutton {
            height: 36px;
            padding: 5px 7px;
            font-size: 13px;
        }
        #login-menu, #user-menu {
            grid-column-start: 8;
            grid-column-end: 11;
        }
        header.webshop-header {
            grid-template-areas:
            'lmargin logo sitemenu sitemenu sitemenu sitemenu sitemenu sitemenu login login cart rmargin'
            'lmargin menu menu menu menu menu menu menu menu search search rmargin'
            'lmargin slider slider slider slider slider slider slider slider slider slider rmargin';;
        }
    }
    @media screen and (max-width: 768px) {
        header.webshop-header {
            grid-template-columns: 5px 1fr 4fr 2fr 1fr 5px;
            grid-template-rows: auto auto 1fr;
            grid-template-areas:
            'lmargin logo search login cart rmargin'
            'lmargin sitemenu sitemenu sitemenu sitemenu rmargin'
            'lmargin menu menu menu menu rmargin'
            'lmargin slider slider slider slider rmargin';
        }
        #login-menu, #user-menu {
            grid-area: login;
            align-self: center;
            position: relative;
        }
        .webshop-header .search-form {
            margin-top: 10px;
            height: auto;
        }
        .btn-searchbutton {
            padding: 5px 15px;
        }
        #login-menu > ul{
            display: none;
            left: 50%;
            right: auto;
            text-align: center;
            position: absolute;
            transform: translate(-50%, 0);
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 4px;
            background-clip: padding-box;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            z-index: 1000;
            width: 200px;
            margin: 2px 0 0;
            top: 95%;
            background-color: rgb(254 254 251);
        }
        #login-menu > ul > li{
            text-align: center;
            display: block;
            border-bottom: 1px solid #efece7;
        }
        #login-menu > ul > li a{
            color: #8c858c;
            display: block;
            font-weight: normal;
            line-height: 5rem;
            padding: 0px 15px;
            white-space: nowrap;
            text-shadow: none;
        }
        #login-menu > ul > li a, .webshop-header .dropdown-menu > li > a, .webshop-header .dropdown-menu > li > form > button  {
            font-size: 1.5rem;
        } 
        #login-menu > ul > li a:hover{
            color: #e6874e;
        }
        #login-menu .dropdown-menu-toggle {
            display: block;
        }
        #login-menu .dropdown-toggle {
            margin-top: 10px;
            font-size: 1.6rem;
            min-width: auto;
            border-bottom: 3px solid transparent;
        }
        #login-menu .dropdown-menu-toggle::before {
            font-family: FontAwesome6;
            content: "\f007";
            font-size: 1.6rem;
        }
        #login-menu > ul > li:first-child::after {
            content: "";
        }
        #login-menu li a {
            color: rgb(83, 70, 83);
            font-weight: normal;
        }
        #user-menu .dropdown-menu-toggle::before {
            font-size: 1.6rem;
        }
        #user-menu .username {
            display: none;
            position: absolute;
            border: 1px solid rgba(0, 0, 0, 0.15);
            width: 200px;
            z-index: 1010;
            height: 3rem;
            padding: 0.3rem 0;
            left: 50%;
            right: auto;
            background-color: rgb(101 91 101);
            transform: translate(-50%, 0);
        }
        #user-menu .dropdown-menu {
            width: 200px;
            top: 6.2rem;
        }
        @media screen and (hover) {
            #login-menu:hover > ul, #login-menu > ul:hover {
                display: block;
            }
            #user-menu:hover > .username {
                display: block;
            }
            .username:hover > .dropdown-menu {
                display: block;
            }
        }
        @media screen and (pointer: coarse) {
            /*#user-menu .dropdown-menu-toggle:focus, #login-menu .dropdown-menu-toggle:focus {
                color: rgb(79, 116, 117);
                text-shadow: 1px 1px 1px rgba(254, 254, 251, 0.7);
            }
        #user-menu .dropdown-menu-toggle:focus ~ ul, #login-menu .dropdown-menu-toggle:focus ~ ul {
                display: block;
            }
            #user-menu .dropdown-menu-toggle:focus ~ .username, #login-menu .dropdown-menu-toggle:focus ~ .username {
                display: block;
            }*/
            .dropdown-menu-toggle:has(input:checked)  {
                color: rgb(79, 116, 117);
                text-shadow: 1px 1px 1px rgba(254, 254, 251, 0.7);
            }
            .dropdown-menu-toggle:has(input:checked) ~ .username{
                display: block!important;
            }
            .webshop-nav li, .login-menu li, .user-menu li {
                line-height: 5rem;
            }
            .webshop-nav li a, .login-menu li a, .user-menu li a{
                line-height: 5rem!important;
            }
            .webshop-nav > ul > li > .dropdown-menu-toggle:checked {
                color: rgb(79, 116, 117);
                text-shadow: 1px 1px 1px rgba(254, 254, 251, 0.7);
            }
            /* .webshop-nav:focus > ul {
                display: block;
                visibility: visible;
                opacity: 1;
                transition: all 0.5s ease;
            } */
            .webshop-header .dropdown-menu-toggle:has(input:checked) ~ ul {
                display: block!important;
                visibility: visible;
                opacity: 1;
                transition: all 0.5s ease;
            }
        }
        .top-ribbon {
            top: -2px;
            height: 90px;
        }
        .webshop-nav > ul {
            border-bottom: none;
            height: 5rem;
        } 
        .webshop-nav > ul > li > label {
            font-size: 16px;
        }
        .webshop-header .search-form {
            border: none;
        }
        .webshop-header #site-navigation ul {
            padding-top: 0;
        }
        .webshop-header #site-navigation ul > li {
            line-height: normal;
        }
        .webshop-nav {
            margin-bottom: 0.8rem;
            align-self: center;
        }
    }
    @media screen and (max-width: 600px) {
        header.webshop-header {
            grid-template-columns: 5px 45px 10fr 1fr 1fr 1fr 5px;
            grid-template-areas:
            'lmargin logo search login menu cart rmargin'
            'lmargin sitemenu sitemenu sitemenu sitemenu sitemenu rmargin'
            'lmargin slider slider slider slider slider slider';
            z-index: 900;
        }
        img#top-logo {
            height: 45px;
            width: 45px;
        }
        #user-menu, #login-menu {
            grid-area: login;
            min-width: 12vw;
            padding-top: 0;
        }
        #user-menu .dropdown-menu-toggle::before {
            font-size: 1.6rem;
            margin-inline-end: 0;
        } 
        #user-menu .dropdown-menu, #user-menu .username {
            width: 60vw;
        }
        #login-menu .dropdown-menu-toggle::before {
            font-size: 1.6rem;
        }
        #login-menu .dropdown-toggle  {
            margin: 0;
        }
        .login-menu {
            top: 40px;
        }
        #login-menu > ul {
            display: none;
        }
        #site-navigation ul {
            padding: 0;
        }
        #site-navigation ul > li {
            line-height: 1.5em;
            font-size: 1.85em;
        }
        .webshop-header .top-ribbon {
            display: none;
        } 
        .webshop-header .top-cart {
            align-self: center;
            text-align: center;
            min-width: 12vw;
        }
        .webshop-header .top-cart::before {
            font-family: FontAwesome6;
            content: "\f290";
            font-size: 1.6rem;
            color: rgb(254 254 251);
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            display: block;
            margin-bottom: 0.3em;
        }
        .webshop-header .top-cart:has(.cart-live)::before {
            color: rgb(230, 135, 78, 0.9);
        }
        .webshop-header .search-form {
            margin: 0;
        }
        .webshop-header .search-form .form-control {
            height: 40px;
        }
        .btn-searchbutton {
            height: 40px;
            padding: 3px 11px;
        }
        .btn-searchbutton .glyphicon-search {
            font-size: 16px;
        }
        .webshop-nav {
            position: relative;
            text-align: center;
            height: auto;
            min-width: 10vw;
            color: rgb(254 254 251);
        }
        .webshop-nav::before {
            background: none;
        }
        .webshop-nav .dropdown-menu-toggle::before {
            font-family: FontAwesome6;
            content: "\f0c9";
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            font-size: 1.6rem;
            display: block;
            margin-top: 0.3em;
        }
        @media screen and (hover) {
            .webshop-nav:hover > ul {
                display: block;
            }
        }
        @media screen and (pointer: coarse) {
            .webshop-nav:focus {
                color: rgb(79, 116, 117);
            }
        }
        .webshop-nav::after {
            background: none;
        }
        .webshop-nav > ul {
            position: absolute;
            display: none;
            left: 50%;
            right: auto;
            text-align: center;
            transform: translate(-75%, 0);
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 4px;
            background-clip: padding-box;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            z-index: 1020;
            width: 60vw;
            height: auto;
            margin: 2px 0 0;
            top: 95%;
            background-color: rgb(254 254 251);
        }
        .webshop-nav > ul > li{
            text-align: left;
            display: block;
            border-bottom: 1px solid #efece7;
        }
        .webshop-nav > ul > li a, .webshop-nav > ul .dropdown-menu-toggle {
            color: #8c858c;
            display: block;
            font-weight: normal;
            padding: 0px 15px;
            white-space: nowrap;
            text-shadow: none;
        }
        .webshop-nav > ul .dropdown-menu {
            border: 0;
            position: relative;
            box-shadow: none;
            -webkit-box-shadow: none;
            float: none;
        }
        .webshop-nav > ul .dropdown-menu li {
            text-align: left;
            text-shadow: none;
        }
        .webshop-nav > ul > li label {
            color: rgb(140, 133, 140);
            text-shadow: none;
        }
        .webshop-nav > ul .dropdown-menu > li > a {
            padding: 0.2rem 3rem;
        }
        .webshop-nav > ul > li a, .webshop-nav > ul > li label {
            font-family: "Roboto";
        }
        .webshop-nav > ul .dropdown-menu-toggle::before {
            content: none;
        }
        .webshop-nav > ul .dropdown-menu-toggle::after {
            content: "›";
            font-family: "Roboto";
            font-size: 2rem;
            display: inline-block;
            transform: rotate(90deg);
            transition: all 0.4s ease 0s;
            margin-left: 10px;
        }  
        .webshop-nav > ul .dropdown-menu-toggle:has(input:checked)::after {
            transform: rotate(0deg);
            transition: all 0.4s ease 0s;
        }
        .webshop-nav > ul > li > label  {
            display: inline-flex;
            flex-direction: row-reverse;
        }
        .top-slider {
            margin: 0!important;
        }
    }

    /*PAGE-SEARCH ----------------------------------- */
     
    .page-search-form-box {
        margin: 30px 10% 0 10%;
        width: calc(100% - 20%);
    }   
    .page-search-form {
        padding: 10px 0;
        border-radius: 3px;
        width: 100%;
        float: left;
    }
    .page-search {
        border: 1px dashed #699b9c;
        border-radius: 2px;
        background: #fdfbf2;
        height: 50px;
        color: #5e8586;
        box-shadow: none;
        font-size: 16px;
    }
    .page-search::placeholder {
        color: #7f737f;
    }
    .page-search:focus {
        border-color: #7f737f;
        box-shadow: none;
        outline: 0 none;
    }
    .page-search-form .btn-searchbutton {
        height: 50px;
    }

    /*MAIN CONTENT ----------------------------------- */
    
    main {
        .pt-carousel-track {
            padding: 0.0em;
        }
        .slide {
            flex: 0 0 20em;
            height: 12em;
            border: 1px solid;
            padding: 10px;
            box-sizing: border-box;
            display: flex;
            border-radius: 0.25em;
            justify-content: flex-start;
            align-items: flex-start;
        }   
        .pt-carousel.single-slide .pt-carousel-track {
            padding-inline: 3em;
            gap: 6em;
        }
        .pt-carousel.single-slide .slide {
            flex: 0 0 100%;
        }
        .pt-carousel-navigation {
            --offset: max(-1.75em, min(-0.75em, (0px - var(--side-padding))));
            position: absolute;
            top: 0;
            transform: translateY(9em);
            left: var(--offset);
            right: var(--offset);
            display: flex;
            justify-content: space-between;
            padding: 0.5em;
            pointer-events: none;
            button {
                width: 2.5em;
                height: 2.5em;
                border-radius: 50%;
                border:0;
                background-color: var( --color-neutral-400);
                opacity: 0.7;
                pointer-events: auto;
            }
        }
        .pt-carousel-indicators {
            display: flex;
            gap: 0.5em;
            justify-content: center;
        }
        .pt-carousel .pt-carousel-indicator {
            width: 0.7em;
            height: 0.7em;
            border: 2px solid;
            border-radius: 100%;
            color: rgba(137, 43, 226, 0.284);
        }
        .pt-carousel .pt-carousel-indicator.active {
            background-color: rgba(137, 43, 226, 0.284);
        }
    } 
    /*FOOTER==========================================================================*/

    body > footer {
        margin-block-start: 2em;
        background: url(../images/footer_bg.png) repeat-x;
        min-height: 135px;
        /*padding-bottom: 100px;
        padding-top: 100px;*/
    }
    .footer-container {
        border-top: 2px dotted #c8c7bf;
        padding-top: 20px;
        color: #ada89c;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
        font-size: 1.3rem;
        font-family: "bitterregular";
    }
    .footer-menu {
        list-style: none;
    }
    .footer-menu li {
        display: inline-block;
        padding: 0 20px 0 0;
    }
    .footer-menu li a {
        color: #ada89c;
        transition: all 0.35s ease 0s;
    }
    .footer-menu li a:hover {
        color: #8c887d;
    }
};
