/**
Theme Name: Astra Child
Author: bryan@elliottprogrammer.com
Author URI: https://elliottprogrammer.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@font-face {
  font-family: 'WinkySans';
  src: url('fonts/WinkySans-VariableFont_wght.ttf') format('truetype-variations'); /* Specify the format for variable TTF */
  /* Define the range of variable axes supported by your font */
  font-weight: 100 900; /* Example: weight axis from 100 to 900 */
  font-stretch: 75% 125%; /* Example: stretch axis from 75% to 125% */
  /* Add other variable axes if your font supports them, e.g., font-style for slant */
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.ast-theme-transparent-header #masthead {
    position: static !important;
}

.ast-logo-title-inline .ast-site-identity {
    padding: 0;
}

.tangle-hero {
    background-image: url('/wp-content/uploads/2026/01/twist-n-tangle-store_hero-not-home.png'), url('/wp-content/uploads/2026/01/hero-not-home_bg-repeat.png');
    background-size: auto, auto;
    background-position: 60%, 0% 0%;
    background-repeat: no-repeat, repeat-x;
    height: 100%;
    max-height: 275px;
}

.tangle-hero.home {
    background-image: url('/wp-content/uploads/2026/01/hero-with-crochet-bunny.png'), url('/wp-content/uploads/2026/01/hero-bg-repeat-bunny.png');
    background-size: cover, auto auto;
    background-position: 65%, 0% 0%;
    max-height: 440px;
}

.tangle-hero-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    aspect-ratio: 48 / 11;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}
.tangle-hero.home .tangle-hero-container {
    aspect-ratio: 12 / 5;
}

.tangle-hero-text-wrapper {
    /*position: absolute;*/
    /*top: 20%;*/
    /*left: 8%;*/
    max-width: 60.4%;
    padding: 0 0 4% 3%;
}

.tangle-hero.product .tangle-hero-text-wrapper {
    max-width: 55%;
}

.tangle-hero-title {
    font-size: clamp(40px, .3rem + 5vw, 4.3rem);
    line-height: 1.3;
    font-weight: 600;
    color: #26b2c3;
    text-shadow: 1px 1px 2px #000;
    font-family: 'WinkySans';
    transform: translateY(-50px);
    animation: slideInDown .8s ease-in-out forwards;
}
.tangle-hero.home .tangle-hero-title {
    font-size: clamp(30px, .3rem + 5vw, 4.3rem);
}
.tangle-hero.product .tangle-hero-title {
    font-size: clamp(20px, 1.5px + 2.7vw, 35px);
}

.tangle-hero-subtitle {
    font-size: clamp(.7rem, .05px + 2.7vw, 2.2rem);;
    color: #8e6499;
    font-weight: 300;
    font-family: system-ui;
    transform: translateY(50px);
    animation: slideInUp .8s ease-in-out forwards;
}

.woocommerce-js div.product .product_meta>span.posted_in {
    display: none;
}

@media (min-width: 1920px) {
    .tangle-hero.home-hero {
        background-size: auto, auto;
    }
}

@media (max-width: 1200px) {
    .tangle-hero {
        background-size: cover, auto auto;
    }
}

@media (max-width: 500px) {
    .tangle-hero {
    	background-size: auto 118%, auto auto;
    	background-position: 68% 20%, 100%;
    }
    .tangle-hero-container {
    	min-height: 250px;
    }
    .tangle-hero-text-wrapper {
    	left: 6%;
    	max-width: 200px;
    	text-align: center;
    }
    .tangle-hero-title {
    	line-height: 1.2;
    	font-size: 40px;
    	max-width: 200px;
    }
    .tangle-hero.home .tangle-hero-title {
        font-size: 30px;
    }
    .tangle-hero-subtitle {
    	font-size: 15.5px;
    	line-height: 1.3;
       	margin-top: 15px;
       	letter-spacing: -.8px;
       	font-weight: 500;
    }
}
