.products_swiper {
    overflow: hidden;
    padding: 6px 6px 22px;
}

#top .products .products_inner {
    max-width: 1240px;
}

#top .products .products_inner .products_list {
    display: flex;
    gap: 0;
}

#top .products .products_inner .products_list .product_item {
    box-sizing: border-box;
    height: auto;
    border: 1px solid #eadfe0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(41, 35, 35, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

#top .products .product_showcase_link {
    display: block;
    height: 100%;
    padding: 10px 10px 16px;
    color: inherit;
    text-decoration: none;
}

#top .products .products_inner .products_list .product_item .product_image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin-bottom: 0;
    border-radius: 15px;
    background: #f7f5f2;
}

#top .products .products_inner .products_list .product_item .product_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 260ms ease;
}

#top .products .product_item--pet-original-bag .product_image img,
#top .products .product_item--initial-tote .product_image img {
    object-position: center 44%;
}

#top .products .product_item--name-lip .product_image img,
#top .products .product_item--heart-mirror .product_image img,
#top .products .product_item--drawing-keyholder .product_image img {
    object-position: center 48%;
}

#top .products .product_caption {
    padding: 13px 8px 0;
}

#top .products .product_category {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    margin: 0;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #5f5553;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    box-shadow: 0 3px 12px rgba(32, 24, 24, 0.08);
}

#top .products .products_inner .products_list .product_item .product_title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.45;
}

#top .products .products_inner .products_list .product_item .product_text {
    min-height: 1.65em;
    margin: 0;
    color: #514a48;
    font-size: 14px;
    line-height: 1.65;
}

.products_slider_controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 22px;
}

.products_slider_prev,
.products_slider_next {
    position: relative;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border: 1px solid #cd5a5e;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.products_slider_prev::before,
.products_slider_next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #a93f43;
    border-right: 2px solid #a93f43;
}

.products_slider_prev::before { transform: translate(-35%, -50%) rotate(-135deg); }
.products_slider_next::before { transform: translate(-65%, -50%) rotate(45deg); }

.products_slider_prev:focus-visible,
.products_slider_next:focus-visible,
#top .products .product_showcase_link:focus-visible {
    outline: 3px solid #123257;
    outline-offset: 3px;
}

.products_slider_position {
    display: flex;
    min-width: min(300px, 48vw);
    align-items: center;
    gap: 13px;
}

.products_slider_count {
    min-width: 42px;
    color: #514a48;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    text-align: center;
}

.products_slider_progress {
    position: relative;
    display: block;
    overflow: hidden;
    flex: 1 1 auto;
    height: 4px;
    border-radius: 999px;
    background: #dfd4d5;
}

.products_slider_progress > span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #cd5a5e;
    transform: scaleX(0.1111);
    transform-origin: left center;
    transition: transform 300ms ease;
}

.products_more {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.products_more--showcase {
    flex-wrap: wrap;
}

.products_more a,
.eight-products-inline-actions a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 28px;
    border: 1px solid #a93f43;
    border-radius: 999px;
    color: #a93f43;
    font-weight: 700;
    text-decoration: none;
}

.eight-products-page {
    color: #202329;
    background: #fff;
}

.eight-products-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.eight-products-copy-narrow { max-width: 920px; }

.eight-products-hero,
.eight-products-section,
.eight-products-cta { padding: 88px 0; }

.eight-products-hero { background: linear-gradient(135deg, #fff 0%, #fff7f7 58%, #f4f7fb 100%); }

.eight-products-eyebrow,
.eight-products-kicker {
    margin-bottom: 14px;
    color: #a93f43;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.eight-products-hero h1 {
    max-width: 820px;
    margin-bottom: 28px;
    color: #123257;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.3;
}

.eight-products-lead,
.eight-products-hero p,
.eight-products-section p,
.eight-products-cta p { font-size: 17px; line-height: 1.9; }

.eight-products-lead { max-width: 900px; font-weight: 600; }

.eight-products-section h2,
.eight-products-cta h2 {
    margin-bottom: 34px;
    color: #123257;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.4;
}

.eight-products-intro { max-width: 900px; }

.eight-products-disclosure {
    margin-top: 18px;
    padding: 14px 18px;
    border-left: 4px solid #a93f43;
    background: #fff;
    color: #5e6269;
    font-size: 14px !important;
}

.eight-products-category { margin-top: 58px; }

.eight-products-category > h3 {
    margin-bottom: 22px;
    color: #123257;
    font-size: 25px;
}

.eight-products-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.eight-product-card {
    overflow: hidden;
    border: 1px solid #eadfe0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(41, 35, 35, 0.08);
}

.eight-product-card__image {
    overflow: hidden;
    aspect-ratio: 1;
    background: #f7f5f2;
}

.eight-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px;
    object-fit: contain;
}

.eight-product-card__body { padding: 24px; }

.eight-product-card h4 {
    margin-bottom: 12px;
    color: #a93f43;
    font-size: 20px;
    line-height: 1.5;
}

.eight-product-card__actions,
.eight-products-cta__actions,
.eight-products-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.eight-product-button,
.eight-products-choice-grid a,
.eight-products-detail-grid a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid #a93f43;
    border-radius: 999px;
    color: #a93f43;
    font-weight: 700;
    text-decoration: none;
}

.eight-product-button--line { border-color: #2c8b57; background: #2c8b57; color: #fff; }

.eight-products-section--soft { background: #faf7f6; }

.eight-products-choice-grid,
.eight-products-detail-grid,
.eight-products-use-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.eight-products-choice-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.eight-products-choice-grid article,
.eight-products-detail-grid article,
.eight-products-use-grid article {
    padding: 30px;
    border: 1px solid #dfe4eb;
    border-radius: 20px;
    background: #fff;
}

.eight-products-choice-grid h3,
.eight-products-detail-grid h3,
.eight-products-use-grid h3 {
    margin-bottom: 12px;
    color: #a93f43;
    font-size: 21px;
    line-height: 1.5;
}

.eight-products-detail-lead { color: #123257; font-weight: 700; }

.eight-products-needs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.eight-products-needs li {
    padding: 22px;
    border-left: 4px solid #cd5a5e;
    border-radius: 12px;
    background: #fff;
    font-weight: 600;
    line-height: 1.7;
}

.eight-products-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.eight-products-flow li {
    display: flex;
    gap: 18px;
    padding: 24px;
    border: 1px solid #eadfe0;
    border-radius: 18px;
}

.eight-products-flow li > span {
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #a93f43;
    color: #fff;
    font-weight: 700;
}

.eight-products-flow h3 { margin-bottom: 6px; color: #123257; font-size: 19px; }

.eight-products-faq .eight-faq-item {
    margin: 0;
    padding: 18px;
    border-bottom: 1px solid #d8dce2;
    background: #fff;
}

.eight-products-faq .eight-question {
    margin: 0;
    color: #123257;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
}

.eight-products-faq .eight-answer {
    margin: 10px 0 0;
    line-height: 1.85;
}

.eight-products-cta { background: #123257; color: #fff; }
.eight-products-cta h2 { color: #fff; }
.eight-products-cta .eight-product-button:not(.eight-product-button--line) { border-color: #fff; color: #fff; }
.eight-products-access { margin-top: 24px; color: #dce5f0; font-size: 14px !important; }
.eight-products-notes { margin-top: 24px; padding-left: 1.2em; color: #dce5f0; font-size: 13px; line-height: 1.8; }

@media (hover: hover) {
    #top .products .product_item:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 34px rgba(41, 35, 35, 0.12);
    }

    #top .products .product_item:hover .product_image img {
        transform: scale(1.025);
    }

    .products_more a:hover,
    .eight-product-button:hover,
    .eight-products-choice-grid a:hover,
    .eight-products-detail-grid a:hover,
    .eight-products-inline-actions a:hover { transform: translateY(-2px); }
}

@media (max-width: 1024px) {
    .eight-products-choice-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .eight-products-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    #top .products::before { height: 100%; }
    #top .products .products_inner .products_list { display: flex; gap: 0; }
    #top .products .products_inner .products_list .product_item .product_title { font-size: 17px; }
    #top .products .products_inner .products_list .product_item .product_text { font-size: 13px; }
    .eight-products-hero,
    .eight-products-section,
    .eight-products-cta { padding: 64px 0; }
    .eight-products-choice-grid,
    .eight-products-choice-grid--three,
    .eight-products-detail-grid,
    .eight-products-use-grid,
    .eight-products-flow { grid-template-columns: 1fr; }
    .eight-products-needs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
    #top .products .products_inner { padding-right: 15px; padding-left: 15px; }
    #top .products .product_showcase_link { padding: 8px 8px 14px; }
    #top .products .products_inner .products_list .product_item .product_image { aspect-ratio: 4 / 5; }
    .products_slider_controls { gap: 12px; }
    .products_slider_position { min-width: 0; flex: 1 1 auto; }
    .eight-products-shell { width: min(100% - 28px, 1120px); }
    .eight-products-hero h1 { font-size: 32px; }
    .eight-products-gallery,
    .eight-products-needs { grid-template-columns: 1fr; }
    .eight-product-card__actions,
    .eight-products-cta__actions,
    .eight-products-inline-actions { flex-direction: column; }
    .eight-product-button,
    .eight-products-choice-grid a,
    .eight-products-detail-grid a,
    .eight-products-inline-actions a { width: 100%; }
    .products_more--showcase { flex-direction: column; align-items: stretch; }
    .products_more--showcase a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    #top .products .product_item,
    #top .products .product_image img,
    .products_slider_progress > span,
    .products_more a,
    .eight-product-button,
    .eight-products-choice-grid a,
    .eight-products-detail-grid a,
    .eight-products-inline-actions a { transition: none; }
}
