﻿.category-list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px;
}

.category-list-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    flex-basis: 33.33%;
}

.category-list-item.category-list-item-inline {
    flex-basis: calc(66.67% - 60px);
    margin-right: 60px;
    margin-bottom: 60px;
}

.category-list-item .category-list-item-content {
    padding: 60px 0;
    top: 0;
    left: 0;
    width: 60%;
}

.category-list-item .category-list-item-content p {
    margin: 40px 0;
    font-weight: 500;
}

.category-list-item-inline .category-list-item-content {
    color: white;
    padding: 60px;
    width: 40%;
}

.category-list-item-inline .category-list-item-content * {
    color: white;
}

.category-list-item-inline.right {
    margin-right: unset;
    margin-left: 60px;
}

.category-list-item-content.mobile-only {
    display: none;
}

.category-list-item-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 440px;
    width: 100%;
}

.breadcrumb {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, .15);
    padding: 10px 20px;
    position: absolute;
    top: 40px;
    left: 60px;
    color: white;
    border-radius: 100px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    font-weight: 500;
    font-size: 1em;
}

.breadcrumb-black {
    color: black !important;
    background-color: rgba(0, 0, 0, .025);
}

.breadcrumb a, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
    text-decoration: none;
    color: white !important;
}

.breadcrumb-black a, .breadcrumb-black a:visited, .breadcrumb-black a:hover, .breadcrumb-black a:active {
    text-decoration: none;
    color: black !important;
}

.breadcrumb-item {
    font-size: .85em;
}

.breadcrumb-item .fa-fw {
    font-size: 1.25em;
}

.breadcrumb * {
    color: white;
}

.breadcrumb-black * {
    color: black;
}

.breadcrumb-sep {
    margin: 0 7.5px;
    color: white;
    font-size: .75em;
    opacity: .6;
}

.breadcrumb-black .breadcrumb-sep {
    color: black;
}

.article-list-item {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
    flex-basis: 25%;
    background-color: white;
    text-align: center;
}

.article-list-item-image {
    background-size: auto 110%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    transition: all .5s;
}

.article-list-item:hover .article-list-item-image {
    background-size: auto 100%;
}

.article-list-item-body {
    padding: 20px;
}

.article-list-item-body h3 {
    font-size: 1.25em;
    font-weight: 500;
}

.article-list-item-body h4 {
    font-size: 1em;
    font-weight: 500;
}

.article {
    margin-bottom: 60px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
}

.article-media {
    flex-basis: 60%;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, .1);
}

.article-details {
    flex-basis: 40%;
    padding: 0 60px;
}

.article-details h1 {
    font-size: 2.75em;
    font-weight: 700;
    margin-bottom: 20px;
}

.article-details .price {
    font-size: 1.25em;
    opacity: .8;
}

.article-quantity-btn {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    display: -ms-flexbox;
}

.article-quantity {
    flex-grow: 1;
}

.article-quantity .form-control {
    padding: 34.5px 25px;
}

.article-btn {
    flex-grow: 1;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    align-items: flex-end;
}

.article-details .sharer {
    text-align: left;
}

.article-product-info {
    margin: 40px 0;
}

.article-product-info > span, .article-product-details > span, .article-delivery-types-wrapper > span, .article-packing-options-wrapper > span, .article-upsells-wrapper > span {
    font-weight: 600;
    text-transform: uppercase;
    opacity: .6;
    margin-bottom: 20px !important;
    display: block;
}

.article-product-info p {
    font-size: 1.15em;
}

.article-product-detail {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    margin: 15px 0;
    font-size: 1.15em;
}

.article-product-detail div {
    flex-grow: 1;
}

.article-product-detail div:nth-of-type(2) {
    text-align: right;
    font-weight: 600;
}

.article-barcode {
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #ffffff;
    padding: 10px 40px;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.article-list {
    padding: 60px;
}

.article-delivery-types-wrapper {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 40px;
    padding-top: 40px;
}

.article-delivery-types {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

.article-delivery-type {
    display: flex;
    align-items: center;
}

.article-delivery-type .article-delivery-type-selector {
    flex-basis: 60px;
}

.article-delivery-type .article-delivery-type-selector input {
    height: 40px;
    width: 40px;
    accent-color: #232323;
}

.article-delivery-type .article-delivery-type-body {
    flex-basis: calc(100% - 60px);
    display: flex;
    flex-direction: column;
}

.article-delivery-type .article-delivery-type-info {
    font-size: .85em;
    opacity: .6;
}

.article-delivery-type .article-delivery-type-price {
    font-size: .85em;
}

.article-packing-options-wrapper {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 40px;
    padding-top: 40px;
}

.article-packing-options {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

.article-packing-option {
    display: flex;
    align-items: center;
}

.article-packing-option .article-packing-option-check {
    flex-basis: 60px;
}

.article-packing-option .article-packing-option-name {
    flex-basis: calc(100% - 160px);
    display: flex;
    flex-direction: column;
}

.article-packing-option .article-packing-option-price {
    font-weight: bold;
    flex-basis: 100px;
    text-align: right;
}

.article-upsells-wrapper {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 40px;
    padding-top: 40px;
}

.article-upsells {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

.article-upsell {
    display: flex;
    align-items: center;
}

.article-upsell .article-upsell-check {
    flex-basis: 60px;
}

.article-upsell .article-upsell-name {
    flex-basis: calc(100% - 160px);
    display: flex;
    flex-direction: column;
}

.article-upsell .article-upsell-price {
    font-size: .85em;
    font-weight: bold;
}

.article-upsell .article-upsell-image {
    flex-basis: 100px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.article-packing-option-custom-selection {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.article-packing-option-custom-template-selector {
    display: grid;
    grid-template-columns: calc(33.334% - 6.667px) calc(33.334% - 6.667px) calc(33.334% - 6.667px);
    gap: 10px;
}

.article-packing-option-custom-template {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #232323;
    cursor: pointer;
    position: relative;
}

.article-packing-option-custom-template.selected {
    border-color: var(--primary);
}

.article-packing-option-custom-template.selected::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-image: url('/assets/media/icons/check-white.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    background-color: var(--primary);
    border-radius: 32px;
}

.article-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 20px 60px;
    align-items: center;
    background-color: rgba(22, 0, 58, .85);
    color: white;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
}

.article-bottom-bar-left, .article-bottom-bar-right {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.article-bottom-bar-left {
    flex-basis: 80%;
    padding-right: 20px;
}

.article-bottom-bar-right {
    flex-basis: 20%;
    justify-content: end;
    justify-content: flex-end;
}

.article-bottom-bar-right .btn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-bottom-bar .article-bottom-bar-label {
    font-size: .55em;
    opacity: .6;
    text-transform: uppercase;
    margin-right: 15px;
}

.article-bottom-bar .article-bottom-bar-quantity {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(119, 102, 255, .2);
    border-left: 1px solid rgba(119, 102, 255, .1);
    border-right: 1px solid rgba(119, 102, 255, .1);
    padding: 0 10px;
}

.article-bottom-bar-quantity .btn-rounded {
    border-radius: 100px !important;
    width: 24px;
    height: 40px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-bottom-bar-quantity .btn-rounded:first-of-type {
    margin-left: 0;
}

.article-bottom-bar-quantity .btn-rounded:last-of-type {
    margin-right: 0;
}

.article-bottom-bar-quantity .article-bottom-bar-quantity-value {
    width: 40px;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 1500px) {
    .category-list-item-inline .category-list-item-content {
        width: 50%;
    }

    .article-details h1 {
        font-size: 2em;
    }

    .article-details {
        padding: 0 0 0 60px;
    }

    .article-quantity .form-control {
        padding: 25px;
    }

    .article-product-info p {
        font-size: 1em;
    }

    .article-product-detail {
        font-size: 1em;
    }
}

@media (max-width: 1200px) {
    .category-list {
        padding: 40px;
    }

    .category-list-item {
        min-height: 600px;
    }

    .category-list-item.category-list-item-inline {
        margin-right: 40px;
    }

    .category-list-item .category-list-item-content {
        padding: 40px 0;
    }

    .category-list-item-inline .category-list-item-content {
        padding: 40px;
    }

    .article-list-item {
        flex-basis: 33.33%;
    }

    .article-list {
        padding: 40px;
    }

    .article-list-item-image {
        min-height: 300px;
    }

    .article-container {
        padding: 40px;
    }

    .article-details {
        padding: 0 0 0 40px;
    }

    .article-container .breadcrumb {
        left: 40px;
    }

    .article-quantity .form-control {
        padding: 15px;
        min-height: 45px;
    }

    .breadcrumb {
        top: 20px;
        left: 40px;
    }
}

@media (max-width: 992px) {
    .breadcrumb {
        top: 15px;
        left: 15px;
    }

    .shop-highlight {
        min-height: 450px !important;
    }

    .shop-highlight .px-60 {
        padding: 0 40px !important;
    }

    .shop-highlight .t-jumbo {
        font-size: 2em;
        padding: 0;
    }

    .category-list {
        flex-direction: column;
        padding: 30px 15px;
        max-width: 700px;
        margin: 0 auto;
        width: 100%
    }

    .category-list-item {
        min-height: 300px;
    }

    .category-list-item.category-list-item-inline {
        margin-right: 0;
    }

    .category-list-item.category-list-item-inline .category-list-item-content {
        display: none;
    }

    .category-list-item-content.mobile-only, .category-list-item-content {
        display: block;
        padding: 30px 15px !important;
        max-width: unset !important;
        width: 100% !important;
    }

    .category-list-item .category-list-item-content p {
        margin: 15px 0;
    }

    .category-list-item-inline .category-list-item-content {
        padding: 15px;
    }

    .category-list-item-img {
        min-height: 320px;
    }

    .article-list {
        padding: 30px 15px;
        flex-direction: column;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .article-list-item {
        margin-bottom: 10px;
    }

    .article-list-item-body {
        padding: 15px;
    }

    .article-list-item-image {
        min-height: 250px;
    }

    .article-container {
        padding: 15px !important;
    }

    .article-container .breadcrumb {
        position: static;
        max-width: 700px;
        margin: 0 auto 15px auto;
        width: 100%;
    }

    .article {
        flex-direction: column;
        margin-bottom: 0;
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
    }

    .article-media {
        flex-basis: 100%;
        min-height: 300px !important;
    }

    .article-details {
        flex-basis: 100%;
        padding: 15px 0 0 0;
    }

    .article-barcode {
        padding: 10px;
    }

    .article-barcode svg {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .article-bottom-bar-left .article-bottom-bar-label{
        display:none;
    }

    .article-bottom-bar-right .article-bottom-bar-label {
        display: none;
    }

    .article-bottom-bar-quantity .article-bottom-bar-quantity-value{
        width: 20px;
    }

    .article-bottom-bar{
        padding: 20px 0px;
    }

    .article-bottom-bar .article-total-amount {
        text-wrap: nowrap;
    }
}