.help-section{padding:var(--help-padding-top) 0 var(--help-padding-bottom);background:var(--help-section-background)}.help-section .help-options{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--help-cards-gap);margin:var(--help-title-spacing) auto 0;max-width:var(--help-container-max-width)}.help-section .help-options .help_option_block{width:100%;padding:0}.help-section .help_option_block .help-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--help-card-content-gap);padding:var(--help-card-padding-vertical) var(--help-card-padding-horizontal);background:var(--help-card-background);border:1px solid var(--help-card-border-color);border-radius:10px;width:100%;height:100%;transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none;min-height:var(--help-card-min-height, 115px)}.help-section .help_option_block .help-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#a5917808,#a591780f);opacity:0;transition:opacity .3s ease;pointer-events:none}.help-section .help_option_block .help-card:hover{transform:translateY(-3px);border-color:var(--help-card-hover-border-color);box-shadow:0 6px 20px #2a28281a;background:var(--help-card-hover-background)}.help-section .help_option_block .help-card:hover:before{opacity:1}.help-section .help_option_block .help-card span{display:block;font-family:var(--navigation-font-family);font-weight:400;font-size:var(--help-text-size);line-height:1.3;letter-spacing:0;text-align:center;color:var(--help-text-color);transition:all .3s ease;z-index:1;position:relative;padding-bottom:var(--help-text-underline-offset);border-bottom:1px solid var(--help-text-underline-color)}.help-section .help_option_block .help-card:hover span{color:var(--help-text-hover-color);border-bottom-color:var(--help-text-underline-hover-color)}.help-section .help_option_block .help-icon{height:var(--help-icon-size);width:var(--help-icon-size);min-width:var(--help-icon-size);display:flex;align-items:center;justify-content:center;background:var(--help-icon-background);border-radius:10px;transition:all .3s ease;z-index:1;position:relative;border:1px solid var(--help-icon-border-color)}.help-section .help_option_block .help-card:hover .help-icon{background:var(--help-icon-hover-background);border-color:var(--help-icon-hover-border-color);transform:scale(1.05);box-shadow:0 4px 12px #2a282833}.help-section .help_option_block .help-icon svg{height:var(--help-svg-size);width:var(--help-svg-size);display:block;transition:all .3s ease;color:var(--help-icon-color)}.help-section .help_option_block .help-card:hover .help-icon svg{transform:scale(1.05)}.help-section .help_option_block .help-icon svg path,.help-section .help_option_block .help-icon svg circle,.help-section .help_option_block .help-icon svg rect,.help-section .help_option_block .help-icon svg line,.help-section .help_option_block .help-icon svg polyline,.help-section .help_option_block .help-icon svg polygon{fill:var(--help-icon-color)!important;stroke:var(--help-icon-color)!important;transition:all .3s ease}.help-section .help_option_block .help-card:hover .help-icon svg path,.help-section .help_option_block .help-card:hover .help-icon svg circle,.help-section .help_option_block .help-card:hover .help-icon svg rect,.help-section .help_option_block .help-card:hover .help-icon svg line,.help-section .help_option_block .help-card:hover .help-icon svg polyline,.help-section .help_option_block .help-card:hover .help-icon svg polygon{fill:var(--help-icon-hover-color)!important;stroke:var(--help-icon-hover-color)!important}@media(max-width:991px){.help-section{padding-top:var(--help-tablet-padding-top);padding-bottom:var(--help-tablet-padding-bottom)}.help-section .help-options{grid-template-columns:repeat(3,1fr);gap:var(--help-tablet-cards-gap);margin-top:var(--help-tablet-title-spacing)}.help-section .help_option_block .help-card{padding:var(--help-tablet-card-padding-vertical) var(--help-tablet-card-padding-horizontal);min-height:110px;gap:var(--help-tablet-card-content-gap)}.help-section .help_option_block .help-icon{height:var(--help-tablet-icon-size);width:var(--help-tablet-icon-size);min-width:var(--help-tablet-icon-size)}.help-section .help_option_block .help-icon svg{height:var(--help-tablet-svg-size);width:var(--help-tablet-svg-size)}.help-section .help_option_block .help-card span{font-size:var(--help-tablet-text-size)}}@media(max-width:767px){.help-section{padding-top:var(--help-mobile-padding-top);padding-bottom:var(--help-mobile-padding-bottom)}.help-section .help-options{grid-template-columns:repeat(2,1fr);gap:var(--help-mobile-cards-gap);margin-top:var(--help-mobile-title-spacing)}.help-section .help_option_block .help-card{padding:var(--help-mobile-card-padding-vertical) var(--help-mobile-card-padding-horizontal);min-height:105px;gap:var(--help-mobile-card-content-gap)}.help-section .help_option_block .help-icon{height:var(--help-mobile-icon-size);width:var(--help-mobile-icon-size);min-width:var(--help-mobile-icon-size)}.help-section .help_option_block .help-icon svg{height:var(--help-mobile-svg-size);width:var(--help-mobile-svg-size)}.help-section .help_option_block .help-card span{font-size:var(--help-mobile-text-size)}}@media(max-width:575px){.help-section{padding-top:var(--help-small-padding-top);padding-bottom:var(--help-small-padding-bottom)}.help-section .help-options{gap:var(--help-small-cards-gap);margin-top:var(--help-small-title-spacing)}.help-section .help_option_block .help-card{padding:var(--help-small-card-padding-vertical) var(--help-small-card-padding-horizontal);gap:var(--help-small-card-content-gap);min-height:100px}.help-section .help_option_block .help-icon{height:var(--help-small-icon-size);width:var(--help-small-icon-size);min-width:var(--help-small-icon-size)}.help-section .help_option_block .help-icon svg{height:var(--help-small-svg-size);width:var(--help-small-svg-size)}.help-section .help_option_block .help-card span{font-size:var(--help-small-text-size)}}
/*# sourceMappingURL=/cdn/shop/t/53/assets/component-help-section.css.map */
