/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.guides {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .guides {
        margin-bottom: 100px;
    }
}
.guides-page_title {
    max-width: 476px;
    margin: 0 auto 20px;
    font-size: 24px;
    line-height: 1.3;
    text-transform: none;
    font-weight: 700;
}
@media (min-width: 1280px) {
    .guides-page_title--category {
        margin-bottom: 20px;
    }
}
.guides-page_description {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
.guides-divider {
    display: block;
    margin-top: 0;
    margin-bottom: 29px;
    border-top: 1px solid #ccc;
}
@media (min-width: 1280px) {
    .guides-divider {
        margin-top: 11px;
        margin-bottom: 20px;
    }
}
.guides-tab_pane {
    min-height: 100px;
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}
@media (min-width: 768px) {
    .guides-tab_pane {
        min-height: 549px;
    }
}
@media (max-width: 1279.98px) {
    .guides-container {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
}
.guides-header, .guides-bottom_content {
    position: relative;
    text-align: center;
}
.guides-view_more_btn, .guides-view_all_btn {
    display: inline-block;
    width: auto;
    min-width: 135px;
    color: #666;
    text-transform: uppercase;
}
.guides-bottom_nav {
    position: relative;
}
@media (min-width: 1280px) {
    .guides-bottom_nav {
        margin-top: 30px;
    }
}

.guides_listing-item {
    min-height: 160px;
    max-height: 160px;
    margin-bottom: 0;
    padding: 20px 0 0 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
@media (max-width: 1023.98px) {
    .guides_listing-item {
        min-height: auto;
        padding-bottom: 20px;
    }
}
.guides_listing-row_item {
    max-width: 414px;
    margin-bottom: 20px;
    padding: 0 5px;
}
@media (min-width: 768px) {
    .guides_listing-row_item {
        padding: 0 10px;
    }
}
.guides_listing-icon {
    position: absolute;
    top: 42%;
    right: 20px;
    width: 6px;
}
.guides_listing-item_body {
    padding: 0 42px 0 0;
}
.guides_listing-container--last {
    margin-bottom: 49px;
}
.guides_listing-link {
    display: block;
}
@media (min-width: 1280px) {
    .guides_listing-link {
        margin: 0 -2px;
    }
}
.guides_listing-link:hover {
    text-decoration: none;
}
.guides_listing-readNext {
    max-width: 414px;
    padding: 0 10px;
}
@media (max-width: 1023.98px) {
    .guides_listing-readNext {
        padding: 10px 20px;
    }
}
.guides_listing-readNext:first-child {
    padding-top: 0;
}
.guides_listing-load_more {
    text-align: center !important;
}
.guides_listing-item_title, .guides_listing-item_description {
    display: none;
    max-height: 4.3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.guides_listing-item_title {
    margin-bottom: 10px;
    font-size: 18px;
}
.guides_listing-item_description {
    color: #333;
    -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
    .guides_listing-item_description {
        height: auto;
        max-height: 4.3em;
        padding-right: 10px;
        overflow: hidden;
    }
}

.guides_nav {
    margin-top: 38px;
}
.guides_nav-inner {
    margin: 0 -30px;
}
@media (min-width: 768px) {
    .guides_nav-inner {
        margin: 0;
    }
}
.guides_nav-slider {
    padding: 0 30px;
}
@media (min-width: 768px) {
    .guides_nav-slider {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .guides_nav-slider:not(.swiper-initialized) .swiper-wrapper {
        justify-content: center;
    }
}
.guides_nav-item {
    flex: 0 1 0;
    margin-bottom: 0 !important;
}
.guides_nav-item_link {
    margin-left: 40px;
    padding-bottom: 8px !important;
    color: #000 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
}
.guides_nav-item_link[data-title]::before {
    content: attr(data-title);
    display: block;
    font-weight: 700;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}
.guides_nav-item_link::after {
    display: none;
}
.guides_nav-item_link--underlined::after {
    bottom: 0 !important;
    display: block;
    border-color: #000 !important;
    border-bottom-width: 2px !important;
}
.guides_nav-hr {
    position: absolute;
    right: 100%;
    bottom: 0;
    left: 100%;
    margin: 0;
    border-color: #000;
    border-top-width: 2px;
}

@media (max-width: 1023.98px) {
    .guides_container-fluid {
        max-width: 100%;
    }
}

.guides_post-content {
    font-size: 18px;
    margin-bottom: 100px;
}
@media (max-width: 1023.98px) {
    .guides_post-content {
        margin-bottom: 40px;
    }
}
.guides_post-content .img-wrapper img {
    width: 100%;
    height: auto;
}
.guides_post-content .text-section {
    font-family: "baskerville-display-pt", "Georgia", "Times New Roman", "Times", serif;
}
.guides_post-container--last {
    margin-bottom: 100px;
}
@media (max-width: 1023.98px) {
    .guides_post-container--last {
        margin-bottom: 50px;
    }
}
@media (max-width: 1279.98px) {
    .guides_post-bottom_content {
        margin-top: 30px;
    }
}
.guides_post-breadcrumb {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding: 20px 0;
    overflow: hidden;
}
@media (min-width: 768px) {
    .guides_post-breadcrumb {
        padding: 14px 0 22px;
    }
}
.guides_post-breadcrumb--current {
    font-weight: 700;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.guides_post-breadcrumb_item {
    overflow: hidden;
}
.guides_post-breadcrumb_item:not(:last-child) {
    flex-shrink: 0;
}
.guides_post-breadcrumb_name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
    .guides_post .breadcrumb-item:last-child {
        display: none;
    }
    .guides_post .breadcrumb-item:nth-last-child(2) {
        font-weight: 700;
    }
    .guides_post .breadcrumb-item:nth-last-child(2)::after {
        display: none;
    }
}
.guides_post .social_share {
    margin-bottom: 49px;
}
.guides_post .social_share-link {
    padding: 10px 30px;
}
.guides_post .product_tile-video_thumbnail_link {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.guides_post .product_tile-control--video_thumbnail {
    z-index: 2;
}

.read_next {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .read_next {
        max-width: 1180px;
        margin: 0 auto 30px;
    }
}
@media (min-width: 1280px) {
    .read_next {
        max-width: 1320px;
    }
}
.read_next-title_wrapper {
    padding: 0 30px;
}
@media (min-width: 768px) {
    .read_next-title_wrapper {
        padding: 0 50px;
    }
}
.read_next-title {
    width: 100%;
    margin: 0;
    padding: 50px 0 20px;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    color: #333;
}
.read_next-link {
    margin: 0;
}

.toc_header {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.toc_divider {
    margin: 15px 0;
    border-top: 1px solid #ccc;
}

.toc-group {
    padding-left: 20px;
}

.toc-elements {
    margin: 11px 0;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
}

.toc-elements:first-child {
    margin-top: 0;
}

/* Hero banner image for desktop and mobile */
.hero-banner-img {
    content: url("images/PeopleAlsoAsked/wide-leg-pants/herobanner-placeholder.png?$staticlink$");
}

@media screen and (max-width: 767px) {
    .hero-banner-img {
        content: url("images/PeopleAlsoAsked/wide-leg-pants/hero-banner-small.png?$staticlink$");
    }

    .mobile-view {
        display: block !important;
    }
}
.mobile-toc-divider {
    display: none;
}

.guides-content {
    margin-top: 20px;
}

.content-page-text {
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

.guides-page-description {
    margin-bottom: 30px;
}

.content-step {
    margin: 20px 0 30px;
}

.light-content-divider {
    border-top: 1px solid #ccc;
}

.content-col-desc-container {
    padding-left: 5px;
}

.mobile-view {
    display: none;
}

.step-content-list {
    margin: 20px 0;
    padding-left: 20px;
    font-size: 15px;
}

.content-header {
    margin-top: 30px;
    font-size: 15px;
}

.guides-content-accordion {
    font-size: 15px;
}

.guides-accordion .accordion-padding {
    padding: 10px 0;
}

.guides-accordion .accordion-content {
    border: 0 !important;
}

.toc-elements a {
    color: #333;
}

.content-step-spacing {
    margin-bottom: 20px;
}

.questions-section {
    margin-bottom: 10px;
}

.back-to-top-btn {
    text-decoration: underline;
    font-size: 15px;
}

.content-last {
    margin-bottom: 0;
}

.back-to-top-section {
    margin-top: 30px;
}

.accordion-body .content-page-text {
    margin: 0 !important;
}

.content-step-heading {
    font-size: 18px;
}

@media screen and (min-width: 992px) {
    .guides-page-content {
        padding-left: 10px;
    }

    .table-of-contents {
        max-width: 253px;
        padding-right: 10px;
    }

    .underlined-text {
        text-decoration: underline;
    }

    .img-col-container {
        max-width: 382px;
    }

    .toc_section {
        position: -webkit-sticky;
        position: sticky;
        top: 110px;
    }
}
@media screen and (max-width: 992px) {
    .toc_header {
        margin: 0;
    }

    .toc_divider {
        margin: 10px 0;
    }

    .toc-group {
        margin-bottom: 0 !important;
    }

    .header-name {
        text-transform: capitalize;
    }

    .mobile-toc-divider {
        display: block;
        margin: 10px 0;
    }

    .guides-content {
        margin-top: 4px;
    }
}
@media screen and (max-width: 375px) {
    .hero-banner-container-img {
        position: relative;
        right: 50%;
        left: 50%;
        width: 100vw;
        max-width: 100vw;
        margin-right: -50vw;
        margin-bottom: 20px;
        margin-left: -50vw;
    }
}
@media screen and (max-width: 1200px) {
    .content-col-desc-container {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
}
@media screen and (min-width: 768px) {
    .content-desc-container {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .guides-content-accordion {
        margin: 0 0 10px;
    }

    .back-to-top-section {
        display: none;
    }
}
@media screen and (min-width: 1280px) {
    .guides-page-layout {
        min-width: 972px;
    }
}
@media (min-width: 1024px) {
    .col-lg-9 {
        max-width: 75% !important;
    }
}
h2.content-step-heading,
h2.content-header {
    font-size: 20px;
    text-transform: uppercase;
}

h3.content-step-heading,
h3.content-header {
    font-size: 18px;
    margin-top: 30px;
}

h4.content-step-heading,
h4.content-header {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    h4.content-step-heading,
h4.content-header {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 767px) {
    .container.breadcrumb-container {
        margin-left: 20px;
    }
}
.step-content div.row {
    margin: 2.5rem 0;
}

.guides-page-description .img-col-container {
    margin-bottom: 20px;
    padding-left: 15px !important;
}

/* set min width & height to prevent layout shifting on page load */
/* for images spanning 4 columns on desktop -  */
.col-lg-4.col-md-6.col-sm-10.img-col-container {
    min-width: 190px;
    min-height: 260px;
    padding-left: 0;
}

.guide_link {
    text-decoration: underline !important;
    color: #000 !important;
}

figcaption {
    text-align: center;
    padding: 0 20px;
    font-style: italic;
}

.content-img-row .three-images {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .content-img-row .three-images {
        gap: 10px;
    }
}
/* Tip box */
.tip-container {
    padding: 20px 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.tip-content {
    margin-bottom: 0;
    padding-left: 20px;
    border-left: 10px solid #ccc;
    font-size: 15px;
}

.tip-content h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.tip-content p {
    font-size: 15px;
}

.tip-content .content-page-text:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .tip-container {
        padding: 20px;
    }
}
.four-images {
    display: grid;
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0;
    /* 4 columns on desktop */
}

@media (max-width: 767px) {
    .four-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        /* 2 columns on mobile */
    }
}
/* Product Carousel */
.dynamic-product-carousel .product_tile-link {
    text-decoration: unset;
}

.product_tile-attributes_value .swatch-rectangle {
    min-width: 45px;
    font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
    .dynamic-product-carousel .product_tile-link {
        font-size: 16px;
    }
}
.dynamic-product-carousel {
    position: relative;
    margin-bottom: 20px;
}

.content_asset-dynamic_product_carousel_category_tile {
    display: inline;
}

.carousel-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.carousel-content {
    position: relative;
    margin-top: 60px;
}

.carousel-category {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    border: 1px solid #ccc;
}

.carousel-category .heading-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.recommendations_wide-controls {
    top: -45px;
}

.skeleton_block {
    width: 100%;
    height: 100%;
}

@keyframes shine-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.skeleton_loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 370px;
    background: #f0f0f0;
    background-image: linear-gradient(90deg, #f0f0f0, #e8e8e8 40px, #f0f0f0 80px);
    background-size: 200% 100%;
    animation: shine-loading 2s ease-out infinite;
}

.custom-box1 {
    min-height: 370px;
}

@media screen and (max-width: 767px) {
    .carousel-content {
        margin-top: 50px;
    }

    .skeleton_loader {
        min-height: 310px;
    }

    .custom-box1 {
        min-height: 300px !important;
    }

    .dynamic-product-carousel .product_tile-link {
        font-size: 16px;
    }
}
@media (min-width: 767px) {
    .recommendations_wide-controls {
        right: 0;
    }
}
