
:root{
  --pt-font: "Mulish", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

body, button, input, select, textarea {
  font-family: var(--pt-font) !important;
}

.pilltop-header{position:relative;z-index:50;background:#0f172a;color:#fff}
.pilltop-header__inner{max-width:1250px;margin:0 auto;padding:10px 16px;display:flex;gap:16px;align-items:center;justify-content:space-between}
.pilltop-header a{color:#fff;text-decoration:none;font-size: 1.2em;}
.pilltop-header__right{display:flex;gap:12px;align-items:center}
.pilltop-header__left{width: 50%;}
.secure256{padding-left:30px;}
@media (max-width:600px){.pilltop-header__inner{flex-wrap:wrap;gap:8px}}

  
.wc-block-product-categories-list--depth-0{
  list-style:none; margin:0; padding:0;
}

.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item{
  display:flex; align-items:center; justify-content:space-between;
  padding:1px 0; margin:1px 0; border:0 !important; /* no separators */
}

.wc-block-product-categories-list-item > a{
  display:inline-flex; align-items:center; gap:10px;
  font-weight:700; text-transform:uppercase; letter-spacing:.02em;
  color:#1f2937; text-decoration:underline; text-underline-offset:3px;
}
.wc-block-product-categories-list-item > a:hover{ color:#111827; }

.wc-block-product-categories-list-item > a::before{
  content:""; width:18px; height:14px; flex:0 0 18px;
  background:no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23cbd5e1'><path d='M10 4l2 2h8a2 2 0 012 2v9a3 3 0 01-3 3H5a3 3 0 01-3-3V7a3 3 0 013-3h5z'/></svg>");
  opacity:.99;
}


.wc-block-product-categories-list .wc-block-product-categories-list-item
.wc-block-product-categories-list-item-count{
  color:#6b7280; font-weight:600; white-space:nowrap;
}

.wc-block-product-categories-list .wc-block-product-categories-list-item
.wc-block-product-categories-list-item-count::before{
  content:"[" !important;
  margin-left:.25em;
}

.wc-block-product-categories-list .wc-block-product-categories-list-item
.wc-block-product-categories-list-item-count::after{
  content:"]" !important;
}

@media (max-width:640px){
  .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item{ padding:12px 0; }
}


.woocommerce ul.products li.product{
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:14px;
  transition:box-shadow .15s ease, transform .15s ease, border-color .15s ease;
}
.woocommerce ul.products li.product:hover{
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  transform:translateY(-2px);
  border-color:#e2e8f0;
}
.woocommerce ul.products li.product a img{
  max-height:150px;
  width:auto;
  margin:5px auto 6px;
  margin-top:-10px;
  display:block;
  object-fit:contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-weight:600;
/*   font-size:1.05rem; */
  line-height:1.3;
  min-height:0.1em;
  margin:8px 0 4px;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
  overflow:hidden;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .pill-price{
  margin-top:2px;
/*   margin-bottom:10px; */
}

.woocommerce ul.products li.product .button{
  border-radius:9999px;
  padding:.55rem .9rem;
}

@media (max-width:640px){
  .woocommerce ul.products li.product a img{ max-height:120px; }
}


   .entry-title {
        font-size: 30px !important;
   }
   .entry-header
   {
        padding-bottom: 1em !important;
   }
   
   .theme-header-areas .product-category-area .product-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap; 
  gap:.5rem;
  line-height:1.2;
}


.theme-header-areas .product-category-area .product-btn svg{
  display:inline-block;
  flex:0 0 auto;
  width:1.1em; height:1.1em;
}
    
/*         .custom-checkout-form {max-width: 700px;} */
    .custom-checkout-form label { display: block; margin-bottom: 10px; }
    .custom-checkout-form select, .custom-checkout-form input { width: 100%; padding: 8px; margin-top: 5px; border: 1px solid #ccc; box-shadow: none; background: #fff; }
    .custom-checkout-form button { background: #0073aa; color: #fff; padding: 10px; border: none; cursor: pointer; width: 100%; }
    .shipping-methods, .delivery-insurance {
    margin: 15px 0;
}

/* === Card payment layout fix (scoped) === */
#card-payment .row {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 12px;                /* расстояние между месяцем и годом */
  align-items: flex-end;    /* выравнивание по низу инпутов */
}

/* каждый label.half — колонка */
#card-payment .row > label.half {
  flex: 1 1 0 !important;   /* две равные колонки */
  margin: 0 !important;
  max-width: 50%;
  display: flex;
  flex-direction: column;   /* подпись над селектом */
}

/* селекты на всю ширину колонки */
#card-payment .row > label.half select,
#card-payment .row > label.half input {
  width: 100% !important;
}

/* если тема добавляет clearfix псевдо-элементы — выключим их внутри этого ряда */
#card-payment .row::before,
#card-payment .row::after {
  content: none !important;
}

/* Мобильная версия — стекаем в столбик */
@media (max-width: 600px) {
  #card-payment .row {
    flex-wrap: wrap;
  }
  #card-payment .row > label.half {
    max-width: 100%;
    flex-basis: 100%;
  }
}

/* === CVC: половина ширины + отступы (scoped) === */
#card-payment label.small {
  display: block;
  margin-top: 14px;               /* немного ниже, чтобы отделить от Exp.* */
}

#card-payment label.small > input#ccCvv {
  width: 30% !important;          /* визуально половина контейнера */
  max-width: 30% !important;
  box-sizing: border-box;
  margin-top: 6px;                /* чуть опустить сам инпут под подписью */
}

/* чтобы не конфликтовало с clearfix темы */
#card-payment label.small::before,
#card-payment label.small::after {
  content: none !important;
}

/* мобильная версия — во всю ширину */
@media (max-width: 600px) {
  #card-payment label.small > input#ccCvv {
    width: 100% !important;
    max-width: 100% !important;
  }
}





.shipping-option, .insurance-option {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: border 0.3s ease;
    cursor: pointer;
}

.shipping-option:hover,
.insurance-option:hover {
    border-color: #0073aa;
    background-color: #f0f8ff;
}

.shipping-option input[type="radio"],
.insurance-option input[type="checkbox"] {
    margin: 0;
    accent-color: #0073aa;
    width: 30px;
}

.shipping-option input[type="radio"]:focus,
.insurance-option input[type="checkbox"]:focus {
   outline: unset;
}

.shipping-option span,
.insurance-option span {
    font-size: 16px;
    color: #333;
}

.cart-preview { list-style: none; padding: 0; margin: 10px 0; }
.cart-preview li { margin-bottom: 5px; }
.summary-preview { background: #f8f8f8; padding: 15px; border-radius: 8px; margin: 20px 0; }
.summary-preview p { margin: 5px 0; font-size: 16px; }
fieldset legend {
    background: #fff!important; 
}
#card-payment {
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
}

#card-payment label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

#card-payment input,
#card-payment select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

#card-payment .row {
  display: flex;
  gap: 10px;
}

#card-payment .row .half {
  flex: 1;
}

#card-payment .small input {
  max-width: 100px;
}

[data-pt-checkout]{
  --pt-panel-bg: #fbfbfb;
  --pt-panel-br: #e7ebf2;
  --pt-panel-radius: 14px;
  --pt-shadow: 0 6px 18px rgba(0,0,0,.04);
  --pt-focus: #6fb273;
}


[data-pt-checkout] .ptc-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:24px;
  align-items:start;
}
@media (max-width:980px){
  [data-pt-checkout] .ptc-grid{ grid-template-columns:1fr; }
}

[data-pt-checkout] .ptc-panel{
/*   background:var(--pt-panel-bg); */
  background:#f7f7f7;
  border:1px solid var(--pt-panel-br);
  border-radius:var(--pt-panel-radius);
  padding:18px;
  box-shadow:var(--pt-shadow);
}
[data-pt-checkout] .ptc-panel + .ptc-panel{ margin-top:16px; }

[data-pt-checkout] .ptc-panel--accent{
  background:#fdf5ee;
  border-color:#f4e6d7;
}

[data-pt-checkout] .ptc-h3{
  margin:0 0 12px; font-weight:700; font-size:1.125rem;
}

[data-pt-checkout] input[type="text"],
[data-pt-checkout] input[type="email"],
[data-pt-checkout] input[type="tel"],
[data-pt-checkout] input[type="number"],
[data-pt-checkout] input[type="password"],
[data-pt-checkout] textarea,
[data-pt-checkout] select{
  width:100%;
  background:#fff;
  border:1px solid #dfe3ea;
  border-radius:10px;
  padding:.65rem .8rem;
  line-height:1.4;
  box-shadow:none;
}

[data-pt-checkout] input:focus,
[data-pt-checkout] textarea:focus,
[data-pt-checkout] select:focus{
  outline:none;
  border-color:var(--pt-focus);
  box-shadow:0 0 0 3px color-mix(in srgb, var(--pt-focus) 25%, transparent);
}

.select2-container--default .select2-selection--single{
  border:1px solid #dfe3ea; border-radius:10px; height:auto; min-height:42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height:42px; padding-left:.8rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height:42px; right:8px;
}

[data-pt-checkout] table{
  width:100%; border-collapse:collapse;
}
[data-pt-checkout] th,[data-pt-checkout] td{
  padding:8px 0; border-bottom:1px solid #eef2f7;
}
[data-pt-checkout] tr:last-child td{ border-bottom:0; }

[data-pt-checkout] .button, 
[data-pt-checkout] button[type="submit"],
[data-pt-checkout] #place_order{
  background:var(--pt-focus); border:none; color:#fff;
  border-radius:10px; padding:.75rem 1.1rem; font-weight:700; cursor:pointer;
}
[data-pt-checkout] .button:hover,
[data-pt-checkout] button[type="submit"]:hover,
[data-pt-checkout] #place_order:hover{
  filter:brightness(.95);
}

[data-pt-checkout] .form-row{ margin-bottom:12px; }
[data-pt-checkout] .help-text{ color:#6b7280; font-size:.875rem; }

.pt-summary{
  background:#f7f9fb;
  border:1px solid #e7edf6;
  border-radius:12px;
  padding:14px;
}

.pt-summary p{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:16px;
  margin:0;
  padding:10px 0;
  border-bottom:1px dashed #e9eef5;
}
.pt-summary p:last-child{ border-bottom:0; }

.pt-summary p > strong{ font-weight:700; color:#374151; }
.pt-summary #selected-shipping,
.pt-summary #selected-insurance{ color:#9ca3af; }

.pt-summary__total{
  background:#eef3f8;
  border:1px solid #e2e8f0;
  border-radius:10px;
  padding:12px 14px;
  margin-top:8px;
}
.pt-summary__total strong{
  font-size:1.125rem;
  font-weight:800;
  letter-spacing:.2px;
}
.pt-summary__total #order-total{
  font-size:1.35rem;
  font-weight:800 !important;
}


.pt-h-cart{ margin:18px 0 8px; }

.pt-cartlist{
  list-style:none;
  margin: 8px 0 16px;
  padding: 14px 16px;
/*   background:#f8fafc; */
  border:1px solid #e9eef5;
  border-radius:12px;
  box-sizing:border-box;
}


.pt-cartline{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:16px;
  padding:12px 0;
  border-bottom:1px dashed #e2e8f0;
}
.pt-cartline:first-child{ padding-top:0; }
.pt-cartline:last-child{ padding-bottom:0; border-bottom:0; }

.pt-cartline__name{ color:#374151; }

.pt-cartline__price{
  white-space:nowrap;
  text-align:right;
  min-width: 9ch;
/*   font-weight:700; */
  font-variant-numeric: tabular-nums;
}

.pt-cartlist del{ color:#9ca3af; margin-right:8px; }
.pt-cartlist ins{ text-decoration:none; font-weight:800; }

.pt-billing-same{
    padding-top:10px;
    display:flex; align-items:center; gap:.5rem;
    text-align:left !important;
    white-space:nowrap;
}
.pt-billing-same input[type="checkbox"] {width:3%}
.pt-billing-same input{ margin:0; flex:0 0 auto; }
.pt-billing-same span{
    line-height:1.25; flex:1 1 auto;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}


/* Expiration error goes below month/year */
#card-payment .row { flex-wrap: wrap; }
#card-payment .row > .pt-error {
  order: 3;
  flex-basis: 100%;
  margin: 0px 0 0;
}
#card-payment .row > label.half {
  flex: 1 1 calc(50% - 8px);
}


#phone-note{
display:block; 
color:#b3a08c; 
font-size:0.9em;
margin-top: -10px;
padding-bottom: 10px;
}




/* footer */

.foot1 {
    width: 30%;
}
.foot2 {
    width: 40%;
}
.foot3 {
    width: 30%;
}
@media (max-width: 979px) {
    .foot1, .foot2, .foot3 {
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }
}
/* Footer menu horizontal */
.footer-menu__list{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  list-style:none;
  margin:0;
  padding:0;
  justify-content:center;
}
.footer-menu__list > li{
  margin:0;
  padding:0;
}
.footer-menu__list a{
  display:inline-block;
  text-decoration:none;
  padding:2px 8px;
}
.footer-menu__list a:hover{
  text-decoration:underline;
}


ul.products li.product .price, .single-product div.product p.price {
    display: none;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block {
    display: none;

}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
    border: none;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar {
    padding-left: 0;
    width: 100%;
}
.wc-block-cart .wc-block-cart__submit-container {
    display: flex;
    margin-top: 24px;
    justify-content: center;
}
.wc-block-cart .wc-block-cart__submit-container a {
    max-width: 300px;
 }
.woocommerce-loop-product__link .pill-price{
    font-size: 18px; 
       padding-bottom: 12px;
display: block;
}
.product .pill-price {
    font-size: 15px; 
       padding-bottom: 24px;
display: block;

}

.woocommerce-LoopProduct-link .pill-price
{
text-align:center;
}


.site-header .custom-logo-link {
width: fit-content;
}
.site-header .custom-logo-link img{
    width: 48px;
    height: 45px;
}
.site-search {
    margin-bottom: 0!important;
}
.site-header {
/*     padding-top: 12px!important; */
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 12px;
}
.single-product div.product p.price {
    font-size: 1em;
}
.product-categories li a {
    text-transform: uppercase;
}
.ts-control input, .ts-dropdown [data-selectable].option {
    font-size: 16px!important;
}
.ts-control > * {
   
    font-size: 16px!important;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%!important;
}
.testimonials {
    padding: 20px;
    border-radius: 8px;   
}

.testimonial-date {
    font-size: 16px;
    color: #9F9F9F;
    margin: 0;
}
.testimonial-name h3 {
margin: 0;
}
.testimonial-name {
    display: flex;
    gap: 12px;
    align-items: center;
}

.testimonial-item {
    margin-bottom: 20px;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #646464;
    border-radius: 8px;
}

.testimonial-header {
    display: flex;
    flex-direction: column;
}

.testimonial-rating {
    font-size: 18px;
    color: #ffcc00;
}

.testimonial-rating .star {
    font-size: 20px;
}

.testimonial-rating .filled {
    color: #ffcc00;
}
.storefront-breadcrumb {
    margin: 0 !important;
}
#colophon.site-footer {
    display: none !important;
}


.my-custom-footer {
    text-align: center;
    padding: 2em;
    background-color: #222;
    color: #fff;
}
footer .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
footer .menu a {
    color: #333333;
    font-size: 16px;
    padding: 0 12px 0 0;
    border-right: 1px solid #AEAEAE;
}
footer .menu a:last-child {
border-right: none;
}
footer .contact-section {
    margin: 24px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
footer .contact-block {
   display: flex;
   gap: 12px;
}

footer .contact-block.methods  img{
   width: 40px;
  height: 27px;
}
footer .contact-block.certificates  img{
  height: 27px;
}
footer .copyright{
 color: #848484;
 font-size: 14px;
 text-align: left;
}

/* footer */


.pt-invalid-input { outline:0; border:1px solid #dc2626 !important; }
.pt-error { color:#dc2626; font-size:12px; margin-top:4px; }
@keyframes pt-flash {
0% { box-shadow:0 0 0 0 rgba(220,38,38,.6); }
50%{ box-shadow:0 0 0 6px rgba(220,38,38,.15); }
100%{box-shadow:0 0 0 0 rgba(220,38,38,0); }
}
.pt-flash { animation: pt-flash .1s ease-out 2; }




.scroll-down
{display:none}


.site-branding {
  display: flex !important;
  align-items: center;
  gap: 12px;
}


.pilltop-cat-select{ margin: 0; }
.pilltop-cat-select .pilltop-cat-form{ display: inline-block; }
.pilltop-cat-select select{
  height: 36px;
  padding: .35rem .6rem;
  border-radius: 8px;
}



.pilltop-header__left{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:nowrap;
}

.pilltop-header__left > a{
  display:inline-flex;
  align-items:center;
  margin:0;
}

.pilltop-header__left img{
  display:block;
  height:30px;
  width:30px !important;
}

.pilltop-header__left .secure256{
  display:inline-flex;
  align-items:center;
  line-height:1.2;
  white-space:nowrap;
}


.pilltop-header__center .widget
{
margin:0;
color:black;
}
.pilltop-header__center .widget .pll-switcher .pll-lang-select
{
margin-top: 0px;
margin-bottom: 0px;
}


.entry-hero.page-hero-section .entry-header
{
min-height:100px;
}


#masthead h1.site-title {
  margin-top: 20px;
  font-size:30px;
}


.page-head
{
padding-top: 25px;
padding-bottom: 25px;
}
.site-content
{
padding-top: 40px;
}

/* cats in header */
  .pilltop-header__center{display:flex;align-items:center;gap:10px}
  .pilltop-header__center .widget{margin:0}

  .pilltop-compact-btn{
    display:inline-flex;align-items:center;gap:8px;
    height:36px;padding:0 12px;border:1px solid #c9ccd3;border-radius:10px;
    background:#fff;color:#111; /* ← текст всегда видим */
    cursor:pointer;font-size:16px;line-height:36px;font-weight:600;
  }
  .pilltop-compact-btn svg{display:block}
  .pilltop-compact-label{color:#111} /* ← подстраховка */

  .pilltop-cat-select,.pll-lang-select{
    height:36px;padding:0 32px 0 12px;border:1px solid #c9ccd3;border-radius:10px;background:#fff;
    font-size:16px;line-height:36px;outline:none;color:#111;
  }

  @media (max-width:640px){
    .pilltop-compact-btn,.pilltop-cat-select,.pll-lang-select{height:34px;font-size:14px}
  }
/* cats in header */



/* pack price */
.single-product div.product .single_variation_wrap .price {
    display:inline-flex;
    align-items:center;
    gap:6px;
/*     font-size:28px; */
    line-height:1;
    font-weight:800;
    color:#0f172a;
/*     background:#ffffff; */
    padding:8px 14px;
    border:1px solid #c9ccd3;
    border-radius:2px;
    box-shadow:0 1px 0 rgba(17,24,39,.04), inset 0 0 0 1px rgba(255,255,255,.4);

    margin-bottom:7px;
  }


  .single-product div.product .single_variation_wrap .price .woocommerce-Price-currencySymbol {
    font-size:.8em;
    opacity:.9;
    margin-right:2px;
  }

  .single-product div.product .single_variation_wrap .price .woocommerce-Price-amount bdi {
    letter-spacing:.2px;
  }

  .single-product div.product form.variations_form .woocommerce-variation-add-to-cart {
    display:flex;
    align-items:center;
    gap:14px;
  }
/* pack price */



.xskit-blog-list, .widget-area .widget
{
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.10);
}
.widget  select
{
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.10);
}





.pilltop-order-thanks
{
margin:14px 0 35px;
padding:14px;
border-radius:12px;
background:#c4f5b9;
border:1px solid #86efac;
color:#065f46;
font-size:16px;
font-weight: 600;
line-height:1.45;
}



/* MEDIAS */
@media (max-width: 767px) {
  .entry-header {
    display: none !important;
  }
  
.site-branding {
  display: flex !important;
  align-items: center;
  gap: 12px;
}
  
  .site-header {
    padding-bottom:0px !important;
    margin-bottom:0px !important;
  }
  .pilltop-header__left
  {
    width:100%;
  }
  .secure256
  {
    padding-left:5px;
  }
  
#masthead h1.site-title {
  margin-top: 2px;
  font-size:20px;
}
#top-bar
{
height:0px
}
  
}
