@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* OpenCart Custom Theme - Green (#0e4958) with Accent Colors */
:root {
  /* Primary Colors - Green Theme */
  --primary-color: #0e4958 !important;
  --primary-hover: #00617a !important;
  --primary-active: #2F4A56 !important;
  --primary-light: #5A7A87 !important;
  
  /* Secondary Colors */
  --background-light: #E7EFEF !important;
  --accent-color: #F4A01D !important;
  --text-primary: #444 !important;
  --border-color: #0e4958 !important;
  
  /* Bootstrap Variable Overrides */
  --bs-primary: #0e4958;
  --bs-primary-rgb: 69, 106, 116;
  --bs-tertiary-bg: #E7EFEF;
  --bs-border-color: #ddd;
}

body, html {
  font-family: 'poppins', sans-serif !important;
}

/* Primary Button Styles */
.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: white !important;
}

.form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.qty-group button#button-qty-plus, .qty-group button#button-qty-minus {
    padding: 0px 10px;
    line-height: 0;
    background: #fbdeb0 !important;
    border-color: #f4a01d !important;
    color: #000000 !important;
}

.qty-group input#input-quantity {
    border-color: #f4a01d;
    border-inline: none;
    border-radius: 0;
}

.mobile-sticky-btn {
    gap: 10px;
}

.qty-group {
    display: flex;
    width: 110px;
    align-self: center;
}

button#button-cart {
    width: calc(100% - 120px);
    border-radius: 100px !important;
}

.input-group-text + .form-control.border-tertiary {
    border: 1px solid #f4a01d !important;
    box-shadow: none !important;
}

button#button-cart:hover {
    background: #f1ab3f !important;
    border-color: #f1ab3f!important;
}

.bg-tertiary-muted {
    background-color: #fbdeb0;
        border: 1px solid #f4a01d;
}

.btn-tertiary {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: white !important;
}

#product-category .form-select {
      border-color: var(--primary-color) !important;
}

.btn-primary:hover,
.btn:hover,
.btn:focus,
.btn-primary:focus {
  background-color: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
  color: white !important;
}

.btn-outline-primary {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-primary:active,
.btn-primary.active,
.btn:active,
.btn.active {
  background-color: var(--primary-active) !important;
  border-color: var(--primary-active) !important;
  color: white !important;
}

/* Menu Styling with Green Theme */
#menu {
  background-color: var(--primary-color) !important;
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-hover)) !important;
  border-color: var(--primary-hover) var(--primary-hover) var(--primary-active) !important;
}

#menu .navbar-nav > li > a {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Active Tab Styling - Using Accent Color */
.nav-tabs .nav-link.active {
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
  color: white !important;
}

.nav-tabs .nav-link {
  color: var(--primary-color) !important;
}

.onboarding-logo{
    margin: auto;
    display: block;
    margin-block: 10px 20px;
    max-width: 140px;

}

/* Form Controls */
.form-control:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 0.2rem rgba(69, 106, 116, 0.25) !important;
}

.form-select:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 0.2rem rgba(69, 106, 116, 0.25) !important;
}

/* Links */
a {
  color: var(--primary-color) !important;
  text-decoration: none;
}

a:hover {
  color: var(--primary-hover) !important;
}

/* Breadcrumb */
.breadcrumb {
  background-color: var(--background-light) !important;
  border-color: var(--primary-light) !important;
}

.breadcrumb-item.active {
  color: var(--primary-color) !important;
}


/* Alerts with Primary Color */
.alert-primary {
  background-color: rgba(69, 106, 116, 0.1) !important;
  border-color: var(--primary-color) !important;
  color: var(--primary-active) !important;
}

/* Badges */
.badge-primary,
.badge.bg-primary {
  background-color: var(--primary-color) !important;
}

/* Success Elements (using green) */
.btn-success {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #ffffff !important;
}

a.btn-info, a.btn-danger, a.btn-dark, a.btn-secondary {
    color: #ffffff !important;
}

.btn-success:hover {
  background-color: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
}

/* Text Colors */
.text-primary {
  color: var(--primary-color) !important;
}

/* Product Thumbs */
.product-thumb .button button:hover {
  background-color: var(--background-light) !important;
  color: var(--primary-color) !important;
}

/* Search Button */
#search .btn-lg {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: white !important;
}

#search .btn-lg:hover {
  background-color: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
}

/* Cart Button */
#cart .btn-lg {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: white !important;
}

#cart .btn-lg:hover {
  background-color: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
}

#information-information div#content {
    max-width: 800px;
    margin: auto;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

#information-information h1 {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

/* Pagination */
.pagination .page-link {
  color: var(--primary-color) !important;
}

.pagination .page-item.active .page-link {
    color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.pagination .page-link:hover {
  color: var(--primary-hover) !important;
  background-color: var(--background-light) !important;
}

/* Tables */
.table-primary {
  --bs-table-bg: rgba(69, 106, 116, 0.1) !important;
  --bs-table-striped-bg: rgba(69, 106, 116, 0.05) !important;
}

/* Dropdown */
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--background-light) !important;
  color: var(--primary-color) !important;
}

/* Mobile Verification Specific Styles */




/* Special Elements using Accent Color */
.badge-warning,
.badge.bg-warning {
  background-color: var(--accent-color) !important;
  color: white !important;
}

.btn-warning {
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
  color: white !important;
}

.btn-warning:hover {
  background-color: #e8900e !important;
  border-color: #e8900e !important;
}

/* Active States for Special Elements */
.list-group-item.active {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: #ffffff !important;
}

/* Footer adjustments */
footer {
  background-color: var(--primary-active) !important;
}

footer a:hover {
  color: var(--background-light) !important;
}

/* Rating Stars using Accent Color */
.rating .fa-star {
  color: var(--accent-color) !important;
}

/* Price Colors */
.price-new {
  color: var(--primary-color) !important;
  font-weight: 500;
}

/* Cookie Notice */
#cookie {
  background: var(--primary-active) !important;
}

footer a {
    color: #ccc !important;
}

/* onboarding page */
.onboarding-page #mobile-input {
    border-left: none !important;
}

body:has(.onboarding-page) main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: var(--bs-tertiary-bg) !important;
}

body:has(.onboarding-page) header.peptoply-header, body:has(.onboarding-page) footer.peptoply-footer {
    display: none;
}

.onboarding-page .div#alert-container {
    position: absolute;
    right: 10px;
    top: 0px;
}

.onboarding-page .alert {
    padding: 10px 30px 8px 10px;
    border: none;
    border-radius: 0px;
    box-shadow: 5px 5px 10px #00000020;
}

div#alert-container {
    box-shadow: 5px 5px 10px #00000020;
}
.onboarding-page button.btn-close {
    padding: 15px 9px !important;
}

.onboarding-page .card {
    box-shadow: 0px 0px 20px #00000020;
}

.onboarding-page .verification-step .btn-primary {
    background-color: var(--primary-color) !important;
    border: none !important;
    transition: all .3s ease;
}

.onboarding-page .verification-step .btn-primary:hover {
    opacity: 0.8;
}

.onboarding-page .verification-step .btn-success {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.onboarding-page  .input-group-text {
    color: var(--primary-color) !important;
    background-color: transparent;
    border-right: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 500;
}

.onboarding-page .input-group-text + .form-control{
    border-color: #ddd !important;
}

.onboarding-page .form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
}

/* Header */
.custom-side-menu a.nav-link {
    font-size: 18px;
    border-bottom: 1px solid transparent;
    font-weight: 500;
}

.custom-side-menu a.nav-link:hover {
    border-bottom: 1px solid var(--primary-color);
}

.search-btn {
    background-color: transparent;
    border: none;
}

header .search-btn i, header .search-btn i {
  color: var(--primary-color);
}

header .bg-cart {
    background: var(--accent-color);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 8px;
}

header .search-outer {
    position: relative;
}

header div#search-form {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
}

.peptoply-product-swiper .swiper-slide {
  height: auto !important; /* Ensure slide height adjusts to content */
}

.peptoply-read-more-btn {
  display: inline-block;
  margin-top: 10px;
}

.peptoply-product-swiper {
    padding-bottom: 40px !important;
}

.peptoply-product-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-active) !important;
}

.peptoply-product-swiper .swiper-button-next, .peptoply-product-swiper .swiper-button-prev {
    color: var(--primary-active) !important;
    background: #e7efef;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    box-shadow: 0px 0px 10px #0e49583b;
    top: 35%;
}

.peptoply-product-swiper .swiper-button-next:after, .peptoply-product-swiper .swiper-button-prev:after {
    font-size: 18px;
}


header div#search-form form{
  margin-bottom: 0px !important;
}

header .btn-login {
    border-radius: 12px;
    padding: 10px 20px;

}
/* Breadcrrumbs */

ul.breadcrumb {
    border: none;
    border-radius: 0;
}

.breadcrumb > li.breadcrumb-item {
  text-shadow: none;
}

/* Cart Page */

a.btn.btn-danger i {
  color: #ffffff;
}

/* Sidebar */
div#side-menu {
    width: 200px;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    height: 100dvh !important;
}

div#side-menu:not(.close) {
    transform: translateX(0%);
}

/* Mega munu */
header .mega-menu {
    background: #fff;
    display: none;
    position: absolute;
    left: 0;
    top: 67px;
    border-top: 1px solid var(--bs-tertiary-bg);
}

header .mega-product {
    border-top: 1px solid transparent;
    transition: all 0.3s ease;
}

header .mega-product:hover {
    border-top: 1px solid var(--primary-color);
}

body:has(.megamenu-toggle a:hover) header .mega-menu, header .mega-menu:hover {
    display: block;
}

#product-info h1 {
  color: var(--bs-primary);
}

/* Custom Section CSS */
/* common CSS */

.peptoply-container {
    max-width: 1440px;
    margin: auto;
    padding: 0 20px;
}

.peptoply-row {
    display: flex;
    justify-content: space-between;
}

/* About Section */

section.peptoply-about-us-section {
    background: #ffffff;
    padding: 100px 0;
}

section.peptoply-about-us-section .peptoply-left {
    width: calc(60% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.peptoply-about-us-section .peptoply-right {
    width: calc(40% - 30px);
}

section.peptoply-about-us-section .peptoply-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-right: 100px;
}

section.peptoply-about-us-section .peptoply-slide {
    text-align: center;
}

.peptoply-title {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    color:  var(--primary-color);
    margin-block: 0px;
}

.peptoply-heading {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color:  var(--primary-color);
    margin-block: 0px;
}

.peptoply-para {
    font-size: 16px;
    line-height: 25.2px;
    font-weight: 500;
    color: #616161;
    margin-block: 0px;
}

.peptoply-dark-heading {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #616161;
    margin-block: 0px;
}

/* Peptoply Technology Section */
section.peptoply-termi-tuff-section {
    padding: 100px 0px 50px;
}

section.peptoply-termi-tuff-section h2 {
    text-align: center;
    margin-bottom: 25px;
}

section.peptoply-termi-tuff-section p {
    text-align: center;
}

section.peptoply-termi-tuff-section .peptoply-slide {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    padding: 50px 20px;
    box-shadow: 0 0 2px  var(--gradient-base-accent-1)1c;
    border-radius: 20px;
    transition: all .3s ease;
}

section.peptoply-termi-tuff-section .peptoply-slide svg {
    width: 50px;
    height: auto;
      transition: all 0.3s ease;
}

section.peptoply-termi-tuff-section .peptoply-slide svg path{
    fill: var(--primary-color);
      transition: all 0.3s ease;
}

section.peptoply-termi-tuff-section .peptoply-slide h3 {
    transition: all .3s ease;
    text-align: center;
}


section.peptoply-termi-tuff-section .peptoply-slide:hover {
    box-shadow: 10px 10px 30px  var(--gradient-base-accent-1)1c;
}

section.peptoply-termi-tuff-section .peptoply-slide:hover svg path{
    fill: var(--accent-color);
}

section.peptoply-termi-tuff-section .peptoply-slide:hover h3{
  color: var(--accent-color);
}

section.peptoply-termi-tuff-section .peptoply-slide:hover img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(71%) saturate(880%) hue-rotate(349deg) brightness(104%) contrast(91%);
}



/* Choose Section */

section.peptoply-choose-us-section {
    background: var(--bs-tertiary-bg);
    padding: 100px 0;
}

section.peptoply-choose-us-section .peptoply-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

section.peptoply-choose-us-section .peptoply-grid-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 20px;
    transition: all 0.3s ease;
    height: 100%;
}

section.peptoply-choose-us-section .peptoply-grid-card img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(10%) saturate(6931%) hue-rotate(157deg) brightness(88%) contrast(89%);
}

section.peptoply-choose-us-section .peptoply-grid-card:hover {
    background: var(--primary-color);
}

section.peptoply-choose-us-section .peptoply-grid-card:hover img {
    filter: brightness(0) invert(1);
}

section.peptoply-choose-us-section .peptoply-grid-card:hover h3, section.peptoply-choose-us-section .peptoply-grid-card:hover p {
    color: #fff;
}
section.peptoply-choose-us-section h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
}

section.peptoply-choose-us-section h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 16px;
    color: var(--primary-color);
}

section.peptoply-choose-us-section p {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 500;
    color: #616161;
}

section.peptoply-choose-us-section img {
    width: 60px;
    height: auto;
}


/* Product Section */

section.peptoply-product-section {
    background: #ffffff;
    padding: 100px 0;
}

section.peptoply-product-section .peptoply-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin-top: 60px;
}

section.peptoply-product-section .peptoply-grid-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 20px;
}

section.peptoply-product-section h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
    margin-block: 0px;
}

section.peptoply-product-section h3 {
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 5px;
    color: var(--primary-color);
}

section.peptoply-product-section p {
    font-size: 16px;
    line-height: 25.2px;
    font-weight: 500;
    color: #616161;
    margin-top: 0px;
    margin-bottom: 25px;
}

section.peptoply-product-section .peptoply-fillter-box ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 10px;
    margin-top: 25px
}

section.peptoply-product-section .peptoply-fillter-box ul a {
    text-decoration: none;
    padding: 5px 15px;
    background: var(--bs-tertiary-bg);
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 500;
}

section.peptoply-product-section .peptoply-card {
    background: var(--bs-tertiary-bg);
    border-radius: 20px;
    padding: 15px;
}

section.peptoply-product-section .peptoply-card .img-box {
    aspect-ratio: 1;
    background: #ffffff;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
}

section.peptoply-product-section .peptoply-card .img-box img {
    width: auto;
    height: 100%;
}

section.peptoply-product-section .peptoply-card a.peptoply-read-more-btn {
    display: block;
    background: var(--primary-color);
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    padding: 9px;
    border-radius: 20px;
    font-weight: 500;
}

/* Testimonials Section */

section.peptoply-testimonials-section{
    background: var(--bs-tertiary-bg);
    padding: 100px 0;
}

section.peptoply-testimonials-section h2 {
    font-size: 29px;
    line-height: 50px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
    margin-block: 0px;
}

section.peptoply-testimonials-section h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 8px;
    color: var(--primary-color);
}

section.peptoply-testimonials-section h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--primary-color);
}



section.peptoply-testimonials-section p {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 500;
    color: #616161;
}

section.peptoply-testimonials-section .peptoply-left {
    max-width: 450px;
    width: 100%;
}

section.peptoply-testimonials-section .peptoply-right {
    width: calc(100% - 540px);
    display: flex;
    align-items: center;
    justify-content: center;
}

section.peptoply-testimonials-section .peptoply-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 500px;
    margin-top: 60px;
}

section.peptoply-testimonials-section .peptoply-mySwiper-side .peptoply-slide img {
    width: 64px;
    height: auto;
    flex-shrink: 0;
}

/* Product Features Section */
section.peptoply-product-feature-section {
    background: var(--bs-tertiary-bg);
    padding: 100px 0;
}

section.peptoply-product-feature-section img {
    width: auto;
    height: 60px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(21%) sepia(10%) saturate(6931%) hue-rotate(157deg) brightness(88%) contrast(89%);
}

.peptoply-hover {
    border-radius: 20px;
    transition: all .3s ease;
    display: block!important;
    height: 100%;
    position: absolute;
    width: calc(100%/7);
    left: 0;
    top: 0;
    background: var(--gradient-base-background-3);
    z-index: 1;
    box-shadow: 5px 5px 5px  var(--gradient-base-accent-1)12, inset 5px 5px 5px #ffffff57;
    opacity: 0;
}

.peptolpy-product-row:has(.peptoply-slide:hover) .peptoply-hover {
    opacity: 1;
}

.peptolpy-product-row:has(.peptoply-slide:nth-child(1):hover) .peptoply-hover {
    left: calc(100%/7 *0);
}
.peptolpy-product-row:has(.peptoply-slide:nth-child(2):hover) .peptoply-hover {
    left: calc(100%/7 *1);
}
.peptolpy-product-row:has(.peptoply-slide:nth-child(3):hover) .peptoply-hover {
    left: calc(100%/7 *2);
}
.peptolpy-product-row:has(.peptoply-slide:nth-child(4):hover) .peptoply-hover {
    left: calc(100%/7 *3);
}
.peptolpy-product-row:has(.peptoply-slide:nth-child(5):hover) .peptoply-hover {
    left: calc(100%/7 *4);
}
.peptolpy-product-row:has(.peptoply-slide:nth-child(6):hover) .peptoply-hover {
    left: calc(100%/7 *5);
}
.peptolpy-product-row:has(.peptoply-slide:nth-child(7):hover) .peptoply-hover {
    left: calc(100%/7 *6);
}

section.peptoply-product-feature-section h2 {
    text-align: center;
}

/* Slider */

section.peptoply-testimonials-section .peptoply-mySwiper-side {
    width: 100%;
    height: 100%;
  }



  section.peptoply-testimonials-section .peptoply-mySwiper-main {
    height: auto;
    width: 100%;
}
  

  section.peptoply-testimonials-section .peptoply-mySwiper-side .swiper-slide {
    width: 100%;
    height: 100%
  }

  section.peptoply-testimonials-section .peptoply-mySwiper-side .swiper-slide-thumb-active.peptoply-slide {
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 2px 52px 0px rgba(0, 0, 0, 0.05);
  }

section.peptoply-testimonials-section .peptoply-mySwiper-side .peptoply-slide {
    display: flex;
    padding: 32px;
    border: 1px solid #688686;
    border-radius: 20px;
    gap: 32px;
    align-items: center;
     cursor: pointer;
    transition: all 0.3s ease;
}

section.peptoply-testimonials-section .peptoply-mySwiper-side .peptoply-slide .content-box {
    width: calc(100% - 96px);
    text-align: start;
}

section.peptoply-testimonials-section .peptoply-mySwiper-main .swiper-slide {
    display: flex;
    align-items: center;
    padding: 0 150px 54px;
}

section.peptoply-testimonials-section .peptoply-mySwiper-main .peptoply-main-slide {
    text-align: center;
}

section.peptoply-testimonials-section .peptoply-mySwiper-main .peptoply-main-slide .peptoply-star-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.peptoply-testimonials-section .peptoply-mySwiper-main  .peptoply-swiper-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    z-index: 1;
}

section.peptoply-testimonials-section .peptoply-mySwiper-main  .peptoply-swiper-navigation svg circle,
section.peptoply-testimonials-section .peptoply-mySwiper-main  .peptoply-swiper-navigation svg path {
    transition: all 0.3s ease;
}

section.peptoply-testimonials-section .peptoply-mySwiper-main  .peptoply-swiper-navigation svg:hover circle {
    fill: var(--primary-color);
}

section.peptoply-testimonials-section .peptoply-mySwiper-main  .peptoply-swiper-navigation svg:hover path {
    stroke: #ffffff;
}

section.peptoply-testimonials-section .peptoply-mySwiper-main .peptoply-quote-top {
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
}

section.peptoply-testimonials-section .peptoply-mySwiper-main .peptoply-quote-top svg:last-child {
    align-self: end;
}

/* Banner Section */
section.peptoply-banner-section {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10%;
    aspect-ratio: 640/293;
}

section.peptoply-banner-section img.peptoply-banner {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

section.peptoply-banner-section .peptoply-banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

section.peptoply-banner-section .peptoply-banner-content h1 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: var(--primary-color);
    font-size: 72px;
    font-weight: 900;
    line-height: 70px;
    margin-bottom: 19px;
}

section.peptoply-banner-section .peptoply-banner-content p {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 500;
    color: #616161;
}

section.peptoply-banner-section .peptoply-banner-content .peptoply-termi-tuff {
    position: absolute;
    right: 0px;
    top: 0px;
}

section.peptoply-banner-section .peptoply-banner-content .peptoply-btn-grop {
    display: flex;
    gap: 30px;
    /* margin-top: 48px; */
}

.peptoply-primary {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: var(--primary-color);
    padding: 15px 40px;
    color: #FFF !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
    transition: all 0.3s ease;
}

body:has(.single-article) {
    background: #f7f8f8;
}
body:has(.single-article) .breadcrumb {
    margin: 20px 0px 20px 0 !important;
    flex-wrap: nowrap;
    overflow: auto;
}

.article-content, .article-image {
    width: 50%;
}
.peptoply-secondary {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: var(--bs-tertiary-bg);
    padding: 15px 40px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
    transition: all 0.3s ease;

}

.single-article {
    background-color: #ffffff;
    box-shadow: 0 10px 6px -6px #e1e1e1;
}

.peptoply-primary:hover {
    background: var(--bs-tertiary-bg);
    color:  var(--gradient-base-accent-1);
}
.peptoply-secondary:hover {
      background:  var(--bs-primary);
      color: #FFFFFF !important;
}

body:not(#common-home) header.peptoply-header {
    padding: 25px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
}

body:has(#common-home) header.peptoply-header {
    transition: all 0.3s ease;
    position: sticky;
    padding: 25px 0;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0px;
    /* background: transparent; */
}

body:has(#common-home) header.peptoply-header.scrolling {
    background: #ffffff;
    top: 0;
}

header.peptoply-header .peptoply-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.peptoply-header .peptoply-header-container nav {

}

header.peptoply-header .peptoply-header-container nav  ul {
    list-style: none;
    display: flex;
    gap: 48px;
}

header.peptoply-header .peptoply-header-container nav a {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

header.peptoply-header .peptoply-header-container nav a:hover {
    border-bottom: 1px solid var(--primary-color);
}

/* #shopping-cart-table {
    min-width: 650px;
} */

div#output-cart th.text-center, div#output-cart td.text-center {
    width: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
    padding: 0;
    border-right: none;
}

div#output-cart th.text-center + th, div#output-cart td.text-center + td {
    border-left: none;
}

header.peptoply-header .peptoply-header-container .peptoply-logo {
    width: 320px;
}

header.peptoply-header .peptoply-header-container .peptoply-logo img {
    width: 220px;
    height: auto;
}

header.peptoply-header .peptoply-header-container .btn-group {
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: end;
    width: 320px;
}

header.peptoply-header .peptoply-header-container .btn-group .peptoply-login-btn {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-decoration: none;
}

header.peptoply-header .peptoply-header-container .btn-group .peptoply-signup-btn {
    border-radius: 20px;
    border: 1px solid rgb(28 73 85);
    background: transparent;
    padding: 15px 40px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
}

/* Dream Section */
/* section.peptoply-dream-section {
    padding: 70px 0;
} */

section.peptoply-dream-section .peptoply-content {
    padding: 80px 80px 40px 80px;
    position: relative;
}

section.peptoply-dream-section img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: bottom;
    z-index: -1;
    border-radius: 20px;
}

section.peptoply-dream-section .peptoply-content h2 {
    color: #ffffff;
}

section.peptoply-dream-section .peptoply-content p {
    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 48px;
}

section.peptoply-dream-section .peptoply-content .peptoply-btn {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: var(--bs-tertiary-bg);
    backdrop-filter: blur(24px);
    display: inline-flex;
    padding: 8px 16px;
    text-decoration: none;
    align-items: center;
    gap: 12px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
}

/* Resent Blog */
.resent-blog .product-thumb {
    box-shadow: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    border-radius: 0px;
    box-shadow: 0 10px 6px -6px #e1e1e1;
}

.resent-blog .product-thumb .image {
    text-align: center;
}

.resent-blog .product-thumb .image img {
    object-fit: cover;
}

.resent-blog .product-thumb .content {
    width: 100%;
    padding-top: 20px;
}

.blog-meta {
    background: #f1f1f1;
    padding: 7px 15px;
}

.peptoply-contact-section .shadow-card {
    box-shadow: 10px 10px 0px #0e4958;
    border-radius: 16px;
}

.blog-markup {
    font-size: 16px;
}

.contact-icon {
        aspect-ratio: 1;
    background: #ffffff;
    height: 100%;
    width: 100%;
    max-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.resent-blog h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* About page */
section.about-banner-section {
    padding: 200px 0;
}

/* Contact Page */
section.peptoply-contact-section {
    padding: 100px 0;
    background: var(--bs-tertiary-bg) !important;
}
/* Footer Section */

footer.peptoply-footer {
    background: var(--bs-tertiary-bg) !important;
    position: static;
    border: none;
    margin-top: 50px;
}

footer.peptoply-footer a, footer.peptoply-footer li {
    color: var(--primary-color) !important;
}

footer.peptoply-footer .peptoply-footer-top .peptoply-row {
    display: flex;
    padding: 100px 0;
    justify-content: space-between;
}

footer.peptoply-footer .peptoply-footer-top .peptoply-footer-logo ul {
    align-items: center;
    gap: 16px;
    flex-direction: row;
}

footer.peptoply-footer .peptoply-footer-top .peptoply-footer-logo {
    display: flex;
    width: 240px;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

footer.peptoply-footer .peptoply-footer-top .peptoply-footer-logo img {
    width: 100%;
    height: auto;
}

footer.peptoply-footer .peptoply-footer-top ul li a {
    color: #616161;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

footer.peptoply-footer .peptoply-footer-top ul li a:has(svg) {
    display: flex;
    align-items: center;
    gap: 16px;
}

footer.peptoply-footer .peptoply-footer-top ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 25px;
    margin-top: 30px;
}

footer.peptoply-footer .peptoply-footer-bottom {
    border-top: 1px solid #CFD7D7;
    padding: 20px;
}

footer.peptoply-footer .peptoply-footer-bottom a {
    color: #616161;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

footer.peptoply-footer .peptoply-footer-bottom p {
    color: #616161;
    font-size: 14px;
}

footer.peptoply-footer .peptoply-footer-bottom p span {
    margin-inline: 5px;
    font-size: 20px;
}

footer.peptoply-footer h6 {
    font-size: 22px;
    font-weight: 500 !important;
    color: var(--primary-color);
}

footer .footer-logo {
    width: 240px;
}

footer a.icon {
    background: #54767626;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #616161 !important;
    transition: all 0.3s ease;
}

footer a.icon:hover {
  background-color: var(--primary-color);
  color: #ffffff !important;
}

section.peptoply-product-section .peptoply-fillter-box ul a.active {
    background-color: var(--accent-color) !important;
    color: #ffffff !important;
}

#content, #column-left, #column-right {
    padding-bottom: 0px !important;
}

#product-category .form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.form-check-input:focus {
    border-color: var(--accent-color);
    outline: 0;
    box-shadow: none;
}

#peptoplySidebar a.nav-link {
    font-size: 16px;
    font-weight: 500;
}

.input-group-text + .form-control {
    border: 1px solid var(--primary-color) !important;
}

/* Blog */
.single-article h2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


#checkout-cart #accordion-shipping {
    display: none;
}

div#accordion-coupon {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.mobile-sticky button#button-cart {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: white !important;
}

body .text-delete {
    color: #da4f49 !important;
}

.floating {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
}

.floating a {
    aspect-ratio: 1;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #0e485720;
}

.floating a.whatsapp-float {
    background: #25D366;
    color: #ffffff !important;
}


.floating a.phone-float {
    background: #f4a01d;
    color: #ffffff !important;
}

div#checkout-shipping-method {
    display: none;
}

#checkout-checkout legend {
    font-size: 18px;
    padding: 0px;
    margin-bottom: 5px;
}
body:has(button#button-confirm) button#button-choose-payment {
    right: 140px;
    bottom: 0px;
}

div#checkout-checkout {
    padding-bottom: 30px;
}

body:has(button#button-confirm) div#checkout-checkout {
    padding-bottom: 0px;
}

button#button-choose-payment {
    display: block;
    position: absolute;
     right: 140px;
    bottom: 0px;
}

tr.tr-Voided {
    display: none;
}


@media screen and (min-width: 1400px) {
.article-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
}


@media screen and (max-width: 1540px) {

  section.peptoply-testimonials-section .peptoply-mySwiper-main .swiper-slide {
    padding: 0 50px 54px;
}
    section.peptoply-testimonials-section .peptoply-left {
    max-width: 400px;
}

  section.peptoply-testimonials-section .peptoply-right {
    width: calc(100% - 450px);
}

  section.peptoply-banner-section .peptoply-banner-content .peptoply-termi-tuff {
    width: 150px;
}

section.peptoply-banner-section {
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 0;
    aspect-ratio: 640/293;
}
}

@media (min-width: 1200px) and (max-width: 1400px) {
.article-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
    
}

@media screen and (max-width: 1199px){
  section.peptoply-testimonials-section .peptoply-row {
    flex-direction: column-reverse;
    gap: 50px;
    height: auto;
}

.custom-side-menu a.nav-link {
    font-size: 16px;
    padding: 5px 10px;
}

  section.peptoply-testimonials-section .peptoply-left {
    max-width: 100%;
}
  section.peptoply-testimonials-section .peptoply-right {
    width: 100%;
}
  section.peptoply-choose-us-section img {
    width: 40px;
}

  .peptoply-title {
    font-size: 32px;
    line-height: 40px;
}

  .peptoply-heading {
    font-size: 16px;
    line-height: 24px;
}

  .peptoply-para,section.peptoply-banner-section .peptoply-banner-content p {
    font-size: 14px;
    line-height: 22.2px;
}

section.peptoply-testimonials-section h3, section.peptoply-testimonials-section h4 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
}

section.peptoply-testimonials-section p {
    font-size: 14px;
    line-height: 20px;
}

section.peptoply-banner-section .peptoply-banner-content h1 {
    font-size: 42px;
    line-height: 52px;
}

  /* section.peptoply-banner-section {
    height: 700px;
} */

.peptoply-title {
    font-size: 32px;
    line-height: 40px;
}

  .peptoply-heading {
    font-size: 16px;
    line-height: 24px;
}

  .peptoply-para,section.peptoply-banner-section .peptoply-banner-content p {
    font-size: 14px;
    line-height: 22.2px;
}

  section.peptoply-banner-section .peptoply-banner-content .peptoply-termi-tuff {
    width: 100px;
}

section.peptoply-about-us-section,
  section.peptoply-product-section,
  section.peptoply-testimonials-section,
  section.peptoply-dream-section,
  section.peptoply-product-feature-section{
    padding: 50px 0;
}

  section.peptoply-termi-tuff-section {
    padding: 50px 0 0;
}

/* .resent-blog .product-thumb .image {
    width: 50px;
} */

/* .resent-blog .product-thumb .content {
    width: calc(100% - 50px);
} */

.resent-blog h4 {
    font-size: 14px;
}

.article-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.single-article h2 {
    font-size: 18px;
}
}

@media (min-width: 992px) {
.header-outer, .header-outer>.row {
  position: static !important;
}

}
/* Mobile Responsive Adjustments */
@media (max-width: 767px) {
  section.peptoply-testimonials-section .peptoply-row {
    gap: 20px;
    margin-top: 25px;
}

.onboarding-page {
    padding: 20px;
}

.floating {
    bottom: 60px;
}

  section.peptoply-testimonials-section .peptoply-mySwiper-main .peptoply-quote-top {
    display: none;
}

#product-info .breadcrumb {
    display: none;
}

#product-info h1 {
    font-size: 18px;
}

#product-info h2:has(.price-new) {
    font-size: 16px;
}

#product-info  .img-thumbnail {
    height: 250px;
    width: 100%;
    object-fit: contain;
}

#product-info hr {
    margin: 10px 0;
}

.td-fixed-right, .th-fixed-right {
    position: sticky;
    right: 0px;
    box-shadow: inset 1px 0px 0px 0px #ddd, inset -1px 0px 0px 0px #ddd !important;
    z-index: 38;
    border: none !important;
}

th:has(+ .th-fixed-right), td:has(+ .td-fixed-right) {
    border-right: none;
}

  section.peptoply-testimonials-section .peptoply-mySwiper-side .peptoply-slide {
    padding: 15px;
    border-radius: 10px;
    gap: 20px;
}
  section.peptoply-testimonials-section .peptoply-mySwiper-main .swiper-slide {
    padding: 0 0px 40px;
}

section.peptoply-banner-section .peptoply-banner-content h1 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 3px;
    /* text-align: start; */
    padding-left: 5px;
}
section.peptoply-banner-section .peptoply-banner-content p {
    font-size: 14px;
    line-height: 18px;
}

section.peptoply-banner-section .peptoply-banner-content .peptoply-termi-tuff {
    width: 50px;
    top: -30px;
}

.peptoply-primary, .peptoply-secondary {
    font-size: 14px;
    padding: 5px 15px;
    line-height: 200%;
    border-radius: 10px;
}

section.peptoply-banner-section .peptoply-banner-content .peptoply-btn-grop {
    gap: 15px;
    margin-top: 15px;
    justify-content: start;
}
section.peptoply-banner-section {
    aspect-ratio: 201/308;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 30%;
}

section.peptoply-dream-section .peptoply-content {
    padding: 20px 20px 20px;
}

  section.peptoply-dream-section .peptoply-content h2 {
    font-size: 18px;
    line-height: 22px;
}
  section.peptoply-dream-section .peptoply-content p {
    margin-top: 5px;
    margin-bottom: 15px;
}

  section.peptoply-dream-section .peptoply-content .peptoply-btn {
    border-radius: 10px;
    padding: 6px 16px;
}

    section.peptoply-about-us-section,
  section.peptoply-product-section,
  section.peptoply-testimonials-section,
  section.peptoply-dream-section,
  section.peptoply-product-feature-section,
  section.peptoply-termi-tuff-section,
  section.peptoply-choose-us-section, 
  section.peptoply-contact-section{
    padding: 25px 0;
  }

section.peptoply-product-section h3 {
    font-size: 16px;
    margin-top: 15px;
}

section.peptoply-product-section p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 18px;
}

section.peptoply-product-section .peptoply-card a.peptoply-read-more-btn {
    font-size: 16px;
    padding: 6px;
    border-radius: 20px;
}

fieldset#payment-address.no-address {
    display: none;
}

  section.peptoply-testimonials-section h2, section.peptoply-product-section h2, section.peptoply-choose-us-section h2, section.peptoply-banner-section h2, section.peptoply-dream-section h2, section.peptoply-about-us-section h2, .peptoply-title {
    font-size: 22px;
    line-height: 28px;
}

section.peptoply-product-feature-section img {
    height: 40px;
}

.peptoply-dark-heading, .peptoply-heading {
    font-size: 14px;
    line-height: 18px;
}

section.peptoply-termi-tuff-section .peptoply-slide {
    padding: 20px 10px;
}

section.peptoply-termi-tuff-section .peptoply-slide svg {
    width: 30px;
}

section.peptoply-choose-us-section h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
}

section.peptoply-choose-us-section p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

section.peptoply-choose-us-section .peptoply-grid-card {
    padding: 20px 20px;
}

.blog-markup {
    font-size: 14px;
}

body:has(#common-home) header.peptoply-header, body:not(#common-home) header.peptoply-header {
    padding: 10px 0;
}

  section.peptoply-testimonials-section .peptoply-mySwiper-side .peptoply-slide img {
    width: 50px;
}

footer .footer-logo {
    width: 150px;
}

footer a.icon {
    width: 35px;
    font-size: 10px;
    height: 35px;
}

div#alert {
    width: calc(100% - 20px);
    margin: 0px !important;
    left: 10px;
    /* top: 10px; */
    font-size: 12px;
}
div#alert .alert-dismissible button.btn-close {
    position: absolute !important;
    right: 0px !important;
    top: calc(50% - 25px) !important;
}

div#alert .alert-dismissibe {
    padding-right: 35px;
}

div#checkout-buttons {
    position: fixed;
    z-index: 4;
    bottom: 0;
    width: 100%;
    padding: 0.75rem 0px;
    background: #ffffff;
    box-shadow: 0px -3px 5px #00000010;
    left: 0.75rem;
}
div#checkout-buttons a {
    width: 100%;
}

div#output-cart .input-group {
    justify-content: space-between;
}

div#output-cart .input-group input {
    width: 100%;
    border-radius: 5px;
}

div#output-cart .input-group .btn {
    border-radius: 5px;
    margin-top: 5px;
    font-size: 10px;
    /* aspect-ratio: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

div#output-cart th {
    white-space: nowrap;
}

div#output-cart td.text-start.text-wrap {
    line-height: 100%;
}

div#output-cart li {
    line-height: 100%;
    margin-top: 5px;
}

.mobile-sticky {
    position: fixed !important;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 10px;
    background: #ffffff;
    z-index: 999;
}

.mobile-sticky button#button-cart {
    font-size: 14px;
}

}

@media (max-width: 991px) {
.sidebar-btn, .sidebar-btn:hover, .sidebar-btn:focus {
    right: 0.75rem;
    background-color: transparent !important;
    border: none !important;
    color: var(--primary-color) !important;
    font-size: 19px;
    top: 5px;
    display: flex;
}

    button#button-choose-payment {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 165px;
}

.article-content, .article-image {
    width: 100%;
}

header .btn-login:focus, header .btn-login:hover, header .btn-close:focus, header .btn-close:hover {
  background-color: transparent !important;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--primary-color) !important;
}

header .btn-login-sidebar:hover {
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
    color: white !important;
}

.header-controls {
    padding-right: 50px;
}

header .search-outer {
  position: static;
    order: 9;
}

header div#search-form {
    position: static;
    margin-top: 20px;
}

header .btn-login {
    padding: 0;
    border: none;
    font-size: 17px
}
  
}
@media (min-width: 992px) {
    .row-cols-lg-7 > * {
        flex: 0 0 auto;
        width: calc(100% / 7);
    }
}



