html {
    scroll-behavior: smooth!important;
}

.main-columns-container {
    float: left;
    max-width: 1000px;
    margin: 30px auto 60px;
}

.columns-grid {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 45px;
}

.shop-content-left {
    display: flex;
    flex-direction: column;
}

.shop-content-left h1 {
    font-family: "Proxima Nova";
    font-size: 29px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.shop-content-left h2 a {
    text-decoration: underline;
}

.page-title {
    font-family: "adobe_garamond_proregular", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    margin-bottom: 25px;
}

.intro-accent {
    font-family: "adobe_garamond_proregular", serif;
    font-style: italic;
    font-size: 21px;
    color: #064e5c;
    line-height: 1.45;
    margin-bottom: 30px;
}

.inline-link-bold {
    font-weight: 700;
    font-style: italic;
    color: #064e5c;
    text-decoration: underline;
}

.category-subtitle {
    font-family: "Proxima Nova", "adobe_garamond_proregular", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.product-card {
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

.product-container {
    aspect-ratio: 1 / 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 1px;
    position: relative;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
}

.product-image {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.product-info {
    padding: 15px 0 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-title {
    font-family: "adobe_garamond_proregular", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #333333;
    line-height: 1.35;
    margin-bottom: 4px;
}

.product-description {
    flex: 1;
    font-family: "adobe_garamond_proregular", sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: #666666;
    margin-bottom: 8px;
}
.product-description-text ul li {
    margin-bottom: 5px;
}

.product-description-text h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-price {
    font-family: "adobe_garamond_proregular", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #064e5c;
    margin-bottom: 12px;
}

.product-card-btn {
    text-align: center; 
    display: inline-block; 
    text-decoration: none; 
    width: 100%;
    background-color: #5cb85c;
    color: #ffffff;
    border: none;
    padding: 11px 0;
    font-family: "adobe_garamond_proregular", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1.5px;
    border-radius: 1px;
    cursor: pointer;
    width: 100%;
    transition:
        background-color 0.2s ease,
        transform 0.1s ease;
}

.product-card-btn:hover {
    background-color: #4cae4c;
    color: #fff;
    font-style: normal;
    text-decoration: none;
}
.product-card-btn:hover, .product-card-btn:visited, .product-card-btn:focus {
    font-style: normal!important;
    text-decoration: none;
}

.product-card-btn:visited {
    color: #fff;
}

.product-tab-btn {
    text-align: center; 
    display: inline-block; 
    text-decoration: none; 
    width: 100%;
    font-style: normal;
    background-color: #f8f9fa;
    color: #4a4a4a;
    border: 1px solid #dcdcdc;
    padding: 11px 0;
    margin-bottom: 10px;
    font-family: "adobe_garamond_proregular", sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 1px;
    cursor: pointer;
    text-transform: uppercase;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.product-tab-btn:hover {
    background-color: #E5F4FA;
    color: #064e5c;
    border-color: #064e5c;
}
.product-tab-btn:hover, .product-tab-btn:visited, .product-tab-btn:focus {
    font-style: normal!important;
    text-decoration: none;
}

.shop-post-content {
    font-family: "adobe_garamond_proregular", sans-serif;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.shop-post-content p {
    margin-bottom: 20px;
}

.inline-link-italic {
    font-style: italic;
    color: #064e5c;
    text-decoration: underline;
}

.sidebar-box {
    background-color: #E5F4FA; 
    padding: 40px 20px;
    text-align: center;
    border-radius: 1px;
}

@media (min-width: 901px) {
    .sidebar-box {
        position: sticky;
        top: 30px;
    }
}

.shop-section {
    margin-bottom: 0px;
}

.sidebar-title {
    font-family: "Proxima Nova";
    font-size: 25px;
    font-style: normal;
    letter-spacing: 2px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 35px;
    font-weight: bold;
}

.sidebar-list {
    list-style: none;
    margin-left: 0;
}

.sidebar-list li {
    margin-bottom: 22px;
}

.sidebar-item {
    text-decoration: none;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #0D758C;
    display: inline-block;
    transition:
        transform 0.2s,
        opacity 0.2s;
}

.sidebar-item:hover {
    transform: scale(1.05);
    opacity: 0.85;
    text-decoration: none;
    font-style: normal;
}

.sidebar-item.active-category {
    font-weight: 700;
    border-bottom: 1px solid #0D758C;
    padding-bottom: 2px;
}

.sidebar-item.active-category {
    font-style: normal!important;
}



.product-gallery-info-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 45px;
    align-items: start;
}

.product-media-gallery {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.main-image-container {
    position: relative;
    aspect-ratio: 1 / 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #f2f2f2;
    border-radius: 1px;
    padding: 20px;
}

.gallery-main-image {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.product-details {
    display: flex;
    flex-direction: column;
}

.product-brand-tag {
    font-family: "Proxima Nova", serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.single-product-title {
    font-family: "Proxima Nova", serif;
    font-weight: 700;
    font-size: 28px;
    color: #1b3d2b;
    line-height: 1.25;
    margin-bottom: 15px;
}

.product-rating-stars {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.product-rating-stars .stars {
    color: #f39c12;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.product-single-price {
    font-family: "adobe_garamond_proregular", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #064e5c;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.product-pitch-text {
    font-family: "adobe_garamond_proregular", sans-serif;
    font-size: 13.5px;
    line-height: 1.65;
    color: #555555;
    margin-bottom: 25px;
}

.rsButton, .rsButton:hover {
    text-decoration: none;
}

#rsButton {
    float: none;
}

@media (max-width: 768px) {
    .product-gallery-info-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .single-product-title {
        font-size: 24px;
        text-align: center;
    }

    .product-rating-stars {
        justify-content: center;
    }

    .product-single-price {
        text-align: center;
    }
}

@media (max-width: 900px) {
  .columns-grid {
      grid-template-columns: 1fr;
      gap: 35px;
  }

  .produce-sidebar {
      grid-row: 1;
      margin-bottom: 10px;
  }

  .products-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {

.products-grid {
  grid-template-columns: 1fr !important; 
  gap: 35px;
}

.product-container {
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
}

.product-info {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}

}

@media (min-width: 901px) {
  .sidebar-box {
      position: sticky;
      top: 30px;
  }
}

