@media (max-width:1200px){
  .home-bottom-content figure {
    flex: 0 0 47%;
} 
.home-bottom-content figure img{
    width:100%;
}
.newsletter {
    width: 65%;
}
ul.products.products-list-top li {
    padding: 10px;
}
ul.products.products-list-top li {
    border-left: 1px solid #d0d8f2 !important;
    flex: 0 0 33%;
}
.offer-box {
    flex-wrap: wrap;
    justify-content: center;
}
.offer-box h3 {
    text-align: center;
}
.offer-box p{
    text-align: center; 
}
.discount-container .card{
    padding: 15px;
    gap: 10px;
}
.container {

    width: 96%;
}
}
@media (max-width:1050px){
  .offer-box h3 { font-size: 13px; }
  .offer-box { gap: 5px; }
  .offer-box p span { font-size: 14px; }
  .offer-box figure { flex: 0 0 30%; width: 30%; }
  .offer-box p { font-size: 10px; line-height: 15px; }

  .best-offer .btn { font-size: 13px; }

  /* products list (kept one copy) */
  ul.products.products-list-top li { flex: 0 0 33%; }

  .discount-container .card { flex: 0 0 23%; padding: 10px; gap: 10px; }
  .discount-container .card img { max-height: 30px; }

  .text h3 { font-size: 13px; }

  /* combinatie producten: choose one consistent image size for this breakpoint */
  .products.combinatie-pakketten-product li figure img {
    max-height: 160px;
    min-height: 160px;
    width: 100%;
    margin: 0;
  }
  .products.combinatie-pakketten-product li h3 { font-size: 14px; line-height: 20px; }
  .products.combinatie-pakketten-product li div { padding: 0 10px 20px; float: left; text-align: center; }

  .product-card h3 { font-size: 14px; margin: 0; line-height: 20px; }
  .products { gap: 10px; }
  .product-card { flex: 0 0 32%; }

  .about-section { gap: 10px; }




  .footer-column:nth-child(1) ul li,
  .footer-column:nth-child(3) ul li { width: 43%; float: left; }
  .footer-column h4 { font-size: 14px; }
  .footer-column ul li a { font-size: 13px; }

  /* newsletter: keep one version (50%) */
  .newsletter { width: 70%; }
  .newsletter form { width: 50%; flex: 0 0 50%; }

  .brands img {
    height: 20px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    max-width: 100%;
  }
  /* FIX: gap belongs on the container, not li */
  .brands ul { display: flex; flex-wrap: wrap; gap: 10px; }

  .main-nav ul li span { position: absolute; right: -10px; top: 8px; transition: .5s; }
  .main-nav ul li { margin: 0 5px; position: relative; }
  .main-nav ul li a { font-size: 13px; }

  .product-main-content .contact-page { width: 68%; }
  .container { width: 96%; }
}

@media (max-width:950px){
.footer-columns {
    padding: 0 0 20px;
}
.footer-column {
    padding: 0px;
}
.footer-column ul li {
    word-break: break-all;
}
.brands {
    gap: 20px;
    padding: 20px 20px;
}
.brands ul li {
    gap: 10px;
}
.brands img {
    height: 25px;
}
.about-section {
    gap: 10px;
}
.footer-column:nth-child(1) ul li {
    width: 40%;
    float: left;
}
ul.products.products-list-top li {
    flex: 0 0 33%;
}
.discount-container .card {
    flex: 0 0 24%;
    padding: 10px;
    gap: 10px;
    border-radius: 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.discount-container {
    gap: 10px;
}
 .discount-container .text h3 {
        font-size: 13px;
        text-align: center;
    }
    .products.combinatie-pakketten-product {
    justify-content: space-between;
    gap: 10px;
}
.products.combinatie-pakketten-product li h3 {
        font-size: 12px;
        line-height: 20px;
    }
    .promo-box {
    max-width: 300px;
}
.main-nav ul li a {
        font-size: 12px;
    }
}
@media (max-width:850px){
    .container {
    width: 95%;
}
.best-offer {
    width: 25%;
}
.products-main {
    width: 72%;
}
.products.combinatie-pakketten-product {
    justify-content: space-between;
    gap: 5px;
}
.products.combinatie-pakketten-product li {
    flex: 0 0 24%;
}
.footer-column-border::before {
    width: 0px;
}
.footer-column ul li a {
        font-size: 12px;
    }
    .banner-content label {
    font-size: 35px;
}
}
@media (max-width:768px){
     .discount-container .card {
        flex: 0 0 23%;
    }  
        .products.combinatie-pakketten-product li div {
        padding: 0px 7px 10px;
        float: left;
        text-align: center;
    }
    .brands ul li p
 {
    font-size: 12px;

} 
.review-section .card-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .product-main-content .contact-page {
    width: 68%;
}
.product-main-content aside {
    padding: 15px;
}
.product-main-content aside h3 {
    font-size: 18px;
    margin: 0 0 5px;
}
.process-section li {
    padding: 0 0 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.process-section li h3 {
    text-align: center;
}
p.stars {
    font-size: 13px;
}
.image-column.image-column-2 {
    flex: 0 0 45%;
}
    .newsletter {
        width: 65%;
    }
    .footernewsletter {
    width: 55%;
    flex: 0 0 55%;
}
.footer-column:nth-child(1) ul li, .footer-column:nth-child(3) ul li {
        width: 43%;
        float: left;
        line-height: 20px;
        font-size: 12px;
    }
}
@media only screen and (max-width:767px){
.promo-box {
    display: none;
}
.cart-price {
    display: none;
}
.cart-badge {
    position: absolute;
    top: -6px;
    right: 26px;
}
.best-offer {
    width: 100%;
}
    .offer-box {
        gap: 5px;
    }
    .products-main {
    width: 100%;
}
ul.products.products-list-top li {
        flex: 0 0 50%;
    }
    .product-card > img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 110px;
    margin: 10px 0;
    min-height: 110px;
}
    .discount-container .card {
        flex: 0 0 48%;
    }
    .products-main h2 {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--font-primary-regular);
    text-align: center;
    line-height: 32px;
    margin: 25px 0 20px;
}
.popular-medicine h2 {
    font-size: 22px;
}
.products.combinatie-pakketten-product li {
    flex: 0 0 48%;
}
.products.combinatie-pakketten-product {
    justify-content: space-between;
    gap: 12px;
}
    .product-card {
        flex: 0 0 48%;
    }
    .bitcoin-banner {
    width: 100%;
    margin: 20px auto;
}
.about-heading {
    font-size: 22px;

}
.about-section .text-column {
    flex: 0 0 100%;
}
.about-section .image-column {
    flex: 0 0 100%;
}
.about-section.about-section2 {
    margin: 20px 0 0;
    display: grid
;
}
.image-column.image-column-2 {

    order: 1;
}
.text-column.text-column-2 {
    order: 2;
}
.review-section {
    max-width: 100%;
    margin: 0px auto 0;
    padding: 20px 0;
    text-align: center;
    background-color: #eef8fb;
}
.review-section h2 {
    font-size: 22px;

}
.footer {
    background-color: #111;
    padding: 25px 0px 0px;
}
    .newsletter {
        width: 100%;
    }
        .newsletter {
        width: 100%;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        text-align: center;
    }
    .newsletter p {
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    line-height: 20px;
    text-align: center;
}
    .newsletter form {
        width: 100%;
        flex: 0 0 100%;
    }
    .footer-column:nth-child(1) {
    flex: 0 0 100%;
}
.footer-column {
    flex: 0 0 100%;
    padding: 10px;
}
.footer-column:nth-child(3) {
    flex: 0 0 100%;
}
.footer-columns {
        padding: 0 0 20px;
        gap: 20px;
    }
        .footer-column h4 {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .footer-bottom {

    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer-bottom p {
    text-align: center;
    font-size: 14px;
}
.brands ul {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    gap: 10px;
}
.brands ul li {
        gap: 5px;
        text-align: center;
    }
    .brands {
        gap: 10px;
        padding: 10px 7px;
    }
    .footer-main-top {

    margin: 0 0 15px;
    align-items: center;
    border-bottom: 1px solid #333;
    padding: 0 0 15px;
}
.footer-top {
    width: 100%;
    margin: 0 0 15px;
}
p{
    font-size: 14px;
    line-height: 20px;
}
ul li{
  font-size: 14px;
    line-height: 20px;
}
.about-heading {
        font-size: 18px;
    }
    .review-section .card {
    padding: 20px;
    line-height: 20px;
    font-size: 14px;
}
.bitcoin-text p {
    margin: 0;
    font-size: 14px;
    color: var(--text-white);
    text-align: center;
}
.bitcoin-text h2 {
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
}
    .bnr-extra {
        position: absolute;
        height: 45px;
        width: 95%;
        max-width: 100%;
        background: #ffffffe3;
        overflow: hidden;
        top: auto;
        border-radius: 40px;
        padding: 7px 10px;
        bottom: 15px;
        display: flex
;
        align-items: center;
    }
.bnr-extra p {
    font-family: var(--font-primary-SemiBold);
    font-style: italic;
    font-size: 13px;
}
.bnr-extra img {
    max-width: 50px !important;
    height: auto !important;
    float: left;
    margin-right: 10px;
}
.banner-image-box {
    position: static;
}
.banner-image-box {
        position: static;
        background: #1a318e;
    }
    .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 140px;
}
    .bnr-extra {
top: auto;
        bottom: 15px;
    }
    .banner-content {
    padding: 20px 0;
}
.btn-discover {

    display: none;
}
.banner-content .tagline {
    font-size: 14px;
    margin-bottom: 6px;
    color: var(--text-white);
}
.delivery-time {
    margin: 10px 0 25px;
    font-size: 14px;
    color: var(--text-white);
}
    .banner-content label {
        font-size: 26px;
        line-height: 32px;
    }
    .banner-content {
    width: 100%;
    padding: 20px 0 50px;
}
.banner-content {
    align-items: center;
}
.section {
    padding: 20px 0;
}
.popular-medicine h2 {
        font-size: 22px;
        margin-top: 10px;
    }
    .products.combinatie-pakketten-product li div p {
    font-size: 14px;

}
.products.combinatie-pakketten-product li div p span {

    font-size: 18px;
}
.logo img {
    height: 25px;
}
.main-nav {
    background-color: var(--bg-secondary-color);
    padding: 0px 0;
    height: 0;
    display: none;
}
.menu-toggle {

    display: inline-flex;
    margin: 0;
}
.promo-box {
        display: none;
      }

      .menu-toggle {
        display: flex;
      }

      .mobile-nav.show {
        display: flex;
      }
    .main-nav.show {
        height: 100vh;
        display: block;
    }
.main-nav ul {
    flex-direction: column;
}
 .menu-toggle.active .bar:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active .bar:nth-child(2) {
      opacity: 0;
    }

       .menu-toggle.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
    }
    .main-nav ul li {
        border-bottom: 1px solid #3b5bcc;
    }

.product-table th:nth-child(1), .product-table td:nth-child(1){ display:none;}
.product-details{flex:0 0 100%;}
.product-table th, .product-table td{font-size:13px !important;}
.product-container .btn{width:85px !important; padding:0; font-size:14px; margin:0;}
.qty-selector .size-btn {
    padding: 10px 5px;
    width: 29%;
}
.product-container .btn-warning {
    background-color: #1a318e;
    color: #fff;
    width: 100%;
    border-radius: 50px;
    margin: 10px 0 0;
}
.process-section li {
    width: 30%;
    padding: 0;
}
 .process-section {
    justify-content: center;
        gap: 15px;
}  
.process-section-main {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 0px 0 30px;
} 
    .product-main-content aside {
        padding: 15px;
        display: none;
    }
    .product-main-content .contact-page {
        width: 100%;
    }
    .footernewsletter {
    width: 100%;
    flex: 0 0 100%;
}
.process-section-main
 {
    border: 1px solid #eee;
    margin: 0px 0 30px;
    padding: 10px;
    border-radius: 15px;
}
.process-section li img {
    max-height: 40px;
}
    .process-section li h3 {
        text-align: center;
        font-size: 13px;
    }
    .related-product {
    margin: 15px 0 0px;
    text-align: center;
}
.quick-check-pay-mode {
    justify-content: space-around;
    gap: 10px;
}
.quick-check-pay-mode h5 {
    font-size: 15px;
}
.quick-check-pay-mode img {
    max-height: 28px;
}
.main-nav .mobile-sub-menu {
    background: #f77c2d;
    width: 36px;
    height: 36px;
    top: 2px;
    text-align: center;
    line-height: 36px;
}
    .menu-dropdown-list {
        display: none !important;
        width: 100%;
    }
.menu-dropdown-list.show {
    display: block !important;
}
.main-sitemap-box > ul li:nth-child(1) ul li {
    width: 50% !important;
    flex: 0 0 100%;
}
.main-sitemap-box > ul li:nth-child(1) {
    width: 100%;
    flex: 0 0 100%;
}
.main-sitemap-box > ul li {
    width: 100%;
    flex: 0 0 100%;
}
.main-sitemap-bottom.main-sitemap-box ul li {
    width: 100% !important;
    flex: 0 0 100%;
}
.home-bottom-content figure {
        flex: 0 0 100%;
    }
    .home-bottom-content-txt {
    flex: 0 0 100%;
}
.home-bottom-content h2 {
    font-size: 24px;
}
.product-image {
    height: auto; position:relative; flex:0 0 100%; margin-bottom:0px; padding:20px 15px;

}
.product-image h5{ display:none;}
.product-container {
    max-width: 100%;
    margin: 35px auto;
    background: #fff;
    padding: 0px; gap:0;
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    transition: transform 0.3s ease;
    align-items: flex-start;
}
.cart-container .cart-left{
    flex: 0 0 100%;
    width: 100%;
}
.main-checkout-page ul li {
    width: 100%;
    flex: 0 0 0 100%;
}
.main-checkout-form
 {
    flex: 0 0 100%;
    padding: 30px;
}
.contact-form {
    flex: 0 0 100%;
    
}
.contact-info
 {
    flex: 0 0 100%;

}
.product-image img {
    max-height: 250px;

}
.offer-box > div {
    flex: 0 0 100%;
}
.offers {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.offer-box > div {
    flex: 0 0 100%;
}
.offer-box {
        gap: 5px;
        flex: 0 0 48%;
    }
        .offer-box figure {
        flex: 0 0 100%;
        width: 100%;
    }
        .offer-box figure {
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
    }
    .offer-box figure a {
    display: inline-block;
    margin: auto;
    text-align: center;
}
.home-top-content {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.home-top-content p {
    margin: 0 0 15px;
    text-align: center;
}
.best-offer h2 {
    display: flex
;
    align-items: center;
    gap: 10px;
    margin: 0 auto 10px;
    justify-content: center;
}
ul.products.products-list-top li:nth-child(1) {
    border-left: unset;
}
ul.products.products-list-top li {
        flex: 0 0 48%;
        border: 1px solid #ccc !important;
    }
    ul.products.products-list-top {
    gap: 10px;
    justify-content: space-between;
}
    ul.products.products-list-top li > div {
        text-align: center;
        background: #eee;
        margin: 10px 0;
    }
ul.products.products-list-top li > div a {
    display: inline-block;
}
.product-card div img {
    margin: 0 0;
}
.product-card div img {
    width: auto;
    height: auto;
    object-fit: inherit;
    max-height: 140px;
    margin: 10px 0 0;
    min-height: 140px;
    max-width: 100%;
}
    .products.combinatie-pakketten-product li {
        flex: 0 0 100%;
    }
        .products.combinatie-pakketten-product li figure img {
        max-height: 160px;
        min-height: 160px;
        width: auto;
        margin: 0;
    }
    .products.combinatie-pakketten-product li figure {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
}
.products.combinatie-pakketten-product li div .btn {
    width: 100%;
    border-radius: 5px;
}
    .products.combinatie-pakketten-product li {
        flex: 0 0 100%;
        padding: 10px;
    }
    .products.combinatie-pakketten-product li figure {
    width: 100%;
    float: left;
    padding: 0 0 0px;
    text-align: center;
}
.products.combinatie-pakketten-product li h3 {
        font-size: 16px;
        line-height: 24px;
    }
        .products.combinatie-pakketten-product li div p {
        font-size: 20px;
    }
    .product-card {
    border: 1px solid #d0d8f2;
}
li.product-card > div {
    background: #eee;
    margin: 10px 0 0;
}
    .about-section.about-section2 {
        margin: 0px 0 20px;
        display: grid
;
        padding: 15px;
    }
    .about-section .image-column img {
    max-width: 100%;
    height: 202px;
    border-radius: 18px;
    transition: transform 0.3s 
ease;
    object-fit: cover;
}
.about-section.about-section2 {
        margin: 0px 0 20px;
        display: grid;
        padding: 15px;
        gap: 5px;
    }
    .about-section h2 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 10px;
    color: var(--text-color);
    text-align: left;
    font-weight: 600;
}
.about-section .text-column p {
    text-align: left;
    margin-bottom: 25px;
}
span.cart-badge img {
    max-height: 20px;
}
.cart-badge {
        position: absolute;
        top: 0px;
        right: 30px;
    }
    .cart-count {
    position: absolute;
    top: 2px;
    right: 9px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
    .footer-columns {
        padding: 0 0 20px;
        gap: 0px;
    }
    .about-section h2 {
    text-align: left;
    font-weight: 600;
}
.home-bottom-content figure {
        flex: 0 0 100% !important;
    }
    .home-bottom-content {
    padding: 30px 0 20px;
}
.home-bottom-content figure img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
        .home-bottom-content h2 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    p {
        font-size: 15px;
        line-height: 27px;
    }
    .home-bottom-content-txt p {
    margin: 0 0 16px;
}
ul.products.products-list-top li:nth-child(5) {
    border-left: 1px solid #ccc !important;
}
ul.products.products-list-top li:nth-child(1) {
    border-left: 1px solid #ccc !important;
}
section.categor-section {
    padding: 0px 0 30px;
}
.faq_area {
    border: 1px dashed #3b5bcc;
    padding: 15px;
    border-radius: 15px;
}
.cart-left, .cart-right {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.main-checkout-form {
        flex: 0 0 100%;
        padding: 20px;
    }
    .main-checkout-order-summary {
    flex: 1 1 400px;
    padding: 20px;
}
.kamagra-nl-contact-page-heading {
    font-size: 24px;
}
.contact-form {

    padding: 20px;
}
.kamagra-nl-contact-page {
    width: 100%;
    margin: 10px auto 20px;
    display: flex
;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
}
.contact-form ul li label {
    margin: 0 0 14px;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
    .main-sitemap-box > ul li {
        width: 100%;
        flex: 0 0 100%;
        padding: 10px 0 !important;
        margin: 0 !important;
    }
   ul.products.combinatie-pakketten-product li > div {
        background: transparent !important;
        margin: 0;
    }
    p.stars {
        font-size: 13px;
        line-height: 13px;
        margin: 5px 0 0;
    }
    .products.combinatie-pakketten-product li figure a {
    display: inline-block;
}
.menu-dropdown-list{
    padding:0 !important;
}


        .main-nav ul li {
        margin: 0 0px;
        position: relative;
    }
        .main-nav .mobile-sub-menu {

        right: 0;
    }
    .menu-dropdown-list.show li {
    padding: 10px;
}
}


