@media (max-width: 990px) {
  .special-btn a,
  .add-to-cart {
    font-size: 14px;
  }

  h2 {
    font-size: 25px;
  }

  /* Loader */
  .loader-wrapper {
    grid-template-columns: 1fr minmax(550px, 1fr) 1fr;
    grid-gap: 0;
  }

  .container {
    max-width: calc(100%);
  }

  .whatsapp-button {
    right: 20px;
  }

  /* menu */
  header .container {
    max-width: 100%;
  }

  #main-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-toggler {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    padding: 7px;
    background: transparent;
    border: none;
    width: 40px;
  }
  .menu-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .menu-toggler .icon-bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: rotate(0deg) translate(0px, 0px);
    transition: var(--transition);
    margin-bottom: 5px;
  }
  .menu-opened .icon-bar.top-bar {
    transform: rotate(45deg);
    margin: 0;
    transform-origin: bottom;
  }
  .menu-toggler .icon-bar.middle-bar {
    width: 50%;
    margin-right: auto;
  }
  .menu-opened .icon-bar.middle-bar {
    display: none;
  }
  .menu-toggler .bottom-bar {
    margin-bottom: 0 !important;
  }
  .menu-opened .icon-bar.bottom-bar {
    transform: rotate(-45deg);
    margin: 0;
    transform-origin: top;
  }

  #main-menu {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    transition: var(--transition);
  }
  .menu-opened #main-menu {
    opacity: 1;
    /* height: calc(var(--dynamic-height) - 75px); */
    pointer-events: all;
    background-color: #000;
  }

  .main-menu-nav {
    padding: 0;
  }

  .main-menu-images.desktop {
    display: none;
  }

  #main-menu .main-menu-inner {
    grid-template-columns: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px;
  }

  .main-menu-images.mobile {
    display: block;
    padding: 20px;
    min-height: 250px;
    border-radius: 20px;
    margin: 30px 0 40px;
  }

  #main-menu .nav-link {
    font-size: 30px;
  }

  #main-menu .main-menu-footer {
    flex-direction: column-reverse;
    margin: 40px 0 0;
    align-items: inherit;
  }

  #main-menu .main-menu-footer .right-side {
    margin-bottom: 30px;
  }

  #main-menu .main-menu-footer .left-side ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #main-menu .main-menu-footer .left-side ul li:nth-child(1) {
    order: 1;
  }
  #main-menu .main-menu-footer .left-side ul li:nth-child(2) {
    order: 3;
    text-align: right;
  }
  #main-menu .main-menu-footer .left-side ul li:nth-child(3) {
    order: 4;
    text-align: right;
  }
  #main-menu .main-menu-footer .left-side ul li:nth-child(4) {
    order: 2;
    text-align: right;
  }

  #main-menu .main-menu-footer .left-side ul li a {
    color: #ffffffa6;
  }

  .menu-opened header {
    background: #000;
  }

  .menu-opened .header-right .cart svg {
    fill: var(--base-color);
  }
  .menu-opened .header-right .cart .cart-items {
    background-color: #fff;
    color: #000;
  }

  .cart-item-left figure {
    max-width: 30px;
  }
  .cart-item-left figure img {
    width: 100%;
  }

  .cart-item-center .item-qty svg {
    width: 30px;
    height: 30px;
  }

  .cart-item-center,
  .cart-item-right {
    justify-content: space-between;
  }

  .cart-item-center .item-qty input {
    margin: 0 10px;
  }

  .navbar-brand svg {
    max-width: 70px;
  }

  .header-center .nav-item:nth-child(2) {
    border: none;
  }

  .header-slider .col-lg-12 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .header-slider h1 {
    font-size: 40px;
  }
  .header-slider .accent {
    font-size: 50px;
  }
  .header-slider h2 {
    font-size: 20px;
    margin-top: 35px;
  }
  .header-slider h2 strong {
    font-size: 40px;
  }
  .header-slider h2 br {
    display: block;
  }

  #categories-section {
    height: auto;
    padding-top: 100px;
    margin-bottom: 100px !important;
    gap: 20vh;
  }
  #categories-section .category-col {
    padding: 0;
  }
  #categories-section .subhead-accent {
    font-size: 42px;
  }
  #categories-section h3 {
    font-size: 25px;
  }
  #left-category-col {
    justify-content: space-between;
  }
  #left-category-col .special-btn a:before,
  #left-category-col .special-btn a:after {
    left: auto;
    right: 0;
  }

  #categories-section .category-col {
    justify-content: space-between;
  }
  #right-category-col .special-btn a:before,
  #right-category-col .special-btn a:after {
    left: 0;
    right: auto;
  }

  #categories-section .category-col img {
    height: 20vh !important;
    min-height: 200px;
  }

  .specs-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .specs-section #goldenWine {
    align-items: flex-start;
    text-align: left;
  }
  .specs-section #goldenWine .special-btn a:before,
  .specs-section #goldenWine .special-btn a:after {
    left: 0;
    right: auto;
  }

  .subhead-accent {
    font-size: 60px;
  }

  .specs-image-col {
    padding-top: 0;
    height: 60vh;
    min-height: 200px;
  }
  .specs-section .module-image {
    text-align: center;
    /* transform: translateY(-100px); */
    pointer-events: none;
  }
  .specs-section img {
    transform: rotate(45deg);
    max-height: 40vh !important;
  }

  .specs-section.reverse {
    flex-direction: column-reverse;
  }

  .sliding_gallery {
    padding-top: 0;
  }
  /* .sliding_gallery_inner {
      padding-top: 50px;
    } */
  .sliding_gallery .module-text {
    margin-bottom: 10vh;
  }

  .sliding_gallery .module-text h2 {
    font-family: "Pinyon";
    font-size: 40px !important;
    text-align: center;
  }
  .sliding_gallery .module-text h2 br {
    display: none;
  }

  .sliding_gallery_inner .panel,
  .sliding_gallery_inner figure {
    flex: 0 0 90%;
    max-width: 90%;
    align-items: initial;
    margin-bottom: 0;
  }

  .sliding_gallery_inner figure {
    filter: none;
    height: 50vh;
  }
  /* .sliding_gallery_inner figure a {
      height: 100%;
    } */
  .sliding_gallery_inner figure img {
    object-fit: cover;
  }

  .section-title h2 {
    font-size: 50px;
  }

  #section-2 {
    /* flex-direction: column-reverse; */
  }
  #section-2 .description-col {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-bottom: 100px;
  }

  .footer_logo img {
    max-width: 100px;
  }

  .footer-menu h4 {
    margin-bottom: 10px;
  }

  .footer-menu ul li {
    margin-right: 20px;
  }

  .footer-politics .footer-menu {
    margin-bottom: 0;
  }
  .footer-politics .footer-menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-politics .footer-menu ul li {
    margin-right: 0;
  }
  .footer-politics .footer-menu ul li a {
    display: block;
    padding: 3px 0;
  }

  .gallery-title-row {
    padding: 0;
  }
  #gallery-wrapper .gallery-section {
    padding: 50px 20px;
  }
  #gallery-wrapper .gallery-section .module-gallery {
    grid-template-columns: 1fr 1fr;
  }

  #gallery-wrapper .gallery-section .module-gallery img {
    max-height: 200px;
    height: 200px;
    width: 100%;
    object-fit: cover;
    filter: none;
  }

  #contact-section {
    padding-left: 0;
    min-height: calc(var(--dynamic-height) - 150px);
  }

  .checkout-form-col-inner,
  .checkout-info-col-inner {
    padding: 20px 15px;
  }

  .checkout-form-col,
  .checkout-info-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .checkout-form-col .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .checkout-form-col-inner .title {
    font-size: 25px;
  }

  .checkout-form-col-inner .custom-radio:last-child {
    margin-right: 0;
  }
  .checkout-form-col-inner .custom-radio label {
    font-size: 14px;
  }

  .checkout-info-body .item .item-center .item-title a {
    font-size: 14px;
  }
  .checkout-info-body .item .item-right .item-price {
    font-size: 16px;
  }

  .product-item-inner,
  .shop-products-col {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
  }

  .slick-arrow-left {
    left: 10px;
  }
  .slick-arrow-right {
    right: 10px;
  }
  .slick-arrow svg {
    width: 35px;
  }

  .product-image-wrapper {
    grid-column: 1/4;
  }

  .product-info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .product-info span {
    flex-direction: row-reverse;
    white-space: nowrap;
    font-size: 13px;
  }
  .product-info span:last-child:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: var(--base-color);
    margin-right: 10px;
  }
  .product-info span:after {
    margin-left: 0;
    margin-right: 10px;
  }

  .slider-progress {
    grid-column: 2/3;
  }
  .slider-progress-info-current {
    margin-right: 10px;
  }
  .slider-progress-info-total {
    margin-left: 10px;
  }

  .price-container {
    grid-column: 3/4;
    flex-direction: column;
    align-items: flex-end;
  }
  .product-item .product-liters {
    font-size: 16px;
  }

  body.magazin #wa-btn-wrapper {
    display: none !important;
  }
  .product-item .price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 17px;
  }

  .product-title {
    grid-column: 1/4;
    padding: 80px 0 5px;
    justify-content: space-between;
  }
  .product-title h2 {
    align-self: center;
    height: 100%;
  }
  .product-title h2 a {
    height: 100%;
  }
  .product-title .title {
    font-size: 10vw;
    align-self: center;
  }
  .product-title .title span {
    font-size: 40px;
  }

  .product-title .title label {
    font-size: 25px;
    letter-spacing: 3px;
    margin: 10px 0;
  }

  .slick-active .product-item-inner figure img {
    height: 80%;
    transform: none;
    animation: none;
    padding-top: 20px;
  }

  .product-pattern video {
    width: 120%;
  }

  .product-item .add-to-cart {
    align-self: center;
    width: 100%;
    border: 1px solid var(--base-color);
    padding: 13px 20px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    background: var(--base-color);
    color: #000;
  }
  .product-item .add-to-cart:before,
  .product-item .add-to-cart:after {
    display: none;
  }

  .single-product-main-section {
    height: auto;
  }

  .single-product-row {
    grid-template-columns: 100%;
  }

  .single-product-gallery-col {
    margin-bottom: 30px;
    height: 50vh;
    min-height: 300px;
    padding: 0;
  }

  .single-product-info {
    padding: 0;
  }

  .single-product-title h1 {
    font-size: 7vw;
  }

  .single-product-title h2 {
    font-size: 20px;
  }

  .single-product-info .price-wrapper {
    margin-top: 20px;
  }
  .single-product-info .price-wrapper .price {
    font-size: 25px;
  }

  .single-product-info-body {
    padding: 20px;
  }

  .single-product-info-body h3 {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .single-product-info-body ul li {
    font-size: 14px;
  }

  #single-product-secondary-section {
    display: none;
  }

  /* About us */
  #about-wrapper {
    height: auto;
    flex-direction: column;
  }
  #about-wrapper .about-section {
    padding-left: 20px;
    padding-right: 20px;
    filter: none;
    min-height: 70vh;
  }

  #about-wrapper #s3 {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    padding-right: 20px;
  }
  #about-wrapper #s3 .module-image:first-child {
    text-align: right;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #about-wrapper #s3 .module-image:last-child {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #about-wrapper #s3 .module-image img {
    max-height: 400px;
  }
  #about-wrapper #s3 .module-text {
    grid-row: 2/3;
    grid-column: 1/3;
  }

  #about-wrapper .about-section.xs {
    width: 100%;
  }

  #about-wrapper #s4 {
    margin-top: 15vh;
  }

  #about-wrapper h1 {
    font-size: 30px;
  }
  #about-wrapper h2 {
    font-size: 25px !important;
  }

  .present-desktop {
    display: none;
  }

  .present-mobile {
    display: block;
  }

  .present-mobile .canva-embed iframe {
    /*height: 87vh !important;*/
    height: calc(var(--dynamic-height) - 100px) !important;
  }

  .prezentare .page-header {
    padding-top: 80px;
  }
}

@media (max-width: 700px) {
  .loader-footer {
    grid-column: 1/2;
  }
  .cookie-consent-popup.open {
    left: 10px !important;
    right: 10px;
    width: auto;
    bottom: 10px !important;
  }

  .cookie-consent-popup .btn {
    min-width: 80px;
    padding: 8px 20px;
  }

  html p {
    font-size: 16px;
  }

  .loader-wrapper {
    grid-gap: 0;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .loader-footer .disclaimer {
    font-size: 10px;
  }

  .loader-logo {
    margin-bottom: 20px;
  }
  .loader-body {
    grid-column: 1/2;
  }

  /* .header-right {
      display: none;
    } */

  .header-left .header-partner-btn {
    display: none;
  }
  .mobile-menu-partner-btn {
    display: flex;
  }
  .mobile-menu-partner-btn .header-partner-btn {
    margin-left: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
  }

  #cart-message-box {
    right: 15px;
    left: 15px;
    bottom: 15px;
  }
  .cart-message-box-buttons {
    text-align: center;
  }

  .cart-popup {
    width: 100%;
    padding: 20px;
  }
  .cart-checkout-btn,
  .cart-button {
    margin-top: 20px;
    padding: 10px;
    font-size: 14px;
  }

  .checkout-form-col,
  .checkout-info-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .checkout-form-col {
    margin-bottom: 30px;
  }
  .checkout-info-body .item {
    padding: 15px;
  }

  .checkout-form-col-inner .invoice-group {
    display: flex;
    justify-content: space-between;
  }
  .close-partner-popup {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #about-wrapper #s1 .module-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  #about-wrapper h2 {
    font-size: 35px;
    text-align: left;
  }
  #about-wrapper #s3 .module-text,
  #about-wrapper #s2 .module-text,
  #about-wrapper #s2 .module-button {
    padding: 0;
    text-align: left !important;
  }

  .about-section h2,
  .about-section p {
    text-align: left !important;
  }
  #about-wrapper #s3 .special-btn,
  #about-wrapper #s2 .module-button {
    justify-content: flex-start;
  }

  .become-partner-popup {
    padding: 150px 20px 20px;
  }
  .become-partner-popup-inner {
    padding: 40px 20px 20px;
  }
  .become-partner-popup-inner h2 {
    font-size: 20px;
  }

  #thank-you-row h1 {
    font-size: 30px;
  }
  #thank-you-row h2 {
    font-size: 20px;
  }

  .winner {
    position: absolute;
    top: 50%;
    transform: translate(-186%, -420%) rotate(-45deg);
    mix-blend-mode: multiply;
  }
  .winner svg {
    width: 10px;
    height: auto;
  }
}
