<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name:     Short Time Child
 * Author:         Rai Ansar
 * Template:       hello-elementor
 * Text Domain:	   short-time-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Theme URI:      https://octaneo.com/portfolio
 * Author URI:     https://raiansar.com
 * Version:        1.1
 * License:        GPLv3
 * License URI:    https://www.gnu.org/licenses/gpl-3.0.en.html
 * Tags:           Child Theme, Hello Child Theme
 */

/*Single Product Page **/

/* Container for variations and the Sizing Guide button */
.variations-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Sizing Guide Button Styling */
.sizing-guide-button {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    color: black !important;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-left: 10px;
    white-space: nowrap;
}

.sizing-guide-button:hover {
    background: #f0f0f0;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
        padding: 0% 0% 0% 10%;
}
    /* Single Product Page */
/* Product Info Styles */

.customization-field.error {
    border-color: red;
}

.add-to-cart-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

[type=button], [type=submit], button{
        border: 1px solid black !important;
}

/* Add to your existing CSS */
.zoom-container {
    position: relative;
    width: 100%;
    cursor: none;
}

.zoom-container img {
    display: block;
    width: 100%;
    height: auto;
}

.zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: none;
    display: none;
}

.zoomed-image {
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    width: 100%;
    height: 100%;
    background-color: white;
    border: 1px solid #ddd;
    display: none;
    z-index: 1000;
    pointer-events: none;
}

.product-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-gallery {
    position: relative;
}

.thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.thumbnail-item {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail-item.active {
    border-color: #000;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.variation-group {
    margin-bottom: 20px;
}

.variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variation-button {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.variation-button.selected {
    background: white !important;
    border-color: black !important;
    color: black !important;
}

.customization-field-row {
    margin-bottom: 15px;
}

.customization-field-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.customization-field {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-flex;
}

.qty-btn {
    padding: 8px 12px;
    background: none;
    border: none;
    cursor: pointer;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.add-to-cart-button {
    width: 100%;
    padding: 15px;
    background: #000;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}
.product-price {
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
}
/* Customization Fields Styling */
.product-customization-fields {
    margin: 25px 0;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 4px;
}

.customization-field-row {
    margin-bottom: 15px;
}

.customization-field-label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
}

.customization-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.thumbnails img {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.thumbnails img:hover {
    opacity: 0.8;
}



@media (max-width: 768px) {
    .product-container {
        grid-template-columns: 1fr;
    }
}






 
 
/* Team Store Section */
.team-store-section {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.team-store-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.team-store-subtitle {
    color: #666;
    margin-bottom: 24px;
}

.view-all-stores {
    display: inline-block !important;
    padding: 14px 32px !important;
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    border: 1px solid #000 !important;
    transition: all 0.3s ease !important;
}

.view-all-stores:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .stores-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .stores-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .team-store-section {
        padding: 30px;
    }
}
@media (max-width: 576px) {
    .stores-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px; /* Reduced gap for smaller screens */
    }
    
    .store-card-inner {
        padding: 15px 10px; /* Reduced padding */
    }
    
    .store-logo-wrapper {
        width: 80px;  /* Smaller logo size */
        height: 80px;
        margin-bottom: 12px;
    }
    
    .store-name {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 1.3;
    }
    
    .view-store-link {
        font-size: 12px !important;
        padding: 6px 12px !important;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    
    .team-store-section {
        padding: 20px;
    }
    
    .view-all-stores {
        width: 100%;
        text-align: center;
    }
}

/* Add extra small breakpoint for very small screens */
@media (max-width: 375px) {
    .store-logo-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .store-name {
        font-size: 12px;
    }
    
    .view-store-link {
        font-size: 11px !important;
        padding: 4px 8px !important;
    }
}
 
 
 





 



 
 /* Wrestling Homepage Styles */

/* Hero Section */
.wrestling-hero {
    height: 500px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/wrestling-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;
}

.wrestling-hero__content {
    max-width: 800px;
    padding: 0 20px;
}

.wrestling-hero h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.wrestling-hero h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.wrestling-hero p {
    font-size: 18px;
    opacity: 0.9;
}

/* Equipment Section */
.wrestling-equipment {
    padding: 60px 0;
}

.equipment-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    color: #212529;
}

.equipment-subtitle {
    font-size: 18px;
    text-align: center;
    color: #495057;
    margin-bottom: 50px;
}

.equipment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.equipment-card {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.equipment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.equipment-card__image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
}

.equipment-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.equipment-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #212529;
}

.equipment-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

.browse-button {
    display: inline-block;
    background: #212529;
    color: white;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #212529;
}

.browse-button:hover {
    background: white;
    color: #212529;
}

/* Team Quote Section */
.team-quote {
    background: #f8f9fa;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 60px;
}

.team-quote h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #212529;
}

.team-quote p {
    font-size: 18px;
    color: #495057;
    margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wrestling-hero {
        height: 400px;
    }

    .wrestling-hero h1 {
        font-size: 36px;
    }

    .wrestling-hero h2 {
        font-size: 24px;
    }

    .equipment-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
        padding: 0 20px;
    }

    .equipment-card__image {
        height: 150px;
    }
}

@media (max-width: 576px) {
    .wrestling-hero {
        height: 300px;
    }

    .wrestling-hero h1 {
        font-size: 28px;
    }

    .wrestling-hero h2 {
        font-size: 20px;
    }

    .equipment-grid {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
 







/* Short Time Theme Custom Styles */

/* Common Layout Elements */
.st-page-header {
    height: 300px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}

.st-page-header__content {
    max-width: 800px;
    padding: 0 20px;
}

.st-page-header h1 {
    font-size: 42px;
    color: #212529;
    margin-bottom: 15px;
    font-weight: bold;
}

.st-page-header p {
    font-size: 18px;
    color: #495057;
}

/* Main Content Container */
.st-content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Headers */
.st-section-title {
    font-size: 32px;
    color: #212529;
    margin-bottom: 20px;
    font-weight: bold;
}

.st-section-subtitle {
    font-size: 18px;
    color: #495057;
    margin-bottom: 40px;
}

/* Cards and Grids */
.st-card {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.st-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.st-grid {
    display: grid;
    gap: 30px;
    margin-bottom: 50px;
}

/* Buttons */
.st-button {
    display: inline-block;
    background: black;
    color: #ffffff !important;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid black;
    font-weight: 500;
    text-align: center;
}

.st-button:hover {
    background: #ffffff !important;
    color: black !important;
}

.st-button--large {
    padding: 15px 30px;
    font-size: 18px;
}

/* Forms */
.st-form-group {
    margin-bottom: 20px;
}

.st-form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #212529;
}

.st-form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #f8f9fa;
    transition: border-color 0.3s ease;
}

.st-form-input:focus {
    outline: none;
    border-color: #212529;
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.1);
}

/* Tables */
.st-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.st-table th {
    background: #212529;
    color: #ffffff;
    padding: 12px;
    text-align: left;
}

.st-table td {
    padding: 12px;
    border: 1px solid #dee2e6;
}

.st-table tr:nth-child(even) {
    background: #f8f9fa;
}

/* Support Section */
.st-support-section {
    background: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

.st-support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.st-support-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.st-support-card p {
    margin-bottom: 25px;
}

.st-support-card {
    background: white;
    padding: 30px;
    text-align: center;
    border-radius: 4px;
}

/* Store Specific */
.st-store-header {
    background: #f8f9fa;
    padding: 40px 0;
    margin-bottom: 40px;
}

.st-store-info {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    background: white;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.st-store-logo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}

/* Product Grid */
.st-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.st-product-card {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

/* Material Guide */
.st-color-swatch {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.st-process-steps {
    counter-reset: step;
    list-style-type: none;
    padding: 0;
}

.st-process-step {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
}

.st-process-step::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #212529;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .st-page-header {
        height: 200px;
    }

    .st-page-header h1 {
        font-size: 32px;
    }

    .st-store-info {
        flex-direction: column;
        text-align: center;
    }

    .st-grid {
        grid-template-columns: 1fr;
    }
}

/* Utility Classes */
.st-text-center { text-align: center; }
.st-mb-1 { margin-bottom: 10px; }
.st-mb-2 { margin-bottom: 20px; }
.st-mb-3 { margin-bottom: 30px; }
.st-mb-4 { margin-bottom: 40px; }
.st-mt-1 { margin-top: 10px; }
.st-mt-2 { margin-top: 20px; }
.st-mt-3 { margin-top: 30px; }
.st-mt-4 { margin-top: 40px; }



/* More specific selectors for WooCommerce variable products */
/* Base styles for form elements */





/* Main container */
.custom-product-form {
    padding: 20px 0;
}

/* Variation section */
.variation-group {
    margin-bottom: 30px;  /* Increased spacing */
    position: relative;  /* For error message */
}

.variation-error {
    color: #dc3545;
    font-size: 14px;
    margin-bottom: 8px;
}

.variation-group label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #2D2D2D;
    margin-bottom: 15px;  /* Increased spacing */
}

.variation-buttons {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.variation-button {
    min-width: 30px;
    padding: 3px 6px !important;
    background: white;
    color: #2D2D2D;
    border: 1px solid #E0E0E0 !important;
    border-radius: 4px;
    font-size: 12px !important;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.variation-button:hover {
    border-color: #2D2D2D !important;
}


/* Quantity selector */
.quantity-selector {
    margin: 0 0 30px 0;  /* Increased bottom margin */
}

.quantity-selector label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #2D2D2D;
    margin-bottom: 15px;  /* Increased spacing */
}

.quantity-controls {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #E0E0E0 !important;
    border-radius: 4px;
    overflow: hidden;
}

.qty-btn {
    width: 36px;
    background: white;
    border: none !important;
    color: #2D2D2D;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 36px;
    line-height: 1;
}

.qty-input {
    width: 40px;
    border: none;
    border-left: 1px solid #E0E0E0 !important;
    border-right: 1px solid #E0E0E0 !important;
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 0;
    -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Add to cart button */
.custom-add-to-cart {
    width: 100%;
    height: 45px;
    background: #2D2D2D;
    color: white;
    border: none !important;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-transform: none;
    font-weight: normal;
}

.custom-add-to-cart:hover {
    opacity: 0.9;
    border: 1px solid #E0E0E0 !important;
    border-radius: 4px;
    border-color: #2D2D2D !important;
}

/* Success message */
.success-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    animation: fadeIn 0.3s ease;
}

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






.cf7-custom-form {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.cf7-custom-form .form-row {
  margin-bottom: -19px;
}

 .cf7-custom-form .form-group {
  margin-bottom: 5px;
}

.cf7-custom-form .form-group.full-width {
  width: 100%;
}

.cf7-custom-form .triple-column {
  display: flex;
  gap: 15px;
}

.cf7-custom-form .triple-column .form-group {
  flex: 1;
}

.cf7-custom-form .form-group h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 35px;
}

.cf7-custom-form label {
  display: block;
  margin-bottom: -5px;
  font-weight: 600;
  color: #444;
}

.cf7-custom-form .form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;

  background-color: rgb(247, 247, 247);
}



.cf7-custom-form .form-control:focus {
  border-color: #4a90e2;
  outline: none;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

.cf7-custom-form .image-upload-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.cf7-custom-form .upload-box {
  flex: 1;
  min-width: 200px;
}

.cf7-custom-form .upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 150px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  padding: 15px;
}

.cf7-custom-form .upload-label:hover {
  border-color: #4a90e2;
  background-color: #f8faff;
}

.cf7-custom-form .upload-icon {
  font-size: 32px;
  color: #4a90e2;
  margin-bottom: 10px;
}

.cf7-custom-form .upload-text {
  font-size: 14px;
  color: #666;
}

.cf7-custom-form .file-input {
  display: none;
}

.cf7-custom-form .image-preview {
  margin-top: 10px;
  display: none;
}

.cf7-custom-form .image-preview img {
  max-width: 100%;
  max-height: 150px;
  border-radius: 4px;
  border: 1px solid #eee;
}

.cf7-custom-form .submit-btn {
  background-color: #4a90e2;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.cf7-custom-form .submit-btn:hover {
  background-color: #3a7bc8;
}

@media (max-width: 600px) {
  .cf7-custom-form .triple-column {
    flex-direction: column;
  }
  
  .cf7-custom-form .upload-box {
    min-width: 100%;
  }
}



</pre></body></html>