/* Policy Pages Styles */

/* Container */
.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Main container for policy pages */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-block {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Breadcrumb Navigation */
.breadcrumb,
.woocommerce-breadcrumb {
  padding: 20px 0;
  font-size: 14px;
  color: #666;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 20px;
}

.breadcrumb a,
.woocommerce-breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
  color: #000;
}

.breadcrumb span {
  margin: 0 8px;
  color: #999;
}

/* Policy Container */
.shopify-policy__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

/* Policy Title */
.shopify-policy__title h1,
.main-page-title,
.text-block h1,
.content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin: 0 0 40px 0;
  text-align: left;
  font-family: "Arial", "Helvetica", sans-serif;
  letter-spacing: -1px;
  line-height: 1.1;
}

/* Policy Body */
.shopify-policy__body,
.rte,
.text-block,
.content {
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.6;
  color: #333;
}

.shopify-policy__body p,
.rte p,
.text-block p,
.content p {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

.shopify-policy__body p:last-child,
.rte p:last-child,
.text-block p:last-child,
.content p:last-child {
  margin-bottom: 0;
}

/* Strong text styling */
.shopify-policy__body strong,
.rte strong,
.text-block strong,
.content strong {
  font-weight: 700;
  color: #000;
}

/* Links */
.shopify-policy__body a,
.rte a,
.text-block a,
.content a {
  color: #000;
  text-decoration: underline;
  transition: color 0.2s;
}

.shopify-policy__body a:hover,
.rte a:hover,
.text-block a:hover,
.content a:hover {
  color: #666;
}

/* Lists */
.shopify-policy__body ul,
.rte ul,
.text-block ul,
.content ul {
  margin: 20px 0;
  padding-left: 0;
}

.shopify-policy__body li,
.rte li,
.text-block li,
.content li {
  margin: 8px 0;
  padding-left: 20px;
  position: relative;
}

.shopify-policy__body li::before,
.rte li::before,
.text-block li::before,
.content li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}

/* Special styling for nested lists */
.shopify-policy__body ul ul,
.rte ul ul {
  margin: 10px 0;
  padding-left: 20px;
}

.shopify-policy__body ul ul li,
.rte ul ul li {
  padding-left: 15px;
}

/* Red text styling */
.shopify-policy__body span[style*="color: #ff"],
.rte span[style*="color: #ff"] {
  color: #e74c3c !important;
  font-weight: 600;
}

/* Section spacing */
.shopify-policy__body h2,
.rte h2,
.text-block h2,
.content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 40px 0 20px 0;
  font-family: "Arial", "Helvetica", sans-serif;
}

.shopify-policy__body h3,
.rte h3,
.text-block h3,
.content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 30px 0 15px 0;
  font-family: "Arial", "Helvetica", sans-serif;
}

/* Special styling for terms page sections */
.shogun-heading-component h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 40px 0 20px 0;
  font-family: "Arial", "Helvetica", sans-serif;
}

.shg-rich-text {
  margin-bottom: 30px;
}

.shg-rich-text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  color: #333;
}

/* Meta charset elements - hide them */
meta {
  display: none;
}

/* Page specific adjustments */
.page-terms-conditions,
.page-returns-and-exchanges {
  max-width: 800px;
  margin: 0 auto;
}

/* Section padding */
.section-template--14915480027210__main-padding {
  padding: 40px 20px 80px;
}

/* Scroll trigger animations */
.scroll-trigger {
  opacity: 1;
  transform: none;
}

.animate--fade-in {
  animation: fadeIn 0.6s ease-out;
}

.animate--slide-in {
  animation: slideIn 0.6s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Special classes for shipping page */
.x_MsoNormal {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.6;
}

.x_MsoNormal strong {
  font-weight: 700;
  color: #000;
}

/* Special styling for policy page content areas */
.col-md-8.offset-md-2 {
  max-width: 800px;
  margin: 0 auto;
}

.col-md-12 .content {
  max-width: 800px;
  margin: 0 auto;
}

.col-xs-12.col-sm-9.content {
  max-width: 800px;
  margin: 0 auto;
}

/* Page header styling */
.page-header {
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-width {
    padding: 0 15px;
  }
  
  .shopify-policy__container {
    padding: 30px 15px 60px;
  }
  
  .shopify-policy__title h1,
  .main-page-title,
  .text-block h1,
  .content h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  
  .shopify-policy__body p,
  .rte p,
  .shg-rich-text p,
  .text-block p,
  .content p,
  .x_MsoNormal {
    font-size: 15px;
  }
  
  .shopify-policy__body h2,
  .rte h2,
  .shogun-heading-component h2,
  .text-block h2,
  .content h2 {
    font-size: 20px;
    margin: 30px 0 15px 0;
  }

  .text-block {
    padding: 30px 15px 60px;
  }
  
  .section-template--14915480027210__main-padding {
    padding: 30px 15px 60px;
  }
}

@media (max-width: 480px) {
  .shopify-policy__title h1,
  .main-page-title,
  .text-block h1,
  .content h1 {
    font-size: 28px;
  }
  
  .shopify-policy__body p,
  .rte p,
  .shg-rich-text p,
  .text-block p,
  .content p,
  .x_MsoNormal {
    font-size: 14px;
  }
  
  .shopify-policy__body h2,
  .rte h2,
  .shogun-heading-component h2,
  .text-block h2,
  .content h2 {
    font-size: 18px;
  }
  
  .breadcrumb,
  .woocommerce-breadcrumb {
    font-size: 12px;
    padding: 15px 0;
  }
}

/* Print Styles */
@media print {
  .shopify-policy__container {
    max-width: none;
    padding: 20px;
  }
  
  .shopify-policy__title h1,
  .main-page-title,
  .text-block h1,
  .content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .shopify-policy__body p,
  .rte p,
  .shg-rich-text p,
  .text-block p,
  .content p,
  .x_MsoNormal {
    font-size: 12px;
    line-height: 1.4;
  }
  
  .breadcrumb,
  .woocommerce-breadcrumb {
    display: none;
  }

  .text-block {
    padding: 20px;
    max-width: none;
  }
}
