/*should fix: button::after {content: "›"} becoming "Ã—" */
@charset "UTF-8";

body {
    margin: 0px;
    font-family: 'Quicksand';
    display: flex;
    flex-direction: column;
    align-items: center;
}

body * {
    margin: 0px;
}

.column-top .right .buyer-protection p {
    font-size: 13px;
    line-height: 21px;
    color: #000000ba;
}

.column-top .right .buyer-protection .heading {
    display: block;
    font-weight: 700;
    margin-bottom: 12px;
}

.column-top .right .buyer-protection img {
    width: 48px;
    flex-shrink: 0;
}



button {
    cursor: pointer;
    font-family: inherit;


}


.column-top .left .image-container {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    margin-bottom: 19px;
    border: 1px solid #00000014;
}

#fullscreen-image > .close {
    position: absolute;
    right: 12px;
    top: 10px;
    border: none;
    font-size: 18px;
    font-family: inherit;
    padding: 6px 13px;
    font-weight: 600;
    cursor: pointer;
}

#fullscreen-image > .counter {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    padding: 6px 13px;
    font-size: 18px;
    font-weight: 600;
}

#fullscreen-image > .counter, #fullscreen-image > .close {
    border-radius: 8px;
    background: #000000c2;
    color: white;
    user-select: none;
}

#fullscreen-image > .arrow-container {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}

#fullscreen-image > .arrow-container img {
    filter: invert(100%);
    /* background: black; */
}

#fullscreen-image > img {
    width: 100%;
    height: 100%;
}

#fullscreen-image {
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    z-index: 2;
    visibility: hidden;
}




.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 39px;
}

.breadcrumb li + li::before {
  content: "›";
  margin: 0 0.5em;
  color: #666;
}

.breadcrumb a {
  color: #0073e6;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}




.details .payment-icons {
    display: flex;
    gap: 33px;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 7px;
}

.details .payment-icons > div {
    width: 62px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.details .payment-icons > div:nth-of-type(1){
    background: #171d67;
}   

.details .payment-icons > div:nth-of-type(2) {
    background: black;
}   

.details .payment-icons > div:nth-of-type(3) {
    background: #ffb3c7;
    
} 


.details .payment-icons img#visa {
    height: 19px;
}

.details .payment-icons img#swish {
    width: 49px;
}

.details .payment-icons img#klarna {
    width: 54px;
}




    


.details .detail .heading {
    color: #000000d9;
    margin-right: 4px;
    font-weight: 600;
}

.details .detail .description {
    color: #000000d6;
}

.details .detail {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.additional-details {
    display: flex;
    gap: 22px;
    position: relative;
    flex-grow: 1;
    margin-top: 48px;
}

.additional-details p {
    background: #0000000a;
    padding: 0px 12px;
    height: 34px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    white-space: break-spaces;
    font-size: 15px;
    font-weight: 400;
    color: #151515e3;
}

.additional-details .seller {
    position: absolute;
    right: 0px;
}

.additional-details p span, .additional-details .seller a {
    font-weight: 500;
    color: #000000;
    font-size: 14px;
}

.additional-details .seller a {
    color: blue;
    font-weight: 700;
}

.additional-details .seller a:hover {
    text-decoration: underline;
}

.additional-details .seller a::first-letter {
    text-transform: capitalize;
}

.column-bottom .breadcrumb {
    font-size: 15px;
}

.breadcrumb-area .like {
    display: flex;
    align-items: center;
    border: 1px solid #0000002e;
    padding: 7px 14px;
    gap: 6px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    /* box-sizing: border-box; */
    cursor: pointer;
    background: none;
    font-family: inherit;
    transition: 0.3s ease-in;
    display: none;
}

.breadcrumb-area .like img {
    width: 20px;
    opacity: 73%;
}

.like img {
    opacity: 73%;
}

.image-container .like {
    
    display: flex;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 33px;
    margin: 15px;
    background: white;
    padding: 6px;
    border: none;
    transition: 0.3s;
    border: 1px solid #00000026;
}

.image-container .like:hover {
    background: #f1f1f1;
}

.image-container .like img {
    width: 25px;
}







.column-top .right .details {
    margin-top: 56px;
    padding: 20px 32px;
    border: 1px solid #eaeaea;
    border-radius: 14px;
    line-height: 42px;
}

.column-top .right .buyer-protection {
    display: flex;
    align-items: center;
    gap: 33px;
    margin-top: 28px;
    line-height: unset;
}

.column-top .right .buyer-protection > div {
}

.column-top .right .details > p {
    margin-top: 20px;
    font-size: 13px;
    color: #000000c2;
}

.description p {
    line-height: 26px;
    font-size: 15px;
    width: 90%;



}

a {
    text-decoration: none;
    
}

main {
    max-width: 1335px;
    padding: 66px 55px;
    padding-bottom: 80px;
    box-sizing: border-box;
    margin-top: calc(var(--header-top-height) + var(--header-bottom-height));
    letter-spacing: 0.6px;
}



.column-top {
    display: flex;
    justify-content: center;
    /* gap: 135px; */
    flex-wrap: wrap;
}

.column-top .right {
    width: 476px;
    font-size: 14px;
    flex-shrink: 0;
    font-weight: 500;
    color: #272727;
}

.column-top .right .price {
    line-height: 32px;
    font-size: 21px;
    font-weight: 500;
    color: #00000096;
}

.column-top .right .price img {
    width: 23px;
    margin-right: 13px;
    position: relative;
    top: 7px;
}

.column-top .right .price span {display: block;font-size: 14px;}

.column-top .right > .buttons {
    margin-top: 34px;
    margin-bottom: 32px;
    display: flex;
    gap: 15px;
}

.column-top .right > .buttons > * {
    padding: 0px 18px;
    border-radius: 38px;
    height: 42px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    background: none;
    color: black;
    border: 1px solid #00000021;
    flex-shrink: 0;
}

.column-top .right .btn-buy, .button-hide {
    background: #ff0073 !important;
    color: white !important;
    border: none !important;
}



.more-products h2 {
    margin-bottom: 30px;
}

h2 {
    color: #000000;
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 18px;
    font-family: Arimo;
    letter-spacing: 0.4px;
}

.column-bottom {
    display: flex;
    flex-direction: column;
    padding-bottom: 83px;
    margin-top: 50px;
}

h1 {
    margin-bottom: 16px;
    line-height: 41px;
    color: black;
    font-size: 26px;
    font-family: Arimo;
    font-weight: 700;
    line-height: 36px;
    /* prvent text from wrapping to the next line more than once */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.3px;
}



.column-top .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 612px;
    margin-right: 135px;
}

.column-top .left .image-container .images {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}



.column-top .left .image-container.fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #00000091;
    cursor: default;
}

.column-top .left .image-container.fullscreen .images img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.column-top .left .image-container.fullscreen .counter {
    bottom: 16px;
    padding: 6px 13px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
    background: #000000bd;
}



.column-top .left .image-container.fullscreen .arrow-container {
    padding: 17px 7px;
}

.column-top .left .image-container .arrow-container {
    
}

.column-top .left .image-container .arrow-container:hover {
    
}

.column-top .left .image-container .arrow-container:active {
background: #00000061;
}
.column-top .left .image-container.fullscreen .close {
    visibility: visible;
}






.column-top .left .image-container .images img {
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4/4;
    flex-shrink: 0;
}



.column-top .left .image-container .counter {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    padding: 6px 13px;
    font-size: 14px;
    font-weight: 600;
}

.column-top .left .image-container .close {
    visibility: hidden;
    position: absolute;
    right: 12px;
    top: 10px;
    border: none;
    font-size: 18px;
    font-family: inherit;
    padding: 10px 17px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    background: #000000e6;
    /* border-radius: 7px; */
    /* border: 1px solid #ffffff6b; */
    color: white;
    user-select: none;
}


.column-top .left .image-container .counter, #fullscreen-image > .close {
    border-radius: 8px;
    background: #000000ab;
    color: white;
    user-select: none;
    /* border: 1px solid #ffffff47; */
}



.column-top .left .image-container .arrow-container img {
    filter: invert(100%);
    /* background: black; */
    width: 17px;
    /* opacity: 76%; */
}

.column-top .left .image-container .arrow-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 7px 7px;
    border-radius: 3px;
    /* border: 1px solid #ffffff66; */
    background: white;
    padding: 10px 4px;
    background: #000000c2;
    cursor: pointer;
}

.column-top .left .image-container .arrow-left {
    left: 0px;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.column-top .left .image-container.fullscreen .arrow-left img {
    position: relative;
    left: -1px;
}

.column-top .left .image-container .arrow-right {
    right: 0px;
    border-right: 0px;
    
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.column-top .left .image-container.fullscreen .arrow-right img {
    position: relative;
    right: -2px;
}



.column-top .left .container {
    /* padding: 4px; */
    display: flex;
    flex-direction: column;
    /* width: 100px; */
    height: 100%;
    gap: 11px;
    border-radius: 7px;
    overflow: hidden;
    /* border: 1px solid #00000021; */
    box-sizing: border-box;
    width: 100%;
    flex-direction: row;
    height: auto;
    /* background: #0000000a; */
    /* padding: 11px; */
    flex-shrink: 0;
    position: absolute;
    visibility: hidden;
}

.column-top .left .container img {
    object-fit: cover;
    /* padding: 5px; */
    border-radius: inherit;
    flex-shrink: 0;
    width: 75px;
    height: 96px;
    height: 76px;
}

main > {
    display: flex;
    flex-direction: column;
    
}



.more-products {
    /* padding: 68px 211px; */
    display: flex;
    flex-direction: column;
    /* gap: 42px; */
    margin-top: 61px;
}


.more-products > div {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 42px;
    row-gap: 40px;
    margin: 0 auto;
    align-items: baseline;
}

.more-products a {
    user-select: text;
    text-decoration: none;
}



.more-products article {
    font-size: 14px;
    font-family: 'Quicksand';
    font-weight: 600;
    color: #000000d6;
    position: relative;
    line-height: 17px;
}

.more-products article .title {
    margin-top: 7px;
    margin-bottom: 3px;
}

.more-products article .title::first-letter {
    text-transform: uppercase;
}

.more-products article p, .more-products article .title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.more-products article .price {
    
    color: #0000007d;
}

.more-products article time {display: block;display: none;font-size: 13px;/* margin-top: 13px; */margin-bottom: 8px;/* position: absolute; */color: #0000008c;/* right: -321px; *//* top: 244px; */}

.more-products article img {
    width: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    border: 1px solid #0000001c;

}



.hidden-ad-container {
    font-size: 15px;
    margin-bottom: -4px;
    padding: 55px;
    width: 919px;

}

.hidden-ad-container > img {
    width: 42px;
    vertical-align: middle;
}


.hidden-ad-container > div {
    display: flex;
    border: 1px solid #00000014;
    border-left: 0px;
    border-right: 0px;
    padding: 38px 0px;
    align-items: center;
    gap: 50px;
    margin-top: 40px;
    position: relative;
}

.hidden-ad-container > div > div {
    width: 296px;
}

.hidden-ad-container h1 {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    margin-left: 20px;
    font-weight: 700;
    font-size: 27px;

}

.hidden-ad-container h3 {
    margin-bottom: 7px;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;

}

.hidden-ad-container > div > img {
    width: 150px;
    aspect-ratio: 4 / 4;
    border-radius: 4px;
}

.hidden-ad-container > div > a {
    position: absolute;
    right: 0px;
    background: #0057ff;
    padding: 13px 29px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    border-radius: 7px;
}
