/*
Theme Name: vpdane
Version: 1.0
Description: A child theme of Twenty Twenty
Template: twentytwenty
Author: Administrator
*/

@import url("../twentytwenty/style.css");
@import url("../vpdane/assets/css/vpdane.css");

:root {
    --admin-bar: 32px;
    --header: 108px;
    --header-scrolled: 76px;
}

/*--------------------------------------------------ANIMACE*/

#top a,
#top a::after,
#top a::before,
#top h2,
#top button,
#top button::after,
#top button:before,
#top span,
#top span::after,
#top span::before,
#top img,
#top:not(.showing-modal) ul,
#top:not(.showing-modal) li,
#top:not(.showing-modal) li::after,
#top:not(.showing-modal) li::before,
header#site-header,
#site-header .header-inner {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s -webkit-filter ease-in-out;
    -moz-transition: all 0.3s -moz-filter ease-in-out;
    -ms-transition: all 0.3s -ms-filter ease-in-out;
    -o-transition: all 0.3s -o-filter ease-in-out;
}


/*----------------------------------------------------------------------------------------------------TYPOGRAFIE*/

#top * {
    letter-spacing: unset;
}

body#top,
.entry-content,
.price,
.onsale,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file,
.entry-content p,
.entry-content li,
.entry-header p,
button,
.widget-content,
.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
    font-family: var(--font);
    font-size: 16px;
    color: var(--p-100);
    line-height: 24px;
}

#top .entry-content .has-large-font-size {
    font-size: 20px !important;
}

#top .has-larger-font-size {
    font-size: 36px !important;
    line-height: 44px !important;
}

.entry-content p {
    margin-bottom: 16px;
}

.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline,
body a,
#top .popup-link a {
    color: var(--s-100);
}

#top blockquote p {
    font-size: 24px;
    line-height: 32px;
}

/*--------------------------------------------------IKONY*/
.icon a::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 8px -4px 0;
    background-color: currentColor;
    mask-size: 24px;
    mask-position: 0 0;
    mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    -webkit-mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(/wp-content/themes/vpdane/assets/img/vpdane_ikony.svg);
    -webkit-mask-image: url(/wp-content/themes/vpdane/assets/img/vpdane_ikony.svg);
}

.icon.primary a::before {
    background-color: var(--p-100);
}

.icon.secondary a::before {
    background-color: var(--s-100);
}

.icon.black a::before {
    background-color: black;
}

.icon.white a::before {
    background-color: white;
}

.icon.mail a::before {
    mask-position: 0 -24px;
    -webkit-mask-position: 0 -24px;
}

.icon.user a::before {
    mask-position: 0 -48px;
    -webkit-mask-position: 0 -48px;
}

.icon.pin a::before {
    mask-position: 0 -72px;
    -webkit-mask-position: 0 -72px;
}

.icon.search a::before {
    mask-position: 0 -96px;
    -webkit-mask-position: 0 -96px;
}

.icon.calendar a::before {
    mask-position: 0 -120px;
    -webkit-mask-position: 0 -120px;
}

.icon.home a::before {
    mask-position: 0 -168px;
    -webkit-mask-position: 0 -168px;
}

.icon.web a::before {
    mask-position: 0 -192px;
    -webkit-mask-position: 0 -192px;
}

.primary-menu .icon {
    height: auto;
    position: relative;
    transform: none;
    pointer-events: auto;
    width: auto;
}

/*--------------------------------------------------NADPISY*/
#top .wp-block-heading:first-child {
    margin-top: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font);
    line-height: 125%;
    font-weight: 400;
    color: var(--p-100);
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
    margin: 48px auto 20px;
}

h1,
.heading-size-1 {
    font-size: 68px;
}

h2,
.heading-size-2 {
    font-size: 40px;
}

h3,
.heading-size-3 {
    font-size: 24px;
}

h4,
.heading-size-4 {
    font-size: 22px;
}

h5,
.heading-size-5 {
    font-size: 20px;
}

h6,
.heading-size-6 {
    font-size: 18px;
}

/*----------------------------------------------------------------------------------------------------GENERAL*/


/*--------------------------------------------------HIDE*/

.site-description,
p.powered-by-wordpress,
.home .entry-header,
.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after,
.post-meta-wrapper.post-meta-edit-link-wrapper,
.toggle svg.svg-icon,
.home div#breadcrumbs,
nav.pagination-single hr,
.primary-menu .icon::after,
.primary-menu .icon::before,
.sr-only,
div#field_en2mv_label,
.entry-categories {
    display: none;
}

/*--------------------------------------------------ZÁKLADNÍ HTML*/




/*--------------------------------------------------LAYOUT*/
#top .section-inner,
.entry-content>.alignwide,
.wp-block-cover.alignfull .alignwide,
.wp-block-group.alignfull .alignwide,
.flex-wrapper {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto;
}

#top .flex-wrapper,
#top .flex-wrapper>.section-inner {
    width: 100%
}

.home main#site-content {
    padding-top: calc(var(--header) + 16px);
}

.single-post .flex-wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 60px;
}

.wp-block-cover.alignwide,
.alignwide .wp-block-cover,
.item-thumb img {
    border-radius: 10px;
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1024px;
}

[class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 880px;
}

/*margins*/
.primary-menu>li,
ul.primary-menu,
.header-titles .site-logo,
.header-titles,
#top .wp-block-image,
.footer-widgets .widget {
    margin: 0;
}

#top .entry-content>.alignwide:first-child,
.wp-block-columns.alignfull+.wp-block-columns.alignfull,
#top .wp-block-heading:first-child,
#top .footer-widgets .wp-block-group,
#top .footer-widgets .wp-block-columns {
    margin-top: 0;
}

.wp-block-columns:not(.alignwide):not(.alignfull) {
    margin-top: 80px;
    margin-bottom: 80px;
}

.page-template-page-clenska-sekce {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-template-page-clenska-sekce> :last-child {
    margin-top: auto;
}

/*paddings*/
#top .af-submit {
    padding: 0;
}

.wp-block-group.has-background {
    padding: 60px;
}

.wp-block-group.alignfull.has-background {
    padding: 60px 0;
}

/*--------------------------------------------------CLASSY*/
.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

#proofpoints {
    margin-top: 60px;
    gap: 0;
    padding: 0;
}

@media (min-width: 782px) {
    #proofpoints .wp-block-column:not(:last-child) {
        border-right: 1px solid var(--s-100);
    }

}

@media (max-width: 782px) {
    #proofpoints .wp-block-column:not(:last-child) {
        border-bottom: 1px solid var(--s-100);
    }
}


#proofpoints .number {
    font-size: 64px;
    line-height: 1;
}

#proofpoints .wp-block-column {
    padding: 24px 0;
}

/*next button*/
#top .next-section .wp-block-button__link {
    font-size: 0;
    background: none;
    padding: 0;
    border: 1px solid white;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next-section .wp-block-button__link::after {
    content: "\f347";
    font-family: 'dashicons';
    font-size: 24px;
    margin-top: 2px;
}

/*--------------------------------------------------HOVERY*/

body#top .primary-menu>li>a:hover {
    color: var(--t-100);
    text-decoration: none;
}

body#top .primary-menu>li.cta>a:hover,
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
#top .next-section .wp-block-button__link:hover {
    background: var(--t-100) !important;
    text-decoration: none;
    border-color: var(--t-100)
}

.icon:hover a::before {
    background-color: var(--t-100) !important;
}

/*----------------------------------------------------------------------------------------------------DEFAULT BLOCKS*/
/*--------------------------------------------------BUTTONS*/
body button,
body .button,
body .faux-button,
body .wp-block-button__link,
body .wp-block-file .wp-block-file__button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"],
body .bg-accent,
body .bg-accent-hover:hover,
body .bg-accent-hover:focus,
:root .has-accent-background-color,
body .comment-reply-link,
.single-product#top .woocommerce-variation-add-to-cart .button,
.is-style-outline .wp-block-button__link {
    background: var(--s-100);
    color: white;
    text-transform: none;
    font-weight: 400;
    line-height: normal;
    padding: 16px 32px;
    border-radius: 4px;
}


#top .is-style-outline .wp-block-button__link {
    background: none;
}

.wp-block-buttons {
    margin: 40px auto;
}


/*--------------------------------------------------FORMY*/
#top .acf-fields>.acf-field {
    padding: 0;
    border: none;
}

.frm_submit {
    text-align: right;
}

fieldset {
    padding: 0;
    border: none;
}

label {
    margin: 0;
    font-size: 14px;
}

#top input:not([type="checkbox"]),
#top textarea,
#top select {
    font-size: 16px;
    padding: 4px;
    border: none;
    border-bottom: 1px solid var(--n-30);
    color: black;
}

.form-field {
    margin-bottom: 16px;
}

.frm_form_widget {
    background: white;
    padding: 60px 40px 40px;
    border-radius: 16px;
    box-shadow: 0px 15px 47px 0px #0000001A;
    margin-top: -140px;
}

.frm_form_widget .widget-title {
    color: var(--p-100);
}

#top div#frm_field_12_container a {
    color: var(--p-100);
    font-size: 14px;
    text-decoration: underline;
}

#top #frm_field_11_container textarea {
    height: auto;
}

/*radio a checkbox*/
.frm_checkbox label,
.frm_radio label {
    display: flex;
    gap: 8px;
    cursor: pointer;
}

#top input[type="checkbox"],
#top input[type="radio"] {
    margin: 0 8px 0 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

#top input[type="checkbox"]::before,
#top input[type="radio"]::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid var(--n-30);
    border-radius: 4px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'dashicons';
}

#top input[type="radio"]::before {
    border-radius: 100%;
}

#top input[type="checkbox"]:checked::before {
    content: "\f15e";

}

#top input[type="checkbox"]:checked::before,
#top input[type="radio"]:checked::before {
    background: var(--p-100);
}

/*--------------------------------------------------TABULKY*/
/*--------------------------------------------------ODDELOVAC*/
.entry-content hr:not(.has-background),
hr.styled-separator {
    background: var(--s-100) !important;
}

/*----------------------------------------------------------------------------------------------------CUSTOM BLOCKS*/
#top .loader {
    width: 50px;
    height: 50px;
    margin: 100px auto;
    background: url(/wp-content/themes/sweet-pain/assets/css/ajax-loader.gif)no-repeat;
}

#top .slider {
    transform: none;
    z-index: 1;
}

#top .slider:not(.slick-initialized) {
    transform: translateY(-200%);
    transform-origin: top;
}

/*--------------------------------------------------CONTENT SLIDER*/
.content-slider {
    box-shadow: 0px 15px 47px 0px #0000001A;
    border-radius: 8px;
    padding: 32px 0;
    background: white;
    position: relative;
    transform: translateY(calc(-1 * var(--slider-half)));
    margin-bottom: calc(-1 * var(--slider-half));
}

.content-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.content-slider .slick-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-slider-content {
    flex: 1;
    margin-bottom: 20px;
}


.content-slider-track .slick-slide {
    padding: 0 32px;
    position: relative;
    padding-top: 16px;

}

.content-slider-track .slick-slide:not(:last-child) {
    border-right: 1px solid var(--s-100);
}

#top .content-slider-title {
    margin-left: 0;
}

.content-slider-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-slider-button,
.read-more {
    text-decoration: none;
    font-size: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
    color: var(--s-100)
}

.content-slider-button::after,
span.read-more::after {
    content: "\f345";
    font-family: 'dashicons';
    color: white;
    background: var(--s-100);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 100px;
    margin-bottom: 4px;
}

.content-slider-item:hover .content-slider-button::after,
.item-link:hover .read-more::after {
    background: var(--t-100);
    transform: scale(1.2);
}

/*dots*/
.content-slider .slick-dots {
    bottom: -84px;
}

.content-slider .slick-dots li button:before {
    font-size: 16px;
    color: var(--n-60);
}

.content-slider .slick-dots li.slick-active button:before {
    color: var(--s-100);
    opacity: 1;
}

/*--------------------------------------------------POST GRID*/
.item-title,
.item-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

a.item-link {
    text-decoration: none;
    display: block;
    position: relative;
}

.item-meta {
    font-size: 14px;
    color: var(--n-40);
    position: absolute;
    background: #000000a6;
    backdrop-filter: blur(13px);
    padding: 8px 12px;
    border-radius: 4px;
    line-height: 1;
    right: 8px;
    top: 8px;
}

.item-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.item-meta {
    font-size: 14px;
    color: var(--n-40);
}

.item-meta a {
    color: var(--n-40);
}

#top .item-title {
    margin: 0 0 8px 0;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 56px;
    font-size: 24px;
}

.item-content {
    padding: 40px;
}

.item-content p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 50px;
    margin-bottom: 8px;
}




@media (max-width: 782px) {
    .post-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .post-grid {
        grid-template-columns: 1fr;
    }
}

/*----------------------------------------------------------------------------------------------------HEADER*/

header#site-header {
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 0;
}

.header-inner {
    padding: 32px 0 16px 0;
}

.admin-bar header#site-header {
    top: var(--admin-bar);
}

.scrolled header#site-header {
    box-shadow: 0px 15px 47px 0px #0000001A;
}

.scrolled header#site-header .header-inner {
    padding: 8px 0;
}

/*--------------------------------------------------TOPBAR*/


/*--------------------------------------------------LOGO*/
.site-logo img {
    max-height: 60px;
}

/*--------------------------------------------------MENU*/
body#top .primary-menu>li>a {
    color: var(--p-100);
    font-size: 20px;
    font-weight: 500;
    padding: 16px;
    border-radius: 4px;
}


body#top .primary-menu>li.cta>a {
    background: var(--s-100);
    color: white;
    padding: 16px 48px;
    margin-left: 16px;
}

.primary-menu li.current-menu-item>a,
.primary-menu li.current-menu-item>.link-icon-wrapper>a {
    text-decoration: none;
    font-weight: bold !important;
}

@media (max-width: 1280px) {
    body#top .primary-menu>li.icon {
        display: none
    }

    body#top .primary-menu>li.cta>a {
        padding: 16px 32px;
    }
}

/*--------------------SUBMENU*/



/*--------------------------------------------------BURGERMENU*/
body:not(.enable-search-modal) .header-titles-wrapper {
    justify-content: space-between;
    padding: 0;
}

#top .nav-toggle {
    position: unset;
    width: unset;
    padding: 0;
    position: relative;
    right: unset;
}

button.toggle.close-nav-toggle.fill-children-current-color {
    outline: none !important;
}

.nav-toggle .toggle-inner {
    height: 48px;
    width: 48px;
    border-radius: 4px;
    background: var(--s-100);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}

.nav-toggle .toggle-icon {
    height: 1.8px;
    width: 24px;
    position: relative;
    overflow: visible;
    background: white;
}


.toggle-icon svg.svg-icon path,
.toggle-text {
    display: none;
}

.toggle-icon::before,
.toggle-icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.8px;
    display: block;
    background: white;
    position: absolute;
    transform-origin: center;
}

.toggle-icon::before {
    top: -8px;
}

.toggle-icon::after {
    bottom: -8px;
}

#top .toggle.active .toggle-icon {
    background: transparent;
}

.toggle.active .toggle-icon::before {
    transform: rotate(-45deg);
    top: 0;
}

.toggle.active .toggle-icon::after {
    transform: rotate(45deg);
    bottom: 0;
}

/*modal*/
.menu-modal {
    margin-top: var(--header);
    background: #ffffffa8;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.menu-modal-inner.modal-inner {
    max-width: 400px;
    margin-right: 0;
    margin-left: auto;
}

.modal-menu {
    left: unset;
    width: 100%;
}

.modal-menu li {
    border-color: var(--n-10);
}

.modal-menu .ancestor-wrapper {
    align-items: center;
}

.modal-menu>li>a,
.modal-menu>li>.ancestor-wrapper>a {
    font-size: 20px;
    font-weight: 400;
    color: black;
    padding: 20px;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item>.ancestor-wrapper>a,
.modal-menu li.current_page_ancestor>.ancestor-wrapper>a {
    text-decoration: none;
    color: var(--p-100)
}

#top .sub-menu-toggle {
    border: 2px solid var(--p-100);
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 100%;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .sub-menu-toggle svg {
    color: var(--p-100);
    width: 14px;
}

.modal-menu ul li {
    border: none;
}

.modal-menu ul li a {
    color: inherit;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 30px;
}

.modal-menu ul ul li a {
    padding: 20px 40px;
    font-size: 16px;
}

.modal-menu ul li:first-child a {
    padding-top: 0;
}

.modal-menu ul li:not(:last-child) a {
    padding-bottom: 0;
}

/*----------------------------------------------------------------------------------------------------MAIN CONTENT - BLOG*/
/*--------------------------------------------------SINGLE POST*/
.singular .content-inner {
    position: relative;
}

.singular .featured-media {
    position: absolute;
    top: 0;
    z-index: -1;
}

#top.singular .featured-media-inner {
    left: unset;
    width: 100%;
}

.featured-media-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    background: #fcfafa;
    background: #fcfafa;
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 33%, rgba(255, 255, 255, 0.6) 66%, rgba(255, 255, 255, 0) 100%);
}

.singular .featured-media img {
    aspect-ratio: 16 / 6;
    object-fit: cover;
}

#top .pagination-single {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    border-top: 1px solid var(--n-10);
    margin-top: 40px;
}

/*----------------------------------------------------------------------------------------------------MAIN CONTENT - PAGE*/
div#main-photo {
    aspect-ratio: 16 / 9 !important;
    min-height: unset !important;
}

#main-photo .wp-block-cover__inner-container {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}

#main-photo .wp-block-cover__inner-container p {
    width: 100%;
    max-width: unset;
    margin-top: -120px;
}

/*--------------------------------------------------TITLE*/
.singular.single-post .entry-header {
    padding: 32px 0;
    background: none;
    margin-top: 15%;
}

/*--------------------BREADCRUMBY*/
div#breadcrumbs {
    padding: 10px 0;
    font-size: 14px;
    color: var(--s-100);
    margin-top: var(--header);
}

div#breadcrumbs a {
    color: var(--p-100);
}

/*--------------------------------------------------SIDEBAR*/
/*--------------------------------------------------HOMEPAGE*/
div#o-mne {
    gap: 0;
}

#o-mne .wp-block-cover {
    height: 100%;
}

#o-mne .wp-block-group {
    border-radius: 12px;
    position: relative;
    margin: 40px auto;
    margin-left: -60px;
}

/*----------------------------------------------------------------------------------------------------FOOTER*/
#top .footer-nav-widgets-wrapper {
    border: none;
    background: var(--p-100);
    color: white;
}

#top .footer-nav-widgets-wrapper p,
#top .footer-nav-widgets-wrapper a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.footer-widgets-outer-wrapper {
    border: none;
}

/*--------------------------------------------------SOCKET*/
footer#site-footer {
    background: var(--p-100);
    padding: 8px 0;
    color: white;
    font-size: 14px;
}

/*----------------------------------------------------------------------------------------------------RESPONZE*/
/*malé notebooky*/
.slick-dots {
    display: none;
}

@media (max-width: 1000px) {


    :root {
        --header: 92px;
    }

    .slick-dots {
        display: block;
    }

    .content-slider {
        padding: 32px 0;
    }

    .header-inner {
        padding: 16px 0;
    }

    .home main#site-content {
        padding-top: var(--header);
    }

    div#main-photo {
        width: 100%;
        border-radius: 0;
    }
}

/*tablety*/
@media (max-width: 782px) {
    :root {
        --admin-bar: 46px;
    }

    h1,
    .heading-size-1,
    .woocommerce-products-header__title.page-title {
        font-size: 40px;
    }

    #top h2,
    #top .heading-size-2 {
        font-size: 36px;
    }

    h3,
    .heading-size-3 {
        font-size: 32px;
    }

    h4,
    .heading-size-4 {
        font-size: 24px;
    }

    h5,
    .heading-size-5,
    #top .woocommerce-loop-product__title,
    .cart_item .product-name a,
    #top .sidebar .wp-block-heading,
    #top h2.tab-title,
    #top h3.item-title {
        font-size: 20px;
    }

    h6,
    .heading-size-6,
    #top .tab-content h3 {
        font-size: 18px;
    }


    .content-slider-buttons a::after {
        width: 32px;
        height: 32px;
    }

}

/*mobily*/
@media (max-width: 500px) {
    div#main-photo {
        aspect-ratio: 4 / 3 !important;
    }


}