/*
Theme Name:  FHR STUDIO
Theme URI:   https://fhrstudio.ro
Description: Tema personalizata pentru FHR STUDIO — camasi si esarfe din matase naturala
Author:      FHR Studio
Author URI:  https://fhrstudio.ro
Version:     1.1.0
Requires at least: 6.0
Requires PHP: 8.0
WC tested up to: 10.7
License:     Proprietar
Text Domain: fhr-studio
*/


/* ==========================================================================
   01. VARIABILE & PALETA DE BRAND
   ========================================================================== */

:root {
    /* Paleta FHR STUDIO */
    --fhr-ivory:       #F6F1E9;
    --fhr-ivory-2:     #EDE5D6;
    --fhr-ivory-3:     #E2D9CA;
    --fhr-charcoal:    #1C1916;
    --fhr-charcoal-2:  #2E2823;
    --fhr-muted:       #7A6E63;
    --fhr-gold:        #B8925A;
    --fhr-gold-pale:   #D4B882;
    --fhr-sand:        #CEC3B4;

    /* Inlocuieste accentul roz din template (#ff8e8e) */
    --accent:          #B8925A;

    /* Fonturi FHR STUDIO */
    --font-display:    'Cormorant Garamond', Georgia, serif;
    --font-body:       'Jost', 'Raleway', system-ui, sans-serif;
}


/* ==========================================================================
   02. BODY & TIPOGRAFIE
   ========================================================================== */

body {
    font-family: var(--font-body);
    background-color: var(--fhr-ivory);
    color: var(--fhr-charcoal-2);
}

/* Headere — Cormorant Garamond */
h1, h2, h3, h4, h5, h6,
.title-1, .title-2, .title-3, .title-4, .title-5, .title-6,
.main-slider__title,
.collection__title,
.collection-title,
.main-block__title,
.footer-title,
.product__title,
.promo__title,
.your-order__title,
.checkout-form__title,
.login-form__title,
.add-review__title,
.add-comment__title,
.thanks__title,
.contacts-form__title,
.newsletter__title,
.newsletter-block__title,
.page-404__title,
.page-404__subtitle {
    font-family: var(--font-display);
    font-weight: 300;
    letter-spacing: 0.02em;
}

/* Body & nav — Jost */
.header-nav__link,
.hide-nav__link,
.footer-nav__link,
.button__text,
.read-more,
.add-button,
.short-item__title,
.short-item__link,
.category-subtitle,
.checkout-nav__item,
.tab-btn,
.widget__title,
.footer-description,
.copyrights,
.product__text,
.review__text,
.tabs-nav__link {
    font-family: var(--font-body);
}


/* ==========================================================================
   03. CULORI & ACCENT
   ========================================================================== */

a { color: var(--fhr-gold); }
.desktop a:hover { color: var(--fhr-charcoal); }

.green { color: #6B8C65; }
.red   { color: var(--fhr-gold); }

/* Butoane primare */
.button__text { background: var(--fhr-charcoal); }
.desktop .button:hover .button__text,
.desktop .button:hover:after { background: var(--fhr-gold); }
.button:after { background: var(--fhr-charcoal); }

/* Close button */
.close-button { background: var(--fhr-gold); }
.desktop .close-button:hover { background: var(--fhr-charcoal); }

/* Read more */
.read-more { color: var(--fhr-charcoal); }
.read-more:before { background: var(--fhr-charcoal); }
.desktop .read-more:hover { color: var(--fhr-gold); }
.desktop .read-more:hover:before { background: var(--fhr-gold); }

/* Navigatie */
.desktop .header-nav__link:hover { color: var(--fhr-gold); }
.header-nav__item.active .header-nav__link { color: var(--fhr-gold); }
.desktop .hide-nav__link:hover,
.hide-nav__item.active .hide-nav__link { color: var(--fhr-gold); }

/* Item tags */
.item-tag        { background: var(--fhr-charcoal); }
.item-tag_green  { background: #6B8C65; }
.item-tag_red    { background: var(--fhr-gold); }

/* Product link hover */
.desktop .short-item__link:hover { color: var(--fhr-gold); }

/* Footer */
.desktop .footer-nav__link:hover { color: var(--fhr-gold); }
.desktop .footer-nav__link:hover:before { background: var(--fhr-gold); }

/* Range slider */
.noUi-connect  { background: var(--fhr-gold); }
.noUi-handle   { background-color: var(--fhr-gold); }


/* ==========================================================================
   04. BACKGROUND-URI CONTEXTUALE (override la fundal alb din template)
   ========================================================================== */

.short-item__image-bg,
.sale-banner__all,
.your-order,
.login-form,
.contacts-form,
.newsletter__bg,
.newsletter-block,
.review {
    background: var(--fhr-ivory);
}


/* ==========================================================================
   05. LOGO TEXT FHR STUDIO
   ========================================================================== */

.fhr-logo__text {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: var(--fhr-charcoal);
    position: relative;
    display: inline-block;
}
.fhr-logo__text::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--fhr-gold);
    opacity: 0.55;
}


/* ==========================================================================
   06. CHECKOUT NAV (bara pasi)
   ========================================================================== */

.checkout-nav__item.active {
    color: var(--fhr-gold);
    border-color: var(--fhr-gold);
}


/* ==========================================================================
   07. BARA DE ANUNTURI (sus pe site)
   ========================================================================== */

.fhr-announcement {
    background: var(--fhr-charcoal);
    color: rgba(246, 241, 233, .65);
    text-align: center;
    padding: 9px 20px;
    font-size: 11.5px;
    letter-spacing: 0.13em;
    font-weight: 300;
    font-family: var(--font-body);
}
.fhr-announcement strong {
    font-weight: 500;
    color: var(--fhr-gold-pale);
}


/* ==========================================================================
   08. WOOCOMMERCE NOTICE-URI (mesaje sistem)
   ========================================================================== */

.woocommerce-message,
.woocommerce-info {
    border-top-color: var(--fhr-gold) !important;
}
.woocommerce-message::before,
.woocommerce-info::before {
    color: var(--fhr-gold) !important;
}
.woocommerce-error {
    border-top-color: #8B3A3A !important;
}


/* ==========================================================================
   09. WOOCOMMERCE CHECKOUT BLOCKS — Buton "Plaseaza Comanda"
   ========================================================================== */

.wc-block-components-checkout-place-order-button,
button.wp-block-woocommerce-checkout-actions-block__submit {
    background: transparent !important;
    background-color: transparent !important;
    color: var(--fhr-charcoal) !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 12px 8px !important;
    font-family: var(--font-body) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
    opacity: 1 !important;
}

.wc-block-components-checkout-place-order-button:hover,
button.wp-block-woocommerce-checkout-actions-block__submit:hover {
    background: transparent !important;
    background-color: transparent !important;
    color: var(--fhr-gold) !important;
}

.wc-block-components-checkout-place-order-button:disabled,
button.wp-block-woocommerce-checkout-actions-block__submit:disabled {
    color: #999 !important;
    cursor: not-allowed !important;
}

.wc-block-components-checkout-place-order-button .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button svg {
    color: inherit !important;
    fill: currentColor !important;
}


/* ==========================================================================
   10. WOOCOMMERCE CART / CHECKOUT BLOCKS — Buton "Aplica" cupon
   ========================================================================== */

.wc-block-components-totals-coupon__button,
button.wc-block-components-totals-coupon__button {
    color: var(--fhr-charcoal) !important;
    font-weight: 500 !important;
}

.wc-block-components-totals-coupon__button .wc-block-components-button__text {
    color: var(--fhr-charcoal) !important;
}

.wc-block-components-totals-coupon__button:hover {
    color: var(--fhr-gold) !important;
}


/* ==========================================================================
   11. TOAST NOTIFICATION ("Adaugat in cos" / "Adaugat la favorite")
   ========================================================================== */

.fhr-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999999;
    background: var(--fhr-charcoal);
    color: var(--fhr-ivory);
    padding: 16px 20px;
    min-width: 280px;
    max-width: 380px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    border-left: 3px solid var(--fhr-gold);
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.5;
    transform: translateX(120%);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
    pointer-events: none;
    visibility: visible;
}

.fhr-toast--visible {
    transform: translateX(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.fhr-toast__inner {
    display: flex;
    align-items: center;
    gap: 14px;
}

.fhr-toast__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--fhr-gold);
    color: var(--fhr-charcoal);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.fhr-toast__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.fhr-toast__title {
    font-weight: 500;
    color: var(--fhr-ivory);
    letter-spacing: 0.02em;
}

.fhr-toast__product {
    font-size: 12px;
    color: rgba(246, 241, 233, 0.7);
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fhr-toast__product:empty {
    display: none;
}

.fhr-toast__link {
    margin-left: auto;
    color: var(--fhr-gold);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    padding: 6px 10px;
    border: 1px solid var(--fhr-gold);
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.fhr-toast__link:hover {
    background: var(--fhr-gold);
    color: var(--fhr-charcoal);
}

@media (max-width: 600px) {
    .fhr-toast {
        bottom: 16px;
        right: 16px;
        left: 16px;
        min-width: 0;
        max-width: none;
        padding: 14px 16px;
    }

    .fhr-toast__inner {
        gap: 10px;
    }

    .fhr-toast__link {
        padding: 5px 8px;
        font-size: 11px;
    }
}


/* ==========================================================================
   12. INIMA FAVORITE (.heart-button) — STATES + ANIMATIE
   ========================================================================== */

.heart-button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: all 0.2s ease;
    position: relative;
}

.heart-button::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease;
}

.heart-button:hover {
    background: rgba(184, 146, 90, 0.1);
}

.heart-button:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8925A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
    transform: scale(1.1);
}

.heart-button.is-active::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23B8925A' stroke='%23B8925A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
    animation: fhrHeartPop 0.35s ease-out;
}

.heart-button.is-active:hover {
    background: rgba(184, 146, 90, 0.15);
}

.heart-button.is-active:hover::before {
    transform: scale(1.05);
}

.heart-button:focus-visible {
    outline: 2px solid var(--fhr-gold);
    outline-offset: 2px;
}

@keyframes fhrHeartPop {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.3); }
    100% { transform: scale(1); }
}


/* ==========================================================================
   13. COUNTER WISHLIST (afisaj numar produse favorite)
   ========================================================================== */

.wishlist-count,
.js-wishlist-count {
    display: inline-block;
    min-width: 18px;
    padding: 2px 6px;
    background: var(--fhr-gold);
    color: var(--fhr-charcoal);
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    transition: all 0.2s ease;
    opacity: 0;
    transform: scale(0.8);
}

.wishlist-count.has-items,
.js-wishlist-count.has-items {
    opacity: 1;
    transform: scale(1);
}


/* ==========================================================================
   14. ASCUNDE ELEMENT DECORATIV ::after PE .inner-top
   ==========================================================================
   Tema foloseste un pseudo-element ::after pe .inner-top pentru efect
   decorativ, dar pe paginile fara continut alaturat (favorite, shop, etc.)
   apare ca o bara alba lipita de marginea dreapta a ecranului.
   Ascundem global — fara impact estetic in alte zone.
*/
.inner-top::after {
    display: none !important;
}

/* Fundal crem uniform pe pagina /favorite/ (in caz ca alta regula incearca alb) */
.page-template-page-favorite,
.page-template-page-favorite body {
    background: var(--fhr-ivory) !important;
}







/* ==========================================================================
   WOOCOMMERCE CHECKOUT BLOCKS — Input-uri stil newsletter (selective)
   ==========================================================================
   Tinteste DOAR input-urile text/email/tel si dropdown-urile (select).
   NU atinge checkbox-urile, radio-urile, butoanele de plata sau alte controale.
*/

/* Input-uri text + dropdown-uri din checkout */
.wp-block-woocommerce-checkout input[type="text"],
.wp-block-woocommerce-checkout input[type="email"],
.wp-block-woocommerce-checkout input[type="tel"],
.wp-block-woocommerce-checkout input[type="number"],
.wp-block-woocommerce-checkout textarea,
.wp-block-woocommerce-checkout select,
.wc-block-components-text-input input,
.wc-block-components-select select,
.wc-block-components-country-input select,
.wc-block-components-state-input select {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(28, 25, 22, 0.25) !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    font-family: 'Jost', system-ui, sans-serif !important;
    font-size: 14px !important;
    color: var(--fhr-charcoal) !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
}

/* Wrapper-urile care au fundal alb in jurul input-urilor — facem transparente */
.wc-block-components-text-input,
.wc-block-components-select {
    background-color: transparent !important;
}

/* Focus state — linia se face aurie */
.wp-block-woocommerce-checkout input[type="text"]:focus,
.wp-block-woocommerce-checkout input[type="email"]:focus,
.wp-block-woocommerce-checkout input[type="tel"]:focus,
.wp-block-woocommerce-checkout input[type="number"]:focus,
.wp-block-woocommerce-checkout textarea:focus,
.wp-block-woocommerce-checkout select:focus,
.wc-block-components-text-input input:focus,
.wc-block-components-select select:focus {
    outline: none !important;
    border-bottom-color: var(--fhr-gold) !important;
}

/* Sageata dropdown-ului — sa fie vizibila pe fundalul crem */
.wc-block-components-select::after,
.wc-block-components-country-input::after,
.wc-block-components-state-input::after {
    color: rgba(28, 25, 22, 0.5) !important;
}

/* Labelurile input-urilor — text uppercase mic deasupra liniei */
.wc-block-components-text-input label,
.wc-block-components-select label,
.wc-block-components-address-form label {
    color: rgba(28, 25, 22, 0.65) !important;
    font-family: 'Jost', system-ui, sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 0.04em !important;
}









/* ==========================================================================
   FIX EXTRA — Dropdown-uri checkout (Tara, Judet)
   ========================================================================== */

/* Toate select-urile din checkout, indiferent de wrapper */
.wc-block-checkout select,
.wc-block-components-form select,
form[class*="wc-block"] select,
form[class*="wp-block-woocommerce"] select,
.wp-block-woocommerce-checkout select,
.wc-block-components-combobox select,
.wc-block-components-combobox input {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(28, 25, 22, 0.25) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

/* Combobox-urile (cele cu input + lista derulanta, ex: Tara) */
.wc-block-components-combobox,
.wc-block-components-combobox > div,
.components-combobox-control,
.components-combobox-control__suggestions-container {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
}

.wc-block-components-combobox__input,
.components-combobox-control__input {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(28, 25, 22, 0.25) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Lista derulanta cand se deschide */
.wc-block-components-combobox-list,
.components-combobox-control__suggestions-container ul {
    background-color: var(--fhr-ivory) !important;
    border: 1px solid rgba(28, 25, 22, 0.15) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Hover pe item-uri in lista */
.wc-block-components-combobox-list__item:hover,
.components-combobox-control__suggestions-container li:hover {
    background-color: rgba(184, 146, 90, 0.1) !important;
}

/* Focus pe combobox */
.wc-block-components-combobox__input:focus,
.components-combobox-control__input:focus {
    outline: none !important;
    border-bottom-color: var(--fhr-gold) !important;
}








/* ==========================================================================
   FIX DROPDOWNS — Tara/Regiune si Judet (WC Blocks)
   ========================================================================== */

select.wc-blocks-components-select__select,
.wc-blocks-components-select select,
.wc-blocks-components-select__container,
.wc-blocks-components-select {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(28, 25, 22, 0.25) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

select.wc-blocks-components-select__select:focus {
    outline: none !important;
    border-bottom-color: var(--fhr-gold) !important;
}

/* Wrapper-ul exterior (containerul cu fundal alb) */
.wc-blocks-components-select,
.wc-blocks-components-select__container {
    padding: 0 !important;
}








/* ==========================================================================
   15. WPFORMS — Formular contact stilizat ca tema
   ========================================================================== */

/* Container formular */
.wpforms-container {
    max-width: 100%;
    background: transparent !important;
}

.wpforms-container .wpforms-form,
.wpforms-container form {
    background: transparent !important;
}

/* Input-uri text, email, tel, textarea */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="url"],
.wpforms-container input[type="number"],
.wpforms-container textarea,
.wpforms-container select {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(28, 25, 22, 0.25) !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    font-family: 'Jost', system-ui, sans-serif !important;
    font-size: 14px !important;
    color: var(--fhr-charcoal) !important;
    box-shadow: none !important;
    width: 100% !important;
    transition: border-color 0.2s ease !important;
}

.wpforms-container input:focus,
.wpforms-container textarea:focus,
.wpforms-container select:focus {
    outline: none !important;
    border-bottom-color: var(--fhr-gold) !important;
}

/* Textarea — putin mai inalt */
.wpforms-container textarea {
    min-height: 120px;
    resize: vertical;
}

/* Labels deasupra input-urilor */
.wpforms-container label.wpforms-field-label,
.wpforms-container .wpforms-field-label {
    color: rgba(28, 25, 22, 0.7) !important;
    font-family: 'Jost', system-ui, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
    margin-bottom: 4px !important;
}

/* Sub-labels (gen "First / Last" la nume) */
.wpforms-container .wpforms-field-sublabel {
    color: rgba(28, 25, 22, 0.5) !important;
    font-size: 11px !important;
    font-family: 'Jost', system-ui, sans-serif !important;
}

/* Asterix obligatoriu */
.wpforms-container .wpforms-required-label {
    color: var(--fhr-gold) !important;
}

/* Buton Trimite */
.wpforms-container button[type="submit"],
.wpforms-container .wpforms-submit {
    background: var(--fhr-charcoal) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 14px 32px !important;
    font-family: 'Jost', system-ui, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    box-shadow: none !important;
}

.wpforms-container button[type="submit"]:hover,
.wpforms-container .wpforms-submit:hover {
    background: var(--fhr-gold) !important;
    color: #ffffff !important;
}

/* Mesaje validare eroare */
.wpforms-container .wpforms-error {
    color: #8B3A3A !important;
    font-size: 12px !important;
    margin-top: 4px !important;
}

/* Mesaj confirmare succes */
.wpforms-confirmation-container,
.wpforms-confirmation-container-full {
    background: transparent !important;
    border: 1px solid var(--fhr-gold) !important;
    border-radius: 0 !important;
    padding: 20px !important;
    color: var(--fhr-charcoal) !important;
    font-family: 'Jost', system-ui, sans-serif !important;
}

/* Spatiere intre campuri */
.wpforms-container .wpforms-field {
    padding: 12px 0 !important;
}






/* ==========================================================================
   16. MENIU MOBIL — Iconita Instagram, lipita de Shop
   ========================================================================== */

/* Suprascrie position:absolute din main.css pentru a aduce iconita imediat sub meniu */
.hide-mob__socials {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    margin-top: 16px !important;
    padding: 0 !important;
}

.hide-mob__socials .socials__list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex;
    justify-content: center;
}

.hide-mob__socials .socials__item {
    margin: 0 !important;
    padding: 0 !important;
}

.hide-mob__socials .socials__link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 8px;
    border-radius: 50%;
    background: transparent;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hide-mob__socials .socials__link:hover {
    background: rgba(184, 146, 90, 0.12);
    transform: scale(1.05);
}

.hide-mob__socials .socials__link img {
    width: 28px;
    height: 28px;
    display: block;
}