/* ========================================================================= */
/* BLACK FRIDAY 2025 - MODERN PREMIUM DESIGN */
/* ========================================================================= */

/* ========================================================================= */
/* GLOBAL & RESET */
/* ========================================================================= */

.BFsection {
    /* display: none; */
}

body#BlackFriday #BlackFridayWrapper {
    background: linear-gradient(45deg, black, #333);
    color:#ffffff;
}


.wrapper{
    float: none !important;

}

.fixed{
    background: transparent !important;
}

/* ========================================================================= */
/* HOLDING PAGE - SPLIT HERO LAYOUT */
/* ========================================================================= */

.bf-hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2rem;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
    /* min-height: 80vh; */
}

/* Left Side - Title and Timer */
.bf-hero-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.bf-hero-title {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 900;
    margin: 0;
    background: linear-gradient(135deg, #ffffff 1%, #d9b888 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.bf-hero-subtitle {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    color: #cccccc;
    margin: 0;
    font-weight: 300;
}

.bf-hero-description{
    color: #cccccc;
    line-height: 1.7;
    margin: 0 0 1rem 0;
    font-size: 1rem;
}

.bf-countdown-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bf-countdown-box .countdown-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.countdown-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

.countdown-timer {
    font-size: 2.5rem;
    font-weight: 700;
    color: #d9b888;
}

.bf-cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #d9b888 0%, #b8945f 100%);
    color: #ffffff;
    padding: 1.25rem 3rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(217, 184, 136, 0.3);
    width: 100%;
    display: flex;
    justify-content: center;
}

.bf-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(217, 184, 136, 0.4);
}

/* Right Side - Info Cards */
.bf-hero-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.bf-info-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.bf-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, #d9b888, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bf-info-card:hover {
    transform: translateY(-5px);
    border-color: rgba(217, 184, 136, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.05);
}

.bf-info-card:hover::before {
    opacity: 1;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #ffffff;
}

.card-text {
    color: #aaaaaa;
    line-height: 1.7;
    margin: 0 0 1rem 0;
    font-size: 1rem;
}

.bf-highlight-box {
    background: linear-gradient(135deg, rgba(217, 184, 136, 0.2) 0%, rgba(217, 184, 136, 0.1) 100%);
    border: 1px solid rgba(217, 184, 136, 0.3);
    border-radius: 5px;
    padding: 1rem;
    margin-top: 1.5rem;
    width: fit-content;
}

.bf-highlight-box strong {
    color: #d9b888;
    font-size: 1rem;
}

.bf-prepare-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}

.bf-prepare-list li {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.bf-prepare-list a {
    color: #d9b888;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.bf-prepare-list a:hover {
    border-bottom-color: #d9b888;
}

/* ========================================================================= */
/* ACTION SECTION - NEWSLETTER & APP */
/* ========================================================================= */

.bf-action-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    padding: 2rem 2rem;
    max-width: 1600px;
    margin: 0 auto;
}

.bf-newsletter-card,
.bf-app-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 2rem;
    text-align: center;
}

.newsletter-title,
.app-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #ffffff;
}

.newsletter-text,
.app-text {
    color: #aaaaaa;
    margin: 0 0 2rem 0;
    font-size: 1rem;
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.newsletter-input {
    flex: 1;
    min-width: 200px;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #ffffff;
    font-size: 1rem;
}

.newsletter-input::placeholder {
    color: #888;
}

.newsletter-input:focus {
    outline: none;
    border-color: #d9b888;
    background: rgba(255, 255, 255, 0.08);
}

.newsletter-button,
.app-download-button {
    padding: .5rem 2rem;
    background: linear-gradient(135deg, #d9b888 0%, #b8945f 100%);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    line-height: normal !important;
}

.newsletter-button:hover,
.app-download-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(217, 184, 136, 0.3);
}

.app-qr-text {
    color: #888;
    font-size: 0.875rem;
    margin: 1.5rem 0 1rem 0;
}

.app-qr-link {
    display: inline-block;
}

.app-qr {
    width: 200px;
    height: auto;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.newsletter-message {
    margin-top: 1rem;
    font-size: 0.875rem;
}

.app-countdown-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.app-countdown-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.app-countdown-timer {
    font-size: 1.75rem;
    font-weight: 700;
    color: #d9b888;
}

.stride-countdown-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stride-countdown-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.stride-countdown-timer {
    font-size: 1.75rem;
    font-weight: 700;
    color: #d9b888;
    text-align: center;
}

/* ========================================================================= */
/* CATEGORY SECTION */
/* ========================================================================= */

.bf-category-section {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.section-heading {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 2rem 0;
    text-align: center;
    color: #ffffff;
}

.bf-category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.category-pill {
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
}

.category-pill:hover {
    background: linear-gradient(135deg, #d9b888 0%, #b8945f 100%);
    border-color: #d9b888;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(217, 184, 136, 0.3);
}

/* ========================================================================= */
/* RESPONSIVE STYLES */
/* ========================================================================= */

@media screen and (max-width: 1024px) {
    .bf-hero-split {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 4rem 2rem;
    }
    
    .bf-hero-left {
        text-align: center;
    }
    
    .bf-cta-button {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .bf-hero-split {
        padding: 3rem 1.5rem;
        min-height: auto;
    }
    
    .bf-hero-title {
        text-align: center;
    }
    
    .bf-hero-subtitle {
        text-align: center;
    }
    
    .bf-action-section {
        grid-template-columns: 1fr;
        padding: 3rem 1.5rem;
    }
    
    .bf-info-card,
    .bf-newsletter-card,
    .bf-app-card {
        padding: 2rem;
    }
    
    .category-pill {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .countdown-timer {
        font-size: 1.5rem;
    }
    
    .app-countdown-timer {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 600px) {
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-button {
        width: 100%;
    }
    
    .bf-category-section {
        padding: 3rem 1.5rem;
    }
}


/* Early Access */

.bf-earlyAccess-title{
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 900;
    margin: 0;
    background: linear-gradient(135deg, #ffffff, #d9b888 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Overrides */

.bannerTxtCtr span{
    text-align: left;
    background: transparent;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: none;
    letter-spacing: 0px;
}

.bannerTxtCtr span.bannerView {
    background: linear-gradient(135deg, #d9b888 0%, #b8945f 100%);
    color: #ffffff;
    padding: .5rem 1rem !important;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: .8rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(217, 184, 136, 0.3);
    width: fit-content;
    display: flex;
    justify-content: center;
    margin-top: .5rem !important;
}

a:hover .bannerTxtCtr span.bannerView{
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(217, 184, 136, 0.4);
}

.bannerTxtCtr span.bannerDesc {
    margin-bottom: 1rem;
}

.bannerTxtCtr .bannerTitle {
    order: -1;
}



/* Banners CSS */

.Banner4 > div {
    padding: 2rem .5rem !important;
    gap: 2rem !important;
    grid-template-columns: repeat(4, 1fr);
}

.Banner4 > div > a {
    display: flex;
    flex-flow: column-reverse !important;
}

.Banner4 > div > a .photo {
    border-radius: 5px 5px 0 0;
    position: relative;
}

.Banner4 > div > a .photo div{
    border-radius: 5px 5px 0 0;
}

.Banner4 > div > a .photo div:after {
    padding-bottom: 100% !important;
}

.Banner4 > div > a .bannerTxtCtr {
    border-radius: 0 0 5px 5px;
    border-right: none;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: flex-start;
    max-height: fit-content;
    border-top: none;
    align-items: flex-start;
    align-content: flex-start;
    padding: 1rem;
    gap: .5rem;
}

@media screen and (max-width: 1100px) {
    .Banner4 > div{
        grid-template-columns: repeat(2, 1fr);
        padding: .5rem !important;
        gap: .5rem !important;
    }
    .Banner4 > div > a .bannerTxtCtr {
        padding: .5rem; 
        gap: .1rem;
    }
    .Banner4 > div > a .bannerTxtCtr .bannerView{
        font-size: .6rem;
    }
}

/* Banner 6 */

.Banner6 > div {
    grid-template-columns: repeat(1, 1fr);
    padding: 1rem.5rem !important;
    gap: 2rem !important;
}


.Banner6 > div > a .photo > div:after{
    padding-bottom: 50%;
}

.Banner6 > div > a .photo,
.Banner6 > div > a .photo > div{
    border-radius: 5px;
}

.Banner6 > div a .bannerTxtCtr{
    padding: 1rem;
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, black, transparent 100%);
    justify-content: flex-end;
    border-radius: 5px;
}

.Banner6 > div a .bannerTxtCtr span{
    text-align: center;
}



.Banner6 > div a .bannerTxtCtr .bannerTitle{
    font-size: clamp(2.4rem, 6vw, 5rem);
    font-weight: 900;
    margin: 0;
    background: linear-gradient(135deg, #fff 0%, #d9b888 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-block: auto !important;
       /* width + color */
}

.Banner6 > div a .bannerTxtCtr .bannerDesc{
    font-size: 1rem;
    margin-bottom: 1rem !important;
}


@media screen and (max-width: 1024px) {
.Banner6 > div > a .photo > div:after{
    padding-bottom: 100%;
}
}

.Banner1>div{
    padding: 1rem !important;
    gap: 2rem !important;
}

.Banner1>div>a {
    display: flex;
    flex-flow: row nowrap;
    /* border: var(--global-border); */
    border-radius: 0;
    gap: 1rem;
}

.Banner1>div>a .bannerTxtCtr {
    position: relative;
    flex-basis: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    align-content: flex-start;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.Banner1>div>a .bannerTxtCtr span {
    text-align: left;
}

.Banner1>div>a .bannerTxtCtr span.bannerDesc{
    max-width: 400px;
    font-size: 1rem;
    margin-top: .5rem !important;
}

.Banner1>div>a .bannerTxtCtr .bannerView {
    margin-top: auto !important;
}

.Banner1>div>a:hover .bannerTxtCtr .bannerView {
    color: var(--fontColor-secondary) !important;
}

.Banner1 .bannerTitle {
    font-size: 1.5rem !important;
    margin-bottom: 0rem !important;
    margin-top: 0px !important;
    order: -2;
}

.Banner1>div>a .photo {
    position: relative;
    flex-basis: 60%;
    border-radius: 5px;
}

.Banner1>div>a .photo div{
    border-radius: 5px;
}

.Banner1>div>a .photo div:after {
    padding-bottom: 50%;
}

.Banner1 > div a:nth-child(even) {
    flex-flow: row-reverse;
}

.Banner1 > div a:nth-child(even) .bannerTxtCtr span {
    color: var(--fontColor-primary);
}

.Banner1 > div a:nth-child(even) .bannerTxtCtr span.bannerView {
}

.Banner1 > div a:hover:nth-child(even) .bannerTxtCtr span.bannerView {
    color: var(--fontColor-secondary) !important;
}

.Banner1 > div a:nth-child(even) .photo {
    border-radius: var(--global-radius) 0px 0px var(--global-radius);
}

@media screen and (max-width: 1024px) {
    .Banner1>div {
    }

    .Banner1>div>a {
        flex-flow: column-reverse !important;
        gap: .5rem;
    }

    .Banner1>div>a .photo div:after {
        padding-bottom: 75%;
    }

    .Banner1 > div a:nth-child(even) .photo:before {
        left: 2px;
        top: 2px;
    }

    .Banner1>div>a .bannerTxtCtr {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        }

    .Banner1>div>a .bannerTxtCtr .bannerView {
        margin-top: 1rem !important;
    }
}

/* BannerButtons - Style View buttons to match category pills */
.BannerButtons > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem !important;
    padding: .5rem !important;
    width: 100%;
    box-sizing: border-box;
}

.BannerButtons > div > a {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 60px;
    text-decoration: none;
    overflow: visible;
    padding: 2px 0;
}

/* Hide photo, title, and description */
.BannerButtons > div > a .photo {
    display: none;
}

.BannerButtons > div > a .bannerTxtCtr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: none;
    backdrop-filter: none;
    overflow: visible;
}

.BannerButtons > div > a .bannerTxtCtr .bannerDesc,
.BannerButtons > div > a .bannerTxtCtr .bannerTitle {
    display: none;
}

.BannerButtons > div > a .bannerTxtCtr .bannerView {
    display: inline-block !important;
    padding: 1rem 2rem !important;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    margin: 0 !important;
    box-shadow: none;
    width: 100%;
    min-width: 0;
    text-align: center;
    font-size: 1rem;
    box-sizing: border-box;
    overflow: visible;
    line-height: normal;
}

.BannerButtons > div > a:hover .bannerTxtCtr .bannerView {
    background: linear-gradient(135deg, #d9b888 0%, #b8945f 100%);
    border-color: #d9b888;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(217, 184, 136, 0.3);
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .BannerButtons > div {
        grid-template-columns: repeat(2, 1fr);
        gap: .5rem !important;
        padding-inline: .5rem !important;
    }

    .BannerButtons > div > a .bannerTxtCtr .bannerView{
        font-size: .7rem !important;
    }
}

/* ========================================================================= */
/* BLACK FRIDAY PRODUCT REPEATER / SLIDER */
/* ========================================================================= */

.hmRepeater {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.hmRepeater h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-align: center;
    color: #ffffff;
    padding-top: 2rem;
}

.hmRepeater h2 span {
    background: linear-gradient(135deg, #ffffff 1%, #d9b888 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hmRepeater p {
    text-align: center;
    color: #cccccc;
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
}

.hmRepeater > div {
    text-align: center;
}

.hmRepeater > div > a,
.repeaterBtn{
    display: inline-block;
    margin: 1rem auto 2rem auto;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #d9b888 0%, #b8945f 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(217, 184, 136, 0.3);
}

.hmRepeater > div > a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(217, 184, 136, 0.4);
}

/* Flexslider Container */
.flexsliderMP {
    background: transparent;
    border: none;
    border-radius: 5px;
    margin: 0;
    box-shadow: none;
}

.flexsliderMP .slides {
    margin: 0;
    padding: 0;
}

.flexsliderMP .slides li {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 1rem;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex !important;
    flex-flow: column;
}

.flexsliderMP .slides li:hover {
    transform: translateY(-5px);
    border-color: rgba(217, 184, 136, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.05);
}

/* Product Image */
.flexsliderMP .slides li .imgCtr {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1rem;
    aspect-ratio: 1;
    position: relative;
}

.flexsliderMP .slides li .imgCtr::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

/* Product Info */
.flexsliderMP .slides li .item-repeater-info {
    text-decoration: none;
    display: block;
    color: #ffffff;
}

.flexsliderMP .slides li .item-repeater-info:hover {
    color: #d9b888;
}

.flexsliderMP .slides li .item-repeater-info-name {
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.4;
    margin-top: 0.5rem;
    min-height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Pricing */
.flexsliderMP .slides li .pricingRepeater {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0.5rem 0;
}

.flexsliderMP .slides li .nowPrice-repeater {
    font-size: 1.25rem;
    font-weight: 700;
    color: #d9b888;
}

.flexsliderMP .slides li .standardPrice-repeater {
    font-size: 0.875rem;
    color: #888;
    text-decoration: line-through;
}

.flexsliderMP .slides li .percentOff-repeater {
    font-size: 0.875rem;
    color: #d9b888;
    font-weight: 600;
}

/* Navigation Arrows */
.flexsliderMP .flex-direction-nav a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    opacity: 0.7;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.flexsliderMP .flex-direction-nav a:hover {
    background: rgba(217, 184, 136, 0.3);
    color: #d9b888;
    opacity: 1;
    border-color: #d9b888;
}

.flexsliderMP .flex-direction-nav a.flex-prev {
    left: 10px;
}

.flexsliderMP .flex-direction-nav a.flex-next {
    right: 10px;
}

.flexsliderMP .flex-direction-nav a::before {
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 700;
}

/* Pagination */
.flexsliderMP .flex-control-paging,
.flex-direction-nav{
    text-align: center;
    margin-top: 1.5rem;
    display: none;
}

.flexsliderMP .flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    box-shadow: none;
}

.flexsliderMP .flex-control-paging li a.flex-active {
    background: #d9b888;
}

.flexsliderMP .flex-control-paging li a:hover {
    background: rgba(217, 184, 136, 0.7);
}

/* Responsive */
@media screen and (max-width: 768px) {
    .hmRepeater {
        padding: 3rem 1.5rem;
    }
    
    .hmRepeater h2 {
        font-size: 1.5rem;
    }
    
    .flexsliderMP .slides li {
        /* padding: 0.75rem; */
        /* margin: 0 0.25rem; */
    }
    
    .flexsliderMP .slides li .nowPrice-repeater {
        font-size: 1.125rem;
    }
    
    .flexsliderMP .slides li .item-repeater-info-name {
        font-size: 0.875rem;
    }
}

