:root{
  --bc-bg:#fffdfa;
  --bc-surface:#f6f2ec;
  --bc-surface-2:#eee8df;
  --bc-text:#171a1d;
  --bc-muted:#6d6a66;
  --bc-line:#e5dfd7;
  --bc-dark:#1d2226;
  --bc-bronze:#b38355;
  --bc-radius:8px;
  --bc-container:1440px;
  --bc-shadow:0 12px 32px rgba(35,29,23,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bc-bg);color:var(--bc-text);font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
.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}
.bc-container{width:min(calc(100% - 64px),var(--bc-container));margin:0 auto}
.bc-site-main{min-height:55vh}
.bc-topbar{background:var(--bc-dark);color:#fff;font-size:13px}
.bc-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.bc-topbar-links{display:flex;gap:18px;color:#f7f3ee}.bc-topbar-links a:hover{opacity:.75}
.bc-mainbar{background:#fff;border-bottom:1px solid #eee9e3}
.bc-mainbar-inner{height:96px;display:grid;grid-template-columns:300px minmax(320px,1fr) 330px;align-items:center;gap:36px}
.bc-brand{display:inline-flex;flex-direction:column;align-items:flex-start;width:max-content}.bc-brand .custom-logo{max-height:56px;width:auto}
.bc-brand-name{font-size:31px;line-height:1;font-weight:800;letter-spacing:5px}.bc-brand-tagline{font-size:10px;letter-spacing:3px;color:#78736e;margin-top:7px}
.bc-search{height:48px;border:1px solid var(--bc-line);border-radius:8px;background:#f8f5f1;display:flex;overflow:hidden}
.bc-search input{border:0;outline:0;background:transparent;padding:0 18px;flex:1;color:var(--bc-text)}
.bc-search button{width:54px;border:0;background:var(--bc-bronze);color:#fff;display:grid;place-items:center;cursor:pointer}.bc-search svg{width:22px;height:22px}
.bc-header-actions{display:flex;justify-content:flex-end;gap:28px}.bc-header-action{position:relative;display:flex;min-width:58px;align-items:center;flex-direction:column;font-size:12px;gap:5px}.bc-header-action svg{width:25px;height:25px}.bc-cart-count{position:absolute;top:-7px;right:3px;background:var(--bc-dark);color:#fff;border-radius:999px;min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;font-size:10px;font-weight:700}
.bc-nav-wrap{background:#fff;border-bottom:1px solid var(--bc-line)}
.bc-primary-nav{height:56px;display:flex;align-items:center;justify-content:space-between;gap:20px;white-space:nowrap;font-size:14px;font-weight:600}.bc-primary-nav a{padding:18px 0}.bc-primary-nav a:hover{color:var(--bc-bronze)}.bc-nav-sale{color:var(--bc-bronze)!important}
.bc-menu-toggle,.bc-mobile-menu{display:none}

.bc-hero{height:540px;background:#e9dfd2 url('../images/hero-living.jpg') center/cover no-repeat}
.bc-hero-inner{height:100%;display:flex;align-items:center}.bc-hero-copy{width:44%;max-width:570px;padding-left:64px}.bc-eyebrow{font-size:13px;letter-spacing:2.6px;color:#9b704e}.bc-hero h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:72px;line-height:.98;letter-spacing:-3px;margin:18px 0}.bc-hero p{font-size:20px;line-height:1.45;max-width:520px;margin:0 0 28px}.bc-btn{display:inline-flex;align-items:center;gap:14px;border-radius:5px;padding:14px 22px;font-size:14px;font-weight:700}.bc-btn--dark{background:var(--bc-dark);color:#fff}.bc-btn--light{background:#fff;color:var(--bc-dark)}

.bc-home-categories{padding:30px 0 34px;background:#fff}.bc-category-row{display:grid;grid-template-columns:repeat(11,minmax(74px,1fr));gap:18px;align-items:start}.bc-category-circle{text-align:center;min-width:0}.bc-category-media{width:84px;height:84px;margin:0 auto 10px;border-radius:50%;background:#f1ede7;display:grid;place-items:center;overflow:hidden;border:1px solid #ebe5de}.bc-category-media img{width:100%;height:100%;object-fit:cover}.bc-category-media svg{width:36px;height:36px;color:#222}.bc-category-media--sale{background:var(--bc-bronze);color:#fff;font:500 38px Georgia,serif}.bc-category-name{display:block;font-size:12px;font-weight:600;line-height:1.25}

.bc-promos,.bc-bottom-promos{padding:8px 0 32px}.bc-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.bc-promo-card{position:relative;min-height:270px;border-radius:6px;overflow:hidden;padding:34px 36px;display:flex;align-items:flex-start;background-image:linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.65) 38%,rgba(0,0,0,.05) 76%),var(--bg);background-size:cover;background-position:center}.bc-promo-card--light{color:var(--bc-text);background-image:linear-gradient(90deg,rgba(255,253,250,.96) 0%,rgba(255,253,250,.85) 38%,rgba(255,255,255,.05) 72%),var(--bg)}.bc-promo-card h2,.bc-bottom-card h2{font:400 42px/1.02 Georgia,serif;margin:0 0 14px}.bc-promo-card p{max-width:260px;margin:0 0 22px;font-size:15px}.bc-promo-card--dark{color:#fff}

.bc-products-section{padding:18px 0 36px}.bc-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.bc-section-head h2{font:400 38px/1.1 Georgia,serif;margin:0}.bc-section-head a{font-size:14px;font-weight:600}.bc-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.bc-product-card{min-width:0}.bc-card-media{position:relative;aspect-ratio:1/1;background:#f2eee8;border-radius:5px;overflow:hidden;border:1px solid #eee8e0}.bc-card-media>a{display:block;width:100%;height:100%}.bc-card-media img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .25s ease}.bc-product-card:hover .bc-card-media img{transform:scale(1.025)}.bc-heart{position:absolute;top:9px;right:9px;width:31px;height:31px;border:0;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;cursor:pointer}.bc-heart svg{width:18px;height:18px}.bc-heart.is-active svg{fill:#1d2226}.bc-sale-badge{position:absolute;left:9px;top:9px;background:var(--bc-bronze);color:#fff;font-size:10px;font-weight:700;padding:5px 7px;border-radius:3px}.bc-card-content{padding-top:9px}.bc-card-content h3{font-size:13px;line-height:1.35;font-weight:500;margin:0 0 8px;min-height:35px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bc-card-price{font-size:16px;font-weight:800;margin:0 0 10px}.bc-card-price del{font-size:12px;color:#888;font-weight:500;margin-right:5px}.bc-card-price ins{text-decoration:none}.bc-card-button{width:100%;min-height:39px;border:1px solid var(--bc-dark);border-radius:4px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:600;background:#fff}.bc-card-button:hover{background:var(--bc-dark);color:#fff}.bc-card-button svg{width:15px;height:15px}

.bc-benefits{background:#f4f0ea;border-top:1px solid #eee8e0;border-bottom:1px solid #eee8e0;margin-top:0}.bc-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}.bc-benefit{padding:27px 32px;display:flex;align-items:center;gap:18px;border-right:1px solid #ddd7cf}.bc-benefit:last-child{border-right:0}.bc-benefit>span{width:42px;height:42px}.bc-benefit svg{width:42px;height:42px}.bc-benefit strong,.bc-benefit small{display:block}.bc-benefit strong{font-size:14px;margin-bottom:3px}.bc-benefit small{font-size:12px;color:var(--bc-muted)}

.bc-bottom-promos{padding-top:28px}.bc-bottom-card{min-height:215px;border-radius:6px;padding:34px 40px;display:flex;align-items:center;background-size:cover;background-position:center;overflow:hidden}.bc-bottom-card--gift{background-image:linear-gradient(90deg,rgba(255,250,244,.98),rgba(255,250,244,.75) 45%,rgba(255,255,255,.05)),url('../images/promo-gift.jpg')}.bc-bottom-card--sale{color:#fff;background-image:linear-gradient(90deg,rgba(17,20,22,.98),rgba(17,20,22,.72) 52%,rgba(17,20,22,.18)),url('../images/promo-home.jpg')}.bc-bottom-card h2{font-size:38px}.bc-bottom-card .bc-btn{margin-top:8px}

.bc-footer{background:#fff;border-top:1px solid var(--bc-line);margin-top:10px}.bc-footer-top{min-height:160px;display:grid;grid-template-columns:280px 1fr 210px;gap:50px;align-items:center}.bc-newsletter strong{display:block;font-size:14px}.bc-newsletter p{font-size:12px;color:var(--bc-muted);margin:4px 0 12px}.bc-newsletter-form{display:flex;max-width:620px}.bc-newsletter-form input{height:46px;flex:1;border:1px solid var(--bc-line);border-radius:5px 0 0 5px;padding:0 14px;outline:0}.bc-newsletter-form button{height:46px;border:0;background:var(--bc-dark);color:#fff;padding:0 28px;border-radius:0 5px 5px 0}.bc-newsletter-success{font-size:12px;color:#3b7d4b;margin:5px 0}.bc-socials{display:flex;justify-content:flex-end;gap:10px}.bc-socials a{width:38px;height:38px;border-radius:50%;background:#f0ece7;display:grid;place-items:center;font-weight:700}.bc-footer-bottom{border-top:1px solid var(--bc-line);min-height:58px;display:flex;align-items:center;justify-content:space-between;color:#777;font-size:11px}.bc-footer-bottom nav{display:flex;gap:20px}

.bc-catalog-hero{padding:38px 0 26px;background:#fff}.bc-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:#908b84;margin-bottom:14px}.bc-breadcrumb a:hover{color:var(--bc-text)}.bc-catalog-hero h1{font:400 46px/1.05 Georgia,serif;margin:0 0 10px}.bc-catalog-description{max-width:720px;color:var(--bc-muted);font-size:14px}.bc-catalog-description p{margin:0 0 10px}.bc-category-chips{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}.bc-chip{display:flex;align-items:center;gap:7px;border:1px solid var(--bc-line);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:600;background:#fff}.bc-chip svg{width:16px;height:16px}.bc-chip:hover,.bc-chip.is-active{border-color:var(--bc-dark);background:var(--bc-dark);color:#fff}
.bc-catalog-body{border-top:1px solid var(--bc-line);padding:20px 0 60px}.bc-catalog-tools{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.bc-result-count{font-size:13px;color:var(--bc-muted)}.woocommerce-ordering{margin:0!important}.woocommerce-ordering select{height:42px;border:1px solid var(--bc-line);border-radius:5px;background:#fff;padding:0 36px 0 12px;min-width:190px}.bc-product-grid--archive{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 20px}.bc-pagination{margin-top:36px}.bc-pagination .nav-links{display:flex;justify-content:center;gap:7px}.bc-pagination .page-numbers{min-width:38px;height:38px;border:1px solid var(--bc-line);border-radius:4px;display:grid;place-items:center;padding:0 10px}.bc-pagination .current{background:var(--bc-dark);border-color:var(--bc-dark);color:#fff}.bc-empty{text-align:center;padding:70px 0}.bc-empty h2{font:400 34px Georgia,serif}

.bc-product-page{padding:34px 0 70px}.bc-product-breadcrumb{margin-bottom:26px}.bc-product-layout{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.78fr);gap:64px;align-items:start}.bc-product-gallery{min-width:0}.bc-product-summary{position:sticky;top:24px}.bc-product-category{display:inline-block;color:var(--bc-bronze);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.3px;margin-bottom:10px}.bc-product-summary h1{font:400 42px/1.12 Georgia,serif;margin:0 0 10px}.bc-product-sku{font-size:12px;color:#8b867f;margin-bottom:20px}.bc-product-price{font-size:28px;font-weight:800;margin-bottom:18px}.bc-product-price del{font-size:16px;color:#999;margin-right:8px}.bc-product-price ins{text-decoration:none}.bc-product-short{font-size:14px;color:#5f5b56;margin-bottom:15px}.bc-product-stock{font-size:13px;margin-bottom:16px}.bc-add-to-cart-wrap form.cart{display:flex;gap:10px;align-items:stretch;margin:0 0 24px!important}.bc-add-to-cart-wrap .quantity .qty{width:76px;height:50px;border:1px solid var(--bc-line);border-radius:5px;text-align:center}.bc-add-to-cart-wrap .single_add_to_cart_button{min-height:50px;flex:1;border:0!important;border-radius:5px!important;background:var(--bc-dark)!important;color:#fff!important;font-weight:700!important;padding:0 26px!important}.bc-product-mini-benefits{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--bc-line);border-bottom:1px solid var(--bc-line);padding:18px 0;gap:18px}.bc-product-mini-benefits strong,.bc-product-mini-benefits span{display:block}.bc-product-mini-benefits strong{font-size:12px}.bc-product-mini-benefits span{font-size:10px;color:var(--bc-muted);margin-top:2px}
.woocommerce-product-gallery{width:100%!important;float:none!important}.woocommerce-product-gallery__wrapper{margin:0}.woocommerce-product-gallery__image{border:1px solid var(--bc-line);border-radius:7px;overflow:hidden;background:#f5f1eb}.woocommerce-product-gallery__image img{width:100%;height:auto;max-height:720px;object-fit:contain}.flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,1fr);gap:10px;margin:12px 0 0!important;padding:0!important;list-style:none!important}.flex-control-thumbs li{width:auto!important;float:none!important}.flex-control-thumbs img{border:1px solid var(--bc-line);border-radius:5px;aspect-ratio:1/1;object-fit:cover}.bc-product-details{margin-top:60px;border-top:1px solid var(--bc-line);padding-top:28px}.woocommerce-tabs ul.tabs{display:flex;gap:28px;margin:0 0 22px!important;padding:0!important;list-style:none!important;border-bottom:1px solid var(--bc-line)}.woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;background:none!important}.woocommerce-tabs ul.tabs li a{display:block;padding:0 0 12px!important;font-weight:700!important;font-size:14px}.woocommerce-tabs ul.tabs li.active a{border-bottom:2px solid var(--bc-dark)}.woocommerce-tabs .panel{margin:0!important;font-size:14px;color:#4f4b46}.bc-related{margin-top:55px}

.bc-standard-page{padding:48px 0 70px}.bc-page-head h1{font:400 46px Georgia,serif;margin:0 0 24px}.bc-page-content{max-width:100%}.bc-page-content .woocommerce{width:100%}
.woocommerce-message,.woocommerce-info,.woocommerce-error{list-style:none;border:1px solid var(--bc-line);padding:14px 16px;margin:0 0 18px;background:#faf7f3;border-radius:5px}.woocommerce table.shop_table{width:100%;border-collapse:collapse;border:1px solid var(--bc-line)}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:14px;border-bottom:1px solid var(--bc-line);text-align:left}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:0;border-radius:4px;background:var(--bc-dark);color:#fff;font-weight:700}.woocommerce input.input-text,.woocommerce textarea,.woocommerce select{border:1px solid var(--bc-line);border-radius:4px;padding:11px 12px;background:#fff}.woocommerce form .form-row{margin:0 0 14px}.woocommerce .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:30px}.woocommerce-checkout-review-order,.cart_totals{border:1px solid var(--bc-line);padding:20px;border-radius:6px;background:#fff}

@media (max-width:1200px){
  .bc-mainbar-inner{grid-template-columns:240px minmax(260px,1fr) 290px;gap:24px}.bc-brand-name{font-size:27px}.bc-header-actions{gap:16px}.bc-primary-nav{overflow-x:auto;justify-content:flex-start;gap:28px}.bc-category-row{grid-template-columns:repeat(6,1fr)}.bc-product-grid{grid-template-columns:repeat(4,1fr)}.bc-product-grid--archive{grid-template-columns:repeat(4,1fr)}.bc-hero-copy{padding-left:30px}.bc-hero h1{font-size:64px}
}
@media (max-width:900px){
  .bc-container{width:min(calc(100% - 32px),var(--bc-container))}.bc-topbar-links,.bc-search,.bc-header-actions,.bc-nav-wrap{display:none}.bc-mainbar-inner{height:68px;display:flex;justify-content:space-between;gap:16px}.bc-brand-name{font-size:22px;letter-spacing:3px}.bc-brand-tagline{font-size:7px;letter-spacing:2px;margin-top:4px}.bc-menu-toggle{display:flex;width:42px;height:42px;border:1px solid var(--bc-line);background:#fff;border-radius:5px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.bc-menu-toggle span{width:18px;height:1.5px;background:#222}.bc-mobile-menu{display:flex;position:absolute;z-index:1000;top:auto;left:0;right:0;background:#fff;border-bottom:1px solid var(--bc-line);padding:16px;flex-direction:column;box-shadow:var(--bc-shadow)}.bc-mobile-menu[hidden]{display:none}.bc-mobile-menu>a{padding:12px 4px;border-bottom:1px solid #f0ece7;font-size:14px}.bc-mobile-search{display:flex;margin-bottom:8px}.bc-mobile-search input{flex:1;height:42px;border:1px solid var(--bc-line);border-radius:4px 0 0 4px;padding:0 10px}.bc-mobile-search button{border:0;background:var(--bc-dark);color:#fff;padding:0 16px;border-radius:0 4px 4px 0}
  .bc-hero{height:520px;background-position:60% center;position:relative}.bc-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(238,226,212,.96) 0%,rgba(238,226,212,.80) 52%,rgba(238,226,212,.08) 100%)}.bc-hero-inner{position:relative;z-index:1}.bc-hero-copy{width:70%;padding-left:0}.bc-hero h1{font-size:58px}.bc-hero p{font-size:17px}
  .bc-category-row{grid-template-columns:repeat(5,1fr)}.bc-promo-card{min-height:240px}.bc-promo-card h2{font-size:34px}.bc-product-grid{grid-template-columns:repeat(3,1fr)}.bc-product-grid--archive{grid-template-columns:repeat(3,1fr)}.bc-benefit-grid{grid-template-columns:repeat(2,1fr)}.bc-benefit:nth-child(2){border-right:0}.bc-benefit:nth-child(-n+2){border-bottom:1px solid #ddd7cf}.bc-footer-top{grid-template-columns:1fr;gap:22px;padding:32px 0}.bc-socials{justify-content:flex-start}.bc-product-layout{grid-template-columns:1fr;gap:34px}.bc-product-summary{position:static}.bc-product-mini-benefits{grid-template-columns:1fr}.woocommerce .col2-set{grid-template-columns:1fr}
}
@media (max-width:640px){
  body{font-size:14px}.bc-container{width:calc(100% - 20px)}.bc-topbar-inner{min-height:29px;font-size:10px}.bc-topbar-shipping{width:100%;text-align:center}.bc-hero{height:360px;background-position:66% center}.bc-hero:before{background:linear-gradient(90deg,rgba(238,226,212,.98) 0%,rgba(238,226,212,.84) 60%,rgba(238,226,212,.22) 100%)}.bc-hero-copy{width:78%}.bc-eyebrow{font-size:8px;letter-spacing:1.7px}.bc-hero h1{font-size:43px;letter-spacing:-2px;margin:10px 0}.bc-hero p{font-size:12px;line-height:1.45;margin-bottom:18px}.bc-btn{font-size:11px;padding:11px 14px}
  .bc-home-categories{padding:18px 0 22px}.bc-category-row{grid-template-columns:repeat(4,1fr);gap:16px 8px}.bc-category-media{width:62px;height:62px;margin-bottom:7px}.bc-category-media svg{width:27px;height:27px}.bc-category-media--sale{font-size:28px}.bc-category-name{font-size:10px}
  .bc-promos,.bc-bottom-promos{padding:4px 0 18px}.bc-promo-grid{grid-template-columns:1fr;gap:14px}.bc-promo-card{min-height:190px;padding:22px}.bc-promo-card h2,.bc-bottom-card h2{font-size:30px}.bc-promo-card p{font-size:11px;max-width:210px}.bc-products-section{padding:10px 0 24px}.bc-section-head{margin-bottom:12px}.bc-section-head h2{font-size:28px}.bc-section-head a{font-size:10px}.bc-product-grid,.bc-product-grid--archive{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 8px}.bc-card-media img{padding:5px}.bc-card-content h3{font-size:10px;min-height:27px;margin-bottom:6px}.bc-card-price{font-size:12px;margin-bottom:7px}.bc-card-button{min-height:34px;font-size:9px}.bc-card-button svg{width:12px;height:12px}.bc-heart{width:26px;height:26px;top:5px;right:5px}.bc-heart svg{width:15px;height:15px}
  .bc-benefit-grid{grid-template-columns:1fr}.bc-benefit{padding:18px 10px;border-right:0!important;border-bottom:1px solid #ddd7cf}.bc-benefit:last-child{border-bottom:0}.bc-benefit>span,.bc-benefit svg{width:30px;height:30px}.bc-benefit strong{font-size:12px}.bc-benefit small{font-size:10px}.bc-bottom-card{min-height:160px;padding:24px}.bc-bottom-card h2{font-size:28px}.bc-footer-top{padding:26px 0}.bc-footer-bottom{align-items:flex-start;flex-direction:column;gap:10px;padding:16px 0}.bc-newsletter-form input{min-width:0}.bc-newsletter-form button{padding:0 18px}.bc-socials{display:none}
  .bc-catalog-hero{padding:25px 0 16px}.bc-catalog-hero h1{font-size:34px}.bc-catalog-description{font-size:11px}.bc-category-chips{gap:6px;margin-top:14px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.bc-chip{flex:0 0 auto;padding:7px 10px;font-size:10px}.bc-catalog-body{padding:13px 0 40px}.bc-catalog-tools{margin-bottom:13px}.bc-result-count{font-size:10px}.woocommerce-ordering select{min-width:145px;height:36px;font-size:10px}.bc-product-page{padding:22px 0 50px}.bc-product-summary h1{font-size:31px}.bc-product-price{font-size:22px}.bc-add-to-cart-wrap form.cart{flex-wrap:wrap}.bc-add-to-cart-wrap .single_add_to_cart_button{min-width:200px}.bc-product-details{margin-top:34px}.woocommerce-tabs ul.tabs{gap:14px;overflow-x:auto}.woocommerce-tabs ul.tabs li a{font-size:11px;white-space:nowrap}.bc-related{margin-top:35px}.bc-page-head h1{font-size:34px}
}
