/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author: UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

  .video-carousel .item-video {
  position: relative;
  width: 100%;
  height: 500px; /* Встановіть потрібну вам висоту каруселі */
  background-color: #000;
  overflow: hidden;
}

.video-carousel .item-video video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Відео заповнює слайд без спотворень пропорцій */
}

.l-subheader.at_bottom{
  border-top: 1px solid rgba(0,0,0,0.08)!important;
}
#contact-link li.contact::before {
  color: #111;
  content: '\e61d';
  font-family: "Material Icons";
  font-size: 26px;
  height: 40px;
}
.contact-form {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}
.contact-form li {
  width: 33.33%;
  margin-bottom: 0;
}
.contact-form li:not(:last-child){
  padding-right: 15px;
}
.contact-form li input[type="text"], .contact-form li input[type="tel"], .contact-form li input[type="email"] {
  background: #fff;
  border: 1px solid #c7c9cd;
  border-radius: 0;
  height: 50px;
  margin-bottom: 10px;
  padding: 15px 17px;
  box-shadow: none;
}
#wpcf7-f6204-p9-o1 textarea, #wpcf7-f6869-p6436-o1 textarea, .wpcf7-form textarea {
  background: #fff;
  border: 1px solid #c7c9cd;
  border-radius: 0;
  box-shadow: none;
}
.case_btn {
  padding-top: 20px !important;
  text-align: center;
}
.wpcf7-spinner, .wpcf7-response-output{
  display: none;
}
.case_btn .wpcf7-submit{
  padding-left: 30px!important;
  padding-right: 30px!important;
  width: 200px!important;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: .8rem;
  font-weight: normal;
  display: block;
}
.wpcf7-form-control-wrap{
  margin-top: 10px;
}
.wpcf7-form-control-wrap, .case_textarea{
  display: relative;
}
.contact-form  .wpcf7-not-valid-tip{
  position: absolute;
  bottom: -8px;
}
.case_textarea .wpcf7-not-valid-tip{
  position: absolute;
}
.dropdown-menu.dropdown-menu-mini-cart{
  display: none!impoertant;
}
.w-cart-quantity {
  position: relative!important;
  background: transparent!important;
  color: #000!important;
}
.w-cart-link{
  width: auto!important;
}
/*.l-subheader.at_bottom{
  background: var(--color-content-primary-faded)!important;
}*/
/*.l-subheader.at_bottom{
  border-top: 1px solid #003a8c!important;
  border-bottom: 1px solid #003a8c;
}*/
.subscription-title{
  font-size: 40px;
}
.form_subscription .wpcf7-submit{
  width: 100%;
}
input:not([type="submit"]), textarea, select{
  background-color: transparent!important;
  box-shadow: none;
  border: 1px solid #000;
}
.case_form_subscription{
  border: 1px solid #000;
  padding: 1.5rem;
  border-radius: 14px;
}
.header_cart{
  height: 560px;
/*  margin-top: 150px;
  border: 1px solid red;*/
}
.case_list_product .w-grid-list{
  justify-content: center;
}
.usg_add_to_cart_1{
  text-align: center;
}
.home .l-canvas{
  background: #fcf8f4!important;
}
.grid_product_home {
  border: 1px solid #f6dac0;
  padding: 20px;
  background: #fff;
  border-radius: 14px;
}
.w-tabs.style_radio2 > .w-tabs-list .w-tabs-list-h {
 background: #f6dac0;
}
.w-tabs.style_radio2 > .w-tabs-list .w-tabs-list-h, .w-tabs.style_radio2.layout_hor > .w-tabs-list .w-tabs-item {
  border-radius: 14px;
}
.attribute-pa_priice th.label{
  display: none;
}
table.variations tr:last-child(1){
  display: none;
}
.attribute-pa_priice input[type="radio"]::before {
  visibility: hidden;
  content: '';
  display: block;
  height: 36%;
  width: 36%;
  margin: 32%;
  border-radius: inherit;
  background: currentColor;
}
.attribute-pa_priice input:checked::before {
  visibility: visible!important;
}
.title_phone_header{
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
.phone_header{
  font-size: 30px;
  font-weight: 700;
  color: #272d33;
}
.far.fa-mobile.phone{
  color: #ff934a!important;
}
.w-cart-quantity{
  color: #fff!important;
  background: #ff934a!important;
  border-radius: 50%!important;
  padding: 3px 10px!important;
  display: inline-block;
}
.w-cart-icon{
  position: relative;
  padding-left: 40px;
}
.w-cart-icon:before{
  content: "\f07a";
  position: absolute;
  font-family: fontawesome;
  font-size: 22px;
  top: 5px;
  left: 0;
  color: #ff934a;
}
.name_site{
  font-size: 25px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
.name_site a:hover{
  color: #35415b!important;
}
.current-menu-item a{
  position: relative;
}
.current-menu-item a:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 3px;
  background: var(--color-header-middle-text-hover);
  transition: all .3s;
  transform: translateX(-50%);
}
.menu-item  a:hover:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 3px;
  background: var(--color-header-middle-text-hover);
  transition: all .3s;
  transform: translateX(-50%);
}

.l-subheader.at_bottom {
  height: 50px!important;
}
.discripton_product_all_home{
  border: 1px solid #f6dac0;
  background: #fff;
  border-radius: 12px;
  padding: 15px 0;
}
.discripton_product_all_home_img img{
  border-radius: 12px;
}
.discripton_product_all_home .w-tabs-section{
  position: relative;
}
.w-tabs.accordion > div > div > .w-tabs-section-content {
  display: none;
  padding: 1.5rem 0;
}
.no-touch .w-tabs-section-header:hover, .no-touch .w-tabs-section-header:focus {
  background: #fff!important;
  color: var(--color-content-primary);
}
.home .w-tabs-section > .w-tabs-section-header {
  padding-left: 50px;
}
.w-tabs-section-header{
 text-transform: uppercase; 
}
.discripton_product_all_home .w-tabs-section.krill:before{
  content: "";
  width: 30px;
  height: 230px;
  background: url(img/shrimp.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 0;
}
.discripton_product_all_home .w-tabs-section.fish:before{
  content: "";
  width: 30px;
  height: 230px;
  background: url(img/fish.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 0;
}
.discripton_product_all_home .w-tabs-section.broccoli:before{
  content: "";
  width: 30px;
  height: 230px;
  background: url(img/broccoli.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 2;
}
.discripton_product_all_home .w-tabs-section.broccoli:after{
  content: "";
  width: 30px;
  height: 230px;
  background: url(img/orange-slice.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 10px;
  z-index: 1;
}
.discripton_product_all_home .w-tabs-section.berry:before{
  content: "";
  width: 30px;
  height: 230px;
  background: url(img/berry.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 2;
}
.discripton_product_all_home .w-tabs-section.turmeric:before{
  content: "";
  width: 30px;
  height: 230px;
  background: url(img/ginger.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 0;
}
.discripton_product_all_home .w-tabs-section.glucosamine:before{
  content: "";
  width: 30px;
  height: 230px;
  background: url(img/zeroa.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 0;
}
.discripton_product_all_home .w-tabs-section.coconut:before{
  content: "";
  width: 30px;
  height: 230px;
  background: url(img/coconut.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 0;
}
.choose_tab .w-tabs-item{
  text-transform: uppercase;
  font-weight: 600;
}
.choose_tab .post_title{
  text-transform: uppercase;
}
.home .outofstock{
  position: relative;
}
.home .outofstock:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255, .5);
  z-index: 999;
}
.choose_tab table.variations, .choose_tab .variations_form.cart .woocommerce-variation.single_variation{
  display: none!important;
}
.woovr-variations .woovr-variation {
  align-items: flex-start!important;
}
.woovr-variation-info{
  display: flex;
  justify-content: space-between;
  min-width: 400px;
}
.woovr-variations > div:nth-child(1){
  border-top: 1px solid rgba(198, 198, 198, 0.55);
  border-right: 1px solid rgba(198, 198, 198, 0.55);
  border-left: 1px solid rgba(198, 198, 198, 0.55);
  padding: 5px;
}
.woovr-variations > div:nth-child(2){
  border: 1px solid rgba(198, 198, 198, 0.55);
  padding: 5px;
  margin-bottom: 15px;
}
.woovr-variation-selector input{
  width: 18px!important;
  height: 18px!important;
}
.woovr-variation-radio .woovr-variation-selector {
  width: auto!important;
}
.woovr-variation-name{
  color: #4d4d4d;
}
.w-cart-dropdown{
  display: none!important;
}
.header_cart{
  display: flex;
  align-items: center;
}
.woocommerce-notices-wrapper, .wc-empty-cart-message, .update_btn.button,
.woocommerce-breadcrumb, .posted_in, .current-menu-item a::before,
.xoo-wsc-sum-col .variation-Priice, .product_meta{
  display: none!important;
}
.header_cart{
  background: url(https://dogbarn.bloom.od.ua/wp-content/uploads/2025/04/header_cart_3.jpg) no-repeat left top / cover !important;
}
.page.woocommerce-cart .woocommerce{
  padding-top: 0;
}
.page.woocommerce-cart .case_form_cart {
  max-width: 1280px;
  margin: 4rem auto 0 auto;
  display: table;
  border: 1px solid #e3e7f0;
  clear: both;
  width: 100%;
  padding: 1.5rem;
}
.case_list_product .w-btn{
  margin: 0 auto!important;
}
footer .menu a{
  color: #fff!important;
  text-transform: uppercase;
}
.box_footer_menu{
  padding-right: 0!important;
}
footer input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
  border-color: rgba(255, 255, 255, .5);
  color: rgba(255, 255, 255, .7);
}
.xoo-wsc-items-count {
  background-color: #ff934a!important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
  background-color: #272d33;
}
.xoo-wsc-basket {
  color: #272d33;
}
.col_history_left{
  padding: 0 0px 0 80px;
}
.h_home{
  font-size: 3.5rem;
}
.subtitle_header{
  font-size: 30px;
}
.h_specification_mobile{
  display: none;
}
.footer_fone{
  font-size: 20px;
}
.case_full_video{
  height: 900px;
}
.case_small_video video{
  border: 1px solid #ccc;
}
.case_reviews{
  padding-right: 2rem!important;
  padding-left: 2rem!important;
}
.logo_bank{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}
.master{
  width: 30px;
  height: 40px;
  background: url(img/Mastercard_2019_logo.svg) no-repeat 0 0;
  background-size: contain;

}
.viza{
  width: 40px;
  height: 20px;
  background:#fff url(img/Visa_Inc._logo.svg) no-repeat  right 2px top 50%;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
.express {
  width: 50px;
  height: 30px;
  background: url(img/American_Express.png) no-repeat 0 0;
  background-size: contain;
}
.case_img_testional{
  display: flex!important;
  padding: 0;
  margin: 0;
  list-style-type: none; 
}
.case_img_testional li{
  width: 100px;
  /*height: 130px;*/
  margin-right: 10px;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
}
.title_testionals{
  font-size: 18px;
  font-weight: 700;
}
.owl-carousel button.owl-dot{
  background: transparent!important;
}
.owl-dot.active span{
  background: #ff934a;
}
.copy{
  text-align: right;
}
.case_footer_link a{
  color: rgba(255,255,255, .5);
  text-decoration: underline;
}
.case_footer_link a:hover{
  text-decoration: none;
  color: rgba(255,255,255, .5);
}
.post-type-archive-product .woovr-variation-info {
  display: flex;
  justify-content: space-between;
  min-width: auto;
}
.post-type-archive-product .woocommerce-loop-product__title{
  text-align: center;
  font-size: 1.5rem!important;
  font-weight: 600;
  text-transform: uppercase;
}
.post-type-archive-product .woocommerce-variation-add-to-cart{
  text-align: center;
}
.post-type-archive-product .woocommerce-variation-availability{
  position: absolute;
  top: 0;
  right: 0;
  
}
.woocommerce .stock{
  font-weight: 400!important;
}
.post-type-archive-product .products.columns-3 > .product{
  border: 1px solid #eee;
}
.post-type-archive-product .products.columns-3 > .product {
  width: 32.3%!important;
}
.woocommerce ul.products {
  gap: 10px!important;
}
h1{
  font-size: 50px!important;
}
.page-id-17 .w-tabs.accordion > div > div > .w-tabs-section-content {
  display: none;
  padding: 1.5rem 1.5rem;
  color: #818181;
}
.case_slogan_goal{
  display: flex;
  justify-content: flex-end;
}
.slogan_goal{
  font-size: 2.5rem;
  line-height: 130%;
  color: #000;
  max-width: 550px;
  font-weight: 700;
  text-transform: uppercase;
}
.w-tabs.style_radio2.layout_hor > .w-tabs-list .w-tabs-item {
  padding: .6em .8em;
}
.w-tabs-sections .woocommerce-loop-product__title{
  position: relative;
}
.w-tabs-sections .woocommerce-loop-product__title .grid-home-badge{
  font-size: 16px;
  color: red;
  position: absolute;
  top: 0;
  right: -60px;
  font-weight: 700;
}
.single-product .product_title{
  display: inline-block!important;
  position: relative;
}
.post-type-archive-product .woocommerce-loop-product__title span{
  position: relative;
}
.single-product .product_title  span, .post-type-archive-product .woocommerce-loop-product__title span span{
  font-size: 16px;
  color: red;
  position: absolute;
  top: 0;
  right: -55px;
  font-weight: 700;
}
.badge-above-image{
  color: red;
  font-size: 16px;
  text-align: right;
  font-weight: 700;
  position: absolute;
  top: -5px;
  right: 0;
}
.w-tabs-item-title span{
  color: red;
  font-size: 18px;
}
.w-socials-item a i:before, .w-socials-item a svg{
  color: #fff!important;
}
.w-socials-item a:hover{
  background: #000!important;
}
.w-socials-list{
  display: flex;
  justify-content: flex-end;
}
/*Бегущая строка*/
.marquee {
  --duration: 25s;
  gap: 16px;
  font-size: 18px;
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 100%;
  animation: scroll 25s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee__group .item {
  border-radius: 20px;
  padding: 32px 30px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.marquee__group .item img {
  width: 56px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 16px));
  }
}

.marquee-mobile .item img {
  height: 56px;
}
.carousel_line .owl-item {
  background: #2b2b2b;border: 1px solid #000000;color: #ffffff;
  border-radius: 20px;
  padding: 32px 30px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.carousel_line .owl-item img{
  height: 56px;
}
.plyr--audio .plyr__controls{
  padding: 0!important;
  width: 32px;
}
.case_player{
  width: 32px;
  position: absolute;
  top: 8px;
  right: 0;
}
.plyr--audio{
  display: flex!important;
  align-items: flex-end!important;
}
.case_phone_top{
  display: flex;
  /*grid-template-columns: repeat(4, 1fr); /* 3 колонки по 1 части */
  /*gap: 15px;*/
  padding: 0;
  margin: 0;
  list-style-type: none;
  flex-wrap: wrap;
  max-width: 900px;
}
.case_phone_top li{
  width: 25%;
  margin: 0!important;
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  color: #000;
}
.case_phone_top span{
  display: block;
  font-size: 11px;
  letter-spacing: 0.05em;
  color:  #949494;
  padding-left: 13px;
  line-height: 120%;
}
.l-subheader.at_middle .l-subheader-cell.at_right {
    flex-basis: 690px!important;
  }
.usa:before{
  content: '';
  background: url(https://olddogbarn.com/wp-content/uploads/2026/06/usa.png) no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.australia:before{
  content: '';
  background: url(https://olddogbarn.com/wp-content/uploads/2026/06/ausralia.png) no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.evrosouz:before{
  content: '';
  background: url(https://olddogbarn.com/wp-content/uploads/2026/06/evrosouz.png) no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.canada:before{
  content: '';
  background: url(https://olddogbarn.com/wp-content/uploads/2026/07/canad.png) no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.meksika:before{
  content: '';
  background: url(https://olddogbarn.com/wp-content/uploads/2026/07/meksika.png) no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.section_page_contact .case_phone_top{
  max-width: 100%;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section_page_contact .case_phone_top li{
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px 10px 10px 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .5);
}
.section_page_contact .case_phone_top li:before{
  left: 10px;
  top: 10px;
}
.section_page_contact .case_phone_top li a{
  color: #000!important;
}
.section_page_contact .case_phone_top li a:hover{
  color: #ff934a!important;
}
#page-footer .case_phone_top li{
  width: 50%;
  color: #fff;
  padding-bottom: 10px;
}
#page-footer h4{
  margin-top: 0!important;
  padding-top: 0!important;
}
#page-footer .case_phone_top li:before{
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}
#page-footer .case_phone_top li{
  padding-left: 40px;
}
#page-footer .case_phone_top li a{
  color: #fff!important;
}
#page-footer .case_phone_top li a:hover{
  color: #ff934a!important;
}
.no-touch .owl-carousel.navpos_outside.navstyle_circle > .owl-nav button, .no-touch .owl-carousel.navpos_outside.navstyle_block > .owl-nav button{
  background: transparent!important;
  border: 2px solid #ccc;
}
.owl-next::after, .owl-prev::after{
  color: #ccc!important;
}
.no-touch .owl-carousel.navpos_outside.navstyle_circle > .owl-nav button:hover, .no-touch .owl-carousel.navpos_outside.navstyle_block > .owl-nav button:hover{
  background: #ff934a!important;
  border: 2px solid #ff934a;
}
.no-touch .owl-carousel.navpos_outside.navstyle_circle > .owl-nav button:hover.owl-next::after, .no-touch .owl-carousel.navpos_outside.navstyle_circle > .owl-nav button:hover.owl-prev::after{
  color: #000!important;
}
.section_case_del_btn{
  margin-top: -300px;
}
.section_api .wpb_text_column{
  border: 1px solid #eee!important;
  padding: 1.5rem;
  border-radius: 12px;
  height: 100%;
}
.section_api  .vc_column-inner, .section_api  .vc_column-inner > div{
  height: 100%;
}


/*Mobile style*/
@media (max-width: 600px){
  .section_case_del_btn{
  margin-top: -50px;
}
  .section_case_del_btn .case_del_btn_row{
    flex-direction: column-reverse;
    gap: 15px;
  }
  #page-footer .case_phone_top li {
  padding-left: 35px;
  width: auto;
  font-size: 14px;
}
  #page-footer .case_phone_top{
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .section_page_contact .case_phone_top{
    grid-template-columns: 1fr; 
  }
  .l-subheader-cell.at_center {
  justify-content: flex-start;
}
  .l-subheader.at_middle .l-subheader-cell.at_left, .l-subheader.at_middle .l-subheader-cell.at_right {
  flex-basis: 0!important;
}
  .name_site {
  font-size: 18px;
  line-height: 120%;
}
  .l-subheader.at_middle .l-subheader-cell.at_right {
  flex-basis: 100px !important;
}
  .case_phone_top span {
  font-size: 9px;
  text-align: left;
}
  .case_phone_top li{
    width: 50%;
    text-align: left;
  }
  .w-hwrapper.valign_top.case_footer_link {
    justify-content: center;
  }
  .w-socials-list {
    justify-content: center;
  }
  .carousel_line .w-image {
    margin-left: 15px;
  }
  .owl-stage{
    padding-right: 10px;
    padding-left: 10px;
  }
  .carousel_line .w-image{
    width: 76px;
  }
  .carousel_line .owl-item {
    padding: 20px 20px;
  }
  h1.product_title{
    font-size: 28px!important;
  }
  .single-product .product_title span, .post-type-archive-product .woocommerce-loop-product__title span span {
    font-size: 12px;
    color: red;
    position: absolute;
    top: 0;
    right: -45px;
    font-weight: 700;
  }
  .w-tabs-sections .woocommerce-loop-product__title .grid-home-badge {
    font-size: 12px;
    color: red;
    position: absolute;
    top: -10px;
    right: -45px;
    font-weight: 700;
  }
  .header_hor .l-header.pos_fixed:not(.sticky_auto_hide) ~ .l-main .l-section.full_height:not(:first-of-type).video_block_goal{
    min-height: 300px!important;
  }
  .slogan_goal{
    text-align: center;
  }
  .header_goal{
    height: 700px!important;
  }
  .post-type-archive-product .woocommerce-variation-availability{
    top: 15px;
  }
  h1{
    font-size:35px!important;
  }
  .post-type-archive-product .products.columns-3 > .product {
    width: 100% !important;
  }
  body p, ul{
    font-size: 14px;
    line-height: 130%;
  }
  
  .owl-item .w-vwrapper.usg_vwrapper_1{
    padding: 15px!important;
  }
  .case_full_video {
    height: auto;
  }
  .copy{
    text-align: center;
  }
  #shipping{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .wc-block-components-address-form .wc-block-components-address-form__address_2-toggle, .wc-block-components-address-form .wc-block-components-address-form__country,
  .wc-block-components-address-form .wc-block-components-address-form__address_1 {
    grid-column: 1 / -1; /* Занимает все 4 колонки */
  }
  .wc-block-checkout__actions{
    display: none;
  }
  .contact-form li:not(:last-child) {
    padding-right: 0;
  }
  .contact-form li {
    width: 100%;
  }
  .contact-form{
    flex-direction: column;
  }
  .subscription-title {
    font-size: 34px;
  }
  .case_form_subscription{
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
  }
  .history_title{
    font-size: 36px;
  }
  .case_img_history{
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
  }
  .ttile_history_col{
    margin-top: -160px!important;
    color: #fff!important;
  }
  .us_custom_ed1d14ae{
    padding-right: 0!important;
  }
  .history_content{
    flex-direction: column;
  }
  .col_history_left{
    margin: 1.5rem!important;
    padding: 0 1.5rem!important;
  }
  .l-canvas{
    overflow: hidden;
  }
  .txt_cart{
    display: none;
  }
  .w-cart-icon {
    line-height: 15px;
  }
  .w-nav-close {
    font-size: 24px;
  }
  .phone_header {
    font-size: 20px;
  }
  .h_home{
    font-size: 30px;
    text-align: center!important;
  }
  .case_content_header .l-section-h{
    padding-top: 3.5rem!important;
  }
  .case_content_header{
    justify-content: start!important;
  }
  .subtitle_header{
    font-size: 18px;
  }
  .block_products_home .w-tabs-section-content{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .home .w-tabs-sections .product .w-hwrapper{
    flex-direction: column;
  }
  .us_custom_12dd5edd{
    width: 100% !important;
    max-width: 100% !important;
  }
  .home .w-tabs-sections .product .w-hwrapper > div{
    width: 100%!important;
  }
  .woovr-variation-info {
    flex-direction: column;
    justify-content: start;
    min-width: 100%;
  }
  .variations_form.cart{
    width: 100%!important;
  }
  .woocommerce-variation-add-to-cart{
    text-align: center;
  }
  .case_specification{
    flex-direction: column-reverse;
  }
  .h_specification_desck{
    display: none;
  }
  .h_specification_mobile{
    display: block;
  }
  .discripton_product_all_home{
    margin: 20px auto!important;
    width: 90%!important;
  }
  .post_title{
    margin: 0 auto!important;
    font-weight: 700;
  }
  .box_footer_menu{
    display: none;
  }
  .l-footer .vc_custom_heading{
    font-size: 20px;
  }
  .case_content_header .l-section-img{
    background: url(https://olddogbarn.com/wp-content/uploads/2026/06/mobile_header-5-3-.webp) no-repeat bottom center!important;
    background-size: cover!important;
  }
  .case_content_header.l-section.full_height{
    min-height: 1100px;
  }
  .content_header{
    text-align: center;
  }
}
@media (max-width: 414px){
  .slogan_goal{
    font-size: 2.2rem;
    margin-top: 30px;
  }
  .history_title{
    font-size: 32px;
  }
  .case_content_header .l-section-img{
   background-size: cover!important;
 }
/* .case_content_header.l-section.full_height{
  min-height: 700px;
}*/
}
@media (max-width: 400px) {
  .subscription-title {
    font-size: 26px;
  }
  .history_title{
    font-size: 28px!important;
  }
  .g-cols.via_flex.type_default > div > .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-footer .vc_custom_heading {
    font-size: 18px;
  }
  .h_home {
    font-size: 24px;
  }
  h2{
    font-size: 22px!important;
  }
  .choose_tab .post_title{
    font-size: 18px!important;
  }
  .subtitle_header {
    font-size: 16px;
    line-height: 110%;
  }
  .case_content_header.l-section.full_height {
    min-height: 1080px;
  }
  button[type="submit"]:not(.w-btn), input[type="submit"]:not(.w-btn), .woocommerce .button.alt, .woocommerce .button.checkout, .woocommerce .button.add_to_cart_button, .us-nav-style_1 > *, .navstyle_1 > .owl-nav button, .us-btn-style_1, .us-btn-style_3 {
    font-size: 12px!important;
  }
}
@media (max-width: 385px){
 .phone_header {
  font-size: 18px;
}
}
@media (max-width: 375px){
    .l-subheader.at_middle .l-subheader-cell.at_left {
    flex-basis: 20px!important;
  }

/*    .case_content_header.l-section.full_height {
    min-height: 600px;
  }*/
  p, .woovr-variation-name, .txt_bootom_contact{
    font-size: 14px;
    line-height: 120%;
  }
  .ingridients .w-tabs-section-title{
    font-size: 14px!important;
  }
}
@media (max-width: 320px) {
  .case_content_header.l-section.full_height {
    min-height: 570px;
  }
  .history_title{
    font-size: 24px!important;
  }
  .footer_fone{
    font-size: 14px;
  }

  p, .woovr-variation-name, .txt_bootom_contact{
    font-size: 12px;
  }
  .ingridients .w-tabs-section-title, .choose_tab .w-tabs-section-title {
    font-size: 12px!important;
  }
  .choose_tab .post_title {
    font-size: 18px;
  }
  h2 {
    font-size: 18px !important;
  }
  .phone_header {
    font-size: 16px;
  }
  .h_home {
    font-size: 20px;
    text-align: center !important;
  }
}