:root{--tm-brown:#754832;--tm-dark-brown:#4b2d22;--tm-soft-brown:#a87a60;--tm-cream:#fbf7f1;--tm-light-cream:#fffaf4;--tm-beige:#ead8c8;--tm-nude:#eac9c1;--tm-text:#3f3029;--tm-muted:#8f7a6d;--tm-border:#eadfd6;--tm-white:#fff;--tm-shadow:0 18px 45px rgba(75,45,34,.10);--tm-radius:18px;--tm-radius-lg:24px;--tm-font-body:'Nunito Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--tm-font-head:'Cormorant Garamond',Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--tm-cream);color:var(--tm-text);font-family:var(--tm-font-body);font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit}.tm-container{width:min(1200px,calc(100% - 48px));margin-inline:auto}.tm-site-main{min-height:55vh}.tm-topbar{background:linear-gradient(90deg,var(--tm-dark-brown),var(--tm-brown));color:#fff;font-size:13px;font-weight:800;letter-spacing:.2px}.tm-topbar-inner{height:42px;display:flex;justify-content:space-between;align-items:center;gap:16px}.tm-topbar span{display:flex;align-items:center;gap:8px;white-space:nowrap}.tm-topbar svg{width:18px;height:18px}.tm-header-main{background:rgba(255,250,244,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(234,223,214,.9);position:sticky;top:0;z-index:90}.admin-bar .tm-header-main{top:32px}.tm-header-grid{height:104px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.tm-header-logo{justify-self:center}.tm-logo-img,.custom-logo{width:250px;max-height:88px;object-fit:contain}.tm-header-actions{justify-self:end;display:flex;align-items:center;gap:10px}.tm-icon-btn{width:42px;height:42px;border:0;background:transparent;color:var(--tm-brown);display:inline-flex;align-items:center;justify-content:center;border-radius:999px;position:relative;cursor:pointer;transition:.2s ease}.tm-icon-btn:hover{background:#f4e9df}.tm-icon-btn svg{width:24px;height:24px}.tm-cart-count{position:absolute;right:-2px;top:0;background:var(--tm-brown);color:#fff;width:20px;height:20px;border-radius:50%;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.tm-search-row{display:none;padding-bottom:18px}.tm-search-row.is-open,.home .tm-search-row{display:block}.tm-search-form,.woocommerce-product-search{position:relative}.tm-search-form input,.woocommerce-product-search input[type=search]{width:100%;height:48px;border-radius:999px;border:1px solid var(--tm-border);background:#fff;padding:0 56px 0 24px;outline:none;color:var(--tm-text);box-shadow:0 6px 22px rgba(75,45,34,.04)}.tm-search-form button,.woocommerce-product-search button{position:absolute;right:4px;top:4px;width:40px;height:40px;border-radius:50%;border:0;background:#fff0;color:var(--tm-brown);cursor:pointer}.tm-search-form svg,.woocommerce-product-search svg{width:20px}.tm-mobile-panel{position:fixed;z-index:120;left:0;top:0;width:min(360px,86vw);height:100vh;background:var(--tm-light-cream);box-shadow:var(--tm-shadow);transform:translateX(-110%);transition:.25s ease;padding:22px;overflow:auto}.tm-menu-open .tm-mobile-panel{transform:translateX(0)}.tm-panel-backdrop{display:none;position:fixed;inset:0;background:rgba(45,28,20,.38);z-index:110}.tm-menu-open .tm-panel-backdrop{display:block}.tm-mobile-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;color:var(--tm-brown)}.tm-menu-close{border:0;background:#fff;border-radius:50%;width:36px;height:36px;color:var(--tm-brown);font-size:28px;line-height:1;cursor:pointer}.tm-mobile-menu{list-style:none;padding:0;margin:0}.tm-mobile-menu li a{display:block;padding:14px 4px;border-bottom:1px solid var(--tm-border);font-weight:800;color:var(--tm-text)}.tm-home-hero{padding:26px 0 0}.tm-hero-card{min-height:360px;border-radius:var(--tm-radius-lg);overflow:hidden;position:relative;background:linear-gradient(90deg,rgba(255,250,244,.96) 0%,rgba(255,250,244,.86) 42%,rgba(255,250,244,.2) 72%),var(--hero-bg);background-size:cover;background-position:center;box-shadow:var(--tm-shadow);padding:58px}.tm-hero-content{max-width:420px}.tm-hero-content span{font-family:var(--tm-font-head);font-size:28px;color:var(--tm-brown)}.tm-hero-content h1{font-size:54px;line-height:.95;margin:4px 0 16px;color:var(--tm-brown);font-weight:700;font-family:var(--tm-font-head)}.tm-hero-content p{margin:0 0 24px;color:var(--tm-text);font-weight:600}.tm-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:13px 22px;border:1px solid transparent;text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.3px;cursor:pointer}.tm-btn-primary,.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:linear-gradient(135deg,var(--tm-brown),var(--tm-soft-brown));color:#fff!important;border:0;border-radius:10px;padding:12px 20px;font-weight:900;transition:.2s ease}.tm-btn-primary:hover,.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{filter:brightness(.97);transform:translateY(-1px)}.tm-hero-heart{position:absolute;right:34px;top:34px;width:50px;height:50px;border:0;border-radius:50%;background:#fff;color:var(--tm-brown);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(75,45,34,.1)}.tm-hero-heart svg{width:24px}.tm-benefits{margin:18px 0 0;background:rgba(255,255,255,.78);border:1px solid var(--tm-border);border-radius:var(--tm-radius);display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 10px 30px rgba(75,45,34,.05);overflow:hidden}.tm-benefit{padding:18px 16px;display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid var(--tm-border)}.tm-benefit:last-child{border-right:0}.tm-benefit-icon{color:var(--tm-brown)}.tm-benefit-icon svg{width:34px;height:34px}.tm-benefit strong{display:block;font-size:13px;font-weight:900}.tm-benefit small{display:block;color:var(--tm-muted);font-size:11px}.tm-benefits-compact{grid-template-columns:repeat(4,1fr)}.tm-section{padding:34px 0}.tm-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.tm-section-head h2{font-size:22px;margin:0;font-weight:900}.tm-section-head a{font-size:14px;color:var(--tm-brown);font-weight:800}.tm-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.tm-category-card{min-height:210px;border-radius:var(--tm-radius);padding:30px;position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(117,72,50,.78),rgba(117,72,50,.28)),var(--cat-img);background-size:cover;background-position:center;box-shadow:0 12px 28px rgba(75,45,34,.10);color:#fff}.tm-category-card h2{font-family:var(--tm-font-head);font-size:36px;line-height:.95;margin:30px 0 10px;max-width:260px}.tm-category-card p{margin:0 0 18px;max-width:240px;font-weight:700}.tm-pill,.tm-product-badges span,.tm-card-badges span{display:inline-flex;border-radius:999px;background:#d9c0ad;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.4px;padding:7px 11px}.tm-mini-btn{display:inline-flex;background:#fff;color:var(--tm-brown);border-radius:8px;padding:9px 14px;font-size:12px;font-weight:900;text-transform:uppercase}.tm-about-card{background:#fff;border-radius:var(--tm-radius-lg);border:1px solid var(--tm-border);display:grid;grid-template-columns:1.1fr 1fr .9fr;overflow:hidden;box-shadow:var(--tm-shadow)}.tm-about-image{min-height:230px;background:var(--about-img);background-size:cover;background-position:center}.tm-about-content{padding:28px}.tm-about-content span{font-family:var(--tm-font-head);font-size:24px;color:var(--tm-soft-brown)}.tm-about-content h2{font-family:var(--tm-font-head);font-size:42px;color:var(--tm-brown);margin:0}.tm-about-content p{color:var(--tm-muted);font-weight:600}.tm-about-list{padding:28px;border-left:1px solid var(--tm-border);display:flex;flex-direction:column;gap:18px}.tm-about-list div{display:grid;grid-template-columns:34px 1fr;gap:0 12px}.tm-about-list svg{width:28px;color:var(--tm-brown);grid-row:1/3}.tm-about-list strong{font-size:14px}.tm-about-list small{color:var(--tm-muted)}.tm-insta-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.tm-insta-item{aspect-ratio:1.35;border-radius:14px;background:var(--img);background-size:cover;background-position:center;box-shadow:0 10px 20px rgba(75,45,34,.07)}.tm-site-footer{background:#fff6ed;margin-top:30px;padding:0 0 82px;border-top:1px solid var(--tm-border)}.tm-newsletter{transform:translateY(-50%);background:#ead8c8;border-radius:16px;padding:22px 28px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px;box-shadow:var(--tm-shadow)}.tm-newsletter-title{display:flex;gap:16px;align-items:center}.tm-newsletter-title svg{width:44px;color:var(--tm-brown)}.tm-newsletter-title strong{display:block}.tm-newsletter-title small{color:var(--tm-muted)}.tm-newsletter-form{display:flex;gap:10px}.tm-newsletter-form input{flex:1;border:0;border-radius:8px;padding:0 16px;min-height:44px}.tm-newsletter-form button{border:0;border-radius:8px;background:var(--tm-brown);color:#fff;padding:0 28px;text-transform:uppercase;font-weight:900}.tm-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.1fr;gap:36px;margin-top:-10px}.tm-footer-brand img{width:150px;margin-bottom:12px}.tm-footer-brand p,.tm-site-footer p{color:var(--tm-muted);font-size:14px}.tm-site-footer h3{font-size:16px;margin:0 0 12px;color:var(--tm-brown)}.tm-footer-menu{list-style:none;padding:0;margin:0}.tm-footer-menu a{display:block;padding:4px 0;color:var(--tm-muted);font-size:14px}.tm-footer-bottom{border-top:1px solid var(--tm-border);margin-top:28px;padding-top:18px;color:var(--tm-muted);font-size:13px}.tm-sticky-whatsapp{position:fixed;left:0;right:0;bottom:0;z-index:100;background:linear-gradient(90deg,var(--tm-brown),var(--tm-soft-brown));color:#fff;display:flex;align-items:center;justify-content:center;gap:14px;height:58px;font-weight:900;box-shadow:0 -12px 32px rgba(75,45,34,.18)}.tm-sticky-whatsapp span svg{width:25px}.tm-sticky-whatsapp strong{border:1px solid rgba(255,255,255,.7);border-radius:999px;padding:8px 26px;margin-left:20px}.tm-page-wrap,.tm-content-layout,.tm-shop-wrap{padding:36px 0}.tm-page,.tm-post-card,.tm-notice{background:#fff;border:1px solid var(--tm-border);border-radius:var(--tm-radius);padding:34px;box-shadow:0 12px 30px rgba(75,45,34,.05)}.tm-page h1{font-family:var(--tm-font-head);font-size:44px;color:var(--tm-brown);margin:0 0 20px}.tm-post-list{display:grid;gap:20px}.tm-read-more{color:var(--tm-brown);font-weight:900}.tm-single-image{border-radius:var(--tm-radius);margin-bottom:22px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:20px;margin:0!important;padding:0!important}.woocommerce.columns-5 ul.products,.woocommerce ul.products.columns-5{grid-template-columns:repeat(5,1fr)}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;background:#fff;border:1px solid var(--tm-border);border-radius:16px;overflow:hidden;box-shadow:0 10px 26px rgba(75,45,34,.06);position:relative;padding-bottom:14px;transition:.2s ease}.woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(75,45,34,.10)}.woocommerce ul.products li.product a img{margin:0!important;width:100%;aspect-ratio:1.15;object-fit:cover}.woocommerce-loop-product__title{padding:14px 14px 3px!important;font-size:15px!important;line-height:1.35;color:var(--tm-text);font-weight:900}.woocommerce ul.products li.product .price{display:block;color:var(--tm-text)!important;font-weight:900!important;padding:0 14px;margin-bottom:7px}.woocommerce ul.products li.product .star-rating{margin-left:14px;color:#d89735}.woocommerce ul.products li.product .button{margin:10px 14px 0!important;font-size:12px}.tm-card-badges{position:absolute;top:10px;left:10px;z-index:3;display:flex;gap:6px;flex-wrap:wrap}.tm-card-badges span{font-size:10px;background:rgba(117,72,50,.78)}.woocommerce span.onsale{display:none}.tm-breadcrumb-wrap{padding-top:26px}.tm-breadcrumb{color:var(--tm-muted);font-size:14px}.tm-crumb-sep{margin:0 10px;color:#c7b2a4}.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.9fr);gap:48px}.woocommerce div.product div.images,.woocommerce-page div.product div.images{width:100%!important;float:none!important;margin-bottom:0!important}.woocommerce div.product div.summary,.woocommerce-page div.product div.summary{width:100%!important;float:none!important}.woocommerce div.product div.images img{border-radius:18px;background:#fff;box-shadow:var(--tm-shadow)}.woocommerce div.product .product_title{font-size:34px;line-height:1.12;margin:8px 0 10px;font-weight:900;color:var(--tm-text)}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--tm-brown);font-size:28px;font-weight:900}.tm-product-badges{display:flex;gap:8px;flex-wrap:wrap}.tm-product-badges span{background:#d7bba7;color:#fff}.woocommerce-product-rating{margin-bottom:10px!important}.woocommerce .star-rating{color:#d89735}.tm-product-checks{list-style:none;padding:0;margin:18px 0}.tm-product-checks li{display:flex;align-items:center;gap:10px;margin:8px 0;color:var(--tm-text);font-weight:700}.tm-product-checks svg{width:19px;color:var(--tm-brown);flex:0 0 19px}.tm-personalize-box{margin:18px 0}.tm-personalize-box label{display:block;font-weight:900;font-size:14px;margin:12px 0 7px}.tm-personalize-box label span{color:#c96d5c}.tm-input-with-count{position:relative}.tm-input-with-count input{width:100%;height:48px;border:1px solid var(--tm-border);border-radius:10px;background:#fff;padding:0 66px 0 14px;outline:none}.tm-input-with-count small{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--tm-muted);font-weight:800}.tm-color-swatches{display:flex;gap:12px;margin-bottom:14px}.tm-swatch input{display:none}.tm-swatch span{display:block;width:38px;height:38px;border-radius:50%;background:var(--swatch);border:3px solid #fff;box-shadow:0 0 0 1px var(--tm-border);cursor:pointer}.tm-swatch.is-active span{box-shadow:0 0 0 2px var(--tm-brown)}.woocommerce div.product form.cart{margin-top:14px}.woocommerce div.product form.cart div.quantity{margin-right:12px!important}.woocommerce .quantity .qty{height:48px;border:1px solid var(--tm-border);border-radius:10px;width:70px}.woocommerce div.product form.cart .button{min-height:48px;min-width:220px}.woocommerce-tabs{background:#fff;border:1px solid var(--tm-border);border-radius:18px;padding:22px;margin-top:34px;box-shadow:0 12px 30px rgba(75,45,34,.05)}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;margin:0 0 18px!important;border-bottom:1px solid var(--tm-border)}.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0 20px 0 0!important;padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:0 0 12px!important;font-weight:900;color:var(--tm-muted)!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--tm-brown)!important;border-bottom:2px solid var(--tm-brown)}.related.products{margin-top:34px;clear:both}.related.products h2{font-size:24px;margin-bottom:18px}.tm-product-benefit-row{clear:both}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--tm-brown);border-radius:14px;background:#fff;color:var(--tm-text)}.woocommerce-message:before,.woocommerce-info:before{color:var(--tm-brown)}.woocommerce table.shop_table,.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order{background:#fff;border:1px solid var(--tm-border)!important;border-radius:18px!important;overflow:hidden}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{border:1px solid var(--tm-border);border-radius:10px;min-height:44px;padding:8px 12px;background:#fff}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;background:#fff;border-radius:16px;border:1px solid var(--tm-border);overflow:hidden}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:12px 16px;border-bottom:1px solid var(--tm-border);font-weight:800}.woocommerce-account .woocommerce-MyAccount-content{background:#fff;border:1px solid var(--tm-border);border-radius:16px;padding:24px}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1024px){.tm-benefits{grid-template-columns:repeat(3,1fr)}.tm-benefit:nth-child(3){border-right:0}.tm-category-grid{grid-template-columns:1fr}.tm-about-card{grid-template-columns:1fr}.tm-about-list{border-left:0;border-top:1px solid var(--tm-border)}.tm-insta-grid{grid-template-columns:repeat(3,1fr)}.woocommerce ul.products,.woocommerce.columns-5 ul.products,.woocommerce ul.products.columns-5{grid-template-columns:repeat(3,1fr)}.woocommerce div.product{grid-template-columns:1fr;gap:28px}.tm-footer-grid{grid-template-columns:1fr 1fr}.tm-newsletter{grid-template-columns:1fr}}@media(max-width:782px){.admin-bar .tm-header-main{top:46px}.tm-container{width:min(100% - 28px,1200px)}.tm-topbar-inner{justify-content:center;height:auto;padding:8px 0;flex-wrap:wrap;font-size:11px}.tm-topbar span:nth-child(2){display:none}.tm-header-grid{height:86px}.tm-logo-img,.custom-logo{width:180px;max-height:72px}.tm-header-actions{gap:2px}.tm-icon-btn{width:38px;height:38px}.tm-search-row{padding-bottom:12px}.tm-home-hero{padding-top:16px}.tm-hero-card{min-height:300px;padding:30px;background:linear-gradient(90deg,rgba(255,250,244,.96) 0%,rgba(255,250,244,.72) 100%),var(--hero-bg);background-size:cover;background-position:center}.tm-hero-content h1{font-size:40px}.tm-benefits,.tm-benefits-compact{grid-template-columns:1fr 1fr}.tm-benefit{justify-content:flex-start;padding:14px}.tm-benefit:nth-child(n){border-right:1px solid var(--tm-border)}.tm-benefit:nth-child(2n){border-right:0}.tm-benefit small{display:none}.tm-category-card{min-height:190px;padding:22px}.tm-category-card h2{font-size:32px}.tm-section{padding:24px 0}.woocommerce ul.products,.woocommerce.columns-5 ul.products,.woocommerce ul.products.columns-5{grid-template-columns:repeat(2,1fr);gap:14px}.tm-about-content,.tm-about-list{padding:22px}.tm-insta-grid{grid-template-columns:repeat(2,1fr)}.tm-newsletter{transform:none;margin-top:24px}.tm-newsletter-form{flex-direction:column}.tm-newsletter-form input,.tm-newsletter-form button{height:44px}.tm-footer-grid{grid-template-columns:1fr;gap:20px;margin-top:26px}.tm-sticky-whatsapp{font-size:13px;height:56px;padding:0 12px}.tm-sticky-whatsapp strong{display:none}.woocommerce div.product .product_title{font-size:28px}.woocommerce div.product form.cart .button{min-width:0;width:calc(100% - 90px)}.woocommerce-tabs{padding:16px}.woocommerce div.product .woocommerce-tabs ul.tabs li{display:block!important;margin:0 0 8px!important}}@media(max-width:480px){.tm-topbar span:nth-child(3){display:none}.tm-header-actions .tm-icon-btn:first-child{display:none}.tm-logo-img,.custom-logo{width:160px}.tm-hero-card{border-radius:18px}.tm-benefits{grid-template-columns:1fr}.tm-benefit:nth-child(n){border-right:0;border-bottom:1px solid var(--tm-border)}.tm-benefit:last-child{border-bottom:0}.woocommerce ul.products,.woocommerce.columns-5 ul.products,.woocommerce ul.products.columns-5{grid-template-columns:1fr 1fr}.woocommerce-loop-product__title{font-size:13px!important}.woocommerce ul.products li.product .price{font-size:13px}.tm-page,.tm-post-card,.tm-notice{padding:22px}.tm-page h1{font-size:34px}}


/* Tiny Miny 1.0.1 responsive düzeltmeleri */
.tm-topbar{overflow:hidden}.tm-topbar-inner{min-width:0}.tm-topbar span{min-width:0;text-overflow:ellipsis;overflow:hidden}.tm-header-actions{min-width:0}
@media(max-width:1100px){.tm-topbar-inner{font-size:12px}.tm-topbar span:nth-child(2){display:none}.tm-benefits{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.tm-container{width:calc(100% - 24px)}.tm-topbar-inner{justify-content:center}.tm-topbar span{font-size:10.5px}.tm-topbar span:nth-child(2),.tm-topbar span:nth-child(3){display:none}.tm-header-grid{grid-template-columns:44px 1fr auto;gap:8px}.tm-header-logo{justify-self:center}.tm-logo-img,.custom-logo{width:165px}.tm-icon-btn{width:36px;height:36px}.tm-icon-btn svg{width:21px;height:21px}.tm-hero-card{padding:24px;min-height:280px}.tm-hero-content h1{font-size:34px}.tm-hero-content span{font-size:22px}.tm-category-card{min-height:178px}.tm-benefits{grid-template-columns:1fr 1fr}.tm-benefit:nth-child(n){border-right:1px solid var(--tm-border)}.tm-benefit:nth-child(2n){border-right:0}.tm-benefit strong{font-size:12px}.tm-benefit-icon svg{width:27px;height:27px}.woocommerce ul.products,.woocommerce.columns-5 ul.products,.woocommerce ul.products.columns-5{grid-template-columns:1fr 1fr!important;gap:12px!important}.tm-sticky-whatsapp{height:52px;font-size:12px}}
@media(max-width:390px){.tm-logo-img,.custom-logo{width:145px}.tm-header-actions .tm-search-toggle{display:none}.tm-hero-content h1{font-size:30px}.tm-benefits{grid-template-columns:1fr}.woocommerce-loop-product__title{font-size:12.5px!important}}

.tm-safe-products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.tm-safe-product-card{display:block;background:#fff;border:1px solid var(--tm-border);border-radius:18px;padding:10px;text-decoration:none;color:var(--tm-text);box-shadow:0 10px 30px rgba(71,43,31,.06);overflow:hidden}.tm-safe-product-img{display:block;height:180px;background-image:var(--img);background-size:cover;background-position:center;border-radius:14px;margin-bottom:12px}.tm-safe-product-card strong{display:block;font-size:15px;line-height:1.35;margin-bottom:8px}.tm-safe-product-price{font-weight:800;color:var(--tm-dark-brown)}@media(max-width:1100px){.tm-safe-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.tm-safe-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tm-safe-product-img{height:140px}.tm-safe-product-card{border-radius:14px}.tm-safe-product-card strong{font-size:13px}.tm-safe-product-price{font-size:13px}}

/* Homefix güvenli ana sayfa ve responsive düzeltmeleri */
.tm-home-hero-safe{padding-top:26px}.tm-hero-card-safe{background:linear-gradient(90deg,rgba(255,250,244,.97) 0%,rgba(255,250,244,.88) 45%,rgba(255,250,244,.48) 100%),radial-gradient(circle at 78% 34%,#ead8c8 0 9%,transparent 10%),radial-gradient(circle at 88% 55%,#fff 0 8%,transparent 9%),linear-gradient(135deg,#fff8ef,#ead8c8)!important}.tm-demo-img{background:linear-gradient(135deg,#fff8ef,#ead8c8)!important;position:relative}.tm-demo-img:after{content:'Tiny Miny';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#754832;font-family:Georgia,serif;font-size:22px;opacity:.8}.tm-cat-1{background:linear-gradient(90deg,rgba(117,72,50,.82),rgba(117,72,50,.28)),linear-gradient(135deg,#f4e6d8,#d5b59d)!important}.tm-cat-2{background:linear-gradient(90deg,rgba(117,72,50,.82),rgba(117,72,50,.28)),linear-gradient(135deg,#f7e3e6,#d7b2aa)!important}.tm-cat-3{background:linear-gradient(90deg,rgba(117,72,50,.82),rgba(117,72,50,.28)),linear-gradient(135deg,#fff3e5,#cda98e)!important}.tm-cat-4{background:linear-gradient(90deg,rgba(117,72,50,.82),rgba(117,72,50,.28)),linear-gradient(135deg,#f7eadf,#c7a287)!important}.tm-about-card-safe .tm-about-image{min-height:260px}
@media (min-width:1025px){.tm-container{width:min(1240px,calc(100% - 64px))}.tm-header-grid{height:116px}.tm-logo-img,.custom-logo{width:280px}.tm-topbar-inner{justify-content:center;gap:90px}.tm-safe-products{grid-template-columns:repeat(5,minmax(0,1fr))}.tm-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:1024px){.tm-container{width:min(100% - 32px,960px)}.tm-topbar-inner{gap:18px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.tm-topbar-inner::-webkit-scrollbar{display:none}.tm-safe-products{grid-template-columns:repeat(3,minmax(0,1fr))}.tm-benefits{grid-template-columns:repeat(3,1fr)}.tm-about-card{grid-template-columns:1fr}}
@media (max-width:680px){body{font-size:15px}.tm-container{width:calc(100% - 24px)}.tm-header-grid{height:82px;grid-template-columns:44px 1fr 96px;gap:8px}.tm-logo-img,.custom-logo{width:168px;max-height:66px}.tm-header-actions{gap:0}.tm-header-actions .tm-icon-btn{width:36px;height:36px}.tm-header-actions .tm-icon-btn:first-child{display:none}.tm-search-row{padding-bottom:12px}.tm-hero-card{min-height:300px;padding:32px 22px}.tm-hero-content h1{font-size:38px}.tm-hero-content span{font-size:22px}.tm-benefits{grid-template-columns:repeat(2,1fr);border-radius:14px}.tm-benefit{justify-content:flex-start;padding:14px 12px}.tm-benefit-icon svg{width:26px;height:26px}.tm-benefit strong{font-size:12px}.tm-benefit small{font-size:10px}.tm-category-grid{grid-template-columns:1fr;gap:12px}.tm-category-card{min-height:180px;padding:24px}.tm-category-card h2{font-size:32px;margin-top:22px}.tm-safe-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tm-safe-product-card{padding:8px}.tm-safe-product-card strong{font-size:13px}.tm-insta-grid{grid-template-columns:repeat(3,1fr);gap:8px}.tm-newsletter{grid-template-columns:1fr;transform:none;margin:18px 0}.tm-newsletter-form{flex-direction:column}.tm-footer-grid{grid-template-columns:1fr;gap:22px}.tm-site-footer{padding-bottom:96px}.tm-sticky-whatsapp{left:12px;right:12px;bottom:12px;border-radius:14px;font-size:13px;padding:12px 14px}.tm-sticky-whatsapp strong{display:none}}
