.pff {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto 40px;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box
}

.pff * {
    box-sizing: border-box
}

.pff-left,
.pff-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.pff-right {
    width: min-content;
}

.pff-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}

.pff-dd {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 49px;
    padding: 0 16px;
    background: #fff;
    color: #111216;
    cursor: pointer;
    user-select: none;
    min-width: 120px;
    justify-content: space-between
}

.pff-sortdd {
    min-width: 200px
}

.pff-lbl {
    font-size: 15px;
    white-space: nowrap
}

.pff-dd svg {
    color: #111216;
    flex: none
}

.pff-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    list-style: none;
    margin: 0;
    padding: 6px;
    z-index: 40;
    display: none;
    max-height: 300px;
    overflow: auto
}

.pff-dd.open .pff-menu {
    display: block
}

.pff-menu li {
    padding: 0px 6px 0px 8px;
    font-size: 14px;
    color: #333;
    border-radius: 6px;
    white-space: nowrap
}

.pff-menu li:hover {
    background: #f0fbfc;
    color: #111216
}

.pff-menu li.sel {
    color: #0bb3c0;
    font-weight: 600
}

@media(max-width:767px) {
    .pff {
        gap: 14px
    }

    .pff-title {
        font-size: 14px
    }

    .pff-dd {
        height: 42px;
        padding: 0 12px;
        min-width: 0
    }

    .pff-lbl {
        font-size: 13px
    }
}


/* Product Gallery slider style */
.pfpg {
    width: 100%
}

.pfpg-main {
    background: #f9faf9;
    border-radius: 10px;
    height: 526px;
    overflow: hidden
}

.pfpg-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.pfpg-slider {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px
}

.pfpg-thumbs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex: 1;
    scrollbar-width: none
}

.pfpg-thumbs::-webkit-scrollbar {
    display: none
}

.pfpg-thumb {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: #f9faf9
}

.pfpg-thumb.on {
    border-color: #29cdd9;
    border-width: 2px
}

.pfpg-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.pfpg-arrow {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    background: transparent;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s
}

.pfpg-arrow:hover {
    background: #29cdd9;
    border-color: #29cdd9;
    color: #111216
}

.pfpg-slider.has-overflow .pfpg-arrow {
    display: flex
}

@media(max-width:900px) {
    .pfpg-main {
        height: auto;
        aspect-ratio: 1/1
    }
}

@media(max-width:600px) {
    .pfpg-thumb {
        width: 64px;
        height: 64px
    }
}

/*  Product specs + price + BUY button style */
.pfps {
    font-family: 'Inter', sans-serif;
    color: #fff
}

.pfps-brandbadge {
    display: inline-block;
    background: #29cdd9;
    color: #111216;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 8px;
    margin-bottom: 14px
}

.pfps-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #fff
}

.pfps-reviews {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #a4a4a4
}

.pfps-stars {
    color: #29cdd9;
    font-size: 18px;
    letter-spacing: 2px
}

.pfps-price {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px
}

.pfps-sale {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #fff
}

.pfps-reg {
    color: #a4a4a4;
    text-decoration: line-through;
    font-size: 20px
}

.pfps-specs {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px
}

.pfps-format {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px
}

.pfps-flabel {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase
}

.pfps-fpill {
    background: #fff;
    color: #29cdd9;
    font-size: 16px;
    padding: 7px 12px;
    border-radius: 6px;
    line-height: 1
}

.pfps-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px
}

.pfps-row span {
    color: #a4a4a4
}

.pfps-row b {
    color: #fff;
    font-weight: 700
}

.pfps-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 56px;
    background: #29cdd9;
    color: #111216;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    transition: .2s
}

.pfps-buy:hover {
    filter: brightness(1.08)
}

.pfps-redirect {
    text-align: center;
    color: #fff;
    font-size: 13px;
    border: 1px solid #29cdd9;
    border-radius: 8px;
    padding: 9px;
    margin: 14px 0 16px
}

.pfps-trust {
    text-align: center;
    color: #fff;
    font-size: 15px
}

/* Product Description & Specifications tabs style */
.pft {
    font-family: 'Inter', sans-serif;
    max-width: 1280px;
    margin: 0 auto
}

.pft-tabs {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    flex-wrap: wrap
}

.pft-tab {
    background: none;
    border: none;
    color: #a4a4a4;
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 14px 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px
}

.pft-tab.on {
    color: #fff;
    border-bottom-color: #29cdd9
}

.pft-pane {
    display: none;
    padding-top: 28px
}

.pft-pane.on {
    display: block
}

.pft-pane p {
    color: #a4a4a4;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 18px;
    max-width: 940px
}

.pft-pane h4 {
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    margin: 24px 0 8px
}

.pft-table {
    width: 100%;
    max-width: 640px;
    border-collapse: collapse
}

.pft-table td {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: 15px
}

.pft-table td:first-child {
    color: #a4a4a4;
    width: 40%
}

.pft-table td:last-child {
    color: #fff;
    font-weight: 600
}

@media(max-width:600px) {
    .pft-tab {
        font-size: 17px;
        padding: 12px 12px
    }
}

@media(max-width:992px) {
    body .gt_float_switcher .gt-selected {
        background-color: #29cdd9 !important;
    }
	
	body #gt_float_wrapper .gt_float_switcher .gt-selected {
    background: #29cdd9 !important;
}
}
/* PouchFuel — Shop Filter bar*/
.pff-pager {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 6px;
            max-width: 1280px;
            margin: 48px auto 0;
            padding: 0 20px;
            font-family: 'Inter', sans-serif
        }

.pff-pager button {
            min-width: 40px;
            height: 40px;
            border: none;
            background: transparent;
            color: #fff;
            font-size: 15px;
            border-radius: 8px;
            cursor: pointer;
            transition: .2s;
        }

.pff-pager button:hover {
            background: rgba(255, 255, 255, .08);
        }

.pff-pager button.pff-on {
            background: #29cdd9;
            color: #111216;
            font-weight: 700;
        }

.pff-pager button.pff-arw {
            color: #29cdd9;
            font-size: 20px;
        }

 .pff-pager button:disabled {
            opacity: .3;
            cursor: default;
        }
