  body {
    font-size: 12px;
  }

/* Header styling */
header {
    background-color: #b3e5fc; 
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Logo styling - Smaller size and centered */
header img {
    max-width: 100px;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

        /* Footer styling */
        footer {
            background-color: #b3e5fc;
            padding: 2rem 1rem;
            text-align: center;
            font-size: 0.9rem;
            color: #333;
            margin-top: auto;
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
        }

        .footer-links {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
            margin-bottom: 1rem;
        }

        .footer-links a {
            color: #333;
            text-decoration: none;
            transition: color 0.3s, transform 0.3s;
            padding: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            position: relative;
            overflow: hidden;
        }

        /* Add hover and active effects */
        .footer-links a::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 100%;
            background-color: #555;
            transform: scaleX(0);
            transition: transform 0.3s ease;
            transform-origin: right;
        }

        .footer-links a:hover::after,
        .footer-links a:focus::after {
            transform: scaleX(1);
            transform-origin: left;
        }

        .footer-links i {
            color: #333;
            transition: color 0.3s;
        }

        .footer-links a:hover i {
            color: #555;
        }

  
  /* menu */
  .pt_me { 

  }
  .pt_me p {
    font-size: 12px;
    margin-bottom: 12px;
  }


  /* searchform */
  .pt_se { 

  }
  .pt_se button,.pt_se input {
    margin:0;
  }


  /* featured */
  .pt_fp { 

  }
  .pt_fp_each {
    text-align:center;
    font-size: 12px;
    line-height:1.8em;
  }
  .pt_fp_name {

  }
  .pt_fp_image {
    border: 0;
    height:100px;
    max-width:none;
  }
  .pt_fp_from {
    font-style: italic;
  }
  .pt_fp_price {
    font-weight: bold;
  }
  .pt_fp h2 {
    border-top: 1px solid #ccc;
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
  }


  /* atoz */
  .pt_az { 

  }
  .pt_az h4, .pt_az li {
    font-size: 14px;
  }
  .pt_az_img {
    text-align: center;
  }

  
  /* banner */
  .pt_ba { 

  }
  .pt_ba hr {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0;
  }
  .pt_ba h2,.pt_ba h3 {
    white-space: nowrap;
    font-size: 12px;
    color: #999;
  }
  .pt_ba h2 {
    float: left;
    white-space: nowrap;
  }
  .pt_ba h3 {
    float: right;
    white-space: nowrap;
  }


  /* searchresults */
  .pt_sr { 

  }
  .pt_sr_each {
    margin-top:15px;
  }
  .pt_sr_each_price {
    text-align:center;
    font-size: 12px;
    line-height:1.8em;
  }
  .pt_sr_image_container {
    text-align: center;
  }
  .pt_sr_image {
    border: 0;
  }
  .pt_sr_from {
    font-style: italic;
  }
  .pt_sr_price {
    font-weight: bold;
  }
  .pt_pr_visit a {
    white-space: nowrap;
  }
  .pt_sr h4 {
    font-size: 14px;
  }
  .pt_sr h4 img {
    vertical-align: baseline;
  }
  .pt_sr p {
    font-size: 13px;
    text-align: justify;
  }

  
  /* searchfilters */
  .pt_sf {

  }
  .pt_sf label {
    font-size: 12px;
    font-weight: bold;
  }
  .pt_sf_price {

  }
  .pt_sf_submit {
    top: -0.1rem;
  }

  
  /* product */
  .pt_p {

  }
  .pt_p img {
    margin-bottom: 20px;
  }
  .pt_p h1 {
    font-size: 18px;
  }
  .pt_p p {
    text-align: justify;
    font-size: 15px;
  }
  .pt_p p img {
    vertical-align: -20px;
  }


  /* prices */
  .pt_pr {

  }
  .pt_pr table {
    width: 100%;
  }
  .pt_pr table th {
    text-align: center;
  }
  .pt_pr_mlogo {
    text-align: center;
  }
  .pt_pr_mtext {
    text-align: center;
  }
  .pt_pr_price {
    font-weight: bold;
    text-align: center;
  }
  .pt_pr_visit {
    text-align: center;
  }
  .pt_pr_visit a {
    margin: 0;
  }


  /* related */
  .pt_rp { 

  }
  .pt_rp h2 {
    border-top: 1px solid #ccc;
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
  }


  /* foundation overrides */
  .top-bar {
    padding-left: 15px;
  }
  .top-bar input[type="text"], .top-bar button {
    font-size: 0.77778rem;
    position: relative;
    top: 7px;
    height: auto;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem;
  }
  .top-bar .preloader {
    height: 20px;
    width: 20px;
    left: 1em !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: absolute !important;
    top: 12px !important;
  }
  .breadcrumbs {
    margin-bottom: 10px !important;
  }

  :focus {outline:none;}
  ::-moz-focus-inner {border:0;}
