.gd-custom-select-container{position:relative;width:100%;min-width:300px;font-family:var(--font-playfair,serif)}.gd-custom-select-trigger{display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;border-bottom:1px solid rgba(190,175,150,.55);padding:8px 0;border-radius:0;cursor:pointer;font-size:15px;color:#1a1510;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:44px}.gd-custom-select-trigger.open,.gd-custom-select-trigger:hover{border-bottom-color:var(--primary);background:transparent}.gd-custom-select-trigger.open{box-shadow:none}.gd-custom-select-value{flex:1 1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:12px}.gd-custom-select-icon{display:flex;align-items:center;justify-content:center;color:var(--primary);transition:transform .2s ease;flex-shrink:0}.gd-custom-select-trigger.open .gd-custom-select-icon{transform:rotate(180deg)}.gd-custom-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:auto;min-width:100%;width:max-content;max-width:min(520px,calc(100vw - 32px));max-height:280px;overflow-y:auto;background:#ffffff;border:1px solid rgba(190,175,150,.45);border-radius:1px;box-shadow:0 14px 34px rgba(74,60,40,.14);z-index:100;padding:0}.gd-custom-select-dropdown::-webkit-scrollbar{width:4px}.gd-custom-select-dropdown::-webkit-scrollbar-track{background:rgba(190,175,150,.05)}.gd-custom-select-dropdown::-webkit-scrollbar-thumb{background:var(--primary);border-radius:2px}.gd-custom-select-item{display:flex;align-items:center;padding:10px 20px 10px 32px;font-size:15px;color:#444;cursor:pointer;border-radius:1px;transition:all .2s ease;position:relative;white-space:normal}.gd-custom-select-item:hover{background:rgba(190,175,150,.22);color:#1a1510}.gd-custom-select-item.selected{background:rgba(190,175,150,.32);box-shadow:inset 3px 0 0 var(--primary);font-weight:500;color:#1a1510}.gd-custom-select-item.selected:hover{background:rgba(190,175,150,.38)}.gd-custom-select-check{position:absolute;left:10px;color:var(--primary-darker);display:flex;align-items:center;justify-content:center}