﻿@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,900;1,100;1,400;1,900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,800;1,100;1,400;1,800&display=swap";

body main {
    line-height: 1.5;
    font-family: "Montserrat",Arial,sans-serif;
    font-size: 13px;
    color: black;
}

a {
    text-decoration: none;
    color: black;
}

table {
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

.ChicagoBreadCrumbs {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.row:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #000000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#carousel.swiper {
    width: 100%;
    height: 100%;
    max-height: 50vh;
}

#carousel .swiper-wrapper {
    width: 100%;
    height: calc(100% - 110px);
}

#carousel .swiper-slide {
    overflow: hidden;
}

#carousel .swiper-pagination-bullet {
    height: 75px;
    width: 75px;
    border: 2px solid black;
}

#carousel .swiper-pagination-bullet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.media-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.media-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}

.media-item video {
    max-width: 100%;
    max-height: 100%;
    min-width: 60%;
    min-height: 30%;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}

.tile {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .tile .image-container {
        width: 100%;
        height: 250px;
        border-bottom: 2px solid #000000;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .tile .image {
        width: 100%;
        height: 100%;
    }

    .tile .values {
        padding: 0px;
        list-style: none;
    }

table.amp-pagination {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px;
}

.amp-pagination .page {
    border: 1px solid black;
    background-color: white;
    color: black;
    border-radius: 2px;
    padding: 0px;
}

    .amp-pagination .page a, .amp-pagination .page a:hover, .amp-pagination .page a:visited {
        display: block;
        text-decoration: none;
        width: 30px;
        padding: 2px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: black;
    }

    .amp-pagination .page.disabled {
        pointer-events: none;
        opacity: 0.25;
    }

    .amp-pagination .page.highlight {
        border: 2px solid black;
        transform: scale(1.1);
    }

.amp-pagination .summary {
    text-align: center;
}

#filters-loading {
    display: none;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 45%;
    width: 100%;
}

.filter .accordion-body {
    max-height: 300px;
    overflow: auto;
}

#columns td.name {
    color: #000000;
    padding-right: 10px;
}

#romance-container:not(:last-child) {
    border-bottom: 2px solid #000000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#romance {
    margin-bottom: 0px;
}

#sku-info{
    display: flex;
    margin-bottom: 20px;
}

#sku-info > div:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid lightgray;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-toggle {
    cursor: pointer;
    color: #0027d4;
    margin-bottom: 0px;
}

#carousel .swiper-pagination-bullets-dynamic [class^="swiper-pagination-bullet"] {
    transform: scale(.66);
}

#carousel .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}